diff options
494 files changed, 5714 insertions, 3715 deletions
| @@ -120,7 +120,6 @@ D: Author of lil (Linux Interrupt Latency benchmark) | |||
| 120 | D: Fixed the shm swap deallocation at swapoff time (try_to_unuse message) | 120 | D: Fixed the shm swap deallocation at swapoff time (try_to_unuse message) |
| 121 | D: VM hacker | 121 | D: VM hacker |
| 122 | D: Various other kernel hacks | 122 | D: Various other kernel hacks |
| 123 | S: Via Cicalini 26 | ||
| 124 | S: Imola 40026 | 123 | S: Imola 40026 |
| 125 | S: Italy | 124 | S: Italy |
| 126 | 125 | ||
| @@ -3643,11 +3642,9 @@ S: Cambridge. CB1 7EG | |||
| 3643 | S: England | 3642 | S: England |
| 3644 | 3643 | ||
| 3645 | N: Chris Wright | 3644 | N: Chris Wright |
| 3646 | E: chrisw@osdl.org | 3645 | E: chrisw@sous-sol.org |
| 3647 | D: hacking on LSM framework and security modules. | 3646 | D: hacking on LSM framework and security modules. |
| 3648 | S: c/o OSDL | 3647 | S: Portland, OR |
| 3649 | S: 12725 SW Millikan Way, Suite 400 | ||
| 3650 | S: Beaverton, OR 97005 | ||
| 3651 | S: USA | 3648 | S: USA |
| 3652 | 3649 | ||
| 3653 | N: Michal Wronski | 3650 | N: Michal Wronski |
diff --git a/Documentation/cpusets.txt b/Documentation/cpusets.txt index 990998ee10b6..30c41459953c 100644 --- a/Documentation/cpusets.txt +++ b/Documentation/cpusets.txt | |||
| @@ -4,8 +4,9 @@ | |||
| 4 | Copyright (C) 2004 BULL SA. | 4 | Copyright (C) 2004 BULL SA. |
| 5 | Written by Simon.Derr@bull.net | 5 | Written by Simon.Derr@bull.net |
| 6 | 6 | ||
| 7 | Portions Copyright (c) 2004 Silicon Graphics, Inc. | 7 | Portions Copyright (c) 2004-2006 Silicon Graphics, Inc. |
| 8 | Modified by Paul Jackson <pj@sgi.com> | 8 | Modified by Paul Jackson <pj@sgi.com> |
| 9 | Modified by Christoph Lameter <clameter@sgi.com> | ||
| 9 | 10 | ||
| 10 | CONTENTS: | 11 | CONTENTS: |
| 11 | ========= | 12 | ========= |
| @@ -90,7 +91,8 @@ This can be especially valuable on: | |||
| 90 | 91 | ||
| 91 | These subsets, or "soft partitions" must be able to be dynamically | 92 | These subsets, or "soft partitions" must be able to be dynamically |
| 92 | adjusted, as the job mix changes, without impacting other concurrently | 93 | adjusted, as the job mix changes, without impacting other concurrently |
| 93 | executing jobs. | 94 | executing jobs. The location of the running jobs pages may also be moved |
| 95 | when the memory locations are changed. | ||
| 94 | 96 | ||
| 95 | The kernel cpuset patch provides the minimum essential kernel | 97 | The kernel cpuset patch provides the minimum essential kernel |
| 96 | mechanisms required to efficiently implement such subsets. It | 98 | mechanisms required to efficiently implement such subsets. It |
| @@ -102,8 +104,8 @@ memory allocator code. | |||
| 102 | 1.3 How are cpusets implemented ? | 104 | 1.3 How are cpusets implemented ? |
| 103 | --------------------------------- | 105 | --------------------------------- |
| 104 | 106 | ||
| 105 | Cpusets provide a Linux kernel (2.6.7 and above) mechanism to constrain | 107 | Cpusets provide a Linux kernel mechanism to constrain which CPUs and |
| 106 | which CPUs and Memory Nodes are used by a process or set of processes. | 108 | Memory Nodes are used by a process or set of processes. |
| 107 | 109 | ||
| 108 | The Linux kernel already has a pair of mechanisms to specify on which | 110 | The Linux kernel already has a pair of mechanisms to specify on which |
| 109 | CPUs a task may be scheduled (sched_setaffinity) and on which Memory | 111 | CPUs a task may be scheduled (sched_setaffinity) and on which Memory |
| @@ -371,22 +373,17 @@ cpusets memory placement policy 'mems' subsequently changes. | |||
| 371 | If the cpuset flag file 'memory_migrate' is set true, then when | 373 | If the cpuset flag file 'memory_migrate' is set true, then when |
| 372 | tasks are attached to that cpuset, any pages that task had | 374 | tasks are attached to that cpuset, any pages that task had |
| 373 | allocated to it on nodes in its previous cpuset are migrated | 375 | allocated to it on nodes in its previous cpuset are migrated |
| 374 | to the tasks new cpuset. Depending on the implementation, | 376 | to the tasks new cpuset. The relative placement of the page within |
| 375 | this migration may either be done by swapping the page out, | 377 | the cpuset is preserved during these migration operations if possible. |
| 376 | so that the next time the page is referenced, it will be paged | 378 | For example if the page was on the second valid node of the prior cpuset |
| 377 | into the tasks new cpuset, usually on the node where it was | 379 | then the page will be placed on the second valid node of the new cpuset. |
| 378 | referenced, or this migration may be done by directly copying | 380 | |
| 379 | the pages from the tasks previous cpuset to the new cpuset, | ||
| 380 | where possible to the same node, relative to the new cpuset, | ||
| 381 | as the node that held the page, relative to the old cpuset. | ||
| 382 | Also if 'memory_migrate' is set true, then if that cpusets | 381 | Also if 'memory_migrate' is set true, then if that cpusets |
| 383 | 'mems' file is modified, pages allocated to tasks in that | 382 | 'mems' file is modified, pages allocated to tasks in that |
| 384 | cpuset, that were on nodes in the previous setting of 'mems', | 383 | cpuset, that were on nodes in the previous setting of 'mems', |
| 385 | will be moved to nodes in the new setting of 'mems.' Again, | 384 | will be moved to nodes in the new setting of 'mems.' |
| 386 | depending on the implementation, this might be done by swapping, | 385 | Pages that were not in the tasks prior cpuset, or in the cpusets |
| 387 | or by direct copying. In either case, pages that were not in | 386 | prior 'mems' setting, will not be moved. |
| 388 | the tasks prior cpuset, or in the cpusets prior 'mems' setting, | ||
| 389 | will not be moved. | ||
| 390 | 387 | ||
| 391 | There is an exception to the above. If hotplug functionality is used | 388 | There is an exception to the above. If hotplug functionality is used |
| 392 | to remove all the CPUs that are currently assigned to a cpuset, | 389 | to remove all the CPUs that are currently assigned to a cpuset, |
| @@ -434,16 +431,6 @@ and then start a subshell 'sh' in that cpuset: | |||
| 434 | # The next line should display '/Charlie' | 431 | # The next line should display '/Charlie' |
| 435 | cat /proc/self/cpuset | 432 | cat /proc/self/cpuset |
| 436 | 433 | ||
| 437 | In the case that a change of cpuset includes wanting to move already | ||
| 438 | allocated memory pages, consider further the work of IWAMOTO | ||
| 439 | Toshihiro <iwamoto@valinux.co.jp> for page remapping and memory | ||
| 440 | hotremoval, which can be found at: | ||
| 441 | |||
| 442 | http://people.valinux.co.jp/~iwamoto/mh.html | ||
| 443 | |||
| 444 | The integration of cpusets with such memory migration is not yet | ||
| 445 | available. | ||
| 446 | |||
| 447 | In the future, a C library interface to cpusets will likely be | 434 | In the future, a C library interface to cpusets will likely be |
| 448 | available. For now, the only way to query or modify cpusets is | 435 | available. For now, the only way to query or modify cpusets is |
| 449 | via the cpuset file system, using the various cd, mkdir, echo, cat, | 436 | via the cpuset file system, using the various cd, mkdir, echo, cat, |
diff --git a/Documentation/dvb/bt8xx.txt b/Documentation/dvb/bt8xx.txt index df6c05453cb5..52ed462061df 100644 --- a/Documentation/dvb/bt8xx.txt +++ b/Documentation/dvb/bt8xx.txt | |||
| @@ -111,4 +111,8 @@ source: linux/Documentation/video4linux/CARDLIST.bttv | |||
| 111 | If you have problems with this please do ask on the mailing list. | 111 | If you have problems with this please do ask on the mailing list. |
| 112 | 112 | ||
| 113 | -- | 113 | -- |
| 114 | Authors: Richard Walker, Jamie Honan, Michael Hunold, Manu Abraham | 114 | Authors: Richard Walker, |
| 115 | Jamie Honan, | ||
| 116 | Michael Hunold, | ||
| 117 | Manu Abraham, | ||
| 118 | Michael Krufky | ||
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index be5ae600f533..81bc51369f59 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
| @@ -180,3 +180,12 @@ Why: These events are not correct, and do not properly let userspace know | |||
| 180 | when a file system has been mounted or unmounted. Userspace should | 180 | when a file system has been mounted or unmounted. Userspace should |
| 181 | poll the /proc/mounts file instead to detect this properly. | 181 | poll the /proc/mounts file instead to detect this properly. |
| 182 | Who: Greg Kroah-Hartman <gregkh@suse.de> | 182 | Who: Greg Kroah-Hartman <gregkh@suse.de> |
| 183 | |||
| 184 | --------------------------- | ||
| 185 | |||
| 186 | What: Support for NEC DDB5074 and DDB5476 evaluation boards. | ||
| 187 | When: June 2006 | ||
| 188 | Why: Board specific code doesn't build anymore since ~2.6.0 and no | ||
| 189 | users have complained indicating there is no more need for these | ||
| 190 | boards. This should really be considered a last call. | ||
| 191 | Who: Ralf Baechle <ralf@linux-mips.org> | ||
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index b874771385cd..fc99075e0af4 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
| @@ -335,6 +335,12 @@ running once the system is up. | |||
| 335 | timesource is not avalible, it defaults to PIT. | 335 | timesource is not avalible, it defaults to PIT. |
| 336 | Format: { pit | tsc | cyclone | pmtmr } | 336 | Format: { pit | tsc | cyclone | pmtmr } |
| 337 | 337 | ||
| 338 | disable_8254_timer | ||
| 339 | enable_8254_timer | ||
| 340 | [IA32/X86_64] Disable/Enable interrupt 0 timer routing | ||
| 341 | over the 8254 in addition to over the IO-APIC. The | ||
| 342 | kernel tries to set a sensible default. | ||
| 343 | |||
| 338 | hpet= [IA-32,HPET] option to disable HPET and use PIT. | 344 | hpet= [IA-32,HPET] option to disable HPET and use PIT. |
| 339 | Format: disable | 345 | Format: disable |
| 340 | 346 | ||
| @@ -1034,6 +1040,8 @@ running once the system is up. | |||
| 1034 | 1040 | ||
| 1035 | nomce [IA-32] Machine Check Exception | 1041 | nomce [IA-32] Machine Check Exception |
| 1036 | 1042 | ||
| 1043 | nomca [IA-64] Disable machine check abort handling | ||
| 1044 | |||
| 1037 | noresidual [PPC] Don't use residual data on PReP machines. | 1045 | noresidual [PPC] Don't use residual data on PReP machines. |
| 1038 | 1046 | ||
| 1039 | noresume [SWSUSP] Disables resume and restores original swap | 1047 | noresume [SWSUSP] Disables resume and restores original swap |
| @@ -1282,6 +1290,19 @@ running once the system is up. | |||
| 1282 | New name for the ramdisk parameter. | 1290 | New name for the ramdisk parameter. |
| 1283 | See Documentation/ramdisk.txt. | 1291 | See Documentation/ramdisk.txt. |
| 1284 | 1292 | ||
| 1293 | rcu.blimit= [KNL,BOOT] Set maximum number of finished | ||
| 1294 | RCU callbacks to process in one batch. | ||
| 1295 | |||
| 1296 | rcu.qhimark= [KNL,BOOT] Set threshold of queued | ||
| 1297 | RCU callbacks over which batch limiting is disabled. | ||
| 1298 | |||
| 1299 | rcu.qlowmark= [KNL,BOOT] Set threshold of queued | ||
| 1300 | RCU callbacks below which batch limiting is re-enabled. | ||
| 1301 | |||
| 1302 | rcu.rsinterval= [KNL,BOOT,SMP] Set the number of additional | ||
| 1303 | RCU callbacks to queued before forcing reschedule | ||
| 1304 | on all cpus. | ||
| 1305 | |||
| 1285 | rdinit= [KNL] | 1306 | rdinit= [KNL] |
| 1286 | Format: <full_path> | 1307 | Format: <full_path> |
| 1287 | Run specified binary instead of /init from the ramdisk, | 1308 | Run specified binary instead of /init from the ramdisk, |
diff --git a/Documentation/video4linux/CARDLIST.saa7134 b/Documentation/video4linux/CARDLIST.saa7134 index 8a352597830f..da4fb890165f 100644 --- a/Documentation/video4linux/CARDLIST.saa7134 +++ b/Documentation/video4linux/CARDLIST.saa7134 | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 12 -> Medion 7134 [16be:0003] | 13 | 12 -> Medion 7134 [16be:0003] |
| 14 | 13 -> Typhoon TV+Radio 90031 | 14 | 13 -> Typhoon TV+Radio 90031 |
| 15 | 14 -> ELSA EX-VISION 300TV [1048:226b] | 15 | 14 -> ELSA EX-VISION 300TV [1048:226b] |
| 16 | 15 -> ELSA EX-VISION 500TV [1048:226b] | 16 | 15 -> ELSA EX-VISION 500TV [1048:226a] |
| 17 | 16 -> ASUS TV-FM 7134 [1043:4842,1043:4830,1043:4840] | 17 | 16 -> ASUS TV-FM 7134 [1043:4842,1043:4830,1043:4840] |
| 18 | 17 -> AOPEN VA1000 POWER [1131:7133] | 18 | 17 -> AOPEN VA1000 POWER [1131:7133] |
| 19 | 18 -> BMK MPEX No Tuner | 19 | 18 -> BMK MPEX No Tuner |
| @@ -75,7 +75,7 @@ | |||
| 75 | 74 -> LifeView FlyTV Platinum Mini2 [14c0:1212] | 75 | 74 -> LifeView FlyTV Platinum Mini2 [14c0:1212] |
| 76 | 75 -> AVerMedia AVerTVHD MCE A180 [1461:1044] | 76 | 75 -> AVerMedia AVerTVHD MCE A180 [1461:1044] |
| 77 | 76 -> SKNet MonsterTV Mobile [1131:4ee9] | 77 | 76 -> SKNet MonsterTV Mobile [1131:4ee9] |
| 78 | 77 -> Pinnacle PCTV 110i (saa7133) [11bd:002e] | 78 | 77 -> Pinnacle PCTV 40i/50i/110i (saa7133) [11bd:002e] |
| 79 | 78 -> ASUSTeK P7131 Dual [1043:4862] | 79 | 78 -> ASUSTeK P7131 Dual [1043:4862] |
| 80 | 79 -> Sedna/MuchTV PC TV Cardbus TV/Radio (ITO25 Rev:2B) | 80 | 79 -> Sedna/MuchTV PC TV Cardbus TV/Radio (ITO25 Rev:2B) |
| 81 | 80 -> ASUS Digimatrix TV [1043:0210] | 81 | 80 -> ASUS Digimatrix TV [1043:0210] |
diff --git a/Documentation/vm/page_migration b/Documentation/vm/page_migration index c52820fcf500..0dd4ef30c361 100644 --- a/Documentation/vm/page_migration +++ b/Documentation/vm/page_migration | |||
| @@ -12,12 +12,18 @@ is running. | |||
| 12 | 12 | ||
| 13 | Page migration allows a process to manually relocate the node on which its | 13 | Page migration allows a process to manually relocate the node on which its |
| 14 | pages are located through the MF_MOVE and MF_MOVE_ALL options while setting | 14 | pages are located through the MF_MOVE and MF_MOVE_ALL options while setting |
| 15 | a new memory policy. The pages of process can also be relocated | 15 | a new memory policy via mbind(). The pages of process can also be relocated |
| 16 | from another process using the sys_migrate_pages() function call. The | 16 | from another process using the sys_migrate_pages() function call. The |
| 17 | migrate_pages function call takes two sets of nodes and moves pages of a | 17 | migrate_pages function call takes two sets of nodes and moves pages of a |
| 18 | process that are located on the from nodes to the destination nodes. | 18 | process that are located on the from nodes to the destination nodes. |
| 19 | 19 | Page migration functions are provided by the numactl package by Andi Kleen | |
| 20 | Manual migration is very useful if for example the scheduler has relocated | 20 | (a version later than 0.9.3 is required. Get it from |
| 21 | ftp://ftp.suse.com/pub/people/ak). numactl provided libnuma which | ||
| 22 | provides an interface similar to other numa functionality for page migration. | ||
| 23 | cat /proc/<pid>/numa_maps allows an easy review of where the pages of | ||
| 24 | a process are located. See also the numa_maps manpage in the numactl package. | ||
| 25 | |||
| 26 | Manual migration is useful if for example the scheduler has relocated | ||
| 21 | a process to a processor on a distant node. A batch scheduler or an | 27 | a process to a processor on a distant node. A batch scheduler or an |
| 22 | administrator may detect the situation and move the pages of the process | 28 | administrator may detect the situation and move the pages of the process |
| 23 | nearer to the new processor. At some point in the future we may have | 29 | nearer to the new processor. At some point in the future we may have |
| @@ -25,10 +31,12 @@ some mechanism in the scheduler that will automatically move the pages. | |||
| 25 | 31 | ||
| 26 | Larger installations usually partition the system using cpusets into | 32 | Larger installations usually partition the system using cpusets into |
| 27 | sections of nodes. Paul Jackson has equipped cpusets with the ability to | 33 | sections of nodes. Paul Jackson has equipped cpusets with the ability to |
| 28 | move pages when a task is moved to another cpuset. This allows automatic | 34 | move pages when a task is moved to another cpuset (See ../cpusets.txt). |
| 29 | control over locality of a process. If a task is moved to a new cpuset | 35 | Cpusets allows the automation of process locality. If a task is moved to |
| 30 | then also all its pages are moved with it so that the performance of the | 36 | a new cpuset then also all its pages are moved with it so that the |
| 31 | process does not sink dramatically (as is the case today). | 37 | performance of the process does not sink dramatically. Also the pages |
| 38 | of processes in a cpuset are moved if the allowed memory nodes of a | ||
| 39 | cpuset are changed. | ||
| 32 | 40 | ||
| 33 | Page migration allows the preservation of the relative location of pages | 41 | Page migration allows the preservation of the relative location of pages |
| 34 | within a group of nodes for all migration techniques which will preserve a | 42 | within a group of nodes for all migration techniques which will preserve a |
| @@ -37,22 +45,26 @@ process. This is necessary in order to preserve the memory latencies. | |||
| 37 | Processes will run with similar performance after migration. | 45 | Processes will run with similar performance after migration. |
| 38 | 46 | ||
| 39 | Page migration occurs in several steps. First a high level | 47 | Page migration occurs in several steps. First a high level |
| 40 | description for those trying to use migrate_pages() and then | 48 | description for those trying to use migrate_pages() from the kernel |
| 41 | a low level description of how the low level details work. | 49 | (for userspace usage see the Andi Kleen's numactl package mentioned above) |
| 50 | and then a low level description of how the low level details work. | ||
| 42 | 51 | ||
| 43 | A. Use of migrate_pages() | 52 | A. In kernel use of migrate_pages() |
| 44 | ------------------------- | 53 | ----------------------------------- |
| 45 | 54 | ||
| 46 | 1. Remove pages from the LRU. | 55 | 1. Remove pages from the LRU. |
| 47 | 56 | ||
| 48 | Lists of pages to be migrated are generated by scanning over | 57 | Lists of pages to be migrated are generated by scanning over |
| 49 | pages and moving them into lists. This is done by | 58 | pages and moving them into lists. This is done by |
| 50 | calling isolate_lru_page() or __isolate_lru_page(). | 59 | calling isolate_lru_page(). |
| 51 | Calling isolate_lru_page increases the references to the page | 60 | Calling isolate_lru_page increases the references to the page |
| 52 | so that it cannot vanish under us. | 61 | so that it cannot vanish while the page migration occurs. |
| 62 | It also prevents the swapper or other scans to encounter | ||
| 63 | the page. | ||
| 53 | 64 | ||
| 54 | 2. Generate a list of newly allocates page to move the contents | 65 | 2. Generate a list of newly allocates page. These pages will contain the |
| 55 | of the first list to. | 66 | contents of the pages from the first list after page migration is |
| 67 | complete. | ||
| 56 | 68 | ||
| 57 | 3. The migrate_pages() function is called which attempts | 69 | 3. The migrate_pages() function is called which attempts |
| 58 | to do the migration. It returns the moved pages in the | 70 | to do the migration. It returns the moved pages in the |
| @@ -63,13 +75,17 @@ A. Use of migrate_pages() | |||
| 63 | 4. The leftover pages of various types are returned | 75 | 4. The leftover pages of various types are returned |
| 64 | to the LRU using putback_to_lru_pages() or otherwise | 76 | to the LRU using putback_to_lru_pages() or otherwise |
| 65 | disposed of. The pages will still have the refcount as | 77 | disposed of. The pages will still have the refcount as |
| 66 | increased by isolate_lru_pages()! | 78 | increased by isolate_lru_pages() if putback_to_lru_pages() is not |
| 79 | used! The kernel may want to handle the various cases of failures in | ||
| 80 | different ways. | ||
| 67 | 81 | ||
| 68 | B. Operation of migrate_pages() | 82 | B. How migrate_pages() works |
| 69 | -------------------------------- | 83 | ---------------------------- |
| 70 | 84 | ||
| 71 | migrate_pages does several passes over its list of pages. A page is moved | 85 | migrate_pages() does several passes over its list of pages. A page is moved |
| 72 | if all references to a page are removable at the time. | 86 | if all references to a page are removable at the time. The page has |
| 87 | already been removed from the LRU via isolate_lru_page() and the refcount | ||
| 88 | is increased so that the page cannot be freed while page migration occurs. | ||
| 73 | 89 | ||
| 74 | Steps: | 90 | Steps: |
| 75 | 91 | ||
| @@ -79,36 +95,40 @@ Steps: | |||
| 79 | 95 | ||
| 80 | 3. Make sure that the page has assigned swap cache entry if | 96 | 3. Make sure that the page has assigned swap cache entry if |
| 81 | it is an anonyous page. The swap cache reference is necessary | 97 | it is an anonyous page. The swap cache reference is necessary |
| 82 | to preserve the information contain in the page table maps. | 98 | to preserve the information contain in the page table maps while |
| 99 | page migration occurs. | ||
| 83 | 100 | ||
| 84 | 4. Prep the new page that we want to move to. It is locked | 101 | 4. Prep the new page that we want to move to. It is locked |
| 85 | and set to not being uptodate so that all accesses to the new | 102 | and set to not being uptodate so that all accesses to the new |
| 86 | page immediately lock while we are moving references. | 103 | page immediately lock while the move is in progress. |
| 87 | 104 | ||
| 88 | 5. All the page table references to the page are either dropped (file backed) | 105 | 5. All the page table references to the page are either dropped (file |
| 89 | or converted to swap references (anonymous pages). This should decrease the | 106 | backed pages) or converted to swap references (anonymous pages). |
| 90 | reference count. | 107 | This should decrease the reference count. |
| 91 | 108 | ||
| 92 | 6. The radix tree lock is taken | 109 | 6. The radix tree lock is taken. This will cause all processes trying |
| 110 | to reestablish a pte to block on the radix tree spinlock. | ||
| 93 | 111 | ||
| 94 | 7. The refcount of the page is examined and we back out if references remain | 112 | 7. The refcount of the page is examined and we back out if references remain |
| 95 | otherwise we know that we are the only one referencing this page. | 113 | otherwise we know that we are the only one referencing this page. |
| 96 | 114 | ||
| 97 | 8. The radix tree is checked and if it does not contain the pointer to this | 115 | 8. The radix tree is checked and if it does not contain the pointer to this |
| 98 | page then we back out. | 116 | page then we back out because someone else modified the mapping first. |
| 99 | 117 | ||
| 100 | 9. The mapping is checked. If the mapping is gone then a truncate action may | 118 | 9. The mapping is checked. If the mapping is gone then a truncate action may |
| 101 | be in progress and we back out. | 119 | be in progress and we back out. |
| 102 | 120 | ||
| 103 | 10. The new page is prepped with some settings from the old page so that accesses | 121 | 10. The new page is prepped with some settings from the old page so that |
| 104 | to the new page will be discovered to have the correct settings. | 122 | accesses to the new page will be discovered to have the correct settings. |
| 105 | 123 | ||
| 106 | 11. The radix tree is changed to point to the new page. | 124 | 11. The radix tree is changed to point to the new page. |
| 107 | 125 | ||
| 108 | 12. The reference count of the old page is dropped because the reference has now | 126 | 12. The reference count of the old page is dropped because the radix tree |
| 109 | been removed. | 127 | reference is gone. |
| 110 | 128 | ||
| 111 | 13. The radix tree lock is dropped. | 129 | 13. The radix tree lock is dropped. With that lookups become possible again |
| 130 | and other processes will move from spinning on the tree lock to sleeping on | ||
| 131 | the locked new page. | ||
| 112 | 132 | ||
| 113 | 14. The page contents are copied to the new page. | 133 | 14. The page contents are copied to the new page. |
| 114 | 134 | ||
| @@ -119,11 +139,37 @@ Steps: | |||
| 119 | 139 | ||
| 120 | 17. Queued up writeback on the new page is triggered. | 140 | 17. Queued up writeback on the new page is triggered. |
| 121 | 141 | ||
| 122 | 18. If swap pte's were generated for the page then remove them again. | 142 | 18. If swap pte's were generated for the page then replace them with real |
| 143 | ptes. This will reenable access for processes not blocked by the page lock. | ||
| 144 | |||
| 145 | 19. The page locks are dropped from the old and new page. | ||
| 146 | Processes waiting on the page lock can continue. | ||
| 147 | |||
| 148 | 20. The new page is moved to the LRU and can be scanned by the swapper | ||
| 149 | etc again. | ||
| 150 | |||
| 151 | TODO list | ||
| 152 | --------- | ||
| 153 | |||
| 154 | - Page migration requires the use of swap handles to preserve the | ||
| 155 | information of the anonymous page table entries. This means that swap | ||
| 156 | space is reserved but never used. The maximum number of swap handles used | ||
| 157 | is determined by CHUNK_SIZE (see mm/mempolicy.c) per ongoing migration. | ||
| 158 | Reservation of pages could be avoided by having a special type of swap | ||
| 159 | handle that does not require swap space and that would only track the page | ||
| 160 | references. Something like that was proposed by Marcelo Tosatti in the | ||
| 161 | past (search for migration cache on lkml or linux-mm@kvack.org). | ||
| 123 | 162 | ||
| 124 | 19. The locks are dropped from the old and new page. | 163 | - Page migration unmaps ptes for file backed pages and requires page |
| 164 | faults to reestablish these ptes. This could be optimized by somehow | ||
| 165 | recording the references before migration and then reestablish them later. | ||
| 166 | However, there are several locking challenges that have to be overcome | ||
| 167 | before this is possible. | ||
| 125 | 168 | ||
| 126 | 20. The new page is moved to the LRU. | 169 | - Page migration generates read ptes for anonymous pages. Dirty page |
| 170 | faults are required to make the pages writable again. It may be possible | ||
| 171 | to generate a pte marked dirty if it is known that the page is dirty and | ||
| 172 | that this process has the only reference to that page. | ||
| 127 | 173 | ||
| 128 | Christoph Lameter, December 19, 2005. | 174 | Christoph Lameter, March 8, 2006. |
| 129 | 175 | ||
diff --git a/MAINTAINERS b/MAINTAINERS index 9c592aa0280c..8db5c339845d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -838,7 +838,6 @@ S: Maintained | |||
| 838 | 838 | ||
| 839 | DVB SUBSYSTEM AND DRIVERS | 839 | DVB SUBSYSTEM AND DRIVERS |
| 840 | P: LinuxTV.org Project | 840 | P: LinuxTV.org Project |
| 841 | M: mchehab@infradead.org | ||
| 842 | M: v4l-dvb-maintainer@linuxtv.org | 841 | M: v4l-dvb-maintainer@linuxtv.org |
| 843 | L: linux-dvb@linuxtv.org (subscription required) | 842 | L: linux-dvb@linuxtv.org (subscription required) |
| 844 | W: http://linuxtv.org/ | 843 | W: http://linuxtv.org/ |
| @@ -1632,8 +1631,8 @@ S: Supported | |||
| 1632 | 1631 | ||
| 1633 | LINUX SECURITY MODULE (LSM) FRAMEWORK | 1632 | LINUX SECURITY MODULE (LSM) FRAMEWORK |
| 1634 | P: Chris Wright | 1633 | P: Chris Wright |
| 1635 | M: chrisw@osdl.org | 1634 | M: chrisw@sous-sol.org |
| 1636 | L: linux-security-module@wirex.com | 1635 | L: linux-security-module@vger.kernel.org |
| 1637 | W: http://lsm.immunix.org | 1636 | W: http://lsm.immunix.org |
| 1638 | T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git | 1637 | T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git |
| 1639 | S: Supported | 1638 | S: Supported |
| @@ -1753,7 +1752,8 @@ P: Ralf Baechle | |||
| 1753 | M: ralf@linux-mips.org | 1752 | M: ralf@linux-mips.org |
| 1754 | W: http://www.linux-mips.org/ | 1753 | W: http://www.linux-mips.org/ |
| 1755 | L: linux-mips@linux-mips.org | 1754 | L: linux-mips@linux-mips.org |
| 1756 | S: Maintained | 1755 | T: git www.linux-mips.org:/pub/scm/linux.git |
| 1756 | S: Supported | ||
| 1757 | 1757 | ||
| 1758 | MISCELLANEOUS MCA-SUPPORT | 1758 | MISCELLANEOUS MCA-SUPPORT |
| 1759 | P: James Bottomley | 1759 | P: James Bottomley |
| @@ -1,7 +1,7 @@ | |||
| 1 | VERSION = 2 | 1 | VERSION = 2 |
| 2 | PATCHLEVEL = 6 | 2 | PATCHLEVEL = 6 |
| 3 | SUBLEVEL = 16 | 3 | SUBLEVEL = 16 |
| 4 | EXTRAVERSION =-rc5 | 4 | EXTRAVERSION = |
| 5 | NAME=Sliding Snow Leopard | 5 | NAME=Sliding Snow Leopard |
| 6 | 6 | ||
| 7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
| @@ -905,7 +905,7 @@ define filechk_version.h | |||
| 905 | ) | 905 | ) |
| 906 | endef | 906 | endef |
| 907 | 907 | ||
| 908 | include/linux/version.h: $(srctree)/Makefile .config FORCE | 908 | include/linux/version.h: $(srctree)/Makefile .config .kernelrelease FORCE |
| 909 | $(call filechk,version.h) | 909 | $(call filechk,version.h) |
| 910 | 910 | ||
| 911 | # --------------------------------------------------------------------------- | 911 | # --------------------------------------------------------------------------- |
diff --git a/arch/alpha/kernel/irq.c b/arch/alpha/kernel/irq.c index 9006063e7369..da677f829f76 100644 --- a/arch/alpha/kernel/irq.c +++ b/arch/alpha/kernel/irq.c | |||
| @@ -151,8 +151,13 @@ handle_irq(int irq, struct pt_regs * regs) | |||
| 151 | } | 151 | } |
| 152 | 152 | ||
| 153 | irq_enter(); | 153 | irq_enter(); |
| 154 | /* | ||
| 155 | * __do_IRQ() must be called with IPL_MAX. Note that we do not | ||
| 156 | * explicitly enable interrupts afterwards - some MILO PALcode | ||
| 157 | * (namely LX164 one) seems to have severe problems with RTI | ||
| 158 | * at IPL 0. | ||
| 159 | */ | ||
| 154 | local_irq_disable(); | 160 | local_irq_disable(); |
| 155 | __do_IRQ(irq, regs); | 161 | __do_IRQ(irq, regs); |
| 156 | local_irq_enable(); | ||
| 157 | irq_exit(); | 162 | irq_exit(); |
| 158 | } | 163 | } |
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 15dc1a0dffbb..32ba00bd0a2f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
| @@ -78,7 +78,7 @@ menu "System Type" | |||
| 78 | 78 | ||
| 79 | choice | 79 | choice |
| 80 | prompt "ARM system type" | 80 | prompt "ARM system type" |
| 81 | default ARCH_RPC | 81 | default ARCH_VERSATILE |
| 82 | 82 | ||
| 83 | config ARCH_CLPS7500 | 83 | config ARCH_CLPS7500 |
| 84 | bool "Cirrus-CL-PS7500FE" | 84 | bool "Cirrus-CL-PS7500FE" |
| @@ -799,6 +799,8 @@ source "drivers/i2c/Kconfig" | |||
| 799 | 799 | ||
| 800 | source "drivers/spi/Kconfig" | 800 | source "drivers/spi/Kconfig" |
| 801 | 801 | ||
| 802 | source "drivers/w1/Kconfig" | ||
| 803 | |||
| 802 | source "drivers/hwmon/Kconfig" | 804 | source "drivers/hwmon/Kconfig" |
| 803 | 805 | ||
| 804 | #source "drivers/l3/Kconfig" | 806 | #source "drivers/l3/Kconfig" |
diff --git a/arch/arm/common/locomo.c b/arch/arm/common/locomo.c index 159ad7ed7a40..d31b1cb7eea0 100644 --- a/arch/arm/common/locomo.c +++ b/arch/arm/common/locomo.c | |||
| @@ -629,6 +629,22 @@ static int locomo_resume(struct platform_device *dev) | |||
| 629 | } | 629 | } |
| 630 | #endif | 630 | #endif |
| 631 | 631 | ||
| 632 | |||
| 633 | #define LCM_ALC_EN 0x8000 | ||
| 634 | |||
| 635 | void frontlight_set(struct locomo *lchip, int duty, int vr, int bpwf) | ||
| 636 | { | ||
| 637 | unsigned long flags; | ||
| 638 | |||
| 639 | spin_lock_irqsave(&lchip->lock, flags); | ||
| 640 | locomo_writel(bpwf, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALS); | ||
| 641 | udelay(100); | ||
| 642 | locomo_writel(duty, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALD); | ||
| 643 | locomo_writel(bpwf | LCM_ALC_EN, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALS); | ||
| 644 | spin_unlock_irqrestore(&lchip->lock, flags); | ||
| 645 | } | ||
| 646 | |||
| 647 | |||
| 632 | /** | 648 | /** |
| 633 | * locomo_probe - probe for a single LoCoMo chip. | 649 | * locomo_probe - probe for a single LoCoMo chip. |
| 634 | * @phys_addr: physical address of device. | 650 | * @phys_addr: physical address of device. |
| @@ -688,6 +704,11 @@ __locomo_probe(struct device *me, struct resource *mem, int irq) | |||
| 688 | /* FrontLight */ | 704 | /* FrontLight */ |
| 689 | locomo_writel(0, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALS); | 705 | locomo_writel(0, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALS); |
| 690 | locomo_writel(0, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALD); | 706 | locomo_writel(0, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALD); |
| 707 | |||
| 708 | /* Same constants can be used for collie and poodle | ||
| 709 | (depending on CONFIG options in original sharp code)? */ | ||
| 710 | frontlight_set(lchip, 163, 0, 148); | ||
| 711 | |||
| 691 | /* Longtime timer */ | 712 | /* Longtime timer */ |
| 692 | locomo_writel(0, lchip->base + LOCOMO_LTINT); | 713 | locomo_writel(0, lchip->base + LOCOMO_LTINT); |
| 693 | /* SPI */ | 714 | /* SPI */ |
diff --git a/arch/arm/kernel/asm-offsets.c b/arch/arm/kernel/asm-offsets.c index 0abbce8c70bc..b324dcac1c56 100644 --- a/arch/arm/kernel/asm-offsets.c +++ b/arch/arm/kernel/asm-offsets.c | |||
| @@ -57,7 +57,9 @@ int main(void) | |||
| 57 | DEFINE(TI_TP_VALUE, offsetof(struct thread_info, tp_value)); | 57 | DEFINE(TI_TP_VALUE, offsetof(struct thread_info, tp_value)); |
| 58 | DEFINE(TI_FPSTATE, offsetof(struct thread_info, fpstate)); | 58 | DEFINE(TI_FPSTATE, offsetof(struct thread_info, fpstate)); |
| 59 | DEFINE(TI_VFPSTATE, offsetof(struct thread_info, vfpstate)); | 59 | DEFINE(TI_VFPSTATE, offsetof(struct thread_info, vfpstate)); |
| 60 | DEFINE(TI_IWMMXT_STATE, (offsetof(struct thread_info, fpstate)+4)&~7); | 60 | #ifdef CONFIG_IWMMXT |
| 61 | DEFINE(TI_IWMMXT_STATE, offsetof(struct thread_info, fpstate.iwmmxt)); | ||
| 62 | #endif | ||
| 61 | BLANK(); | 63 | BLANK(); |
| 62 | DEFINE(S_R0, offsetof(struct pt_regs, ARM_r0)); | 64 | DEFINE(S_R0, offsetof(struct pt_regs, ARM_r0)); |
| 63 | DEFINE(S_R1, offsetof(struct pt_regs, ARM_r1)); | 65 | DEFINE(S_R1, offsetof(struct pt_regs, ARM_r1)); |
diff --git a/arch/arm/kernel/compat.c b/arch/arm/kernel/compat.c index 7195add42e74..60cfa7f3226c 100644 --- a/arch/arm/kernel/compat.c +++ b/arch/arm/kernel/compat.c | |||
| @@ -27,6 +27,8 @@ | |||
| 27 | 27 | ||
| 28 | #include <asm/mach/arch.h> | 28 | #include <asm/mach/arch.h> |
| 29 | 29 | ||
| 30 | #include "compat.h" | ||
| 31 | |||
| 30 | /* | 32 | /* |
| 31 | * Usage: | 33 | * Usage: |
| 32 | * - do not go blindly adding fields, add them at the end | 34 | * - do not go blindly adding fields, add them at the end |
diff --git a/arch/arm/kernel/compat.h b/arch/arm/kernel/compat.h new file mode 100644 index 000000000000..27e61a68bd1c --- /dev/null +++ b/arch/arm/kernel/compat.h | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | /* | ||
| 2 | * linux/arch/arm/kernel/compat.h | ||
| 3 | * | ||
| 4 | * Copyright (C) 2001 Russell King | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License version 2 as | ||
| 8 | * published by the Free Software Foundation. | ||
| 9 | */ | ||
| 10 | |||
| 11 | extern void convert_to_tag_list(struct tag *tags); | ||
| 12 | |||
| 13 | extern void squash_mem_tags(struct tag *tag); | ||
diff --git a/arch/arm/kernel/process.c b/arch/arm/kernel/process.c index 4b4e4cf79c80..489c069e5c3e 100644 --- a/arch/arm/kernel/process.c +++ b/arch/arm/kernel/process.c | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | #include <linux/kallsyms.h> | 27 | #include <linux/kallsyms.h> |
| 28 | #include <linux/init.h> | 28 | #include <linux/init.h> |
| 29 | #include <linux/cpu.h> | 29 | #include <linux/cpu.h> |
| 30 | #include <linux/elfcore.h> | ||
| 30 | 31 | ||
| 31 | #include <asm/leds.h> | 32 | #include <asm/leds.h> |
| 32 | #include <asm/processor.h> | 33 | #include <asm/processor.h> |
| @@ -83,7 +84,7 @@ EXPORT_SYMBOL(pm_power_off); | |||
| 83 | * This is our default idle handler. We need to disable | 84 | * This is our default idle handler. We need to disable |
| 84 | * interrupts here to ensure we don't miss a wakeup call. | 85 | * interrupts here to ensure we don't miss a wakeup call. |
| 85 | */ | 86 | */ |
| 86 | void default_idle(void) | 87 | static void default_idle(void) |
| 87 | { | 88 | { |
| 88 | if (hlt_counter) | 89 | if (hlt_counter) |
| 89 | cpu_relax(); | 90 | cpu_relax(); |
diff --git a/arch/arm/kernel/ptrace.c b/arch/arm/kernel/ptrace.c index 7b6256bb590e..a1d1b2906e8d 100644 --- a/arch/arm/kernel/ptrace.c +++ b/arch/arm/kernel/ptrace.c | |||
| @@ -610,15 +610,12 @@ static int ptrace_setfpregs(struct task_struct *tsk, void __user *ufp) | |||
| 610 | static int ptrace_getwmmxregs(struct task_struct *tsk, void __user *ufp) | 610 | static int ptrace_getwmmxregs(struct task_struct *tsk, void __user *ufp) |
| 611 | { | 611 | { |
| 612 | struct thread_info *thread = task_thread_info(tsk); | 612 | struct thread_info *thread = task_thread_info(tsk); |
| 613 | void *ptr = &thread->fpstate; | ||
| 614 | 613 | ||
| 615 | if (!test_ti_thread_flag(thread, TIF_USING_IWMMXT)) | 614 | if (!test_ti_thread_flag(thread, TIF_USING_IWMMXT)) |
| 616 | return -ENODATA; | 615 | return -ENODATA; |
| 617 | iwmmxt_task_disable(thread); /* force it to ram */ | 616 | iwmmxt_task_disable(thread); /* force it to ram */ |
| 618 | /* The iWMMXt state is stored doubleword-aligned. */ | 617 | return copy_to_user(ufp, &thread->fpstate.iwmmxt, IWMMXT_SIZE) |
| 619 | if (((long) ptr) & 4) | 618 | ? -EFAULT : 0; |
| 620 | ptr += 4; | ||
| 621 | return copy_to_user(ufp, ptr, 0x98) ? -EFAULT : 0; | ||
| 622 | } | 619 | } |
| 623 | 620 | ||
| 624 | /* | 621 | /* |
| @@ -627,15 +624,12 @@ static int ptrace_getwmmxregs(struct task_struct *tsk, void __user *ufp) | |||
| 627 | static int ptrace_setwmmxregs(struct task_struct *tsk, void __user *ufp) | 624 | static int ptrace_setwmmxregs(struct task_struct *tsk, void __user *ufp) |
| 628 | { | 625 | { |
| 629 | struct thread_info *thread = task_thread_info(tsk); | 626 | struct thread_info *thread = task_thread_info(tsk); |
| 630 | void *ptr = &thread->fpstate; | ||
| 631 | 627 | ||
| 632 | if (!test_ti_thread_flag(thread, TIF_USING_IWMMXT)) | 628 | if (!test_ti_thread_flag(thread, TIF_USING_IWMMXT)) |
| 633 | return -EACCES; | 629 | return -EACCES; |
| 634 | iwmmxt_task_release(thread); /* force a reload */ | 630 | iwmmxt_task_release(thread); /* force a reload */ |
| 635 | /* The iWMMXt state is stored doubleword-aligned. */ | 631 | return copy_from_user(&thread->fpstate.iwmmxt, ufp, IWMMXT_SIZE) |
| 636 | if (((long) ptr) & 4) | 632 | ? -EFAULT : 0; |
| 637 | ptr += 4; | ||
| 638 | return copy_from_user(ptr, ufp, 0x98) ? -EFAULT : 0; | ||
| 639 | } | 633 | } |
| 640 | 634 | ||
| 641 | #endif | 635 | #endif |
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c index 68273b4dc882..08974cbe9824 100644 --- a/arch/arm/kernel/setup.c +++ b/arch/arm/kernel/setup.c | |||
| @@ -37,6 +37,8 @@ | |||
| 37 | #include <asm/mach/irq.h> | 37 | #include <asm/mach/irq.h> |
| 38 | #include <asm/mach/time.h> | 38 | #include <asm/mach/time.h> |
| 39 | 39 | ||
| 40 | #include "compat.h" | ||
| 41 | |||
| 40 | #ifndef MEM_SIZE | 42 | #ifndef MEM_SIZE |
| 41 | #define MEM_SIZE (16*1024*1024) | 43 | #define MEM_SIZE (16*1024*1024) |
| 42 | #endif | 44 | #endif |
| @@ -53,10 +55,7 @@ static int __init fpe_setup(char *line) | |||
| 53 | __setup("fpe=", fpe_setup); | 55 | __setup("fpe=", fpe_setup); |
| 54 | #endif | 56 | #endif |
| 55 | 57 | ||
| 56 | extern unsigned int mem_fclk_21285; | ||
| 57 | extern void paging_init(struct meminfo *, struct machine_desc *desc); | 58 | extern void paging_init(struct meminfo *, struct machine_desc *desc); |
| 58 | extern void convert_to_tag_list(struct tag *tags); | ||
| 59 | extern void squash_mem_tags(struct tag *tag); | ||
| 60 | extern void reboot_setup(char *str); | 59 | extern void reboot_setup(char *str); |
| 61 | extern int root_mountflags; | 60 | extern int root_mountflags; |
| 62 | extern void _stext, _text, _etext, __data_start, _edata, _end; | 61 | extern void _stext, _text, _etext, __data_start, _edata, _end; |
diff --git a/arch/arm/kernel/time.c b/arch/arm/kernel/time.c index d7d932c02866..d6bd435a6857 100644 --- a/arch/arm/kernel/time.c +++ b/arch/arm/kernel/time.c | |||
| @@ -422,12 +422,14 @@ static int timer_dyn_tick_disable(void) | |||
| 422 | void timer_dyn_reprogram(void) | 422 | void timer_dyn_reprogram(void) |
| 423 | { | 423 | { |
| 424 | struct dyn_tick_timer *dyn_tick = system_timer->dyn_tick; | 424 | struct dyn_tick_timer *dyn_tick = system_timer->dyn_tick; |
| 425 | unsigned long next, seq; | ||
| 425 | 426 | ||
| 426 | if (dyn_tick) { | 427 | if (dyn_tick && (dyn_tick->state & DYN_TICK_ENABLED)) { |
| 427 | write_seqlock(&xtime_lock); | 428 | next = next_timer_interrupt(); |
| 428 | if (dyn_tick->state & DYN_TICK_ENABLED) | 429 | do { |
| 430 | seq = read_seqbegin(&xtime_lock); | ||
| 429 | dyn_tick->reprogram(next_timer_interrupt() - jiffies); | 431 | dyn_tick->reprogram(next_timer_interrupt() - jiffies); |
| 430 | write_sequnlock(&xtime_lock); | 432 | } while (read_seqretry(&xtime_lock, seq)); |
| 431 | } | 433 | } |
| 432 | } | 434 | } |
| 433 | 435 | ||
diff --git a/arch/arm/lib/muldi3.S b/arch/arm/lib/muldi3.S index 72d594184b8a..d89c60615794 100644 --- a/arch/arm/lib/muldi3.S +++ b/arch/arm/lib/muldi3.S | |||
| @@ -29,8 +29,8 @@ ENTRY(__aeabi_lmul) | |||
| 29 | 29 | ||
| 30 | mul xh, yl, xh | 30 | mul xh, yl, xh |
| 31 | mla xh, xl, yh, xh | 31 | mla xh, xl, yh, xh |
| 32 | mov ip, xl, asr #16 | 32 | mov ip, xl, lsr #16 |
| 33 | mov yh, yl, asr #16 | 33 | mov yh, yl, lsr #16 |
| 34 | bic xl, xl, ip, lsl #16 | 34 | bic xl, xl, ip, lsl #16 |
| 35 | bic yl, yl, yh, lsl #16 | 35 | bic yl, yl, yh, lsl #16 |
| 36 | mla xh, yh, ip, xh | 36 | mla xh, yh, ip, xh |
diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig index daadc78e271b..5bf50a2a737d 100644 --- a/arch/arm/mach-ixp4xx/Kconfig +++ b/arch/arm/mach-ixp4xx/Kconfig | |||
| @@ -8,11 +8,9 @@ menu "Intel IXP4xx Implementation Options" | |||
| 8 | 8 | ||
| 9 | comment "IXP4xx Platforms" | 9 | comment "IXP4xx Platforms" |
| 10 | 10 | ||
| 11 | # This entry is placed on top because otherwise it would have | ||
| 12 | # been shown as a submenu. | ||
| 13 | config MACH_NSLU2 | 11 | config MACH_NSLU2 |
| 14 | bool | 12 | bool |
| 15 | prompt "NSLU2" if !(MACH_IXDP465 || MACH_IXDPG425 || ARCH_IXDP425 || ARCH_ADI_COYOTE || ARCH_AVILA || ARCH_IXCDP1100 || ARCH_PRPMC1100 || MACH_GTWX5715) | 13 | prompt "Linksys NSLU2" |
| 16 | help | 14 | help |
| 17 | Say 'Y' here if you want your kernel to support Linksys's | 15 | Say 'Y' here if you want your kernel to support Linksys's |
| 18 | NSLU2 NAS device. For more information on this platform, | 16 | NSLU2 NAS device. For more information on this platform, |
diff --git a/arch/arm/mach-ixp4xx/nas100d-power.c b/arch/arm/mach-ixp4xx/nas100d-power.c index 2bec69bfa715..99d333d7ebdd 100644 --- a/arch/arm/mach-ixp4xx/nas100d-power.c +++ b/arch/arm/mach-ixp4xx/nas100d-power.c | |||
| @@ -56,6 +56,9 @@ static int __init nas100d_power_init(void) | |||
| 56 | 56 | ||
| 57 | static void __exit nas100d_power_exit(void) | 57 | static void __exit nas100d_power_exit(void) |
| 58 | { | 58 | { |
| 59 | if (!(machine_is_nas100d())) | ||
| 60 | return; | ||
| 61 | |||
| 59 | free_irq(NAS100D_RB_IRQ, NULL); | 62 | free_irq(NAS100D_RB_IRQ, NULL); |
| 60 | } | 63 | } |
| 61 | 64 | ||
diff --git a/arch/arm/mach-ixp4xx/nas100d-setup.c b/arch/arm/mach-ixp4xx/nas100d-setup.c index 856d56f3b2ae..a3b4c6ac5708 100644 --- a/arch/arm/mach-ixp4xx/nas100d-setup.c +++ b/arch/arm/mach-ixp4xx/nas100d-setup.c | |||
| @@ -113,6 +113,9 @@ static void __init nas100d_init(void) | |||
| 113 | { | 113 | { |
| 114 | ixp4xx_sys_init(); | 114 | ixp4xx_sys_init(); |
| 115 | 115 | ||
| 116 | /* gpio 14 and 15 are _not_ clocks */ | ||
| 117 | *IXP4XX_GPIO_GPCLKR = 0; | ||
| 118 | |||
| 116 | nas100d_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); | 119 | nas100d_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); |
| 117 | nas100d_flash_resource.end = | 120 | nas100d_flash_resource.end = |
| 118 | IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; | 121 | IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; |
diff --git a/arch/arm/mach-s3c2410/devs.c b/arch/arm/mach-s3c2410/devs.c index 0a47d38789a5..ca09ba516e4c 100644 --- a/arch/arm/mach-s3c2410/devs.c +++ b/arch/arm/mach-s3c2410/devs.c | |||
| @@ -334,11 +334,17 @@ static struct resource s3c_spi0_resource[] = { | |||
| 334 | 334 | ||
| 335 | }; | 335 | }; |
| 336 | 336 | ||
| 337 | static u64 s3c_device_spi0_dmamask = 0xffffffffUL; | ||
| 338 | |||
| 337 | struct platform_device s3c_device_spi0 = { | 339 | struct platform_device s3c_device_spi0 = { |
| 338 | .name = "s3c2410-spi", | 340 | .name = "s3c2410-spi", |
| 339 | .id = 0, | 341 | .id = 0, |
| 340 | .num_resources = ARRAY_SIZE(s3c_spi0_resource), | 342 | .num_resources = ARRAY_SIZE(s3c_spi0_resource), |
| 341 | .resource = s3c_spi0_resource, | 343 | .resource = s3c_spi0_resource, |
| 344 | .dev = { | ||
| 345 | .dma_mask = &s3c_device_spi0_dmamask, | ||
| 346 | .coherent_dma_mask = 0xffffffffUL | ||
| 347 | } | ||
| 342 | }; | 348 | }; |
| 343 | 349 | ||
| 344 | EXPORT_SYMBOL(s3c_device_spi0); | 350 | EXPORT_SYMBOL(s3c_device_spi0); |
| @@ -359,11 +365,17 @@ static struct resource s3c_spi1_resource[] = { | |||
| 359 | 365 | ||
| 360 | }; | 366 | }; |
| 361 | 367 | ||
| 368 | static u64 s3c_device_spi1_dmamask = 0xffffffffUL; | ||
| 369 | |||
| 362 | struct platform_device s3c_device_spi1 = { | 370 | struct platform_device s3c_device_spi1 = { |
| 363 | .name = "s3c2410-spi", | 371 | .name = "s3c2410-spi", |
| 364 | .id = 1, | 372 | .id = 1, |
| 365 | .num_resources = ARRAY_SIZE(s3c_spi1_resource), | 373 | .num_resources = ARRAY_SIZE(s3c_spi1_resource), |
| 366 | .resource = s3c_spi1_resource, | 374 | .resource = s3c_spi1_resource, |
| 375 | .dev = { | ||
| 376 | .dma_mask = &s3c_device_spi1_dmamask, | ||
| 377 | .coherent_dma_mask = 0xffffffffUL | ||
| 378 | } | ||
| 367 | }; | 379 | }; |
| 368 | 380 | ||
| 369 | EXPORT_SYMBOL(s3c_device_spi1); | 381 | EXPORT_SYMBOL(s3c_device_spi1); |
diff --git a/arch/arm/mm/cache-v6.S b/arch/arm/mm/cache-v6.S index d921c1024ae0..2c6c2a7c05a0 100644 --- a/arch/arm/mm/cache-v6.S +++ b/arch/arm/mm/cache-v6.S | |||
| @@ -96,15 +96,16 @@ ENTRY(v6_coherent_user_range) | |||
| 96 | #ifdef HARVARD_CACHE | 96 | #ifdef HARVARD_CACHE |
| 97 | bic r0, r0, #CACHE_LINE_SIZE - 1 | 97 | bic r0, r0, #CACHE_LINE_SIZE - 1 |
| 98 | 1: mcr p15, 0, r0, c7, c10, 1 @ clean D line | 98 | 1: mcr p15, 0, r0, c7, c10, 1 @ clean D line |
| 99 | mcr p15, 0, r0, c7, c5, 1 @ invalidate I line | ||
| 100 | add r0, r0, #CACHE_LINE_SIZE | 99 | add r0, r0, #CACHE_LINE_SIZE |
| 101 | cmp r0, r1 | 100 | cmp r0, r1 |
| 102 | blo 1b | 101 | blo 1b |
| 103 | #endif | 102 | #endif |
| 104 | mcr p15, 0, r0, c7, c5, 6 @ invalidate BTB | ||
| 105 | #ifdef HARVARD_CACHE | ||
| 106 | mov r0, #0 | 103 | mov r0, #0 |
| 104 | #ifdef HARVARD_CACHE | ||
| 107 | mcr p15, 0, r0, c7, c10, 4 @ drain write buffer | 105 | mcr p15, 0, r0, c7, c10, 4 @ drain write buffer |
| 106 | mcr p15, 0, r0, c7, c5, 0 @ I+BTB cache invalidate | ||
| 107 | #else | ||
| 108 | mcr p15, 0, r0, c7, c5, 6 @ invalidate BTB | ||
| 108 | #endif | 109 | #endif |
| 109 | mov pc, lr | 110 | mov pc, lr |
| 110 | 111 | ||
diff --git a/arch/arm/mm/flush.c b/arch/arm/mm/flush.c index 330695b6b19d..b103e56806bd 100644 --- a/arch/arm/mm/flush.c +++ b/arch/arm/mm/flush.c | |||
| @@ -24,14 +24,16 @@ | |||
| 24 | static void flush_pfn_alias(unsigned long pfn, unsigned long vaddr) | 24 | static void flush_pfn_alias(unsigned long pfn, unsigned long vaddr) |
| 25 | { | 25 | { |
| 26 | unsigned long to = ALIAS_FLUSH_START + (CACHE_COLOUR(vaddr) << PAGE_SHIFT); | 26 | unsigned long to = ALIAS_FLUSH_START + (CACHE_COLOUR(vaddr) << PAGE_SHIFT); |
| 27 | const int zero = 0; | ||
| 27 | 28 | ||
| 28 | set_pte(TOP_PTE(to), pfn_pte(pfn, PAGE_KERNEL)); | 29 | set_pte(TOP_PTE(to), pfn_pte(pfn, PAGE_KERNEL)); |
| 29 | flush_tlb_kernel_page(to); | 30 | flush_tlb_kernel_page(to); |
| 30 | 31 | ||
| 31 | asm( "mcrr p15, 0, %1, %0, c14\n" | 32 | asm( "mcrr p15, 0, %1, %0, c14\n" |
| 32 | " mcrr p15, 0, %1, %0, c5\n" | 33 | " mcr p15, 0, %2, c7, c10, 4\n" |
| 34 | " mcr p15, 0, %2, c7, c5, 0\n" | ||
| 33 | : | 35 | : |
| 34 | : "r" (to), "r" (to + PAGE_SIZE - L1_CACHE_BYTES) | 36 | : "r" (to), "r" (to + PAGE_SIZE - L1_CACHE_BYTES), "r" (zero) |
| 35 | : "cc"); | 37 | : "cc"); |
| 36 | } | 38 | } |
| 37 | 39 | ||
diff --git a/arch/arm/mm/tlb-v6.S b/arch/arm/mm/tlb-v6.S index 6f76b89ef46e..fd6adde39091 100644 --- a/arch/arm/mm/tlb-v6.S +++ b/arch/arm/mm/tlb-v6.S | |||
| @@ -80,6 +80,7 @@ ENTRY(v6wbi_flush_kern_tlb_range) | |||
| 80 | add r0, r0, #PAGE_SZ | 80 | add r0, r0, #PAGE_SZ |
| 81 | cmp r0, r1 | 81 | cmp r0, r1 |
| 82 | blo 1b | 82 | blo 1b |
| 83 | mcr p15, 0, r2, c7, c10, 4 @ data synchronization barrier | ||
| 83 | mov pc, lr | 84 | mov pc, lr |
| 84 | 85 | ||
| 85 | .section ".text.init", #alloc, #execinstr | 86 | .section ".text.init", #alloc, #execinstr |
diff --git a/arch/h8300/kernel/process.c b/arch/h8300/kernel/process.c index ed79ae20e88d..dd344f112cfe 100644 --- a/arch/h8300/kernel/process.c +++ b/arch/h8300/kernel/process.c | |||
| @@ -45,6 +45,9 @@ | |||
| 45 | #include <asm/setup.h> | 45 | #include <asm/setup.h> |
| 46 | #include <asm/pgtable.h> | 46 | #include <asm/pgtable.h> |
| 47 | 47 | ||
| 48 | void (*pm_power_off)(void) = NULL; | ||
| 49 | EXPORT_SYMBOL(pm_power_off); | ||
| 50 | |||
| 48 | asmlinkage void ret_from_fork(void); | 51 | asmlinkage void ret_from_fork(void); |
| 49 | 52 | ||
| 50 | /* | 53 | /* |
diff --git a/arch/i386/kernel/Makefile b/arch/i386/kernel/Makefile index 53bb9a79e274..65656c033d70 100644 --- a/arch/i386/kernel/Makefile +++ b/arch/i386/kernel/Makefile | |||
| @@ -11,7 +11,7 @@ obj-y := process.o semaphore.o signal.o entry.o traps.o irq.o \ | |||
| 11 | 11 | ||
| 12 | obj-y += cpu/ | 12 | obj-y += cpu/ |
| 13 | obj-y += timers/ | 13 | obj-y += timers/ |
| 14 | obj-$(CONFIG_ACPI) += acpi/ | 14 | obj-y += acpi/ |
| 15 | obj-$(CONFIG_X86_BIOS_REBOOT) += reboot.o | 15 | obj-$(CONFIG_X86_BIOS_REBOOT) += reboot.o |
| 16 | obj-$(CONFIG_MCA) += mca.o | 16 | obj-$(CONFIG_MCA) += mca.o |
| 17 | obj-$(CONFIG_X86_MSR) += msr.o | 17 | obj-$(CONFIG_X86_MSR) += msr.o |
diff --git a/arch/i386/kernel/acpi/Makefile b/arch/i386/kernel/acpi/Makefile index d51c7313cae8..7e9ac99354f4 100644 --- a/arch/i386/kernel/acpi/Makefile +++ b/arch/i386/kernel/acpi/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | obj-y := boot.o | 1 | obj-$(CONFIG_ACPI) += boot.o |
| 2 | obj-$(CONFIG_X86_IO_APIC) += earlyquirk.o | 2 | obj-$(CONFIG_X86_IO_APIC) += earlyquirk.o |
| 3 | obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup.o | 3 | obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup.o |
| 4 | 4 | ||
diff --git a/arch/i386/kernel/acpi/boot.c b/arch/i386/kernel/acpi/boot.c index 8309a7b2cd63..f1a21945963d 100644 --- a/arch/i386/kernel/acpi/boot.c +++ b/arch/i386/kernel/acpi/boot.c | |||
| @@ -44,6 +44,9 @@ extern void __init clustered_apic_check(void); | |||
| 44 | extern int gsi_irq_sharing(int gsi); | 44 | extern int gsi_irq_sharing(int gsi); |
| 45 | #include <asm/proto.h> | 45 | #include <asm/proto.h> |
| 46 | 46 | ||
| 47 | static inline int acpi_madt_oem_check(char *oem_id, char *oem_table_id) { return 0; } | ||
| 48 | |||
| 49 | |||
| 47 | #else /* X86 */ | 50 | #else /* X86 */ |
| 48 | 51 | ||
| 49 | #ifdef CONFIG_X86_LOCAL_APIC | 52 | #ifdef CONFIG_X86_LOCAL_APIC |
| @@ -1108,9 +1111,6 @@ int __init acpi_boot_table_init(void) | |||
| 1108 | disable_acpi(); | 1111 | disable_acpi(); |
| 1109 | return error; | 1112 | return error; |
| 1110 | } | 1113 | } |
| 1111 | #ifdef __i386__ | ||
| 1112 | check_acpi_pci(); | ||
| 1113 | #endif | ||
| 1114 | 1114 | ||
| 1115 | acpi_table_parse(ACPI_BOOT, acpi_parse_sbf); | 1115 | acpi_table_parse(ACPI_BOOT, acpi_parse_sbf); |
| 1116 | 1116 | ||
diff --git a/arch/i386/kernel/acpi/earlyquirk.c b/arch/i386/kernel/acpi/earlyquirk.c index f1b9d2a46dab..2e3b643a4dc4 100644 --- a/arch/i386/kernel/acpi/earlyquirk.c +++ b/arch/i386/kernel/acpi/earlyquirk.c | |||
| @@ -7,14 +7,22 @@ | |||
| 7 | #include <linux/pci.h> | 7 | #include <linux/pci.h> |
| 8 | #include <asm/pci-direct.h> | 8 | #include <asm/pci-direct.h> |
| 9 | #include <asm/acpi.h> | 9 | #include <asm/acpi.h> |
| 10 | #include <asm/apic.h> | ||
| 10 | 11 | ||
| 11 | static int __init check_bridge(int vendor, int device) | 12 | static int __init check_bridge(int vendor, int device) |
| 12 | { | 13 | { |
| 14 | #ifdef CONFIG_ACPI | ||
| 13 | /* According to Nvidia all timer overrides are bogus. Just ignore | 15 | /* According to Nvidia all timer overrides are bogus. Just ignore |
| 14 | them all. */ | 16 | them all. */ |
| 15 | if (vendor == PCI_VENDOR_ID_NVIDIA) { | 17 | if (vendor == PCI_VENDOR_ID_NVIDIA) { |
| 16 | acpi_skip_timer_override = 1; | 18 | acpi_skip_timer_override = 1; |
| 17 | } | 19 | } |
| 20 | #endif | ||
| 21 | if (vendor == PCI_VENDOR_ID_ATI && timer_over_8254 == 1) { | ||
| 22 | timer_over_8254 = 0; | ||
| 23 | printk(KERN_INFO "ATI board detected. Disabling timer routing " | ||
| 24 | "over 8254.\n"); | ||
| 25 | } | ||
| 18 | return 0; | 26 | return 0; |
| 19 | } | 27 | } |
| 20 | 28 | ||
diff --git a/arch/i386/kernel/apic.c b/arch/i386/kernel/apic.c index f39e09ef64ec..776c90989e06 100644 --- a/arch/i386/kernel/apic.c +++ b/arch/i386/kernel/apic.c | |||
| @@ -570,16 +570,18 @@ void __devinit setup_local_APIC(void) | |||
| 570 | */ | 570 | */ |
| 571 | void lapic_shutdown(void) | 571 | void lapic_shutdown(void) |
| 572 | { | 572 | { |
| 573 | unsigned long flags; | ||
| 574 | |||
| 573 | if (!cpu_has_apic) | 575 | if (!cpu_has_apic) |
| 574 | return; | 576 | return; |
| 575 | 577 | ||
| 576 | local_irq_disable(); | 578 | local_irq_save(flags); |
| 577 | clear_local_APIC(); | 579 | clear_local_APIC(); |
| 578 | 580 | ||
| 579 | if (enabled_via_apicbase) | 581 | if (enabled_via_apicbase) |
| 580 | disable_local_APIC(); | 582 | disable_local_APIC(); |
| 581 | 583 | ||
| 582 | local_irq_enable(); | 584 | local_irq_restore(flags); |
| 583 | } | 585 | } |
| 584 | 586 | ||
| 585 | #ifdef CONFIG_PM | 587 | #ifdef CONFIG_PM |
diff --git a/arch/i386/kernel/cpu/common.c b/arch/i386/kernel/cpu/common.c index 4ecd4b326ded..e6bd095ae108 100644 --- a/arch/i386/kernel/cpu/common.c +++ b/arch/i386/kernel/cpu/common.c | |||
| @@ -278,10 +278,10 @@ void __devinit generic_identify(struct cpuinfo_x86 * c) | |||
| 278 | c->x86_capability[4] = excap; | 278 | c->x86_capability[4] = excap; |
| 279 | c->x86 = (tfms >> 8) & 15; | 279 | c->x86 = (tfms >> 8) & 15; |
| 280 | c->x86_model = (tfms >> 4) & 15; | 280 | c->x86_model = (tfms >> 4) & 15; |
| 281 | if (c->x86 == 0xf) { | 281 | if (c->x86 == 0xf) |
| 282 | c->x86 += (tfms >> 20) & 0xff; | 282 | c->x86 += (tfms >> 20) & 0xff; |
| 283 | if (c->x86 >= 0x6) | ||
| 283 | c->x86_model += ((tfms >> 16) & 0xF) << 4; | 284 | c->x86_model += ((tfms >> 16) & 0xF) << 4; |
| 284 | } | ||
| 285 | c->x86_mask = tfms & 15; | 285 | c->x86_mask = tfms & 15; |
| 286 | } else { | 286 | } else { |
| 287 | /* Have CPUID level 0 only - unheard of */ | 287 | /* Have CPUID level 0 only - unheard of */ |
diff --git a/arch/i386/kernel/efi.c b/arch/i386/kernel/efi.c index e3e42fd62401..c9cad7ba0d2d 100644 --- a/arch/i386/kernel/efi.c +++ b/arch/i386/kernel/efi.c | |||
| @@ -70,10 +70,13 @@ static void efi_call_phys_prelog(void) | |||
| 70 | { | 70 | { |
| 71 | unsigned long cr4; | 71 | unsigned long cr4; |
| 72 | unsigned long temp; | 72 | unsigned long temp; |
| 73 | struct Xgt_desc_struct *cpu_gdt_descr; | ||
| 73 | 74 | ||
| 74 | spin_lock(&efi_rt_lock); | 75 | spin_lock(&efi_rt_lock); |
| 75 | local_irq_save(efi_rt_eflags); | 76 | local_irq_save(efi_rt_eflags); |
| 76 | 77 | ||
| 78 | cpu_gdt_descr = &per_cpu(cpu_gdt_descr, 0); | ||
| 79 | |||
| 77 | /* | 80 | /* |
| 78 | * If I don't have PSE, I should just duplicate two entries in page | 81 | * If I don't have PSE, I should just duplicate two entries in page |
| 79 | * directory. If I have PSE, I just need to duplicate one entry in | 82 | * directory. If I have PSE, I just need to duplicate one entry in |
| @@ -103,18 +106,17 @@ static void efi_call_phys_prelog(void) | |||
| 103 | */ | 106 | */ |
| 104 | local_flush_tlb(); | 107 | local_flush_tlb(); |
| 105 | 108 | ||
| 106 | per_cpu(cpu_gdt_descr, 0).address = | 109 | cpu_gdt_descr->address = __pa(cpu_gdt_descr->address); |
| 107 | __pa(per_cpu(cpu_gdt_descr, 0).address); | 110 | load_gdt(cpu_gdt_descr); |
| 108 | load_gdt((struct Xgt_desc_struct *)__pa(&per_cpu(cpu_gdt_descr, 0))); | ||
| 109 | } | 111 | } |
| 110 | 112 | ||
| 111 | static void efi_call_phys_epilog(void) | 113 | static void efi_call_phys_epilog(void) |
| 112 | { | 114 | { |
| 113 | unsigned long cr4; | 115 | unsigned long cr4; |
| 116 | struct Xgt_desc_struct *cpu_gdt_descr = &per_cpu(cpu_gdt_descr, 0); | ||
| 114 | 117 | ||
| 115 | per_cpu(cpu_gdt_descr, 0).address = | 118 | cpu_gdt_descr->address = __va(cpu_gdt_descr->address); |
| 116 | (unsigned long)__va(per_cpu(cpu_gdt_descr, 0).address); | 119 | load_gdt(cpu_gdt_descr); |
| 117 | load_gdt((struct Xgt_desc_struct *)__va(&per_cpu(cpu_gdt_descr, 0))); | ||
| 118 | 120 | ||
| 119 | cr4 = read_cr4(); | 121 | cr4 = read_cr4(); |
| 120 | 122 | ||
diff --git a/arch/i386/kernel/io_apic.c b/arch/i386/kernel/io_apic.c index 235822b3f41b..39d9a5fa907e 100644 --- a/arch/i386/kernel/io_apic.c +++ b/arch/i386/kernel/io_apic.c | |||
| @@ -51,6 +51,8 @@ static struct { int pin, apic; } ioapic_i8259 = { -1, -1 }; | |||
| 51 | 51 | ||
| 52 | static DEFINE_SPINLOCK(ioapic_lock); | 52 | static DEFINE_SPINLOCK(ioapic_lock); |
| 53 | 53 | ||
| 54 | int timer_over_8254 __initdata = 1; | ||
| 55 | |||
| 54 | /* | 56 | /* |
| 55 | * Is the SiS APIC rmw bug present ? | 57 | * Is the SiS APIC rmw bug present ? |
| 56 | * -1 = don't know, 0 = no, 1 = yes | 58 | * -1 = don't know, 0 = no, 1 = yes |
| @@ -2267,7 +2269,8 @@ static inline void check_timer(void) | |||
| 2267 | apic_write_around(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_EXTINT); | 2269 | apic_write_around(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_EXTINT); |
| 2268 | init_8259A(1); | 2270 | init_8259A(1); |
| 2269 | timer_ack = 1; | 2271 | timer_ack = 1; |
| 2270 | enable_8259A_irq(0); | 2272 | if (timer_over_8254 > 0) |
| 2273 | enable_8259A_irq(0); | ||
| 2271 | 2274 | ||
| 2272 | pin1 = find_isa_irq_pin(0, mp_INT); | 2275 | pin1 = find_isa_irq_pin(0, mp_INT); |
| 2273 | apic1 = find_isa_irq_apic(0, mp_INT); | 2276 | apic1 = find_isa_irq_apic(0, mp_INT); |
| @@ -2392,6 +2395,20 @@ void __init setup_IO_APIC(void) | |||
| 2392 | print_IO_APIC(); | 2395 | print_IO_APIC(); |
| 2393 | } | 2396 | } |
| 2394 | 2397 | ||
| 2398 | static int __init setup_disable_8254_timer(char *s) | ||
| 2399 | { | ||
| 2400 | timer_over_8254 = -1; | ||
| 2401 | return 1; | ||
| 2402 | } | ||
| 2403 | static int __init setup_enable_8254_timer(char *s) | ||
| 2404 | { | ||
| 2405 | timer_over_8254 = 2; | ||
| 2406 | return 1; | ||
| 2407 | } | ||
| 2408 | |||
| 2409 | __setup("disable_8254_timer", setup_disable_8254_timer); | ||
| 2410 | __setup("enable_8254_timer", setup_enable_8254_timer); | ||
| 2411 | |||
| 2395 | /* | 2412 | /* |
| 2396 | * Called after all the initialization is done. If we didnt find any | 2413 | * Called after all the initialization is done. If we didnt find any |
| 2397 | * APIC bugs then we can allow the modify fast path | 2414 | * APIC bugs then we can allow the modify fast path |
diff --git a/arch/i386/kernel/machine_kexec.c b/arch/i386/kernel/machine_kexec.c index a912fed48482..f73d7374a2ba 100644 --- a/arch/i386/kernel/machine_kexec.c +++ b/arch/i386/kernel/machine_kexec.c | |||
| @@ -116,13 +116,13 @@ static void load_segments(void) | |||
| 116 | __asm__ __volatile__ ( | 116 | __asm__ __volatile__ ( |
| 117 | "\tljmp $"STR(__KERNEL_CS)",$1f\n" | 117 | "\tljmp $"STR(__KERNEL_CS)",$1f\n" |
| 118 | "\t1:\n" | 118 | "\t1:\n" |
| 119 | "\tmovl $"STR(__KERNEL_DS)",%eax\n" | 119 | "\tmovl $"STR(__KERNEL_DS)",%%eax\n" |
| 120 | "\tmovl %eax,%ds\n" | 120 | "\tmovl %%eax,%%ds\n" |
| 121 | "\tmovl %eax,%es\n" | 121 | "\tmovl %%eax,%%es\n" |
| 122 | "\tmovl %eax,%fs\n" | 122 | "\tmovl %%eax,%%fs\n" |
| 123 | "\tmovl %eax,%gs\n" | 123 | "\tmovl %%eax,%%gs\n" |
| 124 | "\tmovl %eax,%ss\n" | 124 | "\tmovl %%eax,%%ss\n" |
| 125 | ); | 125 | ::: "eax", "memory"); |
| 126 | #undef STR | 126 | #undef STR |
| 127 | #undef __STR | 127 | #undef __STR |
| 128 | } | 128 | } |
diff --git a/arch/i386/kernel/microcode.c b/arch/i386/kernel/microcode.c index d3fdf0057d82..5390b521aca0 100644 --- a/arch/i386/kernel/microcode.c +++ b/arch/i386/kernel/microcode.c | |||
| @@ -74,6 +74,7 @@ | |||
| 74 | #include <linux/kernel.h> | 74 | #include <linux/kernel.h> |
| 75 | #include <linux/init.h> | 75 | #include <linux/init.h> |
| 76 | #include <linux/sched.h> | 76 | #include <linux/sched.h> |
| 77 | #include <linux/cpumask.h> | ||
| 77 | #include <linux/module.h> | 78 | #include <linux/module.h> |
| 78 | #include <linux/slab.h> | 79 | #include <linux/slab.h> |
| 79 | #include <linux/vmalloc.h> | 80 | #include <linux/vmalloc.h> |
| @@ -250,8 +251,8 @@ static int find_matching_ucodes (void) | |||
| 250 | error = -EINVAL; | 251 | error = -EINVAL; |
| 251 | goto out; | 252 | goto out; |
| 252 | } | 253 | } |
| 253 | 254 | ||
| 254 | for (cpu_num = 0; cpu_num < num_online_cpus(); cpu_num++) { | 255 | for_each_online_cpu(cpu_num) { |
| 255 | struct ucode_cpu_info *uci = ucode_cpu_info + cpu_num; | 256 | struct ucode_cpu_info *uci = ucode_cpu_info + cpu_num; |
| 256 | if (uci->err != MC_NOTFOUND) /* already found a match or not an online cpu*/ | 257 | if (uci->err != MC_NOTFOUND) /* already found a match or not an online cpu*/ |
| 257 | continue; | 258 | continue; |
| @@ -293,7 +294,7 @@ static int find_matching_ucodes (void) | |||
| 293 | error = -EFAULT; | 294 | error = -EFAULT; |
| 294 | goto out; | 295 | goto out; |
| 295 | } | 296 | } |
| 296 | for (cpu_num = 0; cpu_num < num_online_cpus(); cpu_num++) { | 297 | for_each_online_cpu(cpu_num) { |
| 297 | struct ucode_cpu_info *uci = ucode_cpu_info + cpu_num; | 298 | struct ucode_cpu_info *uci = ucode_cpu_info + cpu_num; |
| 298 | if (uci->err != MC_NOTFOUND) /* already found a match or not an online cpu*/ | 299 | if (uci->err != MC_NOTFOUND) /* already found a match or not an online cpu*/ |
| 299 | continue; | 300 | continue; |
| @@ -304,7 +305,9 @@ static int find_matching_ucodes (void) | |||
| 304 | } | 305 | } |
| 305 | } | 306 | } |
| 306 | /* now check if any cpu has matched */ | 307 | /* now check if any cpu has matched */ |
| 307 | for (cpu_num = 0, allocated_flag = 0, sum = 0; cpu_num < num_online_cpus(); cpu_num++) { | 308 | allocated_flag = 0; |
| 309 | sum = 0; | ||
| 310 | for_each_online_cpu(cpu_num) { | ||
| 308 | if (ucode_cpu_info[cpu_num].err == MC_MARKED) { | 311 | if (ucode_cpu_info[cpu_num].err == MC_MARKED) { |
| 309 | struct ucode_cpu_info *uci = ucode_cpu_info + cpu_num; | 312 | struct ucode_cpu_info *uci = ucode_cpu_info + cpu_num; |
| 310 | if (!allocated_flag) { | 313 | if (!allocated_flag) { |
| @@ -415,12 +418,12 @@ static int do_microcode_update (void) | |||
| 415 | } | 418 | } |
| 416 | 419 | ||
| 417 | out_free: | 420 | out_free: |
| 418 | for (i = 0; i < num_online_cpus(); i++) { | 421 | for_each_online_cpu(i) { |
| 419 | if (ucode_cpu_info[i].mc) { | 422 | if (ucode_cpu_info[i].mc) { |
| 420 | int j; | 423 | int j; |
| 421 | void *tmp = ucode_cpu_info[i].mc; | 424 | void *tmp = ucode_cpu_info[i].mc; |
| 422 | vfree(tmp); | 425 | vfree(tmp); |
| 423 | for (j = i; j < num_online_cpus(); j++) { | 426 | for_each_online_cpu(j) { |
| 424 | if (ucode_cpu_info[j].mc == tmp) | 427 | if (ucode_cpu_info[j].mc == tmp) |
| 425 | ucode_cpu_info[j].mc = NULL; | 428 | ucode_cpu_info[j].mc = NULL; |
| 426 | } | 429 | } |
diff --git a/arch/i386/kernel/nmi.c b/arch/i386/kernel/nmi.c index 63f39a7e2c96..be87c5e2ee95 100644 --- a/arch/i386/kernel/nmi.c +++ b/arch/i386/kernel/nmi.c | |||
| @@ -357,7 +357,7 @@ static void clear_msr_range(unsigned int base, unsigned int n) | |||
| 357 | wrmsr(base+i, 0, 0); | 357 | wrmsr(base+i, 0, 0); |
| 358 | } | 358 | } |
| 359 | 359 | ||
| 360 | static inline void write_watchdog_counter(const char *descr) | 360 | static void write_watchdog_counter(const char *descr) |
| 361 | { | 361 | { |
| 362 | u64 count = (u64)cpu_khz * 1000; | 362 | u64 count = (u64)cpu_khz * 1000; |
| 363 | 363 | ||
| @@ -544,7 +544,7 @@ void nmi_watchdog_tick (struct pt_regs * regs) | |||
| 544 | * die_nmi will return ONLY if NOTIFY_STOP happens.. | 544 | * die_nmi will return ONLY if NOTIFY_STOP happens.. |
| 545 | */ | 545 | */ |
| 546 | die_nmi(regs, "NMI Watchdog detected LOCKUP"); | 546 | die_nmi(regs, "NMI Watchdog detected LOCKUP"); |
| 547 | 547 | } else { | |
| 548 | last_irq_sums[cpu] = sum; | 548 | last_irq_sums[cpu] = sum; |
| 549 | alert_counter[cpu] = 0; | 549 | alert_counter[cpu] = 0; |
| 550 | } | 550 | } |
diff --git a/arch/i386/kernel/setup.c b/arch/i386/kernel/setup.c index 51e513b4f72d..ab62a9f4701e 100644 --- a/arch/i386/kernel/setup.c +++ b/arch/i386/kernel/setup.c | |||
| @@ -1599,6 +1599,10 @@ void __init setup_arch(char **cmdline_p) | |||
| 1599 | if (efi_enabled) | 1599 | if (efi_enabled) |
| 1600 | efi_map_memmap(); | 1600 | efi_map_memmap(); |
| 1601 | 1601 | ||
| 1602 | #ifdef CONFIG_X86_IO_APIC | ||
| 1603 | check_acpi_pci(); /* Checks more than just ACPI actually */ | ||
| 1604 | #endif | ||
| 1605 | |||
| 1602 | #ifdef CONFIG_ACPI | 1606 | #ifdef CONFIG_ACPI |
| 1603 | /* | 1607 | /* |
| 1604 | * Parse the ACPI tables for possible boot-time SMP configuration. | 1608 | * Parse the ACPI tables for possible boot-time SMP configuration. |
diff --git a/arch/i386/kernel/smpboot.c b/arch/i386/kernel/smpboot.c index eba7f53f8b4a..7007e1783797 100644 --- a/arch/i386/kernel/smpboot.c +++ b/arch/i386/kernel/smpboot.c | |||
| @@ -1029,6 +1029,16 @@ int __devinit smp_prepare_cpu(int cpu) | |||
| 1029 | int apicid, ret; | 1029 | int apicid, ret; |
| 1030 | 1030 | ||
| 1031 | lock_cpu_hotplug(); | 1031 | lock_cpu_hotplug(); |
| 1032 | |||
| 1033 | /* | ||
| 1034 | * On x86, CPU0 is never offlined. Trying to bring up an | ||
| 1035 | * already-booted CPU will hang. So check for that case. | ||
| 1036 | */ | ||
| 1037 | if (cpu_online(cpu)) { | ||
| 1038 | ret = -EINVAL; | ||
| 1039 | goto exit; | ||
| 1040 | } | ||
| 1041 | |||
| 1032 | apicid = x86_cpu_to_apicid[cpu]; | 1042 | apicid = x86_cpu_to_apicid[cpu]; |
| 1033 | if (apicid == BAD_APICID) { | 1043 | if (apicid == BAD_APICID) { |
| 1034 | ret = -ENODEV; | 1044 | ret = -ENODEV; |
diff --git a/arch/i386/kernel/time.c b/arch/i386/kernel/time.c index a14d594bfbeb..9d3074759856 100644 --- a/arch/i386/kernel/time.c +++ b/arch/i386/kernel/time.c | |||
| @@ -412,9 +412,9 @@ static int timer_resume(struct sys_device *dev) | |||
| 412 | write_seqlock_irqsave(&xtime_lock, flags); | 412 | write_seqlock_irqsave(&xtime_lock, flags); |
| 413 | xtime.tv_sec = sec; | 413 | xtime.tv_sec = sec; |
| 414 | xtime.tv_nsec = 0; | 414 | xtime.tv_nsec = 0; |
| 415 | write_sequnlock_irqrestore(&xtime_lock, flags); | 415 | jiffies_64 += sleep_length; |
| 416 | jiffies += sleep_length; | ||
| 417 | wall_jiffies += sleep_length; | 416 | wall_jiffies += sleep_length; |
| 417 | write_sequnlock_irqrestore(&xtime_lock, flags); | ||
| 418 | if (last_timer->resume) | 418 | if (last_timer->resume) |
| 419 | last_timer->resume(); | 419 | last_timer->resume(); |
| 420 | cur_timer = last_timer; | 420 | cur_timer = last_timer; |
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index a85ea9d37f05..ff7ae6b664e8 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
| @@ -271,6 +271,25 @@ config SCHED_SMT | |||
| 271 | Intel IA64 chips with MultiThreading at a cost of slightly increased | 271 | Intel IA64 chips with MultiThreading at a cost of slightly increased |
| 272 | overhead in some places. If unsure say N here. | 272 | overhead in some places. If unsure say N here. |
| 273 | 273 | ||
| 274 | config PERMIT_BSP_REMOVE | ||
| 275 | bool "Support removal of Bootstrap Processor" | ||
| 276 | depends on HOTPLUG_CPU | ||
| 277 | default n | ||
| 278 | ---help--- | ||
| 279 | Say Y here if your platform SAL will support removal of BSP with HOTPLUG_CPU | ||
| 280 | support. | ||
| 281 | |||
| 282 | config FORCE_CPEI_RETARGET | ||
| 283 | bool "Force assumption that CPEI can be re-targetted" | ||
| 284 | depends on PERMIT_BSP_REMOVE | ||
| 285 | default n | ||
| 286 | ---help--- | ||
| 287 | Say Y if you need to force the assumption that CPEI can be re-targetted to | ||
| 288 | any cpu in the system. This hint is available via ACPI 3.0 specifications. | ||
| 289 | Tiger4 systems are capable of re-directing CPEI to any CPU other than BSP. | ||
| 290 | This option it useful to enable this feature on older BIOS's as well. | ||
| 291 | You can also enable this by using boot command line option force_cpei=1. | ||
| 292 | |||
| 274 | config PREEMPT | 293 | config PREEMPT |
| 275 | bool "Preemptible Kernel" | 294 | bool "Preemptible Kernel" |
| 276 | help | 295 | help |
diff --git a/arch/ia64/configs/bigsur_defconfig b/arch/ia64/configs/bigsur_defconfig index b40672bb3ab0..90e9c2e61bf4 100644 --- a/arch/ia64/configs/bigsur_defconfig +++ b/arch/ia64/configs/bigsur_defconfig | |||
| @@ -1,14 +1,13 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.14-rc1 | 3 | # Linux kernel version: 2.6.16-rc5 |
| 4 | # Wed Sep 14 15:18:49 2005 | 4 | # Mon Feb 27 16:10:42 2006 |
| 5 | # | 5 | # |
| 6 | 6 | ||
| 7 | # | 7 | # |
| 8 | # Code maturity level options | 8 | # Code maturity level options |
| 9 | # | 9 | # |
| 10 | CONFIG_EXPERIMENTAL=y | 10 | CONFIG_EXPERIMENTAL=y |
| 11 | CONFIG_CLEAN_COMPILE=y | ||
| 12 | CONFIG_LOCK_KERNEL=y | 11 | CONFIG_LOCK_KERNEL=y |
| 13 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 12 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 14 | 13 | ||
| @@ -23,17 +22,18 @@ CONFIG_POSIX_MQUEUE=y | |||
| 23 | # CONFIG_BSD_PROCESS_ACCT is not set | 22 | # CONFIG_BSD_PROCESS_ACCT is not set |
| 24 | CONFIG_SYSCTL=y | 23 | CONFIG_SYSCTL=y |
| 25 | # CONFIG_AUDIT is not set | 24 | # CONFIG_AUDIT is not set |
| 26 | CONFIG_HOTPLUG=y | ||
| 27 | CONFIG_KOBJECT_UEVENT=y | ||
| 28 | # CONFIG_IKCONFIG is not set | 25 | # CONFIG_IKCONFIG is not set |
| 29 | # CONFIG_CPUSETS is not set | 26 | # CONFIG_CPUSETS is not set |
| 30 | CONFIG_INITRAMFS_SOURCE="" | 27 | CONFIG_INITRAMFS_SOURCE="" |
| 28 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 31 | # CONFIG_EMBEDDED is not set | 29 | # CONFIG_EMBEDDED is not set |
| 32 | CONFIG_KALLSYMS=y | 30 | CONFIG_KALLSYMS=y |
| 33 | # CONFIG_KALLSYMS_ALL is not set | 31 | # CONFIG_KALLSYMS_ALL is not set |
| 34 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 32 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 33 | CONFIG_HOTPLUG=y | ||
| 35 | CONFIG_PRINTK=y | 34 | CONFIG_PRINTK=y |
| 36 | CONFIG_BUG=y | 35 | CONFIG_BUG=y |
| 36 | CONFIG_ELF_CORE=y | ||
| 37 | CONFIG_BASE_FULL=y | 37 | CONFIG_BASE_FULL=y |
| 38 | CONFIG_FUTEX=y | 38 | CONFIG_FUTEX=y |
| 39 | CONFIG_EPOLL=y | 39 | CONFIG_EPOLL=y |
| @@ -42,8 +42,10 @@ CONFIG_CC_ALIGN_FUNCTIONS=0 | |||
| 42 | CONFIG_CC_ALIGN_LABELS=0 | 42 | CONFIG_CC_ALIGN_LABELS=0 |
| 43 | CONFIG_CC_ALIGN_LOOPS=0 | 43 | CONFIG_CC_ALIGN_LOOPS=0 |
| 44 | CONFIG_CC_ALIGN_JUMPS=0 | 44 | CONFIG_CC_ALIGN_JUMPS=0 |
| 45 | CONFIG_SLAB=y | ||
| 45 | # CONFIG_TINY_SHMEM is not set | 46 | # CONFIG_TINY_SHMEM is not set |
| 46 | CONFIG_BASE_SMALL=0 | 47 | CONFIG_BASE_SMALL=0 |
| 48 | # CONFIG_SLOB is not set | ||
| 47 | 49 | ||
| 48 | # | 50 | # |
| 49 | # Loadable module support | 51 | # Loadable module support |
| @@ -58,17 +60,36 @@ CONFIG_KMOD=y | |||
| 58 | CONFIG_STOP_MACHINE=y | 60 | CONFIG_STOP_MACHINE=y |
| 59 | 61 | ||
| 60 | # | 62 | # |
| 63 | # Block layer | ||
| 64 | # | ||
| 65 | |||
| 66 | # | ||
| 67 | # IO Schedulers | ||
| 68 | # | ||
| 69 | CONFIG_IOSCHED_NOOP=y | ||
| 70 | CONFIG_IOSCHED_AS=y | ||
| 71 | CONFIG_IOSCHED_DEADLINE=y | ||
| 72 | CONFIG_IOSCHED_CFQ=y | ||
| 73 | CONFIG_DEFAULT_AS=y | ||
| 74 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 75 | # CONFIG_DEFAULT_CFQ is not set | ||
| 76 | # CONFIG_DEFAULT_NOOP is not set | ||
| 77 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 78 | |||
| 79 | # | ||
| 61 | # Processor type and features | 80 | # Processor type and features |
| 62 | # | 81 | # |
| 63 | CONFIG_IA64=y | 82 | CONFIG_IA64=y |
| 64 | CONFIG_64BIT=y | 83 | CONFIG_64BIT=y |
| 65 | CONFIG_MMU=y | 84 | CONFIG_MMU=y |
| 85 | CONFIG_SWIOTLB=y | ||
| 66 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 86 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 87 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 68 | CONFIG_TIME_INTERPOLATION=y | 88 | CONFIG_TIME_INTERPOLATION=y |
| 69 | CONFIG_EFI=y | 89 | CONFIG_EFI=y |
| 70 | CONFIG_GENERIC_IOMAP=y | 90 | CONFIG_GENERIC_IOMAP=y |
| 71 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 91 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
| 92 | CONFIG_DMA_IS_DMA32=y | ||
| 72 | # CONFIG_IA64_GENERIC is not set | 93 | # CONFIG_IA64_GENERIC is not set |
| 73 | CONFIG_IA64_DIG=y | 94 | CONFIG_IA64_DIG=y |
| 74 | # CONFIG_IA64_HP_ZX1 is not set | 95 | # CONFIG_IA64_HP_ZX1 is not set |
| @@ -81,18 +102,17 @@ CONFIG_ITANIUM=y | |||
| 81 | # CONFIG_IA64_PAGE_SIZE_8KB is not set | 102 | # CONFIG_IA64_PAGE_SIZE_8KB is not set |
| 82 | CONFIG_IA64_PAGE_SIZE_16KB=y | 103 | CONFIG_IA64_PAGE_SIZE_16KB=y |
| 83 | # CONFIG_IA64_PAGE_SIZE_64KB is not set | 104 | # CONFIG_IA64_PAGE_SIZE_64KB is not set |
| 105 | CONFIG_PGTABLE_3=y | ||
| 106 | # CONFIG_PGTABLE_4 is not set | ||
| 84 | # CONFIG_HZ_100 is not set | 107 | # CONFIG_HZ_100 is not set |
| 85 | CONFIG_HZ_250=y | 108 | CONFIG_HZ_250=y |
| 86 | # CONFIG_HZ_1000 is not set | 109 | # CONFIG_HZ_1000 is not set |
| 87 | CONFIG_HZ=250 | 110 | CONFIG_HZ=250 |
| 88 | CONFIG_IA64_BRL_EMU=y | 111 | CONFIG_IA64_BRL_EMU=y |
| 89 | CONFIG_IA64_L1_CACHE_SHIFT=6 | 112 | CONFIG_IA64_L1_CACHE_SHIFT=6 |
| 90 | # CONFIG_NUMA is not set | ||
| 91 | # CONFIG_VIRTUAL_MEM_MAP is not set | ||
| 92 | # CONFIG_IA64_CYCLONE is not set | 113 | # CONFIG_IA64_CYCLONE is not set |
| 93 | CONFIG_IOSAPIC=y | 114 | CONFIG_IOSAPIC=y |
| 94 | # CONFIG_IA64_SGI_SN_XP is not set | 115 | CONFIG_FORCE_MAX_ZONEORDER=17 |
| 95 | CONFIG_FORCE_MAX_ZONEORDER=18 | ||
| 96 | CONFIG_SMP=y | 116 | CONFIG_SMP=y |
| 97 | CONFIG_NR_CPUS=2 | 117 | CONFIG_NR_CPUS=2 |
| 98 | # CONFIG_HOTPLUG_CPU is not set | 118 | # CONFIG_HOTPLUG_CPU is not set |
| @@ -105,7 +125,12 @@ CONFIG_FLATMEM_MANUAL=y | |||
| 105 | CONFIG_FLATMEM=y | 125 | CONFIG_FLATMEM=y |
| 106 | CONFIG_FLAT_NODE_MEM_MAP=y | 126 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 107 | # CONFIG_SPARSEMEM_STATIC is not set | 127 | # CONFIG_SPARSEMEM_STATIC is not set |
| 108 | CONFIG_HAVE_DEC_LOCK=y | 128 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 129 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
| 130 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
| 131 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
| 132 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
| 133 | # CONFIG_VIRTUAL_MEM_MAP is not set | ||
| 109 | CONFIG_IA32_SUPPORT=y | 134 | CONFIG_IA32_SUPPORT=y |
| 110 | CONFIG_COMPAT=y | 135 | CONFIG_COMPAT=y |
| 111 | # CONFIG_IA64_MCA_RECOVERY is not set | 136 | # CONFIG_IA64_MCA_RECOVERY is not set |
| @@ -117,7 +142,6 @@ CONFIG_IA64_PALINFO=y | |||
| 117 | # | 142 | # |
| 118 | CONFIG_EFI_VARS=y | 143 | CONFIG_EFI_VARS=y |
| 119 | CONFIG_EFI_PCDP=y | 144 | CONFIG_EFI_PCDP=y |
| 120 | # CONFIG_DELL_RBU is not set | ||
| 121 | CONFIG_BINFMT_ELF=y | 145 | CONFIG_BINFMT_ELF=y |
| 122 | CONFIG_BINFMT_MISC=m | 146 | CONFIG_BINFMT_MISC=m |
| 123 | 147 | ||
| @@ -125,6 +149,7 @@ CONFIG_BINFMT_MISC=m | |||
| 125 | # Power management and ACPI | 149 | # Power management and ACPI |
| 126 | # | 150 | # |
| 127 | CONFIG_PM=y | 151 | CONFIG_PM=y |
| 152 | CONFIG_PM_LEGACY=y | ||
| 128 | # CONFIG_PM_DEBUG is not set | 153 | # CONFIG_PM_DEBUG is not set |
| 129 | 154 | ||
| 130 | # | 155 | # |
| @@ -137,6 +162,7 @@ CONFIG_ACPI_PROCESSOR=m | |||
| 137 | CONFIG_ACPI_THERMAL=m | 162 | CONFIG_ACPI_THERMAL=m |
| 138 | CONFIG_ACPI_BLACKLIST_YEAR=0 | 163 | CONFIG_ACPI_BLACKLIST_YEAR=0 |
| 139 | # CONFIG_ACPI_DEBUG is not set | 164 | # CONFIG_ACPI_DEBUG is not set |
| 165 | CONFIG_ACPI_EC=y | ||
| 140 | CONFIG_ACPI_POWER=y | 166 | CONFIG_ACPI_POWER=y |
| 141 | CONFIG_ACPI_SYSTEM=y | 167 | CONFIG_ACPI_SYSTEM=y |
| 142 | # CONFIG_ACPI_CONTAINER is not set | 168 | # CONFIG_ACPI_CONTAINER is not set |
| @@ -173,6 +199,7 @@ CONFIG_NET=y | |||
| 173 | # | 199 | # |
| 174 | # Networking options | 200 | # Networking options |
| 175 | # | 201 | # |
| 202 | # CONFIG_NETDEBUG is not set | ||
| 176 | CONFIG_PACKET=y | 203 | CONFIG_PACKET=y |
| 177 | CONFIG_PACKET_MMAP=y | 204 | CONFIG_PACKET_MMAP=y |
| 178 | CONFIG_UNIX=y | 205 | CONFIG_UNIX=y |
| @@ -206,6 +233,11 @@ CONFIG_TCP_CONG_BIC=y | |||
| 206 | # SCTP Configuration (EXPERIMENTAL) | 233 | # SCTP Configuration (EXPERIMENTAL) |
| 207 | # | 234 | # |
| 208 | # CONFIG_IP_SCTP is not set | 235 | # CONFIG_IP_SCTP is not set |
| 236 | |||
| 237 | # | ||
| 238 | # TIPC Configuration (EXPERIMENTAL) | ||
| 239 | # | ||
| 240 | # CONFIG_TIPC is not set | ||
| 209 | # CONFIG_ATM is not set | 241 | # CONFIG_ATM is not set |
| 210 | # CONFIG_BRIDGE is not set | 242 | # CONFIG_BRIDGE is not set |
| 211 | # CONFIG_VLAN_8021Q is not set | 243 | # CONFIG_VLAN_8021Q is not set |
| @@ -218,14 +250,16 @@ CONFIG_TCP_CONG_BIC=y | |||
| 218 | # CONFIG_NET_DIVERT is not set | 250 | # CONFIG_NET_DIVERT is not set |
| 219 | # CONFIG_ECONET is not set | 251 | # CONFIG_ECONET is not set |
| 220 | # CONFIG_WAN_ROUTER is not set | 252 | # CONFIG_WAN_ROUTER is not set |
| 253 | |||
| 254 | # | ||
| 255 | # QoS and/or fair queueing | ||
| 256 | # | ||
| 221 | # CONFIG_NET_SCHED is not set | 257 | # CONFIG_NET_SCHED is not set |
| 222 | # CONFIG_NET_CLS_ROUTE is not set | ||
| 223 | 258 | ||
| 224 | # | 259 | # |
| 225 | # Network testing | 260 | # Network testing |
| 226 | # | 261 | # |
| 227 | # CONFIG_NET_PKTGEN is not set | 262 | # CONFIG_NET_PKTGEN is not set |
| 228 | # CONFIG_NETFILTER_NETLINK is not set | ||
| 229 | # CONFIG_HAMRADIO is not set | 263 | # CONFIG_HAMRADIO is not set |
| 230 | # CONFIG_IRDA is not set | 264 | # CONFIG_IRDA is not set |
| 231 | # CONFIG_BT is not set | 265 | # CONFIG_BT is not set |
| @@ -286,20 +320,13 @@ CONFIG_BLK_DEV_RAM=m | |||
| 286 | CONFIG_BLK_DEV_RAM_COUNT=16 | 320 | CONFIG_BLK_DEV_RAM_COUNT=16 |
| 287 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 321 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
| 288 | # CONFIG_CDROM_PKTCDVD is not set | 322 | # CONFIG_CDROM_PKTCDVD is not set |
| 289 | |||
| 290 | # | ||
| 291 | # IO Schedulers | ||
| 292 | # | ||
| 293 | CONFIG_IOSCHED_NOOP=y | ||
| 294 | CONFIG_IOSCHED_AS=y | ||
| 295 | CONFIG_IOSCHED_DEADLINE=y | ||
| 296 | CONFIG_IOSCHED_CFQ=y | ||
| 297 | # CONFIG_ATA_OVER_ETH is not set | 323 | # CONFIG_ATA_OVER_ETH is not set |
| 298 | 324 | ||
| 299 | # | 325 | # |
| 300 | # ATA/ATAPI/MFM/RLL support | 326 | # ATA/ATAPI/MFM/RLL support |
| 301 | # | 327 | # |
| 302 | CONFIG_IDE=m | 328 | CONFIG_IDE=m |
| 329 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 303 | CONFIG_BLK_DEV_IDE=m | 330 | CONFIG_BLK_DEV_IDE=m |
| 304 | 331 | ||
| 305 | # | 332 | # |
| @@ -390,6 +417,7 @@ CONFIG_SCSI_SPI_ATTRS=m | |||
| 390 | # | 417 | # |
| 391 | # SCSI low-level drivers | 418 | # SCSI low-level drivers |
| 392 | # | 419 | # |
| 420 | # CONFIG_ISCSI_TCP is not set | ||
| 393 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 421 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
| 394 | # CONFIG_SCSI_3W_9XXX is not set | 422 | # CONFIG_SCSI_3W_9XXX is not set |
| 395 | # CONFIG_SCSI_ACARD is not set | 423 | # CONFIG_SCSI_ACARD is not set |
| @@ -399,6 +427,7 @@ CONFIG_SCSI_SPI_ATTRS=m | |||
| 399 | # CONFIG_SCSI_AIC79XX is not set | 427 | # CONFIG_SCSI_AIC79XX is not set |
| 400 | # CONFIG_MEGARAID_NEWGEN is not set | 428 | # CONFIG_MEGARAID_NEWGEN is not set |
| 401 | # CONFIG_MEGARAID_LEGACY is not set | 429 | # CONFIG_MEGARAID_LEGACY is not set |
| 430 | # CONFIG_MEGARAID_SAS is not set | ||
| 402 | # CONFIG_SCSI_SATA is not set | 431 | # CONFIG_SCSI_SATA is not set |
| 403 | # CONFIG_SCSI_DMX3191D is not set | 432 | # CONFIG_SCSI_DMX3191D is not set |
| 404 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 433 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
| @@ -409,14 +438,7 @@ CONFIG_SCSI_SPI_ATTRS=m | |||
| 409 | # CONFIG_SCSI_IPR is not set | 438 | # CONFIG_SCSI_IPR is not set |
| 410 | # CONFIG_SCSI_QLOGIC_FC is not set | 439 | # CONFIG_SCSI_QLOGIC_FC is not set |
| 411 | CONFIG_SCSI_QLOGIC_1280=y | 440 | CONFIG_SCSI_QLOGIC_1280=y |
| 412 | # CONFIG_SCSI_QLOGIC_1280_1040 is not set | 441 | # CONFIG_SCSI_QLA_FC is not set |
| 413 | CONFIG_SCSI_QLA2XXX=y | ||
| 414 | # CONFIG_SCSI_QLA21XX is not set | ||
| 415 | # CONFIG_SCSI_QLA22XX is not set | ||
| 416 | # CONFIG_SCSI_QLA2300 is not set | ||
| 417 | # CONFIG_SCSI_QLA2322 is not set | ||
| 418 | # CONFIG_SCSI_QLA6312 is not set | ||
| 419 | # CONFIG_SCSI_QLA24XX is not set | ||
| 420 | # CONFIG_SCSI_LPFC is not set | 442 | # CONFIG_SCSI_LPFC is not set |
| 421 | # CONFIG_SCSI_DC395x is not set | 443 | # CONFIG_SCSI_DC395x is not set |
| 422 | # CONFIG_SCSI_DC390T is not set | 444 | # CONFIG_SCSI_DC390T is not set |
| @@ -448,6 +470,7 @@ CONFIG_DM_ZERO=m | |||
| 448 | # CONFIG_FUSION is not set | 470 | # CONFIG_FUSION is not set |
| 449 | # CONFIG_FUSION_SPI is not set | 471 | # CONFIG_FUSION_SPI is not set |
| 450 | # CONFIG_FUSION_FC is not set | 472 | # CONFIG_FUSION_FC is not set |
| 473 | # CONFIG_FUSION_SAS is not set | ||
| 451 | 474 | ||
| 452 | # | 475 | # |
| 453 | # IEEE 1394 (FireWire) support | 476 | # IEEE 1394 (FireWire) support |
| @@ -486,6 +509,7 @@ CONFIG_NET_ETHERNET=y | |||
| 486 | CONFIG_MII=y | 509 | CONFIG_MII=y |
| 487 | # CONFIG_HAPPYMEAL is not set | 510 | # CONFIG_HAPPYMEAL is not set |
| 488 | # CONFIG_SUNGEM is not set | 511 | # CONFIG_SUNGEM is not set |
| 512 | # CONFIG_CASSINI is not set | ||
| 489 | # CONFIG_NET_VENDOR_3COM is not set | 513 | # CONFIG_NET_VENDOR_3COM is not set |
| 490 | 514 | ||
| 491 | # | 515 | # |
| @@ -524,6 +548,7 @@ CONFIG_EEPRO100=y | |||
| 524 | # CONFIG_R8169 is not set | 548 | # CONFIG_R8169 is not set |
| 525 | # CONFIG_SIS190 is not set | 549 | # CONFIG_SIS190 is not set |
| 526 | # CONFIG_SKGE is not set | 550 | # CONFIG_SKGE is not set |
| 551 | # CONFIG_SKY2 is not set | ||
| 527 | # CONFIG_SK98LIN is not set | 552 | # CONFIG_SK98LIN is not set |
| 528 | # CONFIG_VIA_VELOCITY is not set | 553 | # CONFIG_VIA_VELOCITY is not set |
| 529 | # CONFIG_TIGON3 is not set | 554 | # CONFIG_TIGON3 is not set |
| @@ -630,6 +655,7 @@ CONFIG_SERIAL_8250=y | |||
| 630 | CONFIG_SERIAL_8250_CONSOLE=y | 655 | CONFIG_SERIAL_8250_CONSOLE=y |
| 631 | CONFIG_SERIAL_8250_ACPI=y | 656 | CONFIG_SERIAL_8250_ACPI=y |
| 632 | CONFIG_SERIAL_8250_NR_UARTS=4 | 657 | CONFIG_SERIAL_8250_NR_UARTS=4 |
| 658 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
| 633 | CONFIG_SERIAL_8250_EXTENDED=y | 659 | CONFIG_SERIAL_8250_EXTENDED=y |
| 634 | CONFIG_SERIAL_8250_SHARE_IRQ=y | 660 | CONFIG_SERIAL_8250_SHARE_IRQ=y |
| 635 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | 661 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set |
| @@ -681,6 +707,7 @@ CONFIG_DRM_R128=m | |||
| 681 | # TPM devices | 707 | # TPM devices |
| 682 | # | 708 | # |
| 683 | # CONFIG_TCG_TPM is not set | 709 | # CONFIG_TCG_TPM is not set |
| 710 | # CONFIG_TELCLOCK is not set | ||
| 684 | 711 | ||
| 685 | # | 712 | # |
| 686 | # I2C support | 713 | # I2C support |
| @@ -731,12 +758,19 @@ CONFIG_I2C_ALGOBIT=y | |||
| 731 | # CONFIG_SENSORS_PCF8591 is not set | 758 | # CONFIG_SENSORS_PCF8591 is not set |
| 732 | # CONFIG_SENSORS_RTC8564 is not set | 759 | # CONFIG_SENSORS_RTC8564 is not set |
| 733 | # CONFIG_SENSORS_MAX6875 is not set | 760 | # CONFIG_SENSORS_MAX6875 is not set |
| 761 | # CONFIG_RTC_X1205_I2C is not set | ||
| 734 | # CONFIG_I2C_DEBUG_CORE is not set | 762 | # CONFIG_I2C_DEBUG_CORE is not set |
| 735 | # CONFIG_I2C_DEBUG_ALGO is not set | 763 | # CONFIG_I2C_DEBUG_ALGO is not set |
| 736 | # CONFIG_I2C_DEBUG_BUS is not set | 764 | # CONFIG_I2C_DEBUG_BUS is not set |
| 737 | # CONFIG_I2C_DEBUG_CHIP is not set | 765 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 738 | 766 | ||
| 739 | # | 767 | # |
| 768 | # SPI support | ||
| 769 | # | ||
| 770 | # CONFIG_SPI is not set | ||
| 771 | # CONFIG_SPI_MASTER is not set | ||
| 772 | |||
| 773 | # | ||
| 740 | # Dallas's 1-wire bus | 774 | # Dallas's 1-wire bus |
| 741 | # | 775 | # |
| 742 | # CONFIG_W1 is not set | 776 | # CONFIG_W1 is not set |
| @@ -754,6 +788,7 @@ CONFIG_HWMON=y | |||
| 754 | # CONFIG_SENSORS_ASB100 is not set | 788 | # CONFIG_SENSORS_ASB100 is not set |
| 755 | # CONFIG_SENSORS_ATXP1 is not set | 789 | # CONFIG_SENSORS_ATXP1 is not set |
| 756 | # CONFIG_SENSORS_DS1621 is not set | 790 | # CONFIG_SENSORS_DS1621 is not set |
| 791 | # CONFIG_SENSORS_F71805F is not set | ||
| 757 | # CONFIG_SENSORS_FSCHER is not set | 792 | # CONFIG_SENSORS_FSCHER is not set |
| 758 | # CONFIG_SENSORS_FSCPOS is not set | 793 | # CONFIG_SENSORS_FSCPOS is not set |
| 759 | # CONFIG_SENSORS_GL518SM is not set | 794 | # CONFIG_SENSORS_GL518SM is not set |
| @@ -775,6 +810,7 @@ CONFIG_HWMON=y | |||
| 775 | # CONFIG_SENSORS_SMSC47M1 is not set | 810 | # CONFIG_SENSORS_SMSC47M1 is not set |
| 776 | # CONFIG_SENSORS_SMSC47B397 is not set | 811 | # CONFIG_SENSORS_SMSC47B397 is not set |
| 777 | # CONFIG_SENSORS_VIA686A is not set | 812 | # CONFIG_SENSORS_VIA686A is not set |
| 813 | # CONFIG_SENSORS_VT8231 is not set | ||
| 778 | # CONFIG_SENSORS_W83781D is not set | 814 | # CONFIG_SENSORS_W83781D is not set |
| 779 | # CONFIG_SENSORS_W83792D is not set | 815 | # CONFIG_SENSORS_W83792D is not set |
| 780 | # CONFIG_SENSORS_W83L785TS is not set | 816 | # CONFIG_SENSORS_W83L785TS is not set |
| @@ -830,6 +866,8 @@ CONFIG_SND_OSSEMUL=y | |||
| 830 | CONFIG_SND_MIXER_OSS=m | 866 | CONFIG_SND_MIXER_OSS=m |
| 831 | CONFIG_SND_PCM_OSS=m | 867 | CONFIG_SND_PCM_OSS=m |
| 832 | # CONFIG_SND_SEQUENCER_OSS is not set | 868 | # CONFIG_SND_SEQUENCER_OSS is not set |
| 869 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
| 870 | CONFIG_SND_SUPPORT_OLD_API=y | ||
| 833 | # CONFIG_SND_VERBOSE_PRINTK is not set | 871 | # CONFIG_SND_VERBOSE_PRINTK is not set |
| 834 | # CONFIG_SND_DEBUG is not set | 872 | # CONFIG_SND_DEBUG is not set |
| 835 | 873 | ||
| @@ -837,17 +875,18 @@ CONFIG_SND_PCM_OSS=m | |||
| 837 | # Generic devices | 875 | # Generic devices |
| 838 | # | 876 | # |
| 839 | CONFIG_SND_OPL3_LIB=m | 877 | CONFIG_SND_OPL3_LIB=m |
| 878 | CONFIG_SND_AC97_CODEC=m | ||
| 879 | CONFIG_SND_AC97_BUS=m | ||
| 840 | # CONFIG_SND_DUMMY is not set | 880 | # CONFIG_SND_DUMMY is not set |
| 841 | # CONFIG_SND_VIRMIDI is not set | 881 | # CONFIG_SND_VIRMIDI is not set |
| 842 | # CONFIG_SND_MTPAV is not set | 882 | # CONFIG_SND_MTPAV is not set |
| 843 | # CONFIG_SND_SERIAL_U16550 is not set | 883 | # CONFIG_SND_SERIAL_U16550 is not set |
| 844 | # CONFIG_SND_MPU401 is not set | 884 | # CONFIG_SND_MPU401 is not set |
| 845 | CONFIG_SND_AC97_CODEC=m | ||
| 846 | CONFIG_SND_AC97_BUS=m | ||
| 847 | 885 | ||
| 848 | # | 886 | # |
| 849 | # PCI devices | 887 | # PCI devices |
| 850 | # | 888 | # |
| 889 | # CONFIG_SND_AD1889 is not set | ||
| 851 | # CONFIG_SND_ALI5451 is not set | 890 | # CONFIG_SND_ALI5451 is not set |
| 852 | # CONFIG_SND_ATIIXP is not set | 891 | # CONFIG_SND_ATIIXP is not set |
| 853 | # CONFIG_SND_ATIIXP_MODEM is not set | 892 | # CONFIG_SND_ATIIXP_MODEM is not set |
| @@ -856,38 +895,38 @@ CONFIG_SND_AC97_BUS=m | |||
| 856 | # CONFIG_SND_AU8830 is not set | 895 | # CONFIG_SND_AU8830 is not set |
| 857 | # CONFIG_SND_AZT3328 is not set | 896 | # CONFIG_SND_AZT3328 is not set |
| 858 | # CONFIG_SND_BT87X is not set | 897 | # CONFIG_SND_BT87X is not set |
| 859 | # CONFIG_SND_CS46XX is not set | 898 | # CONFIG_SND_CA0106 is not set |
| 899 | # CONFIG_SND_CMIPCI is not set | ||
| 860 | CONFIG_SND_CS4281=m | 900 | CONFIG_SND_CS4281=m |
| 901 | # CONFIG_SND_CS46XX is not set | ||
| 861 | # CONFIG_SND_EMU10K1 is not set | 902 | # CONFIG_SND_EMU10K1 is not set |
| 862 | # CONFIG_SND_EMU10K1X is not set | 903 | # CONFIG_SND_EMU10K1X is not set |
| 863 | # CONFIG_SND_CA0106 is not set | ||
| 864 | # CONFIG_SND_KORG1212 is not set | ||
| 865 | # CONFIG_SND_MIXART is not set | ||
| 866 | # CONFIG_SND_NM256 is not set | ||
| 867 | # CONFIG_SND_RME32 is not set | ||
| 868 | # CONFIG_SND_RME96 is not set | ||
| 869 | # CONFIG_SND_RME9652 is not set | ||
| 870 | # CONFIG_SND_HDSP is not set | ||
| 871 | # CONFIG_SND_HDSPM is not set | ||
| 872 | # CONFIG_SND_TRIDENT is not set | ||
| 873 | # CONFIG_SND_YMFPCI is not set | ||
| 874 | # CONFIG_SND_AD1889 is not set | ||
| 875 | # CONFIG_SND_CMIPCI is not set | ||
| 876 | # CONFIG_SND_ENS1370 is not set | 904 | # CONFIG_SND_ENS1370 is not set |
| 877 | # CONFIG_SND_ENS1371 is not set | 905 | # CONFIG_SND_ENS1371 is not set |
| 878 | # CONFIG_SND_ES1938 is not set | 906 | # CONFIG_SND_ES1938 is not set |
| 879 | # CONFIG_SND_ES1968 is not set | 907 | # CONFIG_SND_ES1968 is not set |
| 880 | # CONFIG_SND_MAESTRO3 is not set | ||
| 881 | # CONFIG_SND_FM801 is not set | 908 | # CONFIG_SND_FM801 is not set |
| 909 | # CONFIG_SND_HDA_INTEL is not set | ||
| 910 | # CONFIG_SND_HDSP is not set | ||
| 911 | # CONFIG_SND_HDSPM is not set | ||
| 882 | # CONFIG_SND_ICE1712 is not set | 912 | # CONFIG_SND_ICE1712 is not set |
| 883 | # CONFIG_SND_ICE1724 is not set | 913 | # CONFIG_SND_ICE1724 is not set |
| 884 | # CONFIG_SND_INTEL8X0 is not set | 914 | # CONFIG_SND_INTEL8X0 is not set |
| 885 | # CONFIG_SND_INTEL8X0M is not set | 915 | # CONFIG_SND_INTEL8X0M is not set |
| 916 | # CONFIG_SND_KORG1212 is not set | ||
| 917 | # CONFIG_SND_MAESTRO3 is not set | ||
| 918 | # CONFIG_SND_MIXART is not set | ||
| 919 | # CONFIG_SND_NM256 is not set | ||
| 920 | # CONFIG_SND_PCXHR is not set | ||
| 921 | # CONFIG_SND_RME32 is not set | ||
| 922 | # CONFIG_SND_RME96 is not set | ||
| 923 | # CONFIG_SND_RME9652 is not set | ||
| 886 | # CONFIG_SND_SONICVIBES is not set | 924 | # CONFIG_SND_SONICVIBES is not set |
| 925 | # CONFIG_SND_TRIDENT is not set | ||
| 887 | # CONFIG_SND_VIA82XX is not set | 926 | # CONFIG_SND_VIA82XX is not set |
| 888 | # CONFIG_SND_VIA82XX_MODEM is not set | 927 | # CONFIG_SND_VIA82XX_MODEM is not set |
| 889 | # CONFIG_SND_VX222 is not set | 928 | # CONFIG_SND_VX222 is not set |
| 890 | # CONFIG_SND_HDA_INTEL is not set | 929 | # CONFIG_SND_YMFPCI is not set |
| 891 | 930 | ||
| 892 | # | 931 | # |
| 893 | # USB devices | 932 | # USB devices |
| @@ -929,12 +968,15 @@ CONFIG_USB_UHCI_HCD=m | |||
| 929 | # USB Device Class drivers | 968 | # USB Device Class drivers |
| 930 | # | 969 | # |
| 931 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set | 970 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set |
| 932 | CONFIG_USB_BLUETOOTH_TTY=m | ||
| 933 | CONFIG_USB_ACM=m | 971 | CONFIG_USB_ACM=m |
| 934 | CONFIG_USB_PRINTER=m | 972 | CONFIG_USB_PRINTER=m |
| 935 | 973 | ||
| 936 | # | 974 | # |
| 937 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | 975 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 976 | # | ||
| 977 | |||
| 978 | # | ||
| 979 | # may also be needed; see USB_STORAGE Help for more information | ||
| 938 | # | 980 | # |
| 939 | CONFIG_USB_STORAGE=m | 981 | CONFIG_USB_STORAGE=m |
| 940 | # CONFIG_USB_STORAGE_DEBUG is not set | 982 | # CONFIG_USB_STORAGE_DEBUG is not set |
| @@ -946,13 +988,15 @@ CONFIG_USB_STORAGE=m | |||
| 946 | # CONFIG_USB_STORAGE_SDDR09 is not set | 988 | # CONFIG_USB_STORAGE_SDDR09 is not set |
| 947 | # CONFIG_USB_STORAGE_SDDR55 is not set | 989 | # CONFIG_USB_STORAGE_SDDR55 is not set |
| 948 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 990 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
| 949 | # CONFIG_USB_STORAGE_ONETOUCH is not set | 991 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 992 | # CONFIG_USB_LIBUSUAL is not set | ||
| 950 | 993 | ||
| 951 | # | 994 | # |
| 952 | # USB Input Devices | 995 | # USB Input Devices |
| 953 | # | 996 | # |
| 954 | CONFIG_USB_HID=m | 997 | CONFIG_USB_HID=m |
| 955 | CONFIG_USB_HIDINPUT=y | 998 | CONFIG_USB_HIDINPUT=y |
| 999 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
| 956 | # CONFIG_HID_FF is not set | 1000 | # CONFIG_HID_FF is not set |
| 957 | CONFIG_USB_HIDDEV=y | 1001 | CONFIG_USB_HIDDEV=y |
| 958 | 1002 | ||
| @@ -972,6 +1016,7 @@ CONFIG_USB_HIDDEV=y | |||
| 972 | # CONFIG_USB_YEALINK is not set | 1016 | # CONFIG_USB_YEALINK is not set |
| 973 | # CONFIG_USB_XPAD is not set | 1017 | # CONFIG_USB_XPAD is not set |
| 974 | # CONFIG_USB_ATI_REMOTE is not set | 1018 | # CONFIG_USB_ATI_REMOTE is not set |
| 1019 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
| 975 | # CONFIG_USB_KEYSPAN_REMOTE is not set | 1020 | # CONFIG_USB_KEYSPAN_REMOTE is not set |
| 976 | # CONFIG_USB_APPLETOUCH is not set | 1021 | # CONFIG_USB_APPLETOUCH is not set |
| 977 | 1022 | ||
| @@ -1046,7 +1091,7 @@ CONFIG_USB_MON=y | |||
| 1046 | # CONFIG_INFINIBAND is not set | 1091 | # CONFIG_INFINIBAND is not set |
| 1047 | 1092 | ||
| 1048 | # | 1093 | # |
| 1049 | # SN Devices | 1094 | # EDAC - error detection and reporting (RAS) |
| 1050 | # | 1095 | # |
| 1051 | 1096 | ||
| 1052 | # | 1097 | # |
| @@ -1071,6 +1116,7 @@ CONFIG_XFS_QUOTA=y | |||
| 1071 | CONFIG_XFS_SECURITY=y | 1116 | CONFIG_XFS_SECURITY=y |
| 1072 | CONFIG_XFS_POSIX_ACL=y | 1117 | CONFIG_XFS_POSIX_ACL=y |
| 1073 | # CONFIG_XFS_RT is not set | 1118 | # CONFIG_XFS_RT is not set |
| 1119 | # CONFIG_OCFS2_FS is not set | ||
| 1074 | # CONFIG_MINIX_FS is not set | 1120 | # CONFIG_MINIX_FS is not set |
| 1075 | # CONFIG_ROMFS_FS is not set | 1121 | # CONFIG_ROMFS_FS is not set |
| 1076 | CONFIG_INOTIFY=y | 1122 | CONFIG_INOTIFY=y |
| @@ -1111,6 +1157,7 @@ CONFIG_HUGETLBFS=y | |||
| 1111 | CONFIG_HUGETLB_PAGE=y | 1157 | CONFIG_HUGETLB_PAGE=y |
| 1112 | CONFIG_RAMFS=y | 1158 | CONFIG_RAMFS=y |
| 1113 | # CONFIG_RELAYFS_FS is not set | 1159 | # CONFIG_RELAYFS_FS is not set |
| 1160 | # CONFIG_CONFIGFS_FS is not set | ||
| 1114 | 1161 | ||
| 1115 | # | 1162 | # |
| 1116 | # Miscellaneous filesystems | 1163 | # Miscellaneous filesystems |
| @@ -1153,6 +1200,7 @@ CONFIG_RPCSEC_GSS_KRB5=m | |||
| 1153 | # CONFIG_SMB_FS is not set | 1200 | # CONFIG_SMB_FS is not set |
| 1154 | CONFIG_CIFS=m | 1201 | CONFIG_CIFS=m |
| 1155 | CONFIG_CIFS_STATS=y | 1202 | CONFIG_CIFS_STATS=y |
| 1203 | # CONFIG_CIFS_STATS2 is not set | ||
| 1156 | CONFIG_CIFS_XATTR=y | 1204 | CONFIG_CIFS_XATTR=y |
| 1157 | CONFIG_CIFS_POSIX=y | 1205 | CONFIG_CIFS_POSIX=y |
| 1158 | # CONFIG_CIFS_EXPERIMENTAL is not set | 1206 | # CONFIG_CIFS_EXPERIMENTAL is not set |
| @@ -1179,6 +1227,7 @@ CONFIG_MSDOS_PARTITION=y | |||
| 1179 | CONFIG_SGI_PARTITION=y | 1227 | CONFIG_SGI_PARTITION=y |
| 1180 | # CONFIG_ULTRIX_PARTITION is not set | 1228 | # CONFIG_ULTRIX_PARTITION is not set |
| 1181 | # CONFIG_SUN_PARTITION is not set | 1229 | # CONFIG_SUN_PARTITION is not set |
| 1230 | # CONFIG_KARMA_PARTITION is not set | ||
| 1182 | CONFIG_EFI_PARTITION=y | 1231 | CONFIG_EFI_PARTITION=y |
| 1183 | 1232 | ||
| 1184 | # | 1233 | # |
| @@ -1237,28 +1286,32 @@ CONFIG_GENERIC_IRQ_PROBE=y | |||
| 1237 | CONFIG_GENERIC_PENDING_IRQ=y | 1286 | CONFIG_GENERIC_PENDING_IRQ=y |
| 1238 | 1287 | ||
| 1239 | # | 1288 | # |
| 1240 | # Profiling support | 1289 | # Instrumentation Support |
| 1241 | # | 1290 | # |
| 1242 | CONFIG_PROFILING=y | 1291 | CONFIG_PROFILING=y |
| 1243 | CONFIG_OPROFILE=y | 1292 | CONFIG_OPROFILE=y |
| 1293 | # CONFIG_KPROBES is not set | ||
| 1244 | 1294 | ||
| 1245 | # | 1295 | # |
| 1246 | # Kernel hacking | 1296 | # Kernel hacking |
| 1247 | # | 1297 | # |
| 1248 | # CONFIG_PRINTK_TIME is not set | 1298 | # CONFIG_PRINTK_TIME is not set |
| 1249 | CONFIG_DEBUG_KERNEL=y | ||
| 1250 | CONFIG_MAGIC_SYSRQ=y | 1299 | CONFIG_MAGIC_SYSRQ=y |
| 1300 | CONFIG_DEBUG_KERNEL=y | ||
| 1251 | CONFIG_LOG_BUF_SHIFT=16 | 1301 | CONFIG_LOG_BUF_SHIFT=16 |
| 1252 | CONFIG_DETECT_SOFTLOCKUP=y | 1302 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1253 | # CONFIG_SCHEDSTATS is not set | 1303 | # CONFIG_SCHEDSTATS is not set |
| 1254 | # CONFIG_DEBUG_SLAB is not set | 1304 | # CONFIG_DEBUG_SLAB is not set |
| 1255 | CONFIG_DEBUG_PREEMPT=y | 1305 | CONFIG_DEBUG_PREEMPT=y |
| 1306 | CONFIG_DEBUG_MUTEXES=y | ||
| 1256 | # CONFIG_DEBUG_SPINLOCK is not set | 1307 | # CONFIG_DEBUG_SPINLOCK is not set |
| 1257 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1308 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
| 1258 | # CONFIG_DEBUG_KOBJECT is not set | 1309 | # CONFIG_DEBUG_KOBJECT is not set |
| 1259 | # CONFIG_DEBUG_INFO is not set | 1310 | # CONFIG_DEBUG_INFO is not set |
| 1260 | # CONFIG_DEBUG_FS is not set | 1311 | # CONFIG_DEBUG_FS is not set |
| 1261 | # CONFIG_KPROBES is not set | 1312 | # CONFIG_DEBUG_VM is not set |
| 1313 | CONFIG_FORCED_INLINING=y | ||
| 1314 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 1262 | # CONFIG_IA64_GRANULE_16MB is not set | 1315 | # CONFIG_IA64_GRANULE_16MB is not set |
| 1263 | CONFIG_IA64_GRANULE_64MB=y | 1316 | CONFIG_IA64_GRANULE_64MB=y |
| 1264 | # CONFIG_IA64_PRINT_HAZARDS is not set | 1317 | # CONFIG_IA64_PRINT_HAZARDS is not set |
diff --git a/arch/ia64/configs/gensparse_defconfig b/arch/ia64/configs/gensparse_defconfig index 991c07b57c24..744fd2f79f61 100644 --- a/arch/ia64/configs/gensparse_defconfig +++ b/arch/ia64/configs/gensparse_defconfig | |||
| @@ -1,14 +1,13 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.14-rc2 | 3 | # Linux kernel version: 2.6.16-rc5 |
| 4 | # Wed Sep 28 08:27:29 2005 | 4 | # Thu Mar 2 16:39:10 2006 |
| 5 | # | 5 | # |
| 6 | 6 | ||
| 7 | # | 7 | # |
| 8 | # Code maturity level options | 8 | # Code maturity level options |
| 9 | # | 9 | # |
| 10 | CONFIG_EXPERIMENTAL=y | 10 | CONFIG_EXPERIMENTAL=y |
| 11 | CONFIG_CLEAN_COMPILE=y | ||
| 12 | CONFIG_LOCK_KERNEL=y | 11 | CONFIG_LOCK_KERNEL=y |
| 13 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 12 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 14 | 13 | ||
| @@ -23,18 +22,19 @@ CONFIG_POSIX_MQUEUE=y | |||
| 23 | # CONFIG_BSD_PROCESS_ACCT is not set | 22 | # CONFIG_BSD_PROCESS_ACCT is not set |
| 24 | CONFIG_SYSCTL=y | 23 | CONFIG_SYSCTL=y |
| 25 | # CONFIG_AUDIT is not set | 24 | # CONFIG_AUDIT is not set |
| 26 | CONFIG_HOTPLUG=y | ||
| 27 | CONFIG_KOBJECT_UEVENT=y | ||
| 28 | CONFIG_IKCONFIG=y | 25 | CONFIG_IKCONFIG=y |
| 29 | CONFIG_IKCONFIG_PROC=y | 26 | CONFIG_IKCONFIG_PROC=y |
| 30 | # CONFIG_CPUSETS is not set | 27 | # CONFIG_CPUSETS is not set |
| 31 | CONFIG_INITRAMFS_SOURCE="" | 28 | CONFIG_INITRAMFS_SOURCE="" |
| 29 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 32 | # CONFIG_EMBEDDED is not set | 30 | # CONFIG_EMBEDDED is not set |
| 33 | CONFIG_KALLSYMS=y | 31 | CONFIG_KALLSYMS=y |
| 34 | CONFIG_KALLSYMS_ALL=y | 32 | CONFIG_KALLSYMS_ALL=y |
| 35 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 33 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 34 | CONFIG_HOTPLUG=y | ||
| 36 | CONFIG_PRINTK=y | 35 | CONFIG_PRINTK=y |
| 37 | CONFIG_BUG=y | 36 | CONFIG_BUG=y |
| 37 | CONFIG_ELF_CORE=y | ||
| 38 | CONFIG_BASE_FULL=y | 38 | CONFIG_BASE_FULL=y |
| 39 | CONFIG_FUTEX=y | 39 | CONFIG_FUTEX=y |
| 40 | CONFIG_EPOLL=y | 40 | CONFIG_EPOLL=y |
| @@ -43,8 +43,10 @@ CONFIG_CC_ALIGN_FUNCTIONS=0 | |||
| 43 | CONFIG_CC_ALIGN_LABELS=0 | 43 | CONFIG_CC_ALIGN_LABELS=0 |
| 44 | CONFIG_CC_ALIGN_LOOPS=0 | 44 | CONFIG_CC_ALIGN_LOOPS=0 |
| 45 | CONFIG_CC_ALIGN_JUMPS=0 | 45 | CONFIG_CC_ALIGN_JUMPS=0 |
| 46 | CONFIG_SLAB=y | ||
| 46 | # CONFIG_TINY_SHMEM is not set | 47 | # CONFIG_TINY_SHMEM is not set |
| 47 | CONFIG_BASE_SMALL=0 | 48 | CONFIG_BASE_SMALL=0 |
| 49 | # CONFIG_SLOB is not set | ||
| 48 | 50 | ||
| 49 | # | 51 | # |
| 50 | # Loadable module support | 52 | # Loadable module support |
| @@ -59,17 +61,36 @@ CONFIG_KMOD=y | |||
| 59 | CONFIG_STOP_MACHINE=y | 61 | CONFIG_STOP_MACHINE=y |
| 60 | 62 | ||
| 61 | # | 63 | # |
| 64 | # Block layer | ||
| 65 | # | ||
| 66 | |||
| 67 | # | ||
| 68 | # IO Schedulers | ||
| 69 | # | ||
| 70 | CONFIG_IOSCHED_NOOP=y | ||
| 71 | CONFIG_IOSCHED_AS=y | ||
| 72 | CONFIG_IOSCHED_DEADLINE=y | ||
| 73 | CONFIG_IOSCHED_CFQ=y | ||
| 74 | CONFIG_DEFAULT_AS=y | ||
| 75 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 76 | # CONFIG_DEFAULT_CFQ is not set | ||
| 77 | # CONFIG_DEFAULT_NOOP is not set | ||
| 78 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 79 | |||
| 80 | # | ||
| 62 | # Processor type and features | 81 | # Processor type and features |
| 63 | # | 82 | # |
| 64 | CONFIG_IA64=y | 83 | CONFIG_IA64=y |
| 65 | CONFIG_64BIT=y | 84 | CONFIG_64BIT=y |
| 66 | CONFIG_MMU=y | 85 | CONFIG_MMU=y |
| 86 | CONFIG_SWIOTLB=y | ||
| 67 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 87 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 68 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 88 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 69 | CONFIG_TIME_INTERPOLATION=y | 89 | CONFIG_TIME_INTERPOLATION=y |
| 70 | CONFIG_EFI=y | 90 | CONFIG_EFI=y |
| 71 | CONFIG_GENERIC_IOMAP=y | 91 | CONFIG_GENERIC_IOMAP=y |
| 72 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 92 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
| 93 | CONFIG_DMA_IS_DMA32=y | ||
| 73 | CONFIG_IA64_GENERIC=y | 94 | CONFIG_IA64_GENERIC=y |
| 74 | # CONFIG_IA64_DIG is not set | 95 | # CONFIG_IA64_DIG is not set |
| 75 | # CONFIG_IA64_HP_ZX1 is not set | 96 | # CONFIG_IA64_HP_ZX1 is not set |
| @@ -82,6 +103,8 @@ CONFIG_MCKINLEY=y | |||
| 82 | # CONFIG_IA64_PAGE_SIZE_8KB is not set | 103 | # CONFIG_IA64_PAGE_SIZE_8KB is not set |
| 83 | CONFIG_IA64_PAGE_SIZE_16KB=y | 104 | CONFIG_IA64_PAGE_SIZE_16KB=y |
| 84 | # CONFIG_IA64_PAGE_SIZE_64KB is not set | 105 | # CONFIG_IA64_PAGE_SIZE_64KB is not set |
| 106 | CONFIG_PGTABLE_3=y | ||
| 107 | # CONFIG_PGTABLE_4 is not set | ||
| 85 | # CONFIG_HZ_100 is not set | 108 | # CONFIG_HZ_100 is not set |
| 86 | CONFIG_HZ_250=y | 109 | CONFIG_HZ_250=y |
| 87 | # CONFIG_HZ_1000 is not set | 110 | # CONFIG_HZ_1000 is not set |
| @@ -105,6 +128,9 @@ CONFIG_NEED_MULTIPLE_NODES=y | |||
| 105 | CONFIG_HAVE_MEMORY_PRESENT=y | 128 | CONFIG_HAVE_MEMORY_PRESENT=y |
| 106 | # CONFIG_SPARSEMEM_STATIC is not set | 129 | # CONFIG_SPARSEMEM_STATIC is not set |
| 107 | CONFIG_SPARSEMEM_EXTREME=y | 130 | CONFIG_SPARSEMEM_EXTREME=y |
| 131 | # CONFIG_MEMORY_HOTPLUG is not set | ||
| 132 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
| 133 | CONFIG_MIGRATION=y | ||
| 108 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 134 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
| 109 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | 135 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y |
| 110 | CONFIG_ARCH_FLATMEM_ENABLE=y | 136 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| @@ -117,13 +143,13 @@ CONFIG_COMPAT=y | |||
| 117 | CONFIG_IA64_MCA_RECOVERY=y | 143 | CONFIG_IA64_MCA_RECOVERY=y |
| 118 | CONFIG_PERFMON=y | 144 | CONFIG_PERFMON=y |
| 119 | CONFIG_IA64_PALINFO=y | 145 | CONFIG_IA64_PALINFO=y |
| 146 | CONFIG_SGI_SN=y | ||
| 120 | 147 | ||
| 121 | # | 148 | # |
| 122 | # Firmware Drivers | 149 | # Firmware Drivers |
| 123 | # | 150 | # |
| 124 | CONFIG_EFI_VARS=y | 151 | CONFIG_EFI_VARS=y |
| 125 | CONFIG_EFI_PCDP=y | 152 | CONFIG_EFI_PCDP=y |
| 126 | # CONFIG_DELL_RBU is not set | ||
| 127 | CONFIG_BINFMT_ELF=y | 153 | CONFIG_BINFMT_ELF=y |
| 128 | CONFIG_BINFMT_MISC=m | 154 | CONFIG_BINFMT_MISC=m |
| 129 | 155 | ||
| @@ -131,6 +157,7 @@ CONFIG_BINFMT_MISC=m | |||
| 131 | # Power management and ACPI | 157 | # Power management and ACPI |
| 132 | # | 158 | # |
| 133 | CONFIG_PM=y | 159 | CONFIG_PM=y |
| 160 | CONFIG_PM_LEGACY=y | ||
| 134 | # CONFIG_PM_DEBUG is not set | 161 | # CONFIG_PM_DEBUG is not set |
| 135 | 162 | ||
| 136 | # | 163 | # |
| @@ -145,6 +172,7 @@ CONFIG_ACPI_THERMAL=m | |||
| 145 | CONFIG_ACPI_NUMA=y | 172 | CONFIG_ACPI_NUMA=y |
| 146 | CONFIG_ACPI_BLACKLIST_YEAR=0 | 173 | CONFIG_ACPI_BLACKLIST_YEAR=0 |
| 147 | # CONFIG_ACPI_DEBUG is not set | 174 | # CONFIG_ACPI_DEBUG is not set |
| 175 | CONFIG_ACPI_EC=y | ||
| 148 | CONFIG_ACPI_POWER=y | 176 | CONFIG_ACPI_POWER=y |
| 149 | CONFIG_ACPI_SYSTEM=y | 177 | CONFIG_ACPI_SYSTEM=y |
| 150 | CONFIG_ACPI_CONTAINER=m | 178 | CONFIG_ACPI_CONTAINER=m |
| @@ -187,6 +215,7 @@ CONFIG_NET=y | |||
| 187 | # | 215 | # |
| 188 | # Networking options | 216 | # Networking options |
| 189 | # | 217 | # |
| 218 | # CONFIG_NETDEBUG is not set | ||
| 190 | CONFIG_PACKET=y | 219 | CONFIG_PACKET=y |
| 191 | # CONFIG_PACKET_MMAP is not set | 220 | # CONFIG_PACKET_MMAP is not set |
| 192 | CONFIG_UNIX=y | 221 | CONFIG_UNIX=y |
| @@ -221,6 +250,11 @@ CONFIG_TCP_CONG_BIC=y | |||
| 221 | # SCTP Configuration (EXPERIMENTAL) | 250 | # SCTP Configuration (EXPERIMENTAL) |
| 222 | # | 251 | # |
| 223 | # CONFIG_IP_SCTP is not set | 252 | # CONFIG_IP_SCTP is not set |
| 253 | |||
| 254 | # | ||
| 255 | # TIPC Configuration (EXPERIMENTAL) | ||
| 256 | # | ||
| 257 | # CONFIG_TIPC is not set | ||
| 224 | # CONFIG_ATM is not set | 258 | # CONFIG_ATM is not set |
| 225 | # CONFIG_BRIDGE is not set | 259 | # CONFIG_BRIDGE is not set |
| 226 | # CONFIG_VLAN_8021Q is not set | 260 | # CONFIG_VLAN_8021Q is not set |
| @@ -233,8 +267,11 @@ CONFIG_TCP_CONG_BIC=y | |||
| 233 | # CONFIG_NET_DIVERT is not set | 267 | # CONFIG_NET_DIVERT is not set |
| 234 | # CONFIG_ECONET is not set | 268 | # CONFIG_ECONET is not set |
| 235 | # CONFIG_WAN_ROUTER is not set | 269 | # CONFIG_WAN_ROUTER is not set |
| 270 | |||
| 271 | # | ||
| 272 | # QoS and/or fair queueing | ||
| 273 | # | ||
| 236 | # CONFIG_NET_SCHED is not set | 274 | # CONFIG_NET_SCHED is not set |
| 237 | # CONFIG_NET_CLS_ROUTE is not set | ||
| 238 | 275 | ||
| 239 | # | 276 | # |
| 240 | # Network testing | 277 | # Network testing |
| @@ -275,7 +312,13 @@ CONFIG_FW_LOADER=m | |||
| 275 | # | 312 | # |
| 276 | # Plug and Play support | 313 | # Plug and Play support |
| 277 | # | 314 | # |
| 278 | # CONFIG_PNP is not set | 315 | CONFIG_PNP=y |
| 316 | # CONFIG_PNP_DEBUG is not set | ||
| 317 | |||
| 318 | # | ||
| 319 | # Protocols | ||
| 320 | # | ||
| 321 | CONFIG_PNPACPI=y | ||
| 279 | 322 | ||
| 280 | # | 323 | # |
| 281 | # Block devices | 324 | # Block devices |
| @@ -295,20 +338,13 @@ CONFIG_BLK_DEV_RAM_COUNT=16 | |||
| 295 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 338 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
| 296 | CONFIG_BLK_DEV_INITRD=y | 339 | CONFIG_BLK_DEV_INITRD=y |
| 297 | # CONFIG_CDROM_PKTCDVD is not set | 340 | # CONFIG_CDROM_PKTCDVD is not set |
| 298 | |||
| 299 | # | ||
| 300 | # IO Schedulers | ||
| 301 | # | ||
| 302 | CONFIG_IOSCHED_NOOP=y | ||
| 303 | CONFIG_IOSCHED_AS=y | ||
| 304 | CONFIG_IOSCHED_DEADLINE=y | ||
| 305 | CONFIG_IOSCHED_CFQ=y | ||
| 306 | # CONFIG_ATA_OVER_ETH is not set | 341 | # CONFIG_ATA_OVER_ETH is not set |
| 307 | 342 | ||
| 308 | # | 343 | # |
| 309 | # ATA/ATAPI/MFM/RLL support | 344 | # ATA/ATAPI/MFM/RLL support |
| 310 | # | 345 | # |
| 311 | CONFIG_IDE=y | 346 | CONFIG_IDE=y |
| 347 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 312 | CONFIG_BLK_DEV_IDE=y | 348 | CONFIG_BLK_DEV_IDE=y |
| 313 | 349 | ||
| 314 | # | 350 | # |
| @@ -327,6 +363,7 @@ CONFIG_BLK_DEV_IDESCSI=m | |||
| 327 | # IDE chipset support/bugfixes | 363 | # IDE chipset support/bugfixes |
| 328 | # | 364 | # |
| 329 | CONFIG_IDE_GENERIC=y | 365 | CONFIG_IDE_GENERIC=y |
| 366 | # CONFIG_BLK_DEV_IDEPNP is not set | ||
| 330 | CONFIG_BLK_DEV_IDEPCI=y | 367 | CONFIG_BLK_DEV_IDEPCI=y |
| 331 | # CONFIG_IDEPCI_SHARE_IRQ is not set | 368 | # CONFIG_IDEPCI_SHARE_IRQ is not set |
| 332 | # CONFIG_BLK_DEV_OFFBOARD is not set | 369 | # CONFIG_BLK_DEV_OFFBOARD is not set |
| @@ -400,6 +437,7 @@ CONFIG_SCSI_FC_ATTRS=y | |||
| 400 | # | 437 | # |
| 401 | # SCSI low-level drivers | 438 | # SCSI low-level drivers |
| 402 | # | 439 | # |
| 440 | # CONFIG_ISCSI_TCP is not set | ||
| 403 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 441 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
| 404 | # CONFIG_SCSI_3W_9XXX is not set | 442 | # CONFIG_SCSI_3W_9XXX is not set |
| 405 | # CONFIG_SCSI_ACARD is not set | 443 | # CONFIG_SCSI_ACARD is not set |
| @@ -409,16 +447,19 @@ CONFIG_SCSI_FC_ATTRS=y | |||
| 409 | # CONFIG_SCSI_AIC79XX is not set | 447 | # CONFIG_SCSI_AIC79XX is not set |
| 410 | # CONFIG_MEGARAID_NEWGEN is not set | 448 | # CONFIG_MEGARAID_NEWGEN is not set |
| 411 | # CONFIG_MEGARAID_LEGACY is not set | 449 | # CONFIG_MEGARAID_LEGACY is not set |
| 450 | # CONFIG_MEGARAID_SAS is not set | ||
| 412 | CONFIG_SCSI_SATA=y | 451 | CONFIG_SCSI_SATA=y |
| 413 | # CONFIG_SCSI_SATA_AHCI is not set | 452 | # CONFIG_SCSI_SATA_AHCI is not set |
| 414 | # CONFIG_SCSI_SATA_SVW is not set | 453 | # CONFIG_SCSI_SATA_SVW is not set |
| 415 | # CONFIG_SCSI_ATA_PIIX is not set | 454 | # CONFIG_SCSI_ATA_PIIX is not set |
| 416 | # CONFIG_SCSI_SATA_MV is not set | 455 | # CONFIG_SCSI_SATA_MV is not set |
| 417 | # CONFIG_SCSI_SATA_NV is not set | 456 | # CONFIG_SCSI_SATA_NV is not set |
| 418 | # CONFIG_SCSI_SATA_PROMISE is not set | 457 | # CONFIG_SCSI_PDC_ADMA is not set |
| 419 | # CONFIG_SCSI_SATA_QSTOR is not set | 458 | # CONFIG_SCSI_SATA_QSTOR is not set |
| 459 | # CONFIG_SCSI_SATA_PROMISE is not set | ||
| 420 | # CONFIG_SCSI_SATA_SX4 is not set | 460 | # CONFIG_SCSI_SATA_SX4 is not set |
| 421 | # CONFIG_SCSI_SATA_SIL is not set | 461 | # CONFIG_SCSI_SATA_SIL is not set |
| 462 | # CONFIG_SCSI_SATA_SIL24 is not set | ||
| 422 | # CONFIG_SCSI_SATA_SIS is not set | 463 | # CONFIG_SCSI_SATA_SIS is not set |
| 423 | # CONFIG_SCSI_SATA_ULI is not set | 464 | # CONFIG_SCSI_SATA_ULI is not set |
| 424 | # CONFIG_SCSI_SATA_VIA is not set | 465 | # CONFIG_SCSI_SATA_VIA is not set |
| @@ -436,14 +477,7 @@ CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 | |||
| 436 | # CONFIG_SCSI_IPR is not set | 477 | # CONFIG_SCSI_IPR is not set |
| 437 | # CONFIG_SCSI_QLOGIC_FC is not set | 478 | # CONFIG_SCSI_QLOGIC_FC is not set |
| 438 | CONFIG_SCSI_QLOGIC_1280=y | 479 | CONFIG_SCSI_QLOGIC_1280=y |
| 439 | # CONFIG_SCSI_QLOGIC_1280_1040 is not set | 480 | # CONFIG_SCSI_QLA_FC is not set |
| 440 | CONFIG_SCSI_QLA2XXX=y | ||
| 441 | CONFIG_SCSI_QLA21XX=m | ||
| 442 | CONFIG_SCSI_QLA22XX=m | ||
| 443 | CONFIG_SCSI_QLA2300=m | ||
| 444 | CONFIG_SCSI_QLA2322=m | ||
| 445 | # CONFIG_SCSI_QLA6312 is not set | ||
| 446 | # CONFIG_SCSI_QLA24XX is not set | ||
| 447 | # CONFIG_SCSI_LPFC is not set | 481 | # CONFIG_SCSI_LPFC is not set |
| 448 | # CONFIG_SCSI_DC395x is not set | 482 | # CONFIG_SCSI_DC395x is not set |
| 449 | # CONFIG_SCSI_DC390T is not set | 483 | # CONFIG_SCSI_DC390T is not set |
| @@ -476,6 +510,7 @@ CONFIG_DM_MULTIPATH=m | |||
| 476 | CONFIG_FUSION=y | 510 | CONFIG_FUSION=y |
| 477 | CONFIG_FUSION_SPI=y | 511 | CONFIG_FUSION_SPI=y |
| 478 | CONFIG_FUSION_FC=m | 512 | CONFIG_FUSION_FC=m |
| 513 | # CONFIG_FUSION_SAS is not set | ||
| 479 | CONFIG_FUSION_MAX_SGE=128 | 514 | CONFIG_FUSION_MAX_SGE=128 |
| 480 | # CONFIG_FUSION_CTL is not set | 515 | # CONFIG_FUSION_CTL is not set |
| 481 | 516 | ||
| @@ -497,6 +532,7 @@ CONFIG_DUMMY=m | |||
| 497 | # CONFIG_BONDING is not set | 532 | # CONFIG_BONDING is not set |
| 498 | # CONFIG_EQUALIZER is not set | 533 | # CONFIG_EQUALIZER is not set |
| 499 | # CONFIG_TUN is not set | 534 | # CONFIG_TUN is not set |
| 535 | # CONFIG_NET_SB1000 is not set | ||
| 500 | 536 | ||
| 501 | # | 537 | # |
| 502 | # ARCnet devices | 538 | # ARCnet devices |
| @@ -515,6 +551,7 @@ CONFIG_NET_ETHERNET=y | |||
| 515 | CONFIG_MII=m | 551 | CONFIG_MII=m |
| 516 | # CONFIG_HAPPYMEAL is not set | 552 | # CONFIG_HAPPYMEAL is not set |
| 517 | # CONFIG_SUNGEM is not set | 553 | # CONFIG_SUNGEM is not set |
| 554 | # CONFIG_CASSINI is not set | ||
| 518 | # CONFIG_NET_VENDOR_3COM is not set | 555 | # CONFIG_NET_VENDOR_3COM is not set |
| 519 | 556 | ||
| 520 | # | 557 | # |
| @@ -564,6 +601,7 @@ CONFIG_E1000=y | |||
| 564 | # CONFIG_R8169 is not set | 601 | # CONFIG_R8169 is not set |
| 565 | # CONFIG_SIS190 is not set | 602 | # CONFIG_SIS190 is not set |
| 566 | # CONFIG_SKGE is not set | 603 | # CONFIG_SKGE is not set |
| 604 | # CONFIG_SKY2 is not set | ||
| 567 | # CONFIG_SK98LIN is not set | 605 | # CONFIG_SK98LIN is not set |
| 568 | # CONFIG_VIA_VELOCITY is not set | 606 | # CONFIG_VIA_VELOCITY is not set |
| 569 | CONFIG_TIGON3=y | 607 | CONFIG_TIGON3=y |
| @@ -668,12 +706,15 @@ CONFIG_VT=y | |||
| 668 | CONFIG_VT_CONSOLE=y | 706 | CONFIG_VT_CONSOLE=y |
| 669 | CONFIG_HW_CONSOLE=y | 707 | CONFIG_HW_CONSOLE=y |
| 670 | CONFIG_SERIAL_NONSTANDARD=y | 708 | CONFIG_SERIAL_NONSTANDARD=y |
| 709 | # CONFIG_COMPUTONE is not set | ||
| 671 | # CONFIG_ROCKETPORT is not set | 710 | # CONFIG_ROCKETPORT is not set |
| 672 | # CONFIG_CYCLADES is not set | 711 | # CONFIG_CYCLADES is not set |
| 673 | # CONFIG_DIGIEPCA is not set | 712 | # CONFIG_DIGIEPCA is not set |
| 713 | # CONFIG_MOXA_INTELLIO is not set | ||
| 674 | # CONFIG_MOXA_SMARTIO is not set | 714 | # CONFIG_MOXA_SMARTIO is not set |
| 675 | # CONFIG_ISI is not set | 715 | # CONFIG_ISI is not set |
| 676 | # CONFIG_SYNCLINKMP is not set | 716 | # CONFIG_SYNCLINKMP is not set |
| 717 | # CONFIG_SYNCLINK_GT is not set | ||
| 677 | # CONFIG_N_HDLC is not set | 718 | # CONFIG_N_HDLC is not set |
| 678 | # CONFIG_SPECIALIX is not set | 719 | # CONFIG_SPECIALIX is not set |
| 679 | # CONFIG_SX is not set | 720 | # CONFIG_SX is not set |
| @@ -689,6 +730,7 @@ CONFIG_SERIAL_8250=y | |||
| 689 | CONFIG_SERIAL_8250_CONSOLE=y | 730 | CONFIG_SERIAL_8250_CONSOLE=y |
| 690 | CONFIG_SERIAL_8250_ACPI=y | 731 | CONFIG_SERIAL_8250_ACPI=y |
| 691 | CONFIG_SERIAL_8250_NR_UARTS=6 | 732 | CONFIG_SERIAL_8250_NR_UARTS=6 |
| 733 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
| 692 | CONFIG_SERIAL_8250_EXTENDED=y | 734 | CONFIG_SERIAL_8250_EXTENDED=y |
| 693 | CONFIG_SERIAL_8250_SHARE_IRQ=y | 735 | CONFIG_SERIAL_8250_SHARE_IRQ=y |
| 694 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | 736 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set |
| @@ -738,10 +780,10 @@ CONFIG_DRM_SIS=m | |||
| 738 | # CONFIG_DRM_VIA is not set | 780 | # CONFIG_DRM_VIA is not set |
| 739 | # CONFIG_DRM_SAVAGE is not set | 781 | # CONFIG_DRM_SAVAGE is not set |
| 740 | CONFIG_RAW_DRIVER=m | 782 | CONFIG_RAW_DRIVER=m |
| 783 | CONFIG_MAX_RAW_DEVS=256 | ||
| 741 | CONFIG_HPET=y | 784 | CONFIG_HPET=y |
| 742 | # CONFIG_HPET_RTC_IRQ is not set | 785 | # CONFIG_HPET_RTC_IRQ is not set |
| 743 | CONFIG_HPET_MMAP=y | 786 | CONFIG_HPET_MMAP=y |
| 744 | CONFIG_MAX_RAW_DEVS=256 | ||
| 745 | # CONFIG_HANGCHECK_TIMER is not set | 787 | # CONFIG_HANGCHECK_TIMER is not set |
| 746 | CONFIG_MMTIMER=y | 788 | CONFIG_MMTIMER=y |
| 747 | 789 | ||
| @@ -749,6 +791,7 @@ CONFIG_MMTIMER=y | |||
| 749 | # TPM devices | 791 | # TPM devices |
| 750 | # | 792 | # |
| 751 | # CONFIG_TCG_TPM is not set | 793 | # CONFIG_TCG_TPM is not set |
| 794 | # CONFIG_TELCLOCK is not set | ||
| 752 | 795 | ||
| 753 | # | 796 | # |
| 754 | # I2C support | 797 | # I2C support |
| @@ -756,6 +799,12 @@ CONFIG_MMTIMER=y | |||
| 756 | # CONFIG_I2C is not set | 799 | # CONFIG_I2C is not set |
| 757 | 800 | ||
| 758 | # | 801 | # |
| 802 | # SPI support | ||
| 803 | # | ||
| 804 | # CONFIG_SPI is not set | ||
| 805 | # CONFIG_SPI_MASTER is not set | ||
| 806 | |||
| 807 | # | ||
| 759 | # Dallas's 1-wire bus | 808 | # Dallas's 1-wire bus |
| 760 | # | 809 | # |
| 761 | # CONFIG_W1 is not set | 810 | # CONFIG_W1 is not set |
| @@ -765,6 +814,7 @@ CONFIG_MMTIMER=y | |||
| 765 | # | 814 | # |
| 766 | CONFIG_HWMON=y | 815 | CONFIG_HWMON=y |
| 767 | # CONFIG_HWMON_VID is not set | 816 | # CONFIG_HWMON_VID is not set |
| 817 | # CONFIG_SENSORS_F71805F is not set | ||
| 768 | # CONFIG_HWMON_DEBUG_CHIP is not set | 818 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 769 | 819 | ||
| 770 | # | 820 | # |
| @@ -815,26 +865,28 @@ CONFIG_SND_OSSEMUL=y | |||
| 815 | CONFIG_SND_MIXER_OSS=m | 865 | CONFIG_SND_MIXER_OSS=m |
| 816 | CONFIG_SND_PCM_OSS=m | 866 | CONFIG_SND_PCM_OSS=m |
| 817 | CONFIG_SND_SEQUENCER_OSS=y | 867 | CONFIG_SND_SEQUENCER_OSS=y |
| 868 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
| 869 | CONFIG_SND_SUPPORT_OLD_API=y | ||
| 818 | CONFIG_SND_VERBOSE_PRINTK=y | 870 | CONFIG_SND_VERBOSE_PRINTK=y |
| 819 | # CONFIG_SND_DEBUG is not set | 871 | # CONFIG_SND_DEBUG is not set |
| 820 | CONFIG_SND_GENERIC_DRIVER=y | ||
| 821 | 872 | ||
| 822 | # | 873 | # |
| 823 | # Generic devices | 874 | # Generic devices |
| 824 | # | 875 | # |
| 825 | CONFIG_SND_MPU401_UART=m | 876 | CONFIG_SND_MPU401_UART=m |
| 826 | CONFIG_SND_OPL3_LIB=m | 877 | CONFIG_SND_OPL3_LIB=m |
| 878 | CONFIG_SND_AC97_CODEC=m | ||
| 879 | CONFIG_SND_AC97_BUS=m | ||
| 827 | CONFIG_SND_DUMMY=m | 880 | CONFIG_SND_DUMMY=m |
| 828 | CONFIG_SND_VIRMIDI=m | 881 | CONFIG_SND_VIRMIDI=m |
| 829 | CONFIG_SND_MTPAV=m | 882 | CONFIG_SND_MTPAV=m |
| 830 | CONFIG_SND_SERIAL_U16550=m | 883 | CONFIG_SND_SERIAL_U16550=m |
| 831 | CONFIG_SND_MPU401=m | 884 | CONFIG_SND_MPU401=m |
| 832 | CONFIG_SND_AC97_CODEC=m | ||
| 833 | CONFIG_SND_AC97_BUS=m | ||
| 834 | 885 | ||
| 835 | # | 886 | # |
| 836 | # PCI devices | 887 | # PCI devices |
| 837 | # | 888 | # |
| 889 | # CONFIG_SND_AD1889 is not set | ||
| 838 | # CONFIG_SND_ALI5451 is not set | 890 | # CONFIG_SND_ALI5451 is not set |
| 839 | # CONFIG_SND_ATIIXP is not set | 891 | # CONFIG_SND_ATIIXP is not set |
| 840 | # CONFIG_SND_ATIIXP_MODEM is not set | 892 | # CONFIG_SND_ATIIXP_MODEM is not set |
| @@ -843,40 +895,40 @@ CONFIG_SND_AC97_BUS=m | |||
| 843 | # CONFIG_SND_AU8830 is not set | 895 | # CONFIG_SND_AU8830 is not set |
| 844 | # CONFIG_SND_AZT3328 is not set | 896 | # CONFIG_SND_AZT3328 is not set |
| 845 | # CONFIG_SND_BT87X is not set | 897 | # CONFIG_SND_BT87X is not set |
| 898 | # CONFIG_SND_CA0106 is not set | ||
| 899 | # CONFIG_SND_CMIPCI is not set | ||
| 900 | CONFIG_SND_CS4281=m | ||
| 846 | CONFIG_SND_CS46XX=m | 901 | CONFIG_SND_CS46XX=m |
| 847 | CONFIG_SND_CS46XX_NEW_DSP=y | 902 | CONFIG_SND_CS46XX_NEW_DSP=y |
| 848 | CONFIG_SND_CS4281=m | ||
| 849 | CONFIG_SND_EMU10K1=m | 903 | CONFIG_SND_EMU10K1=m |
| 850 | # CONFIG_SND_EMU10K1X is not set | 904 | # CONFIG_SND_EMU10K1X is not set |
| 851 | # CONFIG_SND_CA0106 is not set | ||
| 852 | # CONFIG_SND_KORG1212 is not set | ||
| 853 | # CONFIG_SND_MIXART is not set | ||
| 854 | # CONFIG_SND_NM256 is not set | ||
| 855 | # CONFIG_SND_RME32 is not set | ||
| 856 | # CONFIG_SND_RME96 is not set | ||
| 857 | # CONFIG_SND_RME9652 is not set | ||
| 858 | # CONFIG_SND_HDSP is not set | ||
| 859 | # CONFIG_SND_HDSPM is not set | ||
| 860 | # CONFIG_SND_TRIDENT is not set | ||
| 861 | # CONFIG_SND_YMFPCI is not set | ||
| 862 | # CONFIG_SND_AD1889 is not set | ||
| 863 | # CONFIG_SND_CMIPCI is not set | ||
| 864 | # CONFIG_SND_ENS1370 is not set | 905 | # CONFIG_SND_ENS1370 is not set |
| 865 | # CONFIG_SND_ENS1371 is not set | 906 | # CONFIG_SND_ENS1371 is not set |
| 866 | # CONFIG_SND_ES1938 is not set | 907 | # CONFIG_SND_ES1938 is not set |
| 867 | # CONFIG_SND_ES1968 is not set | 908 | # CONFIG_SND_ES1968 is not set |
| 868 | # CONFIG_SND_MAESTRO3 is not set | ||
| 869 | CONFIG_SND_FM801=m | 909 | CONFIG_SND_FM801=m |
| 870 | # CONFIG_SND_FM801_TEA575X is not set | 910 | # CONFIG_SND_FM801_TEA575X is not set |
| 911 | # CONFIG_SND_HDA_INTEL is not set | ||
| 912 | # CONFIG_SND_HDSP is not set | ||
| 913 | # CONFIG_SND_HDSPM is not set | ||
| 871 | # CONFIG_SND_ICE1712 is not set | 914 | # CONFIG_SND_ICE1712 is not set |
| 872 | # CONFIG_SND_ICE1724 is not set | 915 | # CONFIG_SND_ICE1724 is not set |
| 873 | # CONFIG_SND_INTEL8X0 is not set | 916 | # CONFIG_SND_INTEL8X0 is not set |
| 874 | # CONFIG_SND_INTEL8X0M is not set | 917 | # CONFIG_SND_INTEL8X0M is not set |
| 918 | # CONFIG_SND_KORG1212 is not set | ||
| 919 | # CONFIG_SND_MAESTRO3 is not set | ||
| 920 | # CONFIG_SND_MIXART is not set | ||
| 921 | # CONFIG_SND_NM256 is not set | ||
| 922 | # CONFIG_SND_PCXHR is not set | ||
| 923 | # CONFIG_SND_RME32 is not set | ||
| 924 | # CONFIG_SND_RME96 is not set | ||
| 925 | # CONFIG_SND_RME9652 is not set | ||
| 875 | # CONFIG_SND_SONICVIBES is not set | 926 | # CONFIG_SND_SONICVIBES is not set |
| 927 | # CONFIG_SND_TRIDENT is not set | ||
| 876 | # CONFIG_SND_VIA82XX is not set | 928 | # CONFIG_SND_VIA82XX is not set |
| 877 | # CONFIG_SND_VIA82XX_MODEM is not set | 929 | # CONFIG_SND_VIA82XX_MODEM is not set |
| 878 | # CONFIG_SND_VX222 is not set | 930 | # CONFIG_SND_VX222 is not set |
| 879 | # CONFIG_SND_HDA_INTEL is not set | 931 | # CONFIG_SND_YMFPCI is not set |
| 880 | 932 | ||
| 881 | # | 933 | # |
| 882 | # USB devices | 934 | # USB devices |
| @@ -922,12 +974,15 @@ CONFIG_USB_UHCI_HCD=m | |||
| 922 | # USB Device Class drivers | 974 | # USB Device Class drivers |
| 923 | # | 975 | # |
| 924 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set | 976 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set |
| 925 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
| 926 | # CONFIG_USB_ACM is not set | 977 | # CONFIG_USB_ACM is not set |
| 927 | # CONFIG_USB_PRINTER is not set | 978 | # CONFIG_USB_PRINTER is not set |
| 928 | 979 | ||
| 929 | # | 980 | # |
| 930 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | 981 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 982 | # | ||
| 983 | |||
| 984 | # | ||
| 985 | # may also be needed; see USB_STORAGE Help for more information | ||
| 931 | # | 986 | # |
| 932 | CONFIG_USB_STORAGE=m | 987 | CONFIG_USB_STORAGE=m |
| 933 | # CONFIG_USB_STORAGE_DEBUG is not set | 988 | # CONFIG_USB_STORAGE_DEBUG is not set |
| @@ -939,12 +994,15 @@ CONFIG_USB_STORAGE=m | |||
| 939 | # CONFIG_USB_STORAGE_SDDR09 is not set | 994 | # CONFIG_USB_STORAGE_SDDR09 is not set |
| 940 | # CONFIG_USB_STORAGE_SDDR55 is not set | 995 | # CONFIG_USB_STORAGE_SDDR55 is not set |
| 941 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 996 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
| 997 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
| 998 | # CONFIG_USB_LIBUSUAL is not set | ||
| 942 | 999 | ||
| 943 | # | 1000 | # |
| 944 | # USB Input Devices | 1001 | # USB Input Devices |
| 945 | # | 1002 | # |
| 946 | CONFIG_USB_HID=m | 1003 | CONFIG_USB_HID=m |
| 947 | CONFIG_USB_HIDINPUT=y | 1004 | CONFIG_USB_HIDINPUT=y |
| 1005 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
| 948 | # CONFIG_HID_FF is not set | 1006 | # CONFIG_HID_FF is not set |
| 949 | # CONFIG_USB_HIDDEV is not set | 1007 | # CONFIG_USB_HIDDEV is not set |
| 950 | 1008 | ||
| @@ -964,6 +1022,7 @@ CONFIG_USB_HIDINPUT=y | |||
| 964 | # CONFIG_USB_YEALINK is not set | 1022 | # CONFIG_USB_YEALINK is not set |
| 965 | # CONFIG_USB_XPAD is not set | 1023 | # CONFIG_USB_XPAD is not set |
| 966 | # CONFIG_USB_ATI_REMOTE is not set | 1024 | # CONFIG_USB_ATI_REMOTE is not set |
| 1025 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
| 967 | # CONFIG_USB_KEYSPAN_REMOTE is not set | 1026 | # CONFIG_USB_KEYSPAN_REMOTE is not set |
| 968 | # CONFIG_USB_APPLETOUCH is not set | 1027 | # CONFIG_USB_APPLETOUCH is not set |
| 969 | 1028 | ||
| @@ -1043,6 +1102,7 @@ CONFIG_INFINIBAND_MTHCA=m | |||
| 1043 | # CONFIG_INFINIBAND_MTHCA_DEBUG is not set | 1102 | # CONFIG_INFINIBAND_MTHCA_DEBUG is not set |
| 1044 | CONFIG_INFINIBAND_IPOIB=m | 1103 | CONFIG_INFINIBAND_IPOIB=m |
| 1045 | # CONFIG_INFINIBAND_IPOIB_DEBUG is not set | 1104 | # CONFIG_INFINIBAND_IPOIB_DEBUG is not set |
| 1105 | # CONFIG_INFINIBAND_SRP is not set | ||
| 1046 | 1106 | ||
| 1047 | # | 1107 | # |
| 1048 | # SN Devices | 1108 | # SN Devices |
| @@ -1051,6 +1111,10 @@ CONFIG_SGI_IOC4=y | |||
| 1051 | CONFIG_SGI_IOC3=y | 1111 | CONFIG_SGI_IOC3=y |
| 1052 | 1112 | ||
| 1053 | # | 1113 | # |
| 1114 | # EDAC - error detection and reporting (RAS) | ||
| 1115 | # | ||
| 1116 | |||
| 1117 | # | ||
| 1054 | # File systems | 1118 | # File systems |
| 1055 | # | 1119 | # |
| 1056 | CONFIG_EXT2_FS=y | 1120 | CONFIG_EXT2_FS=y |
| @@ -1079,6 +1143,7 @@ CONFIG_XFS_EXPORT=y | |||
| 1079 | # CONFIG_XFS_SECURITY is not set | 1143 | # CONFIG_XFS_SECURITY is not set |
| 1080 | # CONFIG_XFS_POSIX_ACL is not set | 1144 | # CONFIG_XFS_POSIX_ACL is not set |
| 1081 | # CONFIG_XFS_RT is not set | 1145 | # CONFIG_XFS_RT is not set |
| 1146 | # CONFIG_OCFS2_FS is not set | ||
| 1082 | # CONFIG_MINIX_FS is not set | 1147 | # CONFIG_MINIX_FS is not set |
| 1083 | # CONFIG_ROMFS_FS is not set | 1148 | # CONFIG_ROMFS_FS is not set |
| 1084 | CONFIG_INOTIFY=y | 1149 | CONFIG_INOTIFY=y |
| @@ -1120,6 +1185,7 @@ CONFIG_HUGETLBFS=y | |||
| 1120 | CONFIG_HUGETLB_PAGE=y | 1185 | CONFIG_HUGETLB_PAGE=y |
| 1121 | CONFIG_RAMFS=y | 1186 | CONFIG_RAMFS=y |
| 1122 | # CONFIG_RELAYFS_FS is not set | 1187 | # CONFIG_RELAYFS_FS is not set |
| 1188 | # CONFIG_CONFIGFS_FS is not set | ||
| 1123 | 1189 | ||
| 1124 | # | 1190 | # |
| 1125 | # Miscellaneous filesystems | 1191 | # Miscellaneous filesystems |
| @@ -1189,6 +1255,7 @@ CONFIG_MSDOS_PARTITION=y | |||
| 1189 | CONFIG_SGI_PARTITION=y | 1255 | CONFIG_SGI_PARTITION=y |
| 1190 | # CONFIG_ULTRIX_PARTITION is not set | 1256 | # CONFIG_ULTRIX_PARTITION is not set |
| 1191 | # CONFIG_SUN_PARTITION is not set | 1257 | # CONFIG_SUN_PARTITION is not set |
| 1258 | # CONFIG_KARMA_PARTITION is not set | ||
| 1192 | CONFIG_EFI_PARTITION=y | 1259 | CONFIG_EFI_PARTITION=y |
| 1193 | 1260 | ||
| 1194 | # | 1261 | # |
| @@ -1254,26 +1321,30 @@ CONFIG_GENERIC_PENDING_IRQ=y | |||
| 1254 | # CONFIG_HP_SIMSCSI is not set | 1321 | # CONFIG_HP_SIMSCSI is not set |
| 1255 | 1322 | ||
| 1256 | # | 1323 | # |
| 1257 | # Profiling support | 1324 | # Instrumentation Support |
| 1258 | # | 1325 | # |
| 1259 | # CONFIG_PROFILING is not set | 1326 | # CONFIG_PROFILING is not set |
| 1327 | # CONFIG_KPROBES is not set | ||
| 1260 | 1328 | ||
| 1261 | # | 1329 | # |
| 1262 | # Kernel hacking | 1330 | # Kernel hacking |
| 1263 | # | 1331 | # |
| 1264 | # CONFIG_PRINTK_TIME is not set | 1332 | # CONFIG_PRINTK_TIME is not set |
| 1265 | CONFIG_DEBUG_KERNEL=y | ||
| 1266 | CONFIG_MAGIC_SYSRQ=y | 1333 | CONFIG_MAGIC_SYSRQ=y |
| 1334 | CONFIG_DEBUG_KERNEL=y | ||
| 1267 | CONFIG_LOG_BUF_SHIFT=20 | 1335 | CONFIG_LOG_BUF_SHIFT=20 |
| 1268 | CONFIG_DETECT_SOFTLOCKUP=y | 1336 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1269 | # CONFIG_SCHEDSTATS is not set | 1337 | # CONFIG_SCHEDSTATS is not set |
| 1270 | # CONFIG_DEBUG_SLAB is not set | 1338 | # CONFIG_DEBUG_SLAB is not set |
| 1339 | CONFIG_DEBUG_MUTEXES=y | ||
| 1271 | # CONFIG_DEBUG_SPINLOCK is not set | 1340 | # CONFIG_DEBUG_SPINLOCK is not set |
| 1272 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1341 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
| 1273 | # CONFIG_DEBUG_KOBJECT is not set | 1342 | # CONFIG_DEBUG_KOBJECT is not set |
| 1274 | # CONFIG_DEBUG_INFO is not set | 1343 | # CONFIG_DEBUG_INFO is not set |
| 1275 | # CONFIG_DEBUG_FS is not set | 1344 | # CONFIG_DEBUG_FS is not set |
| 1276 | # CONFIG_KPROBES is not set | 1345 | # CONFIG_DEBUG_VM is not set |
| 1346 | CONFIG_FORCED_INLINING=y | ||
| 1347 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 1277 | CONFIG_IA64_GRANULE_16MB=y | 1348 | CONFIG_IA64_GRANULE_16MB=y |
| 1278 | # CONFIG_IA64_GRANULE_64MB is not set | 1349 | # CONFIG_IA64_GRANULE_64MB is not set |
| 1279 | # CONFIG_IA64_PRINT_HAZARDS is not set | 1350 | # CONFIG_IA64_PRINT_HAZARDS is not set |
diff --git a/arch/ia64/configs/sim_defconfig b/arch/ia64/configs/sim_defconfig index a26781cfe8bf..d9146c31ea13 100644 --- a/arch/ia64/configs/sim_defconfig +++ b/arch/ia64/configs/sim_defconfig | |||
| @@ -1,39 +1,52 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.16-rc5 | ||
| 4 | # Mon Feb 27 16:13:41 2006 | ||
| 3 | # | 5 | # |
| 4 | 6 | ||
| 5 | # | 7 | # |
| 6 | # Code maturity level options | 8 | # Code maturity level options |
| 7 | # | 9 | # |
| 8 | CONFIG_EXPERIMENTAL=y | 10 | CONFIG_EXPERIMENTAL=y |
| 9 | # CONFIG_CLEAN_COMPILE is not set | 11 | CONFIG_LOCK_KERNEL=y |
| 10 | # CONFIG_STANDALONE is not set | 12 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 11 | CONFIG_BROKEN=y | ||
| 12 | CONFIG_BROKEN_ON_SMP=y | ||
| 13 | 13 | ||
| 14 | # | 14 | # |
| 15 | # General setup | 15 | # General setup |
| 16 | # | 16 | # |
| 17 | CONFIG_LOCALVERSION="" | ||
| 18 | CONFIG_LOCALVERSION_AUTO=y | ||
| 17 | CONFIG_SWAP=y | 19 | CONFIG_SWAP=y |
| 18 | CONFIG_SYSVIPC=y | 20 | CONFIG_SYSVIPC=y |
| 19 | # CONFIG_POSIX_MQUEUE is not set | 21 | # CONFIG_POSIX_MQUEUE is not set |
| 20 | # CONFIG_BSD_PROCESS_ACCT is not set | 22 | # CONFIG_BSD_PROCESS_ACCT is not set |
| 21 | CONFIG_SYSCTL=y | 23 | CONFIG_SYSCTL=y |
| 22 | # CONFIG_AUDIT is not set | 24 | # CONFIG_AUDIT is not set |
| 23 | CONFIG_LOG_BUF_SHIFT=16 | ||
| 24 | # CONFIG_HOTPLUG is not set | ||
| 25 | CONFIG_IKCONFIG=y | 25 | CONFIG_IKCONFIG=y |
| 26 | CONFIG_IKCONFIG_PROC=y | 26 | CONFIG_IKCONFIG_PROC=y |
| 27 | # CONFIG_CPUSETS is not set | ||
| 28 | CONFIG_INITRAMFS_SOURCE="" | ||
| 29 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
| 27 | # CONFIG_EMBEDDED is not set | 30 | # CONFIG_EMBEDDED is not set |
| 28 | CONFIG_KALLSYMS=y | 31 | CONFIG_KALLSYMS=y |
| 29 | # CONFIG_KALLSYMS_ALL is not set | 32 | # CONFIG_KALLSYMS_ALL is not set |
| 33 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 34 | CONFIG_HOTPLUG=y | ||
| 35 | CONFIG_PRINTK=y | ||
| 36 | CONFIG_BUG=y | ||
| 37 | CONFIG_ELF_CORE=y | ||
| 38 | CONFIG_BASE_FULL=y | ||
| 30 | CONFIG_FUTEX=y | 39 | CONFIG_FUTEX=y |
| 31 | CONFIG_EPOLL=y | 40 | CONFIG_EPOLL=y |
| 32 | CONFIG_IOSCHED_NOOP=y | 41 | CONFIG_SHMEM=y |
| 33 | CONFIG_IOSCHED_AS=y | 42 | CONFIG_CC_ALIGN_FUNCTIONS=0 |
| 34 | CONFIG_IOSCHED_DEADLINE=y | 43 | CONFIG_CC_ALIGN_LABELS=0 |
| 35 | CONFIG_IOSCHED_CFQ=y | 44 | CONFIG_CC_ALIGN_LOOPS=0 |
| 36 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 45 | CONFIG_CC_ALIGN_JUMPS=0 |
| 46 | CONFIG_SLAB=y | ||
| 47 | # CONFIG_TINY_SHMEM is not set | ||
| 48 | CONFIG_BASE_SMALL=0 | ||
| 49 | # CONFIG_SLOB is not set | ||
| 37 | 50 | ||
| 38 | # | 51 | # |
| 39 | # Loadable module support | 52 | # Loadable module support |
| @@ -43,21 +56,45 @@ CONFIG_MODULE_UNLOAD=y | |||
| 43 | CONFIG_MODULE_FORCE_UNLOAD=y | 56 | CONFIG_MODULE_FORCE_UNLOAD=y |
| 44 | CONFIG_OBSOLETE_MODPARM=y | 57 | CONFIG_OBSOLETE_MODPARM=y |
| 45 | CONFIG_MODVERSIONS=y | 58 | CONFIG_MODVERSIONS=y |
| 59 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 46 | CONFIG_KMOD=y | 60 | CONFIG_KMOD=y |
| 47 | CONFIG_STOP_MACHINE=y | 61 | CONFIG_STOP_MACHINE=y |
| 48 | 62 | ||
| 49 | # | 63 | # |
| 64 | # Block layer | ||
| 65 | # | ||
| 66 | |||
| 67 | # | ||
| 68 | # IO Schedulers | ||
| 69 | # | ||
| 70 | CONFIG_IOSCHED_NOOP=y | ||
| 71 | CONFIG_IOSCHED_AS=y | ||
| 72 | CONFIG_IOSCHED_DEADLINE=y | ||
| 73 | CONFIG_IOSCHED_CFQ=y | ||
| 74 | CONFIG_DEFAULT_AS=y | ||
| 75 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 76 | # CONFIG_DEFAULT_CFQ is not set | ||
| 77 | # CONFIG_DEFAULT_NOOP is not set | ||
| 78 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 79 | |||
| 80 | # | ||
| 50 | # Processor type and features | 81 | # Processor type and features |
| 51 | # | 82 | # |
| 52 | CONFIG_IA64=y | 83 | CONFIG_IA64=y |
| 53 | CONFIG_64BIT=y | 84 | CONFIG_64BIT=y |
| 54 | CONFIG_MMU=y | 85 | CONFIG_MMU=y |
| 86 | CONFIG_SWIOTLB=y | ||
| 55 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 87 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 88 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 56 | CONFIG_TIME_INTERPOLATION=y | 89 | CONFIG_TIME_INTERPOLATION=y |
| 57 | CONFIG_EFI=y | 90 | CONFIG_EFI=y |
| 91 | CONFIG_GENERIC_IOMAP=y | ||
| 92 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
| 93 | CONFIG_DMA_IS_DMA32=y | ||
| 58 | # CONFIG_IA64_GENERIC is not set | 94 | # CONFIG_IA64_GENERIC is not set |
| 59 | # CONFIG_IA64_DIG is not set | 95 | # CONFIG_IA64_DIG is not set |
| 60 | # CONFIG_IA64_HP_ZX1 is not set | 96 | # CONFIG_IA64_HP_ZX1 is not set |
| 97 | # CONFIG_IA64_HP_ZX1_SWIOTLB is not set | ||
| 61 | # CONFIG_IA64_SGI_SN2 is not set | 98 | # CONFIG_IA64_SGI_SN2 is not set |
| 62 | CONFIG_IA64_HP_SIM=y | 99 | CONFIG_IA64_HP_SIM=y |
| 63 | # CONFIG_ITANIUM is not set | 100 | # CONFIG_ITANIUM is not set |
| @@ -66,17 +103,36 @@ CONFIG_MCKINLEY=y | |||
| 66 | # CONFIG_IA64_PAGE_SIZE_8KB is not set | 103 | # CONFIG_IA64_PAGE_SIZE_8KB is not set |
| 67 | # CONFIG_IA64_PAGE_SIZE_16KB is not set | 104 | # CONFIG_IA64_PAGE_SIZE_16KB is not set |
| 68 | CONFIG_IA64_PAGE_SIZE_64KB=y | 105 | CONFIG_IA64_PAGE_SIZE_64KB=y |
| 106 | CONFIG_PGTABLE_3=y | ||
| 107 | # CONFIG_PGTABLE_4 is not set | ||
| 108 | # CONFIG_HZ_100 is not set | ||
| 109 | CONFIG_HZ_250=y | ||
| 110 | # CONFIG_HZ_1000 is not set | ||
| 111 | CONFIG_HZ=250 | ||
| 69 | CONFIG_IA64_L1_CACHE_SHIFT=7 | 112 | CONFIG_IA64_L1_CACHE_SHIFT=7 |
| 70 | # CONFIG_MCKINLEY_ASTEP_SPECIFIC is not set | ||
| 71 | # CONFIG_VIRTUAL_MEM_MAP is not set | ||
| 72 | # CONFIG_IA64_CYCLONE is not set | 113 | # CONFIG_IA64_CYCLONE is not set |
| 73 | CONFIG_FORCE_MAX_ZONEORDER=18 | 114 | CONFIG_FORCE_MAX_ZONEORDER=17 |
| 74 | CONFIG_SMP=y | 115 | CONFIG_SMP=y |
| 75 | CONFIG_NR_CPUS=64 | 116 | CONFIG_NR_CPUS=64 |
| 117 | # CONFIG_HOTPLUG_CPU is not set | ||
| 118 | # CONFIG_SCHED_SMT is not set | ||
| 76 | CONFIG_PREEMPT=y | 119 | CONFIG_PREEMPT=y |
| 77 | CONFIG_HAVE_DEC_LOCK=y | 120 | CONFIG_SELECT_MEMORY_MODEL=y |
| 121 | CONFIG_FLATMEM_MANUAL=y | ||
| 122 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 123 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 124 | CONFIG_FLATMEM=y | ||
| 125 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 126 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 127 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
| 128 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
| 129 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
| 130 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
| 131 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
| 132 | # CONFIG_VIRTUAL_MEM_MAP is not set | ||
| 78 | CONFIG_IA32_SUPPORT=y | 133 | CONFIG_IA32_SUPPORT=y |
| 79 | CONFIG_COMPAT=y | 134 | CONFIG_COMPAT=y |
| 135 | # CONFIG_IA64_MCA_RECOVERY is not set | ||
| 80 | # CONFIG_PERFMON is not set | 136 | # CONFIG_PERFMON is not set |
| 81 | CONFIG_IA64_PALINFO=m | 137 | CONFIG_IA64_PALINFO=m |
| 82 | 138 | ||
| @@ -84,7 +140,6 @@ CONFIG_IA64_PALINFO=m | |||
| 84 | # Firmware Drivers | 140 | # Firmware Drivers |
| 85 | # | 141 | # |
| 86 | CONFIG_EFI_VARS=y | 142 | CONFIG_EFI_VARS=y |
| 87 | # CONFIG_SMBIOS is not set | ||
| 88 | CONFIG_BINFMT_ELF=y | 143 | CONFIG_BINFMT_ELF=y |
| 89 | CONFIG_BINFMT_MISC=y | 144 | CONFIG_BINFMT_MISC=y |
| 90 | 145 | ||
| @@ -93,15 +148,98 @@ CONFIG_BINFMT_MISC=y | |||
| 93 | # | 148 | # |
| 94 | 149 | ||
| 95 | # | 150 | # |
| 151 | # Networking | ||
| 152 | # | ||
| 153 | CONFIG_NET=y | ||
| 154 | |||
| 155 | # | ||
| 156 | # Networking options | ||
| 157 | # | ||
| 158 | # CONFIG_NETDEBUG is not set | ||
| 159 | CONFIG_PACKET=y | ||
| 160 | # CONFIG_PACKET_MMAP is not set | ||
| 161 | # CONFIG_UNIX is not set | ||
| 162 | # CONFIG_NET_KEY is not set | ||
| 163 | CONFIG_INET=y | ||
| 164 | CONFIG_IP_MULTICAST=y | ||
| 165 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 166 | CONFIG_IP_FIB_HASH=y | ||
| 167 | # CONFIG_IP_PNP is not set | ||
| 168 | # CONFIG_NET_IPIP is not set | ||
| 169 | # CONFIG_NET_IPGRE is not set | ||
| 170 | # CONFIG_IP_MROUTE is not set | ||
| 171 | # CONFIG_ARPD is not set | ||
| 172 | # CONFIG_SYN_COOKIES is not set | ||
| 173 | # CONFIG_INET_AH is not set | ||
| 174 | # CONFIG_INET_ESP is not set | ||
| 175 | # CONFIG_INET_IPCOMP is not set | ||
| 176 | # CONFIG_INET_TUNNEL is not set | ||
| 177 | CONFIG_INET_DIAG=y | ||
| 178 | CONFIG_INET_TCP_DIAG=y | ||
| 179 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 180 | CONFIG_TCP_CONG_BIC=y | ||
| 181 | # CONFIG_IPV6 is not set | ||
| 182 | # CONFIG_NETFILTER is not set | ||
| 183 | |||
| 184 | # | ||
| 185 | # DCCP Configuration (EXPERIMENTAL) | ||
| 186 | # | ||
| 187 | # CONFIG_IP_DCCP is not set | ||
| 188 | |||
| 189 | # | ||
| 190 | # SCTP Configuration (EXPERIMENTAL) | ||
| 191 | # | ||
| 192 | # CONFIG_IP_SCTP is not set | ||
| 193 | |||
| 194 | # | ||
| 195 | # TIPC Configuration (EXPERIMENTAL) | ||
| 196 | # | ||
| 197 | # CONFIG_TIPC is not set | ||
| 198 | # CONFIG_ATM is not set | ||
| 199 | # CONFIG_BRIDGE is not set | ||
| 200 | # CONFIG_VLAN_8021Q is not set | ||
| 201 | # CONFIG_DECNET is not set | ||
| 202 | # CONFIG_LLC2 is not set | ||
| 203 | # CONFIG_IPX is not set | ||
| 204 | # CONFIG_ATALK is not set | ||
| 205 | # CONFIG_X25 is not set | ||
| 206 | # CONFIG_LAPB is not set | ||
| 207 | # CONFIG_NET_DIVERT is not set | ||
| 208 | # CONFIG_ECONET is not set | ||
| 209 | # CONFIG_WAN_ROUTER is not set | ||
| 210 | |||
| 211 | # | ||
| 212 | # QoS and/or fair queueing | ||
| 213 | # | ||
| 214 | # CONFIG_NET_SCHED is not set | ||
| 215 | |||
| 216 | # | ||
| 217 | # Network testing | ||
| 218 | # | ||
| 219 | # CONFIG_NET_PKTGEN is not set | ||
| 220 | # CONFIG_HAMRADIO is not set | ||
| 221 | # CONFIG_IRDA is not set | ||
| 222 | # CONFIG_BT is not set | ||
| 223 | # CONFIG_IEEE80211 is not set | ||
| 224 | |||
| 225 | # | ||
| 96 | # Device Drivers | 226 | # Device Drivers |
| 97 | # | 227 | # |
| 98 | 228 | ||
| 99 | # | 229 | # |
| 100 | # Generic Driver Options | 230 | # Generic Driver Options |
| 101 | # | 231 | # |
| 232 | # CONFIG_STANDALONE is not set | ||
| 233 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 234 | # CONFIG_FW_LOADER is not set | ||
| 102 | # CONFIG_DEBUG_DRIVER is not set | 235 | # CONFIG_DEBUG_DRIVER is not set |
| 103 | 236 | ||
| 104 | # | 237 | # |
| 238 | # Connector - unified userspace <-> kernelspace linker | ||
| 239 | # | ||
| 240 | # CONFIG_CONNECTOR is not set | ||
| 241 | |||
| 242 | # | ||
| 105 | # Memory Technology Devices (MTD) | 243 | # Memory Technology Devices (MTD) |
| 106 | # | 244 | # |
| 107 | # CONFIG_MTD is not set | 245 | # CONFIG_MTD is not set |
| @@ -118,12 +256,16 @@ CONFIG_BINFMT_MISC=y | |||
| 118 | # | 256 | # |
| 119 | # Block devices | 257 | # Block devices |
| 120 | # | 258 | # |
| 259 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 121 | CONFIG_BLK_DEV_LOOP=y | 260 | CONFIG_BLK_DEV_LOOP=y |
| 122 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 261 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
| 123 | # CONFIG_BLK_DEV_NBD is not set | 262 | # CONFIG_BLK_DEV_NBD is not set |
| 124 | CONFIG_BLK_DEV_RAM=y | 263 | CONFIG_BLK_DEV_RAM=y |
| 264 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 125 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 265 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
| 126 | # CONFIG_BLK_DEV_INITRD is not set | 266 | # CONFIG_BLK_DEV_INITRD is not set |
| 267 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 268 | # CONFIG_ATA_OVER_ETH is not set | ||
| 127 | 269 | ||
| 128 | # | 270 | # |
| 129 | # ATA/ATAPI/MFM/RLL support | 271 | # ATA/ATAPI/MFM/RLL support |
| @@ -133,6 +275,7 @@ CONFIG_BLK_DEV_RAM_SIZE=4096 | |||
| 133 | # | 275 | # |
| 134 | # SCSI device support | 276 | # SCSI device support |
| 135 | # | 277 | # |
| 278 | # CONFIG_RAID_ATTRS is not set | ||
| 136 | CONFIG_SCSI=y | 279 | CONFIG_SCSI=y |
| 137 | CONFIG_SCSI_PROC_FS=y | 280 | CONFIG_SCSI_PROC_FS=y |
| 138 | 281 | ||
| @@ -144,6 +287,7 @@ CONFIG_BLK_DEV_SD=y | |||
| 144 | # CONFIG_CHR_DEV_OSST is not set | 287 | # CONFIG_CHR_DEV_OSST is not set |
| 145 | # CONFIG_BLK_DEV_SR is not set | 288 | # CONFIG_BLK_DEV_SR is not set |
| 146 | # CONFIG_CHR_DEV_SG is not set | 289 | # CONFIG_CHR_DEV_SG is not set |
| 290 | # CONFIG_CHR_DEV_SCH is not set | ||
| 147 | 291 | ||
| 148 | # | 292 | # |
| 149 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | 293 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs |
| @@ -157,13 +301,14 @@ CONFIG_SCSI_LOGGING=y | |||
| 157 | # | 301 | # |
| 158 | CONFIG_SCSI_SPI_ATTRS=y | 302 | CONFIG_SCSI_SPI_ATTRS=y |
| 159 | # CONFIG_SCSI_FC_ATTRS is not set | 303 | # CONFIG_SCSI_FC_ATTRS is not set |
| 304 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
| 305 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
| 160 | 306 | ||
| 161 | # | 307 | # |
| 162 | # SCSI low-level drivers | 308 | # SCSI low-level drivers |
| 163 | # | 309 | # |
| 164 | # CONFIG_SCSI_AIC7XXX_OLD is not set | 310 | # CONFIG_ISCSI_TCP is not set |
| 165 | # CONFIG_SCSI_SATA is not set | 311 | # CONFIG_SCSI_SATA is not set |
| 166 | # CONFIG_SCSI_EATA_PIO is not set | ||
| 167 | # CONFIG_SCSI_DEBUG is not set | 312 | # CONFIG_SCSI_DEBUG is not set |
| 168 | 313 | ||
| 169 | # | 314 | # |
| @@ -174,77 +319,47 @@ CONFIG_SCSI_SPI_ATTRS=y | |||
| 174 | # | 319 | # |
| 175 | # Fusion MPT device support | 320 | # Fusion MPT device support |
| 176 | # | 321 | # |
| 322 | # CONFIG_FUSION is not set | ||
| 177 | 323 | ||
| 178 | # | 324 | # |
| 179 | # IEEE 1394 (FireWire) support | 325 | # IEEE 1394 (FireWire) support |
| 180 | # | 326 | # |
| 181 | # CONFIG_IEEE1394 is not set | ||
| 182 | 327 | ||
| 183 | # | 328 | # |
| 184 | # I2O device support | 329 | # I2O device support |
| 185 | # | 330 | # |
| 186 | 331 | ||
| 187 | # | 332 | # |
| 188 | # Networking support | 333 | # Network device support |
| 189 | # | 334 | # |
| 190 | CONFIG_NET=y | 335 | # CONFIG_NETDEVICES is not set |
| 336 | # CONFIG_DUMMY is not set | ||
| 337 | # CONFIG_BONDING is not set | ||
| 338 | # CONFIG_EQUALIZER is not set | ||
| 339 | # CONFIG_TUN is not set | ||
| 191 | 340 | ||
| 192 | # | 341 | # |
| 193 | # Networking options | 342 | # PHY device support |
| 194 | # | 343 | # |
| 195 | CONFIG_PACKET=y | ||
| 196 | # CONFIG_PACKET_MMAP is not set | ||
| 197 | # CONFIG_NETLINK_DEV is not set | ||
| 198 | # CONFIG_UNIX is not set | ||
| 199 | # CONFIG_NET_KEY is not set | ||
| 200 | CONFIG_INET=y | ||
| 201 | CONFIG_IP_MULTICAST=y | ||
| 202 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 203 | # CONFIG_IP_PNP is not set | ||
| 204 | # CONFIG_NET_IPIP is not set | ||
| 205 | # CONFIG_NET_IPGRE is not set | ||
| 206 | # CONFIG_IP_MROUTE is not set | ||
| 207 | # CONFIG_ARPD is not set | ||
| 208 | # CONFIG_SYN_COOKIES is not set | ||
| 209 | # CONFIG_INET_AH is not set | ||
| 210 | # CONFIG_INET_ESP is not set | ||
| 211 | # CONFIG_INET_IPCOMP is not set | ||
| 212 | # CONFIG_IPV6 is not set | ||
| 213 | # CONFIG_NETFILTER is not set | ||
| 214 | 344 | ||
| 215 | # | 345 | # |
| 216 | # SCTP Configuration (EXPERIMENTAL) | 346 | # Ethernet (10 or 100Mbit) |
| 217 | # | 347 | # |
| 218 | # CONFIG_IP_SCTP is not set | 348 | # CONFIG_NET_ETHERNET is not set |
| 219 | # CONFIG_ATM is not set | ||
| 220 | # CONFIG_BRIDGE is not set | ||
| 221 | # CONFIG_VLAN_8021Q is not set | ||
| 222 | # CONFIG_DECNET is not set | ||
| 223 | # CONFIG_LLC2 is not set | ||
| 224 | # CONFIG_IPX is not set | ||
| 225 | # CONFIG_ATALK is not set | ||
| 226 | # CONFIG_X25 is not set | ||
| 227 | # CONFIG_LAPB is not set | ||
| 228 | # CONFIG_NET_DIVERT is not set | ||
| 229 | # CONFIG_ECONET is not set | ||
| 230 | # CONFIG_WAN_ROUTER is not set | ||
| 231 | # CONFIG_NET_HW_FLOWCONTROL is not set | ||
| 232 | 349 | ||
| 233 | # | 350 | # |
| 234 | # QoS and/or fair queueing | 351 | # Ethernet (1000 Mbit) |
| 235 | # | 352 | # |
| 236 | # CONFIG_NET_SCHED is not set | ||
| 237 | 353 | ||
| 238 | # | 354 | # |
| 239 | # Network testing | 355 | # Ethernet (10000 Mbit) |
| 240 | # | 356 | # |
| 241 | # CONFIG_NET_PKTGEN is not set | 357 | # CONFIG_PPP is not set |
| 358 | # CONFIG_SLIP is not set | ||
| 359 | # CONFIG_SHAPER is not set | ||
| 360 | # CONFIG_NETCONSOLE is not set | ||
| 242 | # CONFIG_NETPOLL is not set | 361 | # CONFIG_NETPOLL is not set |
| 243 | # CONFIG_NET_POLL_CONTROLLER is not set | 362 | # CONFIG_NET_POLL_CONTROLLER is not set |
| 244 | # CONFIG_HAMRADIO is not set | ||
| 245 | # CONFIG_IRDA is not set | ||
| 246 | # CONFIG_BT is not set | ||
| 247 | # CONFIG_NETDEVICES is not set | ||
| 248 | 363 | ||
| 249 | # | 364 | # |
| 250 | # ISDN subsystem | 365 | # ISDN subsystem |
| @@ -274,16 +389,6 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
| 274 | # CONFIG_INPUT_EVBUG is not set | 389 | # CONFIG_INPUT_EVBUG is not set |
| 275 | 390 | ||
| 276 | # | 391 | # |
| 277 | # Input I/O drivers | ||
| 278 | # | ||
| 279 | # CONFIG_GAMEPORT is not set | ||
| 280 | CONFIG_SOUND_GAMEPORT=y | ||
| 281 | CONFIG_SERIO=y | ||
| 282 | # CONFIG_SERIO_I8042 is not set | ||
| 283 | CONFIG_SERIO_SERPORT=y | ||
| 284 | # CONFIG_SERIO_CT82C710 is not set | ||
| 285 | |||
| 286 | # | ||
| 287 | # Input Device Drivers | 392 | # Input Device Drivers |
| 288 | # | 393 | # |
| 289 | # CONFIG_INPUT_KEYBOARD is not set | 394 | # CONFIG_INPUT_KEYBOARD is not set |
| @@ -293,6 +398,15 @@ CONFIG_SERIO_SERPORT=y | |||
| 293 | # CONFIG_INPUT_MISC is not set | 398 | # CONFIG_INPUT_MISC is not set |
| 294 | 399 | ||
| 295 | # | 400 | # |
| 401 | # Hardware I/O ports | ||
| 402 | # | ||
| 403 | CONFIG_SERIO=y | ||
| 404 | # CONFIG_SERIO_I8042 is not set | ||
| 405 | CONFIG_SERIO_SERPORT=y | ||
| 406 | # CONFIG_SERIO_RAW is not set | ||
| 407 | # CONFIG_GAMEPORT is not set | ||
| 408 | |||
| 409 | # | ||
| 296 | # Character devices | 410 | # Character devices |
| 297 | # | 411 | # |
| 298 | CONFIG_VT=y | 412 | CONFIG_VT=y |
| @@ -310,7 +424,6 @@ CONFIG_HW_CONSOLE=y | |||
| 310 | # | 424 | # |
| 311 | CONFIG_UNIX98_PTYS=y | 425 | CONFIG_UNIX98_PTYS=y |
| 312 | # CONFIG_LEGACY_PTYS is not set | 426 | # CONFIG_LEGACY_PTYS is not set |
| 313 | # CONFIG_QIC02_TAPE is not set | ||
| 314 | 427 | ||
| 315 | # | 428 | # |
| 316 | # IPMI | 429 | # IPMI |
| @@ -324,15 +437,19 @@ CONFIG_UNIX98_PTYS=y | |||
| 324 | CONFIG_EFI_RTC=y | 437 | CONFIG_EFI_RTC=y |
| 325 | # CONFIG_DTLK is not set | 438 | # CONFIG_DTLK is not set |
| 326 | # CONFIG_R3964 is not set | 439 | # CONFIG_R3964 is not set |
| 327 | # CONFIG_APPLICOM is not set | ||
| 328 | 440 | ||
| 329 | # | 441 | # |
| 330 | # Ftape, the floppy tape device driver | 442 | # Ftape, the floppy tape device driver |
| 331 | # | 443 | # |
| 332 | # CONFIG_FTAPE is not set | ||
| 333 | # CONFIG_AGP is not set | 444 | # CONFIG_AGP is not set |
| 334 | # CONFIG_DRM is not set | ||
| 335 | # CONFIG_RAW_DRIVER is not set | 445 | # CONFIG_RAW_DRIVER is not set |
| 446 | # CONFIG_HANGCHECK_TIMER is not set | ||
| 447 | |||
| 448 | # | ||
| 449 | # TPM devices | ||
| 450 | # | ||
| 451 | # CONFIG_TCG_TPM is not set | ||
| 452 | # CONFIG_TELCLOCK is not set | ||
| 336 | 453 | ||
| 337 | # | 454 | # |
| 338 | # I2C support | 455 | # I2C support |
| @@ -340,10 +457,33 @@ CONFIG_EFI_RTC=y | |||
| 340 | # CONFIG_I2C is not set | 457 | # CONFIG_I2C is not set |
| 341 | 458 | ||
| 342 | # | 459 | # |
| 460 | # SPI support | ||
| 461 | # | ||
| 462 | # CONFIG_SPI is not set | ||
| 463 | # CONFIG_SPI_MASTER is not set | ||
| 464 | |||
| 465 | # | ||
| 466 | # Dallas's 1-wire bus | ||
| 467 | # | ||
| 468 | # CONFIG_W1 is not set | ||
| 469 | |||
| 470 | # | ||
| 471 | # Hardware Monitoring support | ||
| 472 | # | ||
| 473 | CONFIG_HWMON=y | ||
| 474 | # CONFIG_HWMON_VID is not set | ||
| 475 | # CONFIG_SENSORS_F71805F is not set | ||
| 476 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
| 477 | |||
| 478 | # | ||
| 343 | # Misc devices | 479 | # Misc devices |
| 344 | # | 480 | # |
| 345 | 481 | ||
| 346 | # | 482 | # |
| 483 | # Multimedia Capabilities Port drivers | ||
| 484 | # | ||
| 485 | |||
| 486 | # | ||
| 347 | # Multimedia devices | 487 | # Multimedia devices |
| 348 | # | 488 | # |
| 349 | # CONFIG_VIDEO_DEV is not set | 489 | # CONFIG_VIDEO_DEV is not set |
| @@ -362,7 +502,6 @@ CONFIG_EFI_RTC=y | |||
| 362 | # Console display driver support | 502 | # Console display driver support |
| 363 | # | 503 | # |
| 364 | # CONFIG_VGA_CONSOLE is not set | 504 | # CONFIG_VGA_CONSOLE is not set |
| 365 | # CONFIG_MDA_CONSOLE is not set | ||
| 366 | CONFIG_DUMMY_CONSOLE=y | 505 | CONFIG_DUMMY_CONSOLE=y |
| 367 | 506 | ||
| 368 | # | 507 | # |
| @@ -373,6 +512,12 @@ CONFIG_DUMMY_CONSOLE=y | |||
| 373 | # | 512 | # |
| 374 | # USB support | 513 | # USB support |
| 375 | # | 514 | # |
| 515 | # CONFIG_USB_ARCH_HAS_HCD is not set | ||
| 516 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
| 517 | |||
| 518 | # | ||
| 519 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 520 | # | ||
| 376 | 521 | ||
| 377 | # | 522 | # |
| 378 | # USB Gadget Support | 523 | # USB Gadget Support |
| @@ -380,22 +525,41 @@ CONFIG_DUMMY_CONSOLE=y | |||
| 380 | # CONFIG_USB_GADGET is not set | 525 | # CONFIG_USB_GADGET is not set |
| 381 | 526 | ||
| 382 | # | 527 | # |
| 528 | # MMC/SD Card support | ||
| 529 | # | ||
| 530 | # CONFIG_MMC is not set | ||
| 531 | |||
| 532 | # | ||
| 533 | # InfiniBand support | ||
| 534 | # | ||
| 535 | |||
| 536 | # | ||
| 537 | # EDAC - error detection and reporting (RAS) | ||
| 538 | # | ||
| 539 | |||
| 540 | # | ||
| 383 | # File systems | 541 | # File systems |
| 384 | # | 542 | # |
| 385 | CONFIG_EXT2_FS=y | 543 | CONFIG_EXT2_FS=y |
| 386 | # CONFIG_EXT2_FS_XATTR is not set | 544 | # CONFIG_EXT2_FS_XATTR is not set |
| 545 | # CONFIG_EXT2_FS_XIP is not set | ||
| 387 | CONFIG_EXT3_FS=y | 546 | CONFIG_EXT3_FS=y |
| 388 | # CONFIG_EXT3_FS_XATTR is not set | 547 | # CONFIG_EXT3_FS_XATTR is not set |
| 389 | CONFIG_JBD=y | 548 | CONFIG_JBD=y |
| 390 | # CONFIG_JBD_DEBUG is not set | 549 | # CONFIG_JBD_DEBUG is not set |
| 391 | # CONFIG_REISERFS_FS is not set | 550 | # CONFIG_REISERFS_FS is not set |
| 392 | # CONFIG_JFS_FS is not set | 551 | # CONFIG_JFS_FS is not set |
| 552 | # CONFIG_FS_POSIX_ACL is not set | ||
| 393 | # CONFIG_XFS_FS is not set | 553 | # CONFIG_XFS_FS is not set |
| 554 | # CONFIG_OCFS2_FS is not set | ||
| 394 | # CONFIG_MINIX_FS is not set | 555 | # CONFIG_MINIX_FS is not set |
| 395 | # CONFIG_ROMFS_FS is not set | 556 | # CONFIG_ROMFS_FS is not set |
| 557 | CONFIG_INOTIFY=y | ||
| 396 | # CONFIG_QUOTA is not set | 558 | # CONFIG_QUOTA is not set |
| 559 | CONFIG_DNOTIFY=y | ||
| 397 | # CONFIG_AUTOFS_FS is not set | 560 | # CONFIG_AUTOFS_FS is not set |
| 398 | # CONFIG_AUTOFS4_FS is not set | 561 | # CONFIG_AUTOFS4_FS is not set |
| 562 | # CONFIG_FUSE_FS is not set | ||
| 399 | 563 | ||
| 400 | # | 564 | # |
| 401 | # CD-ROM/DVD Filesystems | 565 | # CD-ROM/DVD Filesystems |
| @@ -406,7 +570,8 @@ CONFIG_JBD=y | |||
| 406 | # | 570 | # |
| 407 | # DOS/FAT/NT Filesystems | 571 | # DOS/FAT/NT Filesystems |
| 408 | # | 572 | # |
| 409 | # CONFIG_FAT_FS is not set | 573 | # CONFIG_MSDOS_FS is not set |
| 574 | # CONFIG_VFAT_FS is not set | ||
| 410 | # CONFIG_NTFS_FS is not set | 575 | # CONFIG_NTFS_FS is not set |
| 411 | 576 | ||
| 412 | # | 577 | # |
| @@ -415,12 +580,12 @@ CONFIG_JBD=y | |||
| 415 | CONFIG_PROC_FS=y | 580 | CONFIG_PROC_FS=y |
| 416 | CONFIG_PROC_KCORE=y | 581 | CONFIG_PROC_KCORE=y |
| 417 | CONFIG_SYSFS=y | 582 | CONFIG_SYSFS=y |
| 418 | # CONFIG_DEVFS_FS is not set | ||
| 419 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
| 420 | # CONFIG_TMPFS is not set | 583 | # CONFIG_TMPFS is not set |
| 421 | CONFIG_HUGETLBFS=y | 584 | CONFIG_HUGETLBFS=y |
| 422 | CONFIG_HUGETLB_PAGE=y | 585 | CONFIG_HUGETLB_PAGE=y |
| 423 | CONFIG_RAMFS=y | 586 | CONFIG_RAMFS=y |
| 587 | # CONFIG_RELAYFS_FS is not set | ||
| 588 | # CONFIG_CONFIGFS_FS is not set | ||
| 424 | 589 | ||
| 425 | # | 590 | # |
| 426 | # Miscellaneous filesystems | 591 | # Miscellaneous filesystems |
| @@ -448,18 +613,22 @@ CONFIG_NFS_FS=y | |||
| 448 | CONFIG_NFS_DIRECTIO=y | 613 | CONFIG_NFS_DIRECTIO=y |
| 449 | CONFIG_NFSD=y | 614 | CONFIG_NFSD=y |
| 450 | CONFIG_NFSD_V3=y | 615 | CONFIG_NFSD_V3=y |
| 616 | # CONFIG_NFSD_V3_ACL is not set | ||
| 451 | # CONFIG_NFSD_V4 is not set | 617 | # CONFIG_NFSD_V4 is not set |
| 452 | # CONFIG_NFSD_TCP is not set | 618 | # CONFIG_NFSD_TCP is not set |
| 453 | CONFIG_LOCKD=y | 619 | CONFIG_LOCKD=y |
| 454 | CONFIG_LOCKD_V4=y | 620 | CONFIG_LOCKD_V4=y |
| 455 | CONFIG_EXPORTFS=y | 621 | CONFIG_EXPORTFS=y |
| 622 | CONFIG_NFS_COMMON=y | ||
| 456 | CONFIG_SUNRPC=y | 623 | CONFIG_SUNRPC=y |
| 457 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 624 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 625 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 458 | # CONFIG_SMB_FS is not set | 626 | # CONFIG_SMB_FS is not set |
| 459 | # CONFIG_CIFS is not set | 627 | # CONFIG_CIFS is not set |
| 460 | # CONFIG_NCP_FS is not set | 628 | # CONFIG_NCP_FS is not set |
| 461 | # CONFIG_CODA_FS is not set | 629 | # CONFIG_CODA_FS is not set |
| 462 | # CONFIG_AFS_FS is not set | 630 | # CONFIG_AFS_FS is not set |
| 631 | # CONFIG_9P_FS is not set | ||
| 463 | 632 | ||
| 464 | # | 633 | # |
| 465 | # Partition Types | 634 | # Partition Types |
| @@ -476,10 +645,10 @@ CONFIG_MSDOS_PARTITION=y | |||
| 476 | # CONFIG_SOLARIS_X86_PARTITION is not set | 645 | # CONFIG_SOLARIS_X86_PARTITION is not set |
| 477 | # CONFIG_UNIXWARE_DISKLABEL is not set | 646 | # CONFIG_UNIXWARE_DISKLABEL is not set |
| 478 | # CONFIG_LDM_PARTITION is not set | 647 | # CONFIG_LDM_PARTITION is not set |
| 479 | # CONFIG_NEC98_PARTITION is not set | ||
| 480 | # CONFIG_SGI_PARTITION is not set | 648 | # CONFIG_SGI_PARTITION is not set |
| 481 | # CONFIG_ULTRIX_PARTITION is not set | 649 | # CONFIG_ULTRIX_PARTITION is not set |
| 482 | # CONFIG_SUN_PARTITION is not set | 650 | # CONFIG_SUN_PARTITION is not set |
| 651 | # CONFIG_KARMA_PARTITION is not set | ||
| 483 | CONFIG_EFI_PARTITION=y | 652 | CONFIG_EFI_PARTITION=y |
| 484 | 653 | ||
| 485 | # | 654 | # |
| @@ -490,8 +659,13 @@ CONFIG_EFI_PARTITION=y | |||
| 490 | # | 659 | # |
| 491 | # Library routines | 660 | # Library routines |
| 492 | # | 661 | # |
| 662 | # CONFIG_CRC_CCITT is not set | ||
| 663 | # CONFIG_CRC16 is not set | ||
| 493 | CONFIG_CRC32=y | 664 | CONFIG_CRC32=y |
| 494 | # CONFIG_LIBCRC32C is not set | 665 | # CONFIG_LIBCRC32C is not set |
| 666 | CONFIG_GENERIC_HARDIRQS=y | ||
| 667 | CONFIG_GENERIC_IRQ_PROBE=y | ||
| 668 | CONFIG_GENERIC_PENDING_IRQ=y | ||
| 495 | 669 | ||
| 496 | # | 670 | # |
| 497 | # HP Simulator drivers | 671 | # HP Simulator drivers |
| @@ -502,33 +676,50 @@ CONFIG_HP_SIMSERIAL_CONSOLE=y | |||
| 502 | CONFIG_HP_SIMSCSI=y | 676 | CONFIG_HP_SIMSCSI=y |
| 503 | 677 | ||
| 504 | # | 678 | # |
| 505 | # Profiling support | 679 | # Instrumentation Support |
| 506 | # | 680 | # |
| 507 | # CONFIG_PROFILING is not set | 681 | # CONFIG_PROFILING is not set |
| 682 | # CONFIG_KPROBES is not set | ||
| 508 | 683 | ||
| 509 | # | 684 | # |
| 510 | # Kernel hacking | 685 | # Kernel hacking |
| 511 | # | 686 | # |
| 512 | # CONFIG_IA64_GRANULE_16MB is not set | 687 | # CONFIG_PRINTK_TIME is not set |
| 513 | CONFIG_IA64_GRANULE_64MB=y | ||
| 514 | CONFIG_DEBUG_KERNEL=y | ||
| 515 | # CONFIG_IA64_PRINT_HAZARDS is not set | ||
| 516 | # CONFIG_DISABLE_VHPT is not set | ||
| 517 | # CONFIG_MAGIC_SYSRQ is not set | 688 | # CONFIG_MAGIC_SYSRQ is not set |
| 689 | CONFIG_DEBUG_KERNEL=y | ||
| 690 | CONFIG_LOG_BUF_SHIFT=16 | ||
| 691 | CONFIG_DETECT_SOFTLOCKUP=y | ||
| 692 | # CONFIG_SCHEDSTATS is not set | ||
| 518 | # CONFIG_DEBUG_SLAB is not set | 693 | # CONFIG_DEBUG_SLAB is not set |
| 694 | CONFIG_DEBUG_PREEMPT=y | ||
| 695 | CONFIG_DEBUG_MUTEXES=y | ||
| 519 | # CONFIG_DEBUG_SPINLOCK is not set | 696 | # CONFIG_DEBUG_SPINLOCK is not set |
| 520 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 697 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
| 698 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 699 | CONFIG_DEBUG_INFO=y | ||
| 700 | # CONFIG_DEBUG_FS is not set | ||
| 701 | # CONFIG_DEBUG_VM is not set | ||
| 702 | CONFIG_FORCED_INLINING=y | ||
| 703 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 704 | # CONFIG_IA64_GRANULE_16MB is not set | ||
| 705 | CONFIG_IA64_GRANULE_64MB=y | ||
| 706 | # CONFIG_IA64_PRINT_HAZARDS is not set | ||
| 707 | # CONFIG_DISABLE_VHPT is not set | ||
| 521 | # CONFIG_IA64_DEBUG_CMPXCHG is not set | 708 | # CONFIG_IA64_DEBUG_CMPXCHG is not set |
| 522 | # CONFIG_IA64_DEBUG_IRQ is not set | 709 | # CONFIG_IA64_DEBUG_IRQ is not set |
| 523 | CONFIG_DEBUG_INFO=y | ||
| 524 | CONFIG_SYSVIPC_COMPAT=y | 710 | CONFIG_SYSVIPC_COMPAT=y |
| 525 | 711 | ||
| 526 | # | 712 | # |
| 527 | # Security options | 713 | # Security options |
| 528 | # | 714 | # |
| 715 | # CONFIG_KEYS is not set | ||
| 529 | # CONFIG_SECURITY is not set | 716 | # CONFIG_SECURITY is not set |
| 530 | 717 | ||
| 531 | # | 718 | # |
| 532 | # Cryptographic options | 719 | # Cryptographic options |
| 533 | # | 720 | # |
| 534 | # CONFIG_CRYPTO is not set | 721 | # CONFIG_CRYPTO is not set |
| 722 | |||
| 723 | # | ||
| 724 | # Hardware crypto devices | ||
| 725 | # | ||
diff --git a/arch/ia64/configs/sn2_defconfig b/arch/ia64/configs/sn2_defconfig index 3cb503b659e6..8206752161bb 100644 --- a/arch/ia64/configs/sn2_defconfig +++ b/arch/ia64/configs/sn2_defconfig | |||
| @@ -1,14 +1,13 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.15-rc4 | 3 | # Linux kernel version: 2.6.16-rc5 |
| 4 | # Fri Dec 2 10:33:48 2005 | 4 | # Mon Feb 27 16:06:38 2006 |
| 5 | # | 5 | # |
| 6 | 6 | ||
| 7 | # | 7 | # |
| 8 | # Code maturity level options | 8 | # Code maturity level options |
| 9 | # | 9 | # |
| 10 | CONFIG_EXPERIMENTAL=y | 10 | CONFIG_EXPERIMENTAL=y |
| 11 | CONFIG_CLEAN_COMPILE=y | ||
| 12 | CONFIG_LOCK_KERNEL=y | 11 | CONFIG_LOCK_KERNEL=y |
| 13 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 12 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 14 | 13 | ||
| @@ -23,17 +22,18 @@ CONFIG_POSIX_MQUEUE=y | |||
| 23 | # CONFIG_BSD_PROCESS_ACCT is not set | 22 | # CONFIG_BSD_PROCESS_ACCT is not set |
| 24 | CONFIG_SYSCTL=y | 23 | CONFIG_SYSCTL=y |
| 25 | # CONFIG_AUDIT is not set | 24 | # CONFIG_AUDIT is not set |
| 26 | CONFIG_HOTPLUG=y | ||
| 27 | CONFIG_KOBJECT_UEVENT=y | ||
| 28 | # CONFIG_IKCONFIG is not set | 25 | # CONFIG_IKCONFIG is not set |
| 29 | CONFIG_CPUSETS=y | 26 | CONFIG_CPUSETS=y |
| 30 | CONFIG_INITRAMFS_SOURCE="" | 27 | CONFIG_INITRAMFS_SOURCE="" |
| 28 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 31 | # CONFIG_EMBEDDED is not set | 29 | # CONFIG_EMBEDDED is not set |
| 32 | CONFIG_KALLSYMS=y | 30 | CONFIG_KALLSYMS=y |
| 33 | CONFIG_KALLSYMS_ALL=y | 31 | CONFIG_KALLSYMS_ALL=y |
| 34 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 32 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 33 | CONFIG_HOTPLUG=y | ||
| 35 | CONFIG_PRINTK=y | 34 | CONFIG_PRINTK=y |
| 36 | CONFIG_BUG=y | 35 | CONFIG_BUG=y |
| 36 | CONFIG_ELF_CORE=y | ||
| 37 | CONFIG_BASE_FULL=y | 37 | CONFIG_BASE_FULL=y |
| 38 | CONFIG_FUTEX=y | 38 | CONFIG_FUTEX=y |
| 39 | CONFIG_EPOLL=y | 39 | CONFIG_EPOLL=y |
| @@ -42,8 +42,10 @@ CONFIG_CC_ALIGN_FUNCTIONS=0 | |||
| 42 | CONFIG_CC_ALIGN_LABELS=0 | 42 | CONFIG_CC_ALIGN_LABELS=0 |
| 43 | CONFIG_CC_ALIGN_LOOPS=0 | 43 | CONFIG_CC_ALIGN_LOOPS=0 |
| 44 | CONFIG_CC_ALIGN_JUMPS=0 | 44 | CONFIG_CC_ALIGN_JUMPS=0 |
| 45 | CONFIG_SLAB=y | ||
| 45 | # CONFIG_TINY_SHMEM is not set | 46 | # CONFIG_TINY_SHMEM is not set |
| 46 | CONFIG_BASE_SMALL=0 | 47 | CONFIG_BASE_SMALL=0 |
| 48 | # CONFIG_SLOB is not set | ||
| 47 | 49 | ||
| 48 | # | 50 | # |
| 49 | # Loadable module support | 51 | # Loadable module support |
| @@ -88,7 +90,7 @@ CONFIG_EFI=y | |||
| 88 | CONFIG_GENERIC_IOMAP=y | 90 | CONFIG_GENERIC_IOMAP=y |
| 89 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 91 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
| 90 | CONFIG_IA64_UNCACHED_ALLOCATOR=y | 92 | CONFIG_IA64_UNCACHED_ALLOCATOR=y |
| 91 | CONFIG_ZONE_DMA_IS_DMA32=y | 93 | CONFIG_DMA_IS_DMA32=y |
| 92 | # CONFIG_IA64_GENERIC is not set | 94 | # CONFIG_IA64_GENERIC is not set |
| 93 | # CONFIG_IA64_DIG is not set | 95 | # CONFIG_IA64_DIG is not set |
| 94 | # CONFIG_IA64_HP_ZX1 is not set | 96 | # CONFIG_IA64_HP_ZX1 is not set |
| @@ -126,6 +128,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 126 | CONFIG_NEED_MULTIPLE_NODES=y | 128 | CONFIG_NEED_MULTIPLE_NODES=y |
| 127 | # CONFIG_SPARSEMEM_STATIC is not set | 129 | # CONFIG_SPARSEMEM_STATIC is not set |
| 128 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 130 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 131 | CONFIG_MIGRATION=y | ||
| 129 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 132 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
| 130 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | 133 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y |
| 131 | CONFIG_ARCH_FLATMEM_ENABLE=y | 134 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| @@ -140,6 +143,7 @@ CONFIG_COMPAT=y | |||
| 140 | CONFIG_IA64_MCA_RECOVERY=y | 143 | CONFIG_IA64_MCA_RECOVERY=y |
| 141 | CONFIG_PERFMON=y | 144 | CONFIG_PERFMON=y |
| 142 | CONFIG_IA64_PALINFO=y | 145 | CONFIG_IA64_PALINFO=y |
| 146 | CONFIG_SGI_SN=y | ||
| 143 | 147 | ||
| 144 | # | 148 | # |
| 145 | # Firmware Drivers | 149 | # Firmware Drivers |
| @@ -166,6 +170,7 @@ CONFIG_ACPI=y | |||
| 166 | CONFIG_ACPI_NUMA=y | 170 | CONFIG_ACPI_NUMA=y |
| 167 | CONFIG_ACPI_BLACKLIST_YEAR=0 | 171 | CONFIG_ACPI_BLACKLIST_YEAR=0 |
| 168 | # CONFIG_ACPI_DEBUG is not set | 172 | # CONFIG_ACPI_DEBUG is not set |
| 173 | CONFIG_ACPI_EC=y | ||
| 169 | CONFIG_ACPI_POWER=y | 174 | CONFIG_ACPI_POWER=y |
| 170 | CONFIG_ACPI_SYSTEM=y | 175 | CONFIG_ACPI_SYSTEM=y |
| 171 | # CONFIG_ACPI_CONTAINER is not set | 176 | # CONFIG_ACPI_CONTAINER is not set |
| @@ -207,6 +212,7 @@ CONFIG_NET=y | |||
| 207 | # | 212 | # |
| 208 | # Networking options | 213 | # Networking options |
| 209 | # | 214 | # |
| 215 | # CONFIG_NETDEBUG is not set | ||
| 210 | CONFIG_PACKET=y | 216 | CONFIG_PACKET=y |
| 211 | CONFIG_PACKET_MMAP=y | 217 | CONFIG_PACKET_MMAP=y |
| 212 | CONFIG_UNIX=y | 218 | CONFIG_UNIX=y |
| @@ -247,6 +253,11 @@ CONFIG_IPV6=m | |||
| 247 | # SCTP Configuration (EXPERIMENTAL) | 253 | # SCTP Configuration (EXPERIMENTAL) |
| 248 | # | 254 | # |
| 249 | # CONFIG_IP_SCTP is not set | 255 | # CONFIG_IP_SCTP is not set |
| 256 | |||
| 257 | # | ||
| 258 | # TIPC Configuration (EXPERIMENTAL) | ||
| 259 | # | ||
| 260 | # CONFIG_TIPC is not set | ||
| 250 | # CONFIG_ATM is not set | 261 | # CONFIG_ATM is not set |
| 251 | # CONFIG_BRIDGE is not set | 262 | # CONFIG_BRIDGE is not set |
| 252 | # CONFIG_VLAN_8021Q is not set | 263 | # CONFIG_VLAN_8021Q is not set |
| @@ -330,6 +341,7 @@ CONFIG_ATA_OVER_ETH=m | |||
| 330 | # ATA/ATAPI/MFM/RLL support | 341 | # ATA/ATAPI/MFM/RLL support |
| 331 | # | 342 | # |
| 332 | CONFIG_IDE=y | 343 | CONFIG_IDE=y |
| 344 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 333 | CONFIG_BLK_DEV_IDE=y | 345 | CONFIG_BLK_DEV_IDE=y |
| 334 | 346 | ||
| 335 | # | 347 | # |
| @@ -457,13 +469,7 @@ CONFIG_SCSI_SATA_VITESSE=y | |||
| 457 | # CONFIG_SCSI_IPR is not set | 469 | # CONFIG_SCSI_IPR is not set |
| 458 | # CONFIG_SCSI_QLOGIC_FC is not set | 470 | # CONFIG_SCSI_QLOGIC_FC is not set |
| 459 | CONFIG_SCSI_QLOGIC_1280=y | 471 | CONFIG_SCSI_QLOGIC_1280=y |
| 460 | CONFIG_SCSI_QLA2XXX=y | 472 | # CONFIG_SCSI_QLA_FC is not set |
| 461 | # CONFIG_SCSI_QLA21XX is not set | ||
| 462 | CONFIG_SCSI_QLA22XX=y | ||
| 463 | CONFIG_SCSI_QLA2300=y | ||
| 464 | CONFIG_SCSI_QLA2322=y | ||
| 465 | # CONFIG_SCSI_QLA6312 is not set | ||
| 466 | # CONFIG_SCSI_QLA24XX is not set | ||
| 467 | # CONFIG_SCSI_LPFC is not set | 473 | # CONFIG_SCSI_LPFC is not set |
| 468 | # CONFIG_SCSI_DC395x is not set | 474 | # CONFIG_SCSI_DC395x is not set |
| 469 | # CONFIG_SCSI_DC390T is not set | 475 | # CONFIG_SCSI_DC390T is not set |
| @@ -545,6 +551,7 @@ CONFIG_NETDEVICES=y | |||
| 545 | # CONFIG_R8169 is not set | 551 | # CONFIG_R8169 is not set |
| 546 | # CONFIG_SIS190 is not set | 552 | # CONFIG_SIS190 is not set |
| 547 | # CONFIG_SKGE is not set | 553 | # CONFIG_SKGE is not set |
| 554 | # CONFIG_SKY2 is not set | ||
| 548 | # CONFIG_SK98LIN is not set | 555 | # CONFIG_SK98LIN is not set |
| 549 | CONFIG_TIGON3=y | 556 | CONFIG_TIGON3=y |
| 550 | # CONFIG_BNX2 is not set | 557 | # CONFIG_BNX2 is not set |
| @@ -632,12 +639,15 @@ CONFIG_VT=y | |||
| 632 | CONFIG_VT_CONSOLE=y | 639 | CONFIG_VT_CONSOLE=y |
| 633 | CONFIG_HW_CONSOLE=y | 640 | CONFIG_HW_CONSOLE=y |
| 634 | CONFIG_SERIAL_NONSTANDARD=y | 641 | CONFIG_SERIAL_NONSTANDARD=y |
| 642 | # CONFIG_COMPUTONE is not set | ||
| 635 | # CONFIG_ROCKETPORT is not set | 643 | # CONFIG_ROCKETPORT is not set |
| 636 | # CONFIG_CYCLADES is not set | 644 | # CONFIG_CYCLADES is not set |
| 637 | # CONFIG_DIGIEPCA is not set | 645 | # CONFIG_DIGIEPCA is not set |
| 646 | # CONFIG_MOXA_INTELLIO is not set | ||
| 638 | # CONFIG_MOXA_SMARTIO is not set | 647 | # CONFIG_MOXA_SMARTIO is not set |
| 639 | # CONFIG_ISI is not set | 648 | # CONFIG_ISI is not set |
| 640 | # CONFIG_SYNCLINKMP is not set | 649 | # CONFIG_SYNCLINKMP is not set |
| 650 | # CONFIG_SYNCLINK_GT is not set | ||
| 641 | # CONFIG_N_HDLC is not set | 651 | # CONFIG_N_HDLC is not set |
| 642 | # CONFIG_SPECIALIX is not set | 652 | # CONFIG_SPECIALIX is not set |
| 643 | # CONFIG_SX is not set | 653 | # CONFIG_SX is not set |
| @@ -686,8 +696,8 @@ CONFIG_AGP=y | |||
| 686 | CONFIG_AGP_SGI_TIOCA=y | 696 | CONFIG_AGP_SGI_TIOCA=y |
| 687 | # CONFIG_DRM is not set | 697 | # CONFIG_DRM is not set |
| 688 | CONFIG_RAW_DRIVER=m | 698 | CONFIG_RAW_DRIVER=m |
| 689 | # CONFIG_HPET is not set | ||
| 690 | CONFIG_MAX_RAW_DEVS=256 | 699 | CONFIG_MAX_RAW_DEVS=256 |
| 700 | # CONFIG_HPET is not set | ||
| 691 | # CONFIG_HANGCHECK_TIMER is not set | 701 | # CONFIG_HANGCHECK_TIMER is not set |
| 692 | CONFIG_MMTIMER=y | 702 | CONFIG_MMTIMER=y |
| 693 | 703 | ||
| @@ -703,6 +713,12 @@ CONFIG_MMTIMER=y | |||
| 703 | # CONFIG_I2C is not set | 713 | # CONFIG_I2C is not set |
| 704 | 714 | ||
| 705 | # | 715 | # |
| 716 | # SPI support | ||
| 717 | # | ||
| 718 | # CONFIG_SPI is not set | ||
| 719 | # CONFIG_SPI_MASTER is not set | ||
| 720 | |||
| 721 | # | ||
| 706 | # Dallas's 1-wire bus | 722 | # Dallas's 1-wire bus |
| 707 | # | 723 | # |
| 708 | # CONFIG_W1 is not set | 724 | # CONFIG_W1 is not set |
| @@ -791,12 +807,14 @@ CONFIG_USB_UHCI_HCD=m | |||
| 791 | # may also be needed; see USB_STORAGE Help for more information | 807 | # may also be needed; see USB_STORAGE Help for more information |
| 792 | # | 808 | # |
| 793 | # CONFIG_USB_STORAGE is not set | 809 | # CONFIG_USB_STORAGE is not set |
| 810 | # CONFIG_USB_LIBUSUAL is not set | ||
| 794 | 811 | ||
| 795 | # | 812 | # |
| 796 | # USB Input Devices | 813 | # USB Input Devices |
| 797 | # | 814 | # |
| 798 | CONFIG_USB_HID=m | 815 | CONFIG_USB_HID=m |
| 799 | CONFIG_USB_HIDINPUT=y | 816 | CONFIG_USB_HIDINPUT=y |
| 817 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
| 800 | # CONFIG_HID_FF is not set | 818 | # CONFIG_HID_FF is not set |
| 801 | # CONFIG_USB_HIDDEV is not set | 819 | # CONFIG_USB_HIDDEV is not set |
| 802 | 820 | ||
| @@ -816,6 +834,7 @@ CONFIG_USB_HIDINPUT=y | |||
| 816 | # CONFIG_USB_YEALINK is not set | 834 | # CONFIG_USB_YEALINK is not set |
| 817 | # CONFIG_USB_XPAD is not set | 835 | # CONFIG_USB_XPAD is not set |
| 818 | # CONFIG_USB_ATI_REMOTE is not set | 836 | # CONFIG_USB_ATI_REMOTE is not set |
| 837 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
| 819 | # CONFIG_USB_KEYSPAN_REMOTE is not set | 838 | # CONFIG_USB_KEYSPAN_REMOTE is not set |
| 820 | # CONFIG_USB_APPLETOUCH is not set | 839 | # CONFIG_USB_APPLETOUCH is not set |
| 821 | 840 | ||
| @@ -903,6 +922,10 @@ CONFIG_SGI_IOC4=y | |||
| 903 | CONFIG_SGI_IOC3=y | 922 | CONFIG_SGI_IOC3=y |
| 904 | 923 | ||
| 905 | # | 924 | # |
| 925 | # EDAC - error detection and reporting (RAS) | ||
| 926 | # | ||
| 927 | |||
| 928 | # | ||
| 906 | # File systems | 929 | # File systems |
| 907 | # | 930 | # |
| 908 | CONFIG_EXT2_FS=y | 931 | CONFIG_EXT2_FS=y |
| @@ -931,6 +954,7 @@ CONFIG_XFS_QUOTA=y | |||
| 931 | # CONFIG_XFS_SECURITY is not set | 954 | # CONFIG_XFS_SECURITY is not set |
| 932 | CONFIG_XFS_POSIX_ACL=y | 955 | CONFIG_XFS_POSIX_ACL=y |
| 933 | CONFIG_XFS_RT=y | 956 | CONFIG_XFS_RT=y |
| 957 | # CONFIG_OCFS2_FS is not set | ||
| 934 | # CONFIG_MINIX_FS is not set | 958 | # CONFIG_MINIX_FS is not set |
| 935 | # CONFIG_ROMFS_FS is not set | 959 | # CONFIG_ROMFS_FS is not set |
| 936 | CONFIG_INOTIFY=y | 960 | CONFIG_INOTIFY=y |
| @@ -973,6 +997,7 @@ CONFIG_HUGETLBFS=y | |||
| 973 | CONFIG_HUGETLB_PAGE=y | 997 | CONFIG_HUGETLB_PAGE=y |
| 974 | CONFIG_RAMFS=y | 998 | CONFIG_RAMFS=y |
| 975 | CONFIG_RELAYFS_FS=m | 999 | CONFIG_RELAYFS_FS=m |
| 1000 | # CONFIG_CONFIGFS_FS is not set | ||
| 976 | 1001 | ||
| 977 | # | 1002 | # |
| 978 | # Miscellaneous filesystems | 1003 | # Miscellaneous filesystems |
| @@ -1041,6 +1066,7 @@ CONFIG_MSDOS_PARTITION=y | |||
| 1041 | CONFIG_SGI_PARTITION=y | 1066 | CONFIG_SGI_PARTITION=y |
| 1042 | # CONFIG_ULTRIX_PARTITION is not set | 1067 | # CONFIG_ULTRIX_PARTITION is not set |
| 1043 | # CONFIG_SUN_PARTITION is not set | 1068 | # CONFIG_SUN_PARTITION is not set |
| 1069 | # CONFIG_KARMA_PARTITION is not set | ||
| 1044 | CONFIG_EFI_PARTITION=y | 1070 | CONFIG_EFI_PARTITION=y |
| 1045 | 1071 | ||
| 1046 | # | 1072 | # |
| @@ -1111,19 +1137,21 @@ CONFIG_GENERIC_PENDING_IRQ=y | |||
| 1111 | # Kernel hacking | 1137 | # Kernel hacking |
| 1112 | # | 1138 | # |
| 1113 | # CONFIG_PRINTK_TIME is not set | 1139 | # CONFIG_PRINTK_TIME is not set |
| 1114 | CONFIG_DEBUG_KERNEL=y | ||
| 1115 | CONFIG_MAGIC_SYSRQ=y | 1140 | CONFIG_MAGIC_SYSRQ=y |
| 1141 | CONFIG_DEBUG_KERNEL=y | ||
| 1116 | CONFIG_LOG_BUF_SHIFT=20 | 1142 | CONFIG_LOG_BUF_SHIFT=20 |
| 1117 | CONFIG_DETECT_SOFTLOCKUP=y | 1143 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1118 | # CONFIG_SCHEDSTATS is not set | 1144 | # CONFIG_SCHEDSTATS is not set |
| 1119 | # CONFIG_DEBUG_SLAB is not set | 1145 | # CONFIG_DEBUG_SLAB is not set |
| 1120 | CONFIG_DEBUG_PREEMPT=y | 1146 | CONFIG_DEBUG_PREEMPT=y |
| 1147 | CONFIG_DEBUG_MUTEXES=y | ||
| 1121 | # CONFIG_DEBUG_SPINLOCK is not set | 1148 | # CONFIG_DEBUG_SPINLOCK is not set |
| 1122 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1149 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
| 1123 | # CONFIG_DEBUG_KOBJECT is not set | 1150 | # CONFIG_DEBUG_KOBJECT is not set |
| 1124 | CONFIG_DEBUG_INFO=y | 1151 | CONFIG_DEBUG_INFO=y |
| 1125 | # CONFIG_DEBUG_FS is not set | 1152 | # CONFIG_DEBUG_FS is not set |
| 1126 | # CONFIG_DEBUG_VM is not set | 1153 | # CONFIG_DEBUG_VM is not set |
| 1154 | CONFIG_FORCED_INLINING=y | ||
| 1127 | # CONFIG_RCU_TORTURE_TEST is not set | 1155 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1128 | CONFIG_IA64_GRANULE_16MB=y | 1156 | CONFIG_IA64_GRANULE_16MB=y |
| 1129 | # CONFIG_IA64_GRANULE_64MB is not set | 1157 | # CONFIG_IA64_GRANULE_64MB is not set |
diff --git a/arch/ia64/configs/tiger_defconfig b/arch/ia64/configs/tiger_defconfig index 6859119bc9dd..766bf4955432 100644 --- a/arch/ia64/configs/tiger_defconfig +++ b/arch/ia64/configs/tiger_defconfig | |||
| @@ -1,14 +1,13 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.15-rc4 | 3 | # Linux kernel version: 2.6.16-rc5 |
| 4 | # Fri Dec 2 16:06:32 2005 | 4 | # Mon Feb 27 15:49:18 2006 |
| 5 | # | 5 | # |
| 6 | 6 | ||
| 7 | # | 7 | # |
| 8 | # Code maturity level options | 8 | # Code maturity level options |
| 9 | # | 9 | # |
| 10 | CONFIG_EXPERIMENTAL=y | 10 | CONFIG_EXPERIMENTAL=y |
| 11 | CONFIG_CLEAN_COMPILE=y | ||
| 12 | CONFIG_LOCK_KERNEL=y | 11 | CONFIG_LOCK_KERNEL=y |
| 13 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 12 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 14 | 13 | ||
| @@ -23,18 +22,19 @@ CONFIG_POSIX_MQUEUE=y | |||
| 23 | # CONFIG_BSD_PROCESS_ACCT is not set | 22 | # CONFIG_BSD_PROCESS_ACCT is not set |
| 24 | CONFIG_SYSCTL=y | 23 | CONFIG_SYSCTL=y |
| 25 | # CONFIG_AUDIT is not set | 24 | # CONFIG_AUDIT is not set |
| 26 | CONFIG_HOTPLUG=y | ||
| 27 | CONFIG_KOBJECT_UEVENT=y | ||
| 28 | CONFIG_IKCONFIG=y | 25 | CONFIG_IKCONFIG=y |
| 29 | CONFIG_IKCONFIG_PROC=y | 26 | CONFIG_IKCONFIG_PROC=y |
| 30 | # CONFIG_CPUSETS is not set | 27 | # CONFIG_CPUSETS is not set |
| 31 | CONFIG_INITRAMFS_SOURCE="" | 28 | CONFIG_INITRAMFS_SOURCE="" |
| 29 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 32 | # CONFIG_EMBEDDED is not set | 30 | # CONFIG_EMBEDDED is not set |
| 33 | CONFIG_KALLSYMS=y | 31 | CONFIG_KALLSYMS=y |
| 34 | CONFIG_KALLSYMS_ALL=y | 32 | CONFIG_KALLSYMS_ALL=y |
| 35 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 33 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 34 | CONFIG_HOTPLUG=y | ||
| 36 | CONFIG_PRINTK=y | 35 | CONFIG_PRINTK=y |
| 37 | CONFIG_BUG=y | 36 | CONFIG_BUG=y |
| 37 | CONFIG_ELF_CORE=y | ||
| 38 | CONFIG_BASE_FULL=y | 38 | CONFIG_BASE_FULL=y |
| 39 | CONFIG_FUTEX=y | 39 | CONFIG_FUTEX=y |
| 40 | CONFIG_EPOLL=y | 40 | CONFIG_EPOLL=y |
| @@ -43,8 +43,10 @@ CONFIG_CC_ALIGN_FUNCTIONS=0 | |||
| 43 | CONFIG_CC_ALIGN_LABELS=0 | 43 | CONFIG_CC_ALIGN_LABELS=0 |
| 44 | CONFIG_CC_ALIGN_LOOPS=0 | 44 | CONFIG_CC_ALIGN_LOOPS=0 |
| 45 | CONFIG_CC_ALIGN_JUMPS=0 | 45 | CONFIG_CC_ALIGN_JUMPS=0 |
| 46 | CONFIG_SLAB=y | ||
| 46 | # CONFIG_TINY_SHMEM is not set | 47 | # CONFIG_TINY_SHMEM is not set |
| 47 | CONFIG_BASE_SMALL=0 | 48 | CONFIG_BASE_SMALL=0 |
| 49 | # CONFIG_SLOB is not set | ||
| 48 | 50 | ||
| 49 | # | 51 | # |
| 50 | # Loadable module support | 52 | # Loadable module support |
| @@ -88,7 +90,7 @@ CONFIG_TIME_INTERPOLATION=y | |||
| 88 | CONFIG_EFI=y | 90 | CONFIG_EFI=y |
| 89 | CONFIG_GENERIC_IOMAP=y | 91 | CONFIG_GENERIC_IOMAP=y |
| 90 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 92 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
| 91 | CONFIG_ZONE_DMA_IS_DMA32=y | 93 | CONFIG_DMA_IS_DMA32=y |
| 92 | # CONFIG_IA64_GENERIC is not set | 94 | # CONFIG_IA64_GENERIC is not set |
| 93 | CONFIG_IA64_DIG=y | 95 | CONFIG_IA64_DIG=y |
| 94 | # CONFIG_IA64_HP_ZX1 is not set | 96 | # CONFIG_IA64_HP_ZX1 is not set |
| @@ -114,6 +116,8 @@ CONFIG_FORCE_MAX_ZONEORDER=17 | |||
| 114 | CONFIG_SMP=y | 116 | CONFIG_SMP=y |
| 115 | CONFIG_NR_CPUS=4 | 117 | CONFIG_NR_CPUS=4 |
| 116 | CONFIG_HOTPLUG_CPU=y | 118 | CONFIG_HOTPLUG_CPU=y |
| 119 | CONFIG_PERMIT_BSP_REMOVE=y | ||
| 120 | CONFIG_FORCE_CPEI_RETARGET=y | ||
| 117 | # CONFIG_SCHED_SMT is not set | 121 | # CONFIG_SCHED_SMT is not set |
| 118 | # CONFIG_PREEMPT is not set | 122 | # CONFIG_PREEMPT is not set |
| 119 | CONFIG_SELECT_MEMORY_MODEL=y | 123 | CONFIG_SELECT_MEMORY_MODEL=y |
| @@ -162,6 +166,7 @@ CONFIG_ACPI_HOTPLUG_CPU=y | |||
| 162 | CONFIG_ACPI_THERMAL=m | 166 | CONFIG_ACPI_THERMAL=m |
| 163 | CONFIG_ACPI_BLACKLIST_YEAR=0 | 167 | CONFIG_ACPI_BLACKLIST_YEAR=0 |
| 164 | # CONFIG_ACPI_DEBUG is not set | 168 | # CONFIG_ACPI_DEBUG is not set |
| 169 | CONFIG_ACPI_EC=y | ||
| 165 | CONFIG_ACPI_POWER=y | 170 | CONFIG_ACPI_POWER=y |
| 166 | CONFIG_ACPI_SYSTEM=y | 171 | CONFIG_ACPI_SYSTEM=y |
| 167 | CONFIG_ACPI_CONTAINER=m | 172 | CONFIG_ACPI_CONTAINER=m |
| @@ -203,6 +208,7 @@ CONFIG_NET=y | |||
| 203 | # | 208 | # |
| 204 | # Networking options | 209 | # Networking options |
| 205 | # | 210 | # |
| 211 | # CONFIG_NETDEBUG is not set | ||
| 206 | CONFIG_PACKET=y | 212 | CONFIG_PACKET=y |
| 207 | # CONFIG_PACKET_MMAP is not set | 213 | # CONFIG_PACKET_MMAP is not set |
| 208 | CONFIG_UNIX=y | 214 | CONFIG_UNIX=y |
| @@ -237,6 +243,11 @@ CONFIG_TCP_CONG_BIC=y | |||
| 237 | # SCTP Configuration (EXPERIMENTAL) | 243 | # SCTP Configuration (EXPERIMENTAL) |
| 238 | # | 244 | # |
| 239 | # CONFIG_IP_SCTP is not set | 245 | # CONFIG_IP_SCTP is not set |
| 246 | |||
| 247 | # | ||
| 248 | # TIPC Configuration (EXPERIMENTAL) | ||
| 249 | # | ||
| 250 | # CONFIG_TIPC is not set | ||
| 240 | # CONFIG_ATM is not set | 251 | # CONFIG_ATM is not set |
| 241 | # CONFIG_BRIDGE is not set | 252 | # CONFIG_BRIDGE is not set |
| 242 | # CONFIG_VLAN_8021Q is not set | 253 | # CONFIG_VLAN_8021Q is not set |
| @@ -326,6 +337,7 @@ CONFIG_BLK_DEV_INITRD=y | |||
| 326 | # ATA/ATAPI/MFM/RLL support | 337 | # ATA/ATAPI/MFM/RLL support |
| 327 | # | 338 | # |
| 328 | CONFIG_IDE=y | 339 | CONFIG_IDE=y |
| 340 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 329 | CONFIG_BLK_DEV_IDE=y | 341 | CONFIG_BLK_DEV_IDE=y |
| 330 | 342 | ||
| 331 | # | 343 | # |
| @@ -443,13 +455,7 @@ CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 | |||
| 443 | CONFIG_SCSI_QLOGIC_FC=y | 455 | CONFIG_SCSI_QLOGIC_FC=y |
| 444 | # CONFIG_SCSI_QLOGIC_FC_FIRMWARE is not set | 456 | # CONFIG_SCSI_QLOGIC_FC_FIRMWARE is not set |
| 445 | CONFIG_SCSI_QLOGIC_1280=y | 457 | CONFIG_SCSI_QLOGIC_1280=y |
| 446 | CONFIG_SCSI_QLA2XXX=y | 458 | # CONFIG_SCSI_QLA_FC is not set |
| 447 | CONFIG_SCSI_QLA21XX=m | ||
| 448 | CONFIG_SCSI_QLA22XX=m | ||
| 449 | CONFIG_SCSI_QLA2300=m | ||
| 450 | CONFIG_SCSI_QLA2322=m | ||
| 451 | # CONFIG_SCSI_QLA6312 is not set | ||
| 452 | # CONFIG_SCSI_QLA24XX is not set | ||
| 453 | # CONFIG_SCSI_LPFC is not set | 459 | # CONFIG_SCSI_LPFC is not set |
| 454 | # CONFIG_SCSI_DC395x is not set | 460 | # CONFIG_SCSI_DC395x is not set |
| 455 | # CONFIG_SCSI_DC390T is not set | 461 | # CONFIG_SCSI_DC390T is not set |
| @@ -572,6 +578,7 @@ CONFIG_E1000=y | |||
| 572 | # CONFIG_R8169 is not set | 578 | # CONFIG_R8169 is not set |
| 573 | # CONFIG_SIS190 is not set | 579 | # CONFIG_SIS190 is not set |
| 574 | # CONFIG_SKGE is not set | 580 | # CONFIG_SKGE is not set |
| 581 | # CONFIG_SKY2 is not set | ||
| 575 | # CONFIG_SK98LIN is not set | 582 | # CONFIG_SK98LIN is not set |
| 576 | # CONFIG_VIA_VELOCITY is not set | 583 | # CONFIG_VIA_VELOCITY is not set |
| 577 | CONFIG_TIGON3=y | 584 | CONFIG_TIGON3=y |
| @@ -676,12 +683,15 @@ CONFIG_VT=y | |||
| 676 | CONFIG_VT_CONSOLE=y | 683 | CONFIG_VT_CONSOLE=y |
| 677 | CONFIG_HW_CONSOLE=y | 684 | CONFIG_HW_CONSOLE=y |
| 678 | CONFIG_SERIAL_NONSTANDARD=y | 685 | CONFIG_SERIAL_NONSTANDARD=y |
| 686 | # CONFIG_COMPUTONE is not set | ||
| 679 | # CONFIG_ROCKETPORT is not set | 687 | # CONFIG_ROCKETPORT is not set |
| 680 | # CONFIG_CYCLADES is not set | 688 | # CONFIG_CYCLADES is not set |
| 681 | # CONFIG_DIGIEPCA is not set | 689 | # CONFIG_DIGIEPCA is not set |
| 690 | # CONFIG_MOXA_INTELLIO is not set | ||
| 682 | # CONFIG_MOXA_SMARTIO is not set | 691 | # CONFIG_MOXA_SMARTIO is not set |
| 683 | # CONFIG_ISI is not set | 692 | # CONFIG_ISI is not set |
| 684 | # CONFIG_SYNCLINKMP is not set | 693 | # CONFIG_SYNCLINKMP is not set |
| 694 | # CONFIG_SYNCLINK_GT is not set | ||
| 685 | # CONFIG_N_HDLC is not set | 695 | # CONFIG_N_HDLC is not set |
| 686 | # CONFIG_SPECIALIX is not set | 696 | # CONFIG_SPECIALIX is not set |
| 687 | # CONFIG_SX is not set | 697 | # CONFIG_SX is not set |
| @@ -694,6 +704,7 @@ CONFIG_SERIAL_8250=y | |||
| 694 | CONFIG_SERIAL_8250_CONSOLE=y | 704 | CONFIG_SERIAL_8250_CONSOLE=y |
| 695 | CONFIG_SERIAL_8250_ACPI=y | 705 | CONFIG_SERIAL_8250_ACPI=y |
| 696 | CONFIG_SERIAL_8250_NR_UARTS=6 | 706 | CONFIG_SERIAL_8250_NR_UARTS=6 |
| 707 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
| 697 | CONFIG_SERIAL_8250_EXTENDED=y | 708 | CONFIG_SERIAL_8250_EXTENDED=y |
| 698 | CONFIG_SERIAL_8250_SHARE_IRQ=y | 709 | CONFIG_SERIAL_8250_SHARE_IRQ=y |
| 699 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | 710 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set |
| @@ -738,10 +749,10 @@ CONFIG_DRM_SIS=m | |||
| 738 | # CONFIG_DRM_VIA is not set | 749 | # CONFIG_DRM_VIA is not set |
| 739 | # CONFIG_DRM_SAVAGE is not set | 750 | # CONFIG_DRM_SAVAGE is not set |
| 740 | CONFIG_RAW_DRIVER=m | 751 | CONFIG_RAW_DRIVER=m |
| 752 | CONFIG_MAX_RAW_DEVS=256 | ||
| 741 | CONFIG_HPET=y | 753 | CONFIG_HPET=y |
| 742 | # CONFIG_HPET_RTC_IRQ is not set | 754 | # CONFIG_HPET_RTC_IRQ is not set |
| 743 | CONFIG_HPET_MMAP=y | 755 | CONFIG_HPET_MMAP=y |
| 744 | CONFIG_MAX_RAW_DEVS=256 | ||
| 745 | # CONFIG_HANGCHECK_TIMER is not set | 756 | # CONFIG_HANGCHECK_TIMER is not set |
| 746 | 757 | ||
| 747 | # | 758 | # |
| @@ -756,6 +767,12 @@ CONFIG_MAX_RAW_DEVS=256 | |||
| 756 | # CONFIG_I2C is not set | 767 | # CONFIG_I2C is not set |
| 757 | 768 | ||
| 758 | # | 769 | # |
| 770 | # SPI support | ||
| 771 | # | ||
| 772 | # CONFIG_SPI is not set | ||
| 773 | # CONFIG_SPI_MASTER is not set | ||
| 774 | |||
| 775 | # | ||
| 759 | # Dallas's 1-wire bus | 776 | # Dallas's 1-wire bus |
| 760 | # | 777 | # |
| 761 | # CONFIG_W1 is not set | 778 | # CONFIG_W1 is not set |
| @@ -765,6 +782,7 @@ CONFIG_MAX_RAW_DEVS=256 | |||
| 765 | # | 782 | # |
| 766 | CONFIG_HWMON=y | 783 | CONFIG_HWMON=y |
| 767 | # CONFIG_HWMON_VID is not set | 784 | # CONFIG_HWMON_VID is not set |
| 785 | # CONFIG_SENSORS_F71805F is not set | ||
| 768 | # CONFIG_HWMON_DEBUG_CHIP is not set | 786 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 769 | 787 | ||
| 770 | # | 788 | # |
| @@ -854,12 +872,15 @@ CONFIG_USB_STORAGE=m | |||
| 854 | # CONFIG_USB_STORAGE_SDDR09 is not set | 872 | # CONFIG_USB_STORAGE_SDDR09 is not set |
| 855 | # CONFIG_USB_STORAGE_SDDR55 is not set | 873 | # CONFIG_USB_STORAGE_SDDR55 is not set |
| 856 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 874 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
| 875 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
| 876 | # CONFIG_USB_LIBUSUAL is not set | ||
| 857 | 877 | ||
| 858 | # | 878 | # |
| 859 | # USB Input Devices | 879 | # USB Input Devices |
| 860 | # | 880 | # |
| 861 | CONFIG_USB_HID=y | 881 | CONFIG_USB_HID=y |
| 862 | CONFIG_USB_HIDINPUT=y | 882 | CONFIG_USB_HIDINPUT=y |
| 883 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
| 863 | # CONFIG_HID_FF is not set | 884 | # CONFIG_HID_FF is not set |
| 864 | # CONFIG_USB_HIDDEV is not set | 885 | # CONFIG_USB_HIDDEV is not set |
| 865 | # CONFIG_USB_AIPTEK is not set | 886 | # CONFIG_USB_AIPTEK is not set |
| @@ -873,6 +894,7 @@ CONFIG_USB_HIDINPUT=y | |||
| 873 | # CONFIG_USB_YEALINK is not set | 894 | # CONFIG_USB_YEALINK is not set |
| 874 | # CONFIG_USB_XPAD is not set | 895 | # CONFIG_USB_XPAD is not set |
| 875 | # CONFIG_USB_ATI_REMOTE is not set | 896 | # CONFIG_USB_ATI_REMOTE is not set |
| 897 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
| 876 | # CONFIG_USB_KEYSPAN_REMOTE is not set | 898 | # CONFIG_USB_KEYSPAN_REMOTE is not set |
| 877 | # CONFIG_USB_APPLETOUCH is not set | 899 | # CONFIG_USB_APPLETOUCH is not set |
| 878 | 900 | ||
| @@ -948,7 +970,7 @@ CONFIG_USB_HIDINPUT=y | |||
| 948 | # CONFIG_INFINIBAND is not set | 970 | # CONFIG_INFINIBAND is not set |
| 949 | 971 | ||
| 950 | # | 972 | # |
| 951 | # SN Devices | 973 | # EDAC - error detection and reporting (RAS) |
| 952 | # | 974 | # |
| 953 | 975 | ||
| 954 | # | 976 | # |
| @@ -980,6 +1002,7 @@ CONFIG_XFS_EXPORT=y | |||
| 980 | # CONFIG_XFS_SECURITY is not set | 1002 | # CONFIG_XFS_SECURITY is not set |
| 981 | # CONFIG_XFS_POSIX_ACL is not set | 1003 | # CONFIG_XFS_POSIX_ACL is not set |
| 982 | # CONFIG_XFS_RT is not set | 1004 | # CONFIG_XFS_RT is not set |
| 1005 | # CONFIG_OCFS2_FS is not set | ||
| 983 | # CONFIG_MINIX_FS is not set | 1006 | # CONFIG_MINIX_FS is not set |
| 984 | # CONFIG_ROMFS_FS is not set | 1007 | # CONFIG_ROMFS_FS is not set |
| 985 | CONFIG_INOTIFY=y | 1008 | CONFIG_INOTIFY=y |
| @@ -1021,6 +1044,7 @@ CONFIG_HUGETLBFS=y | |||
| 1021 | CONFIG_HUGETLB_PAGE=y | 1044 | CONFIG_HUGETLB_PAGE=y |
| 1022 | CONFIG_RAMFS=y | 1045 | CONFIG_RAMFS=y |
| 1023 | # CONFIG_RELAYFS_FS is not set | 1046 | # CONFIG_RELAYFS_FS is not set |
| 1047 | # CONFIG_CONFIGFS_FS is not set | ||
| 1024 | 1048 | ||
| 1025 | # | 1049 | # |
| 1026 | # Miscellaneous filesystems | 1050 | # Miscellaneous filesystems |
| @@ -1090,6 +1114,7 @@ CONFIG_MSDOS_PARTITION=y | |||
| 1090 | CONFIG_SGI_PARTITION=y | 1114 | CONFIG_SGI_PARTITION=y |
| 1091 | # CONFIG_ULTRIX_PARTITION is not set | 1115 | # CONFIG_ULTRIX_PARTITION is not set |
| 1092 | # CONFIG_SUN_PARTITION is not set | 1116 | # CONFIG_SUN_PARTITION is not set |
| 1117 | # CONFIG_KARMA_PARTITION is not set | ||
| 1093 | CONFIG_EFI_PARTITION=y | 1118 | CONFIG_EFI_PARTITION=y |
| 1094 | 1119 | ||
| 1095 | # | 1120 | # |
| @@ -1157,18 +1182,20 @@ CONFIG_GENERIC_PENDING_IRQ=y | |||
| 1157 | # Kernel hacking | 1182 | # Kernel hacking |
| 1158 | # | 1183 | # |
| 1159 | # CONFIG_PRINTK_TIME is not set | 1184 | # CONFIG_PRINTK_TIME is not set |
| 1160 | CONFIG_DEBUG_KERNEL=y | ||
| 1161 | CONFIG_MAGIC_SYSRQ=y | 1185 | CONFIG_MAGIC_SYSRQ=y |
| 1186 | CONFIG_DEBUG_KERNEL=y | ||
| 1162 | CONFIG_LOG_BUF_SHIFT=20 | 1187 | CONFIG_LOG_BUF_SHIFT=20 |
| 1163 | CONFIG_DETECT_SOFTLOCKUP=y | 1188 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1164 | # CONFIG_SCHEDSTATS is not set | 1189 | # CONFIG_SCHEDSTATS is not set |
| 1165 | # CONFIG_DEBUG_SLAB is not set | 1190 | # CONFIG_DEBUG_SLAB is not set |
| 1191 | CONFIG_DEBUG_MUTEXES=y | ||
| 1166 | # CONFIG_DEBUG_SPINLOCK is not set | 1192 | # CONFIG_DEBUG_SPINLOCK is not set |
| 1167 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1193 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
| 1168 | # CONFIG_DEBUG_KOBJECT is not set | 1194 | # CONFIG_DEBUG_KOBJECT is not set |
| 1169 | # CONFIG_DEBUG_INFO is not set | 1195 | # CONFIG_DEBUG_INFO is not set |
| 1170 | # CONFIG_DEBUG_FS is not set | 1196 | # CONFIG_DEBUG_FS is not set |
| 1171 | # CONFIG_DEBUG_VM is not set | 1197 | # CONFIG_DEBUG_VM is not set |
| 1198 | CONFIG_FORCED_INLINING=y | ||
| 1172 | # CONFIG_RCU_TORTURE_TEST is not set | 1199 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1173 | CONFIG_IA64_GRANULE_16MB=y | 1200 | CONFIG_IA64_GRANULE_16MB=y |
| 1174 | # CONFIG_IA64_GRANULE_64MB is not set | 1201 | # CONFIG_IA64_GRANULE_64MB is not set |
diff --git a/arch/ia64/configs/zx1_defconfig b/arch/ia64/configs/zx1_defconfig index 53899dc8eb53..949dc4670a0c 100644 --- a/arch/ia64/configs/zx1_defconfig +++ b/arch/ia64/configs/zx1_defconfig | |||
| @@ -1,16 +1,13 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.14-rc1 | 3 | # Linux kernel version: 2.6.16-rc5 |
| 4 | # Wed Sep 14 15:15:01 2005 | 4 | # Mon Feb 27 15:55:36 2006 |
| 5 | # | 5 | # |
| 6 | 6 | ||
| 7 | # | 7 | # |
| 8 | # Code maturity level options | 8 | # Code maturity level options |
| 9 | # | 9 | # |
| 10 | CONFIG_EXPERIMENTAL=y | 10 | CONFIG_EXPERIMENTAL=y |
| 11 | # CONFIG_CLEAN_COMPILE is not set | ||
| 12 | CONFIG_BROKEN=y | ||
| 13 | CONFIG_BROKEN_ON_SMP=y | ||
| 14 | CONFIG_LOCK_KERNEL=y | 11 | CONFIG_LOCK_KERNEL=y |
| 15 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 12 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 16 | 13 | ||
| @@ -26,17 +23,18 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
| 26 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 23 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
| 27 | CONFIG_SYSCTL=y | 24 | CONFIG_SYSCTL=y |
| 28 | # CONFIG_AUDIT is not set | 25 | # CONFIG_AUDIT is not set |
| 29 | CONFIG_HOTPLUG=y | ||
| 30 | CONFIG_KOBJECT_UEVENT=y | ||
| 31 | # CONFIG_IKCONFIG is not set | 26 | # CONFIG_IKCONFIG is not set |
| 32 | # CONFIG_CPUSETS is not set | 27 | # CONFIG_CPUSETS is not set |
| 33 | CONFIG_INITRAMFS_SOURCE="" | 28 | CONFIG_INITRAMFS_SOURCE="" |
| 29 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 34 | # CONFIG_EMBEDDED is not set | 30 | # CONFIG_EMBEDDED is not set |
| 35 | CONFIG_KALLSYMS=y | 31 | CONFIG_KALLSYMS=y |
| 36 | # CONFIG_KALLSYMS_ALL is not set | 32 | # CONFIG_KALLSYMS_ALL is not set |
| 37 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 33 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 34 | CONFIG_HOTPLUG=y | ||
| 38 | CONFIG_PRINTK=y | 35 | CONFIG_PRINTK=y |
| 39 | CONFIG_BUG=y | 36 | CONFIG_BUG=y |
| 37 | CONFIG_ELF_CORE=y | ||
| 40 | CONFIG_BASE_FULL=y | 38 | CONFIG_BASE_FULL=y |
| 41 | CONFIG_FUTEX=y | 39 | CONFIG_FUTEX=y |
| 42 | CONFIG_EPOLL=y | 40 | CONFIG_EPOLL=y |
| @@ -45,8 +43,10 @@ CONFIG_CC_ALIGN_FUNCTIONS=0 | |||
| 45 | CONFIG_CC_ALIGN_LABELS=0 | 43 | CONFIG_CC_ALIGN_LABELS=0 |
| 46 | CONFIG_CC_ALIGN_LOOPS=0 | 44 | CONFIG_CC_ALIGN_LOOPS=0 |
| 47 | CONFIG_CC_ALIGN_JUMPS=0 | 45 | CONFIG_CC_ALIGN_JUMPS=0 |
| 46 | CONFIG_SLAB=y | ||
| 48 | # CONFIG_TINY_SHMEM is not set | 47 | # CONFIG_TINY_SHMEM is not set |
| 49 | CONFIG_BASE_SMALL=0 | 48 | CONFIG_BASE_SMALL=0 |
| 49 | # CONFIG_SLOB is not set | ||
| 50 | 50 | ||
| 51 | # | 51 | # |
| 52 | # Loadable module support | 52 | # Loadable module support |
| @@ -59,17 +59,36 @@ CONFIG_OBSOLETE_MODPARM=y | |||
| 59 | # CONFIG_KMOD is not set | 59 | # CONFIG_KMOD is not set |
| 60 | 60 | ||
| 61 | # | 61 | # |
| 62 | # Block layer | ||
| 63 | # | ||
| 64 | |||
| 65 | # | ||
| 66 | # IO Schedulers | ||
| 67 | # | ||
| 68 | CONFIG_IOSCHED_NOOP=y | ||
| 69 | CONFIG_IOSCHED_AS=y | ||
| 70 | CONFIG_IOSCHED_DEADLINE=y | ||
| 71 | CONFIG_IOSCHED_CFQ=y | ||
| 72 | CONFIG_DEFAULT_AS=y | ||
| 73 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 74 | # CONFIG_DEFAULT_CFQ is not set | ||
| 75 | # CONFIG_DEFAULT_NOOP is not set | ||
| 76 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 77 | |||
| 78 | # | ||
| 62 | # Processor type and features | 79 | # Processor type and features |
| 63 | # | 80 | # |
| 64 | CONFIG_IA64=y | 81 | CONFIG_IA64=y |
| 65 | CONFIG_64BIT=y | 82 | CONFIG_64BIT=y |
| 66 | CONFIG_MMU=y | 83 | CONFIG_MMU=y |
| 84 | CONFIG_SWIOTLB=y | ||
| 67 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 85 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 68 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 86 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 69 | CONFIG_TIME_INTERPOLATION=y | 87 | CONFIG_TIME_INTERPOLATION=y |
| 70 | CONFIG_EFI=y | 88 | CONFIG_EFI=y |
| 71 | CONFIG_GENERIC_IOMAP=y | 89 | CONFIG_GENERIC_IOMAP=y |
| 72 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 90 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
| 91 | CONFIG_DMA_IS_DMA32=y | ||
| 73 | # CONFIG_IA64_GENERIC is not set | 92 | # CONFIG_IA64_GENERIC is not set |
| 74 | # CONFIG_IA64_DIG is not set | 93 | # CONFIG_IA64_DIG is not set |
| 75 | CONFIG_IA64_HP_ZX1=y | 94 | CONFIG_IA64_HP_ZX1=y |
| @@ -82,18 +101,16 @@ CONFIG_MCKINLEY=y | |||
| 82 | # CONFIG_IA64_PAGE_SIZE_8KB is not set | 101 | # CONFIG_IA64_PAGE_SIZE_8KB is not set |
| 83 | CONFIG_IA64_PAGE_SIZE_16KB=y | 102 | CONFIG_IA64_PAGE_SIZE_16KB=y |
| 84 | # CONFIG_IA64_PAGE_SIZE_64KB is not set | 103 | # CONFIG_IA64_PAGE_SIZE_64KB is not set |
| 104 | CONFIG_PGTABLE_3=y | ||
| 105 | # CONFIG_PGTABLE_4 is not set | ||
| 85 | # CONFIG_HZ_100 is not set | 106 | # CONFIG_HZ_100 is not set |
| 86 | CONFIG_HZ_250=y | 107 | CONFIG_HZ_250=y |
| 87 | # CONFIG_HZ_1000 is not set | 108 | # CONFIG_HZ_1000 is not set |
| 88 | CONFIG_HZ=250 | 109 | CONFIG_HZ=250 |
| 89 | CONFIG_IA64_L1_CACHE_SHIFT=7 | 110 | CONFIG_IA64_L1_CACHE_SHIFT=7 |
| 90 | # CONFIG_NUMA is not set | ||
| 91 | CONFIG_VIRTUAL_MEM_MAP=y | ||
| 92 | CONFIG_HOLES_IN_ZONE=y | ||
| 93 | # CONFIG_IA64_CYCLONE is not set | 111 | # CONFIG_IA64_CYCLONE is not set |
| 94 | CONFIG_IOSAPIC=y | 112 | CONFIG_IOSAPIC=y |
| 95 | # CONFIG_IA64_SGI_SN_XP is not set | 113 | CONFIG_FORCE_MAX_ZONEORDER=17 |
| 96 | CONFIG_FORCE_MAX_ZONEORDER=18 | ||
| 97 | CONFIG_SMP=y | 114 | CONFIG_SMP=y |
| 98 | CONFIG_NR_CPUS=16 | 115 | CONFIG_NR_CPUS=16 |
| 99 | # CONFIG_HOTPLUG_CPU is not set | 116 | # CONFIG_HOTPLUG_CPU is not set |
| @@ -106,7 +123,14 @@ CONFIG_FLATMEM_MANUAL=y | |||
| 106 | CONFIG_FLATMEM=y | 123 | CONFIG_FLATMEM=y |
| 107 | CONFIG_FLAT_NODE_MEM_MAP=y | 124 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 108 | # CONFIG_SPARSEMEM_STATIC is not set | 125 | # CONFIG_SPARSEMEM_STATIC is not set |
| 109 | CONFIG_HAVE_DEC_LOCK=y | 126 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 127 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
| 128 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
| 129 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
| 130 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
| 131 | CONFIG_ARCH_DISCONTIGMEM_DEFAULT=y | ||
| 132 | CONFIG_VIRTUAL_MEM_MAP=y | ||
| 133 | CONFIG_HOLES_IN_ZONE=y | ||
| 110 | CONFIG_IA32_SUPPORT=y | 134 | CONFIG_IA32_SUPPORT=y |
| 111 | CONFIG_COMPAT=y | 135 | CONFIG_COMPAT=y |
| 112 | CONFIG_IA64_MCA_RECOVERY=y | 136 | CONFIG_IA64_MCA_RECOVERY=y |
| @@ -118,7 +142,6 @@ CONFIG_IA64_PALINFO=y | |||
| 118 | # | 142 | # |
| 119 | CONFIG_EFI_VARS=y | 143 | CONFIG_EFI_VARS=y |
| 120 | CONFIG_EFI_PCDP=y | 144 | CONFIG_EFI_PCDP=y |
| 121 | # CONFIG_DELL_RBU is not set | ||
| 122 | CONFIG_BINFMT_ELF=y | 145 | CONFIG_BINFMT_ELF=y |
| 123 | CONFIG_BINFMT_MISC=y | 146 | CONFIG_BINFMT_MISC=y |
| 124 | 147 | ||
| @@ -126,6 +149,7 @@ CONFIG_BINFMT_MISC=y | |||
| 126 | # Power management and ACPI | 149 | # Power management and ACPI |
| 127 | # | 150 | # |
| 128 | CONFIG_PM=y | 151 | CONFIG_PM=y |
| 152 | CONFIG_PM_LEGACY=y | ||
| 129 | # CONFIG_PM_DEBUG is not set | 153 | # CONFIG_PM_DEBUG is not set |
| 130 | 154 | ||
| 131 | # | 155 | # |
| @@ -138,6 +162,7 @@ CONFIG_ACPI_PROCESSOR=y | |||
| 138 | CONFIG_ACPI_THERMAL=y | 162 | CONFIG_ACPI_THERMAL=y |
| 139 | CONFIG_ACPI_BLACKLIST_YEAR=0 | 163 | CONFIG_ACPI_BLACKLIST_YEAR=0 |
| 140 | # CONFIG_ACPI_DEBUG is not set | 164 | # CONFIG_ACPI_DEBUG is not set |
| 165 | CONFIG_ACPI_EC=y | ||
| 141 | CONFIG_ACPI_POWER=y | 166 | CONFIG_ACPI_POWER=y |
| 142 | CONFIG_ACPI_SYSTEM=y | 167 | CONFIG_ACPI_SYSTEM=y |
| 143 | # CONFIG_ACPI_CONTAINER is not set | 168 | # CONFIG_ACPI_CONTAINER is not set |
| @@ -179,6 +204,7 @@ CONFIG_NET=y | |||
| 179 | # | 204 | # |
| 180 | # Networking options | 205 | # Networking options |
| 181 | # | 206 | # |
| 207 | # CONFIG_NETDEBUG is not set | ||
| 182 | CONFIG_PACKET=y | 208 | CONFIG_PACKET=y |
| 183 | # CONFIG_PACKET_MMAP is not set | 209 | # CONFIG_PACKET_MMAP is not set |
| 184 | CONFIG_UNIX=y | 210 | CONFIG_UNIX=y |
| @@ -211,14 +237,17 @@ CONFIG_NETFILTER=y | |||
| 211 | # CONFIG_NETFILTER_DEBUG is not set | 237 | # CONFIG_NETFILTER_DEBUG is not set |
| 212 | 238 | ||
| 213 | # | 239 | # |
| 240 | # Core Netfilter Configuration | ||
| 241 | # | ||
| 242 | # CONFIG_NETFILTER_NETLINK is not set | ||
| 243 | # CONFIG_NF_CONNTRACK is not set | ||
| 244 | # CONFIG_NETFILTER_XTABLES is not set | ||
| 245 | |||
| 246 | # | ||
| 214 | # IP: Netfilter Configuration | 247 | # IP: Netfilter Configuration |
| 215 | # | 248 | # |
| 216 | # CONFIG_IP_NF_CONNTRACK is not set | 249 | # CONFIG_IP_NF_CONNTRACK is not set |
| 217 | # CONFIG_IP_NF_QUEUE is not set | 250 | # CONFIG_IP_NF_QUEUE is not set |
| 218 | # CONFIG_IP_NF_IPTABLES is not set | ||
| 219 | CONFIG_IP_NF_ARPTABLES=y | ||
| 220 | # CONFIG_IP_NF_ARPFILTER is not set | ||
| 221 | # CONFIG_IP_NF_ARP_MANGLE is not set | ||
| 222 | 251 | ||
| 223 | # | 252 | # |
| 224 | # DCCP Configuration (EXPERIMENTAL) | 253 | # DCCP Configuration (EXPERIMENTAL) |
| @@ -229,6 +258,11 @@ CONFIG_IP_NF_ARPTABLES=y | |||
| 229 | # SCTP Configuration (EXPERIMENTAL) | 258 | # SCTP Configuration (EXPERIMENTAL) |
| 230 | # | 259 | # |
| 231 | # CONFIG_IP_SCTP is not set | 260 | # CONFIG_IP_SCTP is not set |
| 261 | |||
| 262 | # | ||
| 263 | # TIPC Configuration (EXPERIMENTAL) | ||
| 264 | # | ||
| 265 | # CONFIG_TIPC is not set | ||
| 232 | # CONFIG_ATM is not set | 266 | # CONFIG_ATM is not set |
| 233 | # CONFIG_BRIDGE is not set | 267 | # CONFIG_BRIDGE is not set |
| 234 | # CONFIG_VLAN_8021Q is not set | 268 | # CONFIG_VLAN_8021Q is not set |
| @@ -241,14 +275,16 @@ CONFIG_IP_NF_ARPTABLES=y | |||
| 241 | # CONFIG_NET_DIVERT is not set | 275 | # CONFIG_NET_DIVERT is not set |
| 242 | # CONFIG_ECONET is not set | 276 | # CONFIG_ECONET is not set |
| 243 | # CONFIG_WAN_ROUTER is not set | 277 | # CONFIG_WAN_ROUTER is not set |
| 278 | |||
| 279 | # | ||
| 280 | # QoS and/or fair queueing | ||
| 281 | # | ||
| 244 | # CONFIG_NET_SCHED is not set | 282 | # CONFIG_NET_SCHED is not set |
| 245 | # CONFIG_NET_CLS_ROUTE is not set | ||
| 246 | 283 | ||
| 247 | # | 284 | # |
| 248 | # Network testing | 285 | # Network testing |
| 249 | # | 286 | # |
| 250 | # CONFIG_NET_PKTGEN is not set | 287 | # CONFIG_NET_PKTGEN is not set |
| 251 | # CONFIG_NETFILTER_NETLINK is not set | ||
| 252 | # CONFIG_HAMRADIO is not set | 288 | # CONFIG_HAMRADIO is not set |
| 253 | # CONFIG_IRDA is not set | 289 | # CONFIG_IRDA is not set |
| 254 | # CONFIG_BT is not set | 290 | # CONFIG_BT is not set |
| @@ -310,20 +346,13 @@ CONFIG_BLK_DEV_RAM_COUNT=16 | |||
| 310 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 346 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
| 311 | CONFIG_BLK_DEV_INITRD=y | 347 | CONFIG_BLK_DEV_INITRD=y |
| 312 | # CONFIG_CDROM_PKTCDVD is not set | 348 | # CONFIG_CDROM_PKTCDVD is not set |
| 313 | |||
| 314 | # | ||
| 315 | # IO Schedulers | ||
| 316 | # | ||
| 317 | CONFIG_IOSCHED_NOOP=y | ||
| 318 | CONFIG_IOSCHED_AS=y | ||
| 319 | CONFIG_IOSCHED_DEADLINE=y | ||
| 320 | CONFIG_IOSCHED_CFQ=y | ||
| 321 | # CONFIG_ATA_OVER_ETH is not set | 349 | # CONFIG_ATA_OVER_ETH is not set |
| 322 | 350 | ||
| 323 | # | 351 | # |
| 324 | # ATA/ATAPI/MFM/RLL support | 352 | # ATA/ATAPI/MFM/RLL support |
| 325 | # | 353 | # |
| 326 | CONFIG_IDE=y | 354 | CONFIG_IDE=y |
| 355 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 327 | CONFIG_BLK_DEV_IDE=y | 356 | CONFIG_BLK_DEV_IDE=y |
| 328 | 357 | ||
| 329 | # | 358 | # |
| @@ -407,13 +436,14 @@ CONFIG_SCSI_LOGGING=y | |||
| 407 | # SCSI Transport Attributes | 436 | # SCSI Transport Attributes |
| 408 | # | 437 | # |
| 409 | CONFIG_SCSI_SPI_ATTRS=y | 438 | CONFIG_SCSI_SPI_ATTRS=y |
| 410 | # CONFIG_SCSI_FC_ATTRS is not set | 439 | CONFIG_SCSI_FC_ATTRS=y |
| 411 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 440 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
| 412 | # CONFIG_SCSI_SAS_ATTRS is not set | 441 | # CONFIG_SCSI_SAS_ATTRS is not set |
| 413 | 442 | ||
| 414 | # | 443 | # |
| 415 | # SCSI low-level drivers | 444 | # SCSI low-level drivers |
| 416 | # | 445 | # |
| 446 | # CONFIG_ISCSI_TCP is not set | ||
| 417 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 447 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
| 418 | # CONFIG_SCSI_3W_9XXX is not set | 448 | # CONFIG_SCSI_3W_9XXX is not set |
| 419 | # CONFIG_SCSI_ACARD is not set | 449 | # CONFIG_SCSI_ACARD is not set |
| @@ -421,13 +451,11 @@ CONFIG_SCSI_SPI_ATTRS=y | |||
| 421 | # CONFIG_SCSI_AIC7XXX is not set | 451 | # CONFIG_SCSI_AIC7XXX is not set |
| 422 | # CONFIG_SCSI_AIC7XXX_OLD is not set | 452 | # CONFIG_SCSI_AIC7XXX_OLD is not set |
| 423 | # CONFIG_SCSI_AIC79XX is not set | 453 | # CONFIG_SCSI_AIC79XX is not set |
| 424 | # CONFIG_SCSI_ADVANSYS is not set | ||
| 425 | # CONFIG_MEGARAID_NEWGEN is not set | 454 | # CONFIG_MEGARAID_NEWGEN is not set |
| 426 | # CONFIG_MEGARAID_LEGACY is not set | 455 | # CONFIG_MEGARAID_LEGACY is not set |
| 456 | # CONFIG_MEGARAID_SAS is not set | ||
| 427 | # CONFIG_SCSI_SATA is not set | 457 | # CONFIG_SCSI_SATA is not set |
| 428 | # CONFIG_SCSI_CPQFCTS is not set | ||
| 429 | # CONFIG_SCSI_DMX3191D is not set | 458 | # CONFIG_SCSI_DMX3191D is not set |
| 430 | # CONFIG_SCSI_EATA_PIO is not set | ||
| 431 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 459 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
| 432 | # CONFIG_SCSI_IPS is not set | 460 | # CONFIG_SCSI_IPS is not set |
| 433 | # CONFIG_SCSI_INITIO is not set | 461 | # CONFIG_SCSI_INITIO is not set |
| @@ -438,17 +466,9 @@ CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 | |||
| 438 | CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 | 466 | CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 |
| 439 | # CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set | 467 | # CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set |
| 440 | # CONFIG_SCSI_IPR is not set | 468 | # CONFIG_SCSI_IPR is not set |
| 441 | # CONFIG_SCSI_QLOGIC_ISP is not set | ||
| 442 | # CONFIG_SCSI_QLOGIC_FC is not set | 469 | # CONFIG_SCSI_QLOGIC_FC is not set |
| 443 | CONFIG_SCSI_QLOGIC_1280=y | 470 | CONFIG_SCSI_QLOGIC_1280=y |
| 444 | # CONFIG_SCSI_QLOGIC_1280_1040 is not set | 471 | # CONFIG_SCSI_QLA_FC is not set |
| 445 | CONFIG_SCSI_QLA2XXX=y | ||
| 446 | # CONFIG_SCSI_QLA21XX is not set | ||
| 447 | # CONFIG_SCSI_QLA22XX is not set | ||
| 448 | # CONFIG_SCSI_QLA2300 is not set | ||
| 449 | # CONFIG_SCSI_QLA2322 is not set | ||
| 450 | # CONFIG_SCSI_QLA6312 is not set | ||
| 451 | # CONFIG_SCSI_QLA24XX is not set | ||
| 452 | # CONFIG_SCSI_LPFC is not set | 472 | # CONFIG_SCSI_LPFC is not set |
| 453 | # CONFIG_SCSI_DC395x is not set | 473 | # CONFIG_SCSI_DC395x is not set |
| 454 | # CONFIG_SCSI_DC390T is not set | 474 | # CONFIG_SCSI_DC390T is not set |
| @@ -465,6 +485,7 @@ CONFIG_SCSI_QLA2XXX=y | |||
| 465 | CONFIG_FUSION=y | 485 | CONFIG_FUSION=y |
| 466 | CONFIG_FUSION_SPI=y | 486 | CONFIG_FUSION_SPI=y |
| 467 | CONFIG_FUSION_FC=y | 487 | CONFIG_FUSION_FC=y |
| 488 | # CONFIG_FUSION_SAS is not set | ||
| 468 | CONFIG_FUSION_MAX_SGE=128 | 489 | CONFIG_FUSION_MAX_SGE=128 |
| 469 | CONFIG_FUSION_CTL=m | 490 | CONFIG_FUSION_CTL=m |
| 470 | 491 | ||
| @@ -505,6 +526,7 @@ CONFIG_NET_ETHERNET=y | |||
| 505 | CONFIG_MII=y | 526 | CONFIG_MII=y |
| 506 | # CONFIG_HAPPYMEAL is not set | 527 | # CONFIG_HAPPYMEAL is not set |
| 507 | # CONFIG_SUNGEM is not set | 528 | # CONFIG_SUNGEM is not set |
| 529 | # CONFIG_CASSINI is not set | ||
| 508 | # CONFIG_NET_VENDOR_3COM is not set | 530 | # CONFIG_NET_VENDOR_3COM is not set |
| 509 | 531 | ||
| 510 | # | 532 | # |
| @@ -555,6 +577,7 @@ CONFIG_E1000=y | |||
| 555 | # CONFIG_R8169 is not set | 577 | # CONFIG_R8169 is not set |
| 556 | # CONFIG_SIS190 is not set | 578 | # CONFIG_SIS190 is not set |
| 557 | # CONFIG_SKGE is not set | 579 | # CONFIG_SKGE is not set |
| 580 | # CONFIG_SKY2 is not set | ||
| 558 | # CONFIG_SK98LIN is not set | 581 | # CONFIG_SK98LIN is not set |
| 559 | # CONFIG_VIA_VELOCITY is not set | 582 | # CONFIG_VIA_VELOCITY is not set |
| 560 | CONFIG_TIGON3=y | 583 | CONFIG_TIGON3=y |
| @@ -652,6 +675,7 @@ CONFIG_SERIAL_8250=y | |||
| 652 | CONFIG_SERIAL_8250_CONSOLE=y | 675 | CONFIG_SERIAL_8250_CONSOLE=y |
| 653 | CONFIG_SERIAL_8250_ACPI=y | 676 | CONFIG_SERIAL_8250_ACPI=y |
| 654 | CONFIG_SERIAL_8250_NR_UARTS=8 | 677 | CONFIG_SERIAL_8250_NR_UARTS=8 |
| 678 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
| 655 | CONFIG_SERIAL_8250_EXTENDED=y | 679 | CONFIG_SERIAL_8250_EXTENDED=y |
| 656 | CONFIG_SERIAL_8250_SHARE_IRQ=y | 680 | CONFIG_SERIAL_8250_SHARE_IRQ=y |
| 657 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | 681 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set |
| @@ -703,6 +727,7 @@ CONFIG_DRM_RADEON=y | |||
| 703 | # TPM devices | 727 | # TPM devices |
| 704 | # | 728 | # |
| 705 | # CONFIG_TCG_TPM is not set | 729 | # CONFIG_TCG_TPM is not set |
| 730 | # CONFIG_TELCLOCK is not set | ||
| 706 | 731 | ||
| 707 | # | 732 | # |
| 708 | # I2C support | 733 | # I2C support |
| @@ -753,12 +778,19 @@ CONFIG_I2C_ALGOPCF=y | |||
| 753 | # CONFIG_SENSORS_PCF8591 is not set | 778 | # CONFIG_SENSORS_PCF8591 is not set |
| 754 | # CONFIG_SENSORS_RTC8564 is not set | 779 | # CONFIG_SENSORS_RTC8564 is not set |
| 755 | # CONFIG_SENSORS_MAX6875 is not set | 780 | # CONFIG_SENSORS_MAX6875 is not set |
| 781 | # CONFIG_RTC_X1205_I2C is not set | ||
| 756 | # CONFIG_I2C_DEBUG_CORE is not set | 782 | # CONFIG_I2C_DEBUG_CORE is not set |
| 757 | # CONFIG_I2C_DEBUG_ALGO is not set | 783 | # CONFIG_I2C_DEBUG_ALGO is not set |
| 758 | # CONFIG_I2C_DEBUG_BUS is not set | 784 | # CONFIG_I2C_DEBUG_BUS is not set |
| 759 | # CONFIG_I2C_DEBUG_CHIP is not set | 785 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 760 | 786 | ||
| 761 | # | 787 | # |
| 788 | # SPI support | ||
| 789 | # | ||
| 790 | # CONFIG_SPI is not set | ||
| 791 | # CONFIG_SPI_MASTER is not set | ||
| 792 | |||
| 793 | # | ||
| 762 | # Dallas's 1-wire bus | 794 | # Dallas's 1-wire bus |
| 763 | # | 795 | # |
| 764 | # CONFIG_W1 is not set | 796 | # CONFIG_W1 is not set |
| @@ -789,6 +821,7 @@ CONFIG_VIDEO_DEV=y | |||
| 789 | # | 821 | # |
| 790 | # Video Adapters | 822 | # Video Adapters |
| 791 | # | 823 | # |
| 824 | # CONFIG_VIDEO_ADV_DEBUG is not set | ||
| 792 | # CONFIG_VIDEO_BT848 is not set | 825 | # CONFIG_VIDEO_BT848 is not set |
| 793 | # CONFIG_VIDEO_CPIA is not set | 826 | # CONFIG_VIDEO_CPIA is not set |
| 794 | # CONFIG_VIDEO_SAA5246A is not set | 827 | # CONFIG_VIDEO_SAA5246A is not set |
| @@ -796,14 +829,16 @@ CONFIG_VIDEO_DEV=y | |||
| 796 | # CONFIG_TUNER_3036 is not set | 829 | # CONFIG_TUNER_3036 is not set |
| 797 | # CONFIG_VIDEO_STRADIS is not set | 830 | # CONFIG_VIDEO_STRADIS is not set |
| 798 | # CONFIG_VIDEO_ZORAN is not set | 831 | # CONFIG_VIDEO_ZORAN is not set |
| 799 | # CONFIG_VIDEO_ZR36120 is not set | ||
| 800 | # CONFIG_VIDEO_SAA7134 is not set | 832 | # CONFIG_VIDEO_SAA7134 is not set |
| 801 | # CONFIG_VIDEO_MXB is not set | 833 | # CONFIG_VIDEO_MXB is not set |
| 802 | # CONFIG_VIDEO_DPC is not set | 834 | # CONFIG_VIDEO_DPC is not set |
| 803 | # CONFIG_VIDEO_HEXIUM_ORION is not set | 835 | # CONFIG_VIDEO_HEXIUM_ORION is not set |
| 804 | # CONFIG_VIDEO_HEXIUM_GEMINI is not set | 836 | # CONFIG_VIDEO_HEXIUM_GEMINI is not set |
| 805 | # CONFIG_VIDEO_CX88 is not set | 837 | # CONFIG_VIDEO_CX88 is not set |
| 838 | # CONFIG_VIDEO_EM28XX is not set | ||
| 806 | # CONFIG_VIDEO_OVCAMCHIP is not set | 839 | # CONFIG_VIDEO_OVCAMCHIP is not set |
| 840 | # CONFIG_VIDEO_AUDIO_DECODER is not set | ||
| 841 | # CONFIG_VIDEO_DECODER is not set | ||
| 807 | 842 | ||
| 808 | # | 843 | # |
| 809 | # Radio Adapters | 844 | # Radio Adapters |
| @@ -824,7 +859,6 @@ CONFIG_FB=y | |||
| 824 | CONFIG_FB_CFB_FILLRECT=y | 859 | CONFIG_FB_CFB_FILLRECT=y |
| 825 | CONFIG_FB_CFB_COPYAREA=y | 860 | CONFIG_FB_CFB_COPYAREA=y |
| 826 | CONFIG_FB_CFB_IMAGEBLIT=y | 861 | CONFIG_FB_CFB_IMAGEBLIT=y |
| 827 | CONFIG_FB_SOFT_CURSOR=y | ||
| 828 | # CONFIG_FB_MACMODES is not set | 862 | # CONFIG_FB_MACMODES is not set |
| 829 | CONFIG_FB_MODE_HELPERS=y | 863 | CONFIG_FB_MODE_HELPERS=y |
| 830 | # CONFIG_FB_TILEBLITTING is not set | 864 | # CONFIG_FB_TILEBLITTING is not set |
| @@ -833,6 +867,7 @@ CONFIG_FB_MODE_HELPERS=y | |||
| 833 | # CONFIG_FB_CYBER2000 is not set | 867 | # CONFIG_FB_CYBER2000 is not set |
| 834 | # CONFIG_FB_ASILIANT is not set | 868 | # CONFIG_FB_ASILIANT is not set |
| 835 | # CONFIG_FB_IMSTT is not set | 869 | # CONFIG_FB_IMSTT is not set |
| 870 | # CONFIG_FB_S1D13XXX is not set | ||
| 836 | # CONFIG_FB_NVIDIA is not set | 871 | # CONFIG_FB_NVIDIA is not set |
| 837 | # CONFIG_FB_RIVA is not set | 872 | # CONFIG_FB_RIVA is not set |
| 838 | # CONFIG_FB_MATROX is not set | 873 | # CONFIG_FB_MATROX is not set |
| @@ -848,10 +883,7 @@ CONFIG_FB_RADEON_DEBUG=y | |||
| 848 | # CONFIG_FB_KYRO is not set | 883 | # CONFIG_FB_KYRO is not set |
| 849 | # CONFIG_FB_3DFX is not set | 884 | # CONFIG_FB_3DFX is not set |
| 850 | # CONFIG_FB_VOODOO1 is not set | 885 | # CONFIG_FB_VOODOO1 is not set |
| 851 | # CONFIG_FB_CYBLA is not set | ||
| 852 | # CONFIG_FB_TRIDENT is not set | 886 | # CONFIG_FB_TRIDENT is not set |
| 853 | # CONFIG_FB_PM3 is not set | ||
| 854 | # CONFIG_FB_S1D13XXX is not set | ||
| 855 | # CONFIG_FB_VIRTUAL is not set | 887 | # CONFIG_FB_VIRTUAL is not set |
| 856 | 888 | ||
| 857 | # | 889 | # |
| @@ -860,6 +892,7 @@ CONFIG_FB_RADEON_DEBUG=y | |||
| 860 | CONFIG_VGA_CONSOLE=y | 892 | CONFIG_VGA_CONSOLE=y |
| 861 | CONFIG_DUMMY_CONSOLE=y | 893 | CONFIG_DUMMY_CONSOLE=y |
| 862 | CONFIG_FRAMEBUFFER_CONSOLE=y | 894 | CONFIG_FRAMEBUFFER_CONSOLE=y |
| 895 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
| 863 | # CONFIG_FONTS is not set | 896 | # CONFIG_FONTS is not set |
| 864 | CONFIG_FONT_8x8=y | 897 | CONFIG_FONT_8x8=y |
| 865 | CONFIG_FONT_8x16=y | 898 | CONFIG_FONT_8x16=y |
| @@ -892,6 +925,8 @@ CONFIG_SND_OSSEMUL=y | |||
| 892 | CONFIG_SND_MIXER_OSS=y | 925 | CONFIG_SND_MIXER_OSS=y |
| 893 | CONFIG_SND_PCM_OSS=y | 926 | CONFIG_SND_PCM_OSS=y |
| 894 | CONFIG_SND_SEQUENCER_OSS=y | 927 | CONFIG_SND_SEQUENCER_OSS=y |
| 928 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
| 929 | CONFIG_SND_SUPPORT_OLD_API=y | ||
| 895 | # CONFIG_SND_VERBOSE_PRINTK is not set | 930 | # CONFIG_SND_VERBOSE_PRINTK is not set |
| 896 | # CONFIG_SND_DEBUG is not set | 931 | # CONFIG_SND_DEBUG is not set |
| 897 | 932 | ||
| @@ -900,17 +935,18 @@ CONFIG_SND_SEQUENCER_OSS=y | |||
| 900 | # | 935 | # |
| 901 | CONFIG_SND_MPU401_UART=y | 936 | CONFIG_SND_MPU401_UART=y |
| 902 | CONFIG_SND_OPL3_LIB=y | 937 | CONFIG_SND_OPL3_LIB=y |
| 938 | CONFIG_SND_AC97_CODEC=y | ||
| 939 | CONFIG_SND_AC97_BUS=y | ||
| 903 | # CONFIG_SND_DUMMY is not set | 940 | # CONFIG_SND_DUMMY is not set |
| 904 | # CONFIG_SND_VIRMIDI is not set | 941 | # CONFIG_SND_VIRMIDI is not set |
| 905 | # CONFIG_SND_MTPAV is not set | 942 | # CONFIG_SND_MTPAV is not set |
| 906 | # CONFIG_SND_SERIAL_U16550 is not set | 943 | # CONFIG_SND_SERIAL_U16550 is not set |
| 907 | # CONFIG_SND_MPU401 is not set | 944 | # CONFIG_SND_MPU401 is not set |
| 908 | CONFIG_SND_AC97_CODEC=y | ||
| 909 | CONFIG_SND_AC97_BUS=y | ||
| 910 | 945 | ||
| 911 | # | 946 | # |
| 912 | # PCI devices | 947 | # PCI devices |
| 913 | # | 948 | # |
| 949 | # CONFIG_SND_AD1889 is not set | ||
| 914 | # CONFIG_SND_ALI5451 is not set | 950 | # CONFIG_SND_ALI5451 is not set |
| 915 | # CONFIG_SND_ATIIXP is not set | 951 | # CONFIG_SND_ATIIXP is not set |
| 916 | # CONFIG_SND_ATIIXP_MODEM is not set | 952 | # CONFIG_SND_ATIIXP_MODEM is not set |
| @@ -919,39 +955,39 @@ CONFIG_SND_AC97_BUS=y | |||
| 919 | # CONFIG_SND_AU8830 is not set | 955 | # CONFIG_SND_AU8830 is not set |
| 920 | # CONFIG_SND_AZT3328 is not set | 956 | # CONFIG_SND_AZT3328 is not set |
| 921 | # CONFIG_SND_BT87X is not set | 957 | # CONFIG_SND_BT87X is not set |
| 922 | # CONFIG_SND_CS46XX is not set | 958 | # CONFIG_SND_CA0106 is not set |
| 959 | # CONFIG_SND_CMIPCI is not set | ||
| 923 | # CONFIG_SND_CS4281 is not set | 960 | # CONFIG_SND_CS4281 is not set |
| 961 | # CONFIG_SND_CS46XX is not set | ||
| 924 | # CONFIG_SND_EMU10K1 is not set | 962 | # CONFIG_SND_EMU10K1 is not set |
| 925 | # CONFIG_SND_EMU10K1X is not set | 963 | # CONFIG_SND_EMU10K1X is not set |
| 926 | # CONFIG_SND_CA0106 is not set | ||
| 927 | # CONFIG_SND_KORG1212 is not set | ||
| 928 | # CONFIG_SND_MIXART is not set | ||
| 929 | # CONFIG_SND_NM256 is not set | ||
| 930 | # CONFIG_SND_RME32 is not set | ||
| 931 | # CONFIG_SND_RME96 is not set | ||
| 932 | # CONFIG_SND_RME9652 is not set | ||
| 933 | # CONFIG_SND_HDSP is not set | ||
| 934 | # CONFIG_SND_HDSPM is not set | ||
| 935 | # CONFIG_SND_TRIDENT is not set | ||
| 936 | # CONFIG_SND_YMFPCI is not set | ||
| 937 | # CONFIG_SND_AD1889 is not set | ||
| 938 | # CONFIG_SND_CMIPCI is not set | ||
| 939 | # CONFIG_SND_ENS1370 is not set | 964 | # CONFIG_SND_ENS1370 is not set |
| 940 | # CONFIG_SND_ENS1371 is not set | 965 | # CONFIG_SND_ENS1371 is not set |
| 941 | # CONFIG_SND_ES1938 is not set | 966 | # CONFIG_SND_ES1938 is not set |
| 942 | # CONFIG_SND_ES1968 is not set | 967 | # CONFIG_SND_ES1968 is not set |
| 943 | # CONFIG_SND_MAESTRO3 is not set | ||
| 944 | CONFIG_SND_FM801=y | 968 | CONFIG_SND_FM801=y |
| 945 | CONFIG_SND_FM801_TEA575X=y | 969 | CONFIG_SND_FM801_TEA575X=y |
| 970 | # CONFIG_SND_HDA_INTEL is not set | ||
| 971 | # CONFIG_SND_HDSP is not set | ||
| 972 | # CONFIG_SND_HDSPM is not set | ||
| 946 | # CONFIG_SND_ICE1712 is not set | 973 | # CONFIG_SND_ICE1712 is not set |
| 947 | # CONFIG_SND_ICE1724 is not set | 974 | # CONFIG_SND_ICE1724 is not set |
| 948 | # CONFIG_SND_INTEL8X0 is not set | 975 | # CONFIG_SND_INTEL8X0 is not set |
| 949 | # CONFIG_SND_INTEL8X0M is not set | 976 | # CONFIG_SND_INTEL8X0M is not set |
| 977 | # CONFIG_SND_KORG1212 is not set | ||
| 978 | # CONFIG_SND_MAESTRO3 is not set | ||
| 979 | # CONFIG_SND_MIXART is not set | ||
| 980 | # CONFIG_SND_NM256 is not set | ||
| 981 | # CONFIG_SND_PCXHR is not set | ||
| 982 | # CONFIG_SND_RME32 is not set | ||
| 983 | # CONFIG_SND_RME96 is not set | ||
| 984 | # CONFIG_SND_RME9652 is not set | ||
| 950 | # CONFIG_SND_SONICVIBES is not set | 985 | # CONFIG_SND_SONICVIBES is not set |
| 986 | # CONFIG_SND_TRIDENT is not set | ||
| 951 | # CONFIG_SND_VIA82XX is not set | 987 | # CONFIG_SND_VIA82XX is not set |
| 952 | # CONFIG_SND_VIA82XX_MODEM is not set | 988 | # CONFIG_SND_VIA82XX_MODEM is not set |
| 953 | # CONFIG_SND_VX222 is not set | 989 | # CONFIG_SND_VX222 is not set |
| 954 | # CONFIG_SND_HDA_INTEL is not set | 990 | # CONFIG_SND_YMFPCI is not set |
| 955 | 991 | ||
| 956 | # | 992 | # |
| 957 | # USB devices | 993 | # USB devices |
| @@ -997,12 +1033,15 @@ CONFIG_USB_UHCI_HCD=y | |||
| 997 | # USB Device Class drivers | 1033 | # USB Device Class drivers |
| 998 | # | 1034 | # |
| 999 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set | 1035 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set |
| 1000 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
| 1001 | # CONFIG_USB_ACM is not set | 1036 | # CONFIG_USB_ACM is not set |
| 1002 | # CONFIG_USB_PRINTER is not set | 1037 | # CONFIG_USB_PRINTER is not set |
| 1003 | 1038 | ||
| 1004 | # | 1039 | # |
| 1005 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | 1040 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 1041 | # | ||
| 1042 | |||
| 1043 | # | ||
| 1044 | # may also be needed; see USB_STORAGE Help for more information | ||
| 1006 | # | 1045 | # |
| 1007 | CONFIG_USB_STORAGE=y | 1046 | CONFIG_USB_STORAGE=y |
| 1008 | # CONFIG_USB_STORAGE_DEBUG is not set | 1047 | # CONFIG_USB_STORAGE_DEBUG is not set |
| @@ -1014,13 +1053,15 @@ CONFIG_USB_STORAGE=y | |||
| 1014 | # CONFIG_USB_STORAGE_SDDR09 is not set | 1053 | # CONFIG_USB_STORAGE_SDDR09 is not set |
| 1015 | # CONFIG_USB_STORAGE_SDDR55 is not set | 1054 | # CONFIG_USB_STORAGE_SDDR55 is not set |
| 1016 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 1055 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
| 1017 | # CONFIG_USB_STORAGE_ONETOUCH is not set | 1056 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 1057 | # CONFIG_USB_LIBUSUAL is not set | ||
| 1018 | 1058 | ||
| 1019 | # | 1059 | # |
| 1020 | # USB Input Devices | 1060 | # USB Input Devices |
| 1021 | # | 1061 | # |
| 1022 | CONFIG_USB_HID=y | 1062 | CONFIG_USB_HID=y |
| 1023 | CONFIG_USB_HIDINPUT=y | 1063 | CONFIG_USB_HIDINPUT=y |
| 1064 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
| 1024 | # CONFIG_HID_FF is not set | 1065 | # CONFIG_HID_FF is not set |
| 1025 | CONFIG_USB_HIDDEV=y | 1066 | CONFIG_USB_HIDDEV=y |
| 1026 | # CONFIG_USB_AIPTEK is not set | 1067 | # CONFIG_USB_AIPTEK is not set |
| @@ -1034,6 +1075,7 @@ CONFIG_USB_HIDDEV=y | |||
| 1034 | # CONFIG_USB_YEALINK is not set | 1075 | # CONFIG_USB_YEALINK is not set |
| 1035 | # CONFIG_USB_XPAD is not set | 1076 | # CONFIG_USB_XPAD is not set |
| 1036 | # CONFIG_USB_ATI_REMOTE is not set | 1077 | # CONFIG_USB_ATI_REMOTE is not set |
| 1078 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
| 1037 | # CONFIG_USB_KEYSPAN_REMOTE is not set | 1079 | # CONFIG_USB_KEYSPAN_REMOTE is not set |
| 1038 | # CONFIG_USB_APPLETOUCH is not set | 1080 | # CONFIG_USB_APPLETOUCH is not set |
| 1039 | 1081 | ||
| @@ -1049,6 +1091,7 @@ CONFIG_USB_HIDDEV=y | |||
| 1049 | # CONFIG_USB_DABUSB is not set | 1091 | # CONFIG_USB_DABUSB is not set |
| 1050 | # CONFIG_USB_VICAM is not set | 1092 | # CONFIG_USB_VICAM is not set |
| 1051 | # CONFIG_USB_DSBR is not set | 1093 | # CONFIG_USB_DSBR is not set |
| 1094 | # CONFIG_USB_ET61X251 is not set | ||
| 1052 | # CONFIG_USB_IBMCAM is not set | 1095 | # CONFIG_USB_IBMCAM is not set |
| 1053 | # CONFIG_USB_KONICAWC is not set | 1096 | # CONFIG_USB_KONICAWC is not set |
| 1054 | # CONFIG_USB_OV511 is not set | 1097 | # CONFIG_USB_OV511 is not set |
| @@ -1113,7 +1156,7 @@ CONFIG_USB_MON=y | |||
| 1113 | # CONFIG_INFINIBAND is not set | 1156 | # CONFIG_INFINIBAND is not set |
| 1114 | 1157 | ||
| 1115 | # | 1158 | # |
| 1116 | # SN Devices | 1159 | # EDAC - error detection and reporting (RAS) |
| 1117 | # | 1160 | # |
| 1118 | 1161 | ||
| 1119 | # | 1162 | # |
| @@ -1135,6 +1178,7 @@ CONFIG_FS_MBCACHE=y | |||
| 1135 | # CONFIG_JFS_FS is not set | 1178 | # CONFIG_JFS_FS is not set |
| 1136 | # CONFIG_FS_POSIX_ACL is not set | 1179 | # CONFIG_FS_POSIX_ACL is not set |
| 1137 | # CONFIG_XFS_FS is not set | 1180 | # CONFIG_XFS_FS is not set |
| 1181 | # CONFIG_OCFS2_FS is not set | ||
| 1138 | # CONFIG_MINIX_FS is not set | 1182 | # CONFIG_MINIX_FS is not set |
| 1139 | # CONFIG_ROMFS_FS is not set | 1183 | # CONFIG_ROMFS_FS is not set |
| 1140 | # CONFIG_INOTIFY is not set | 1184 | # CONFIG_INOTIFY is not set |
| @@ -1174,6 +1218,7 @@ CONFIG_HUGETLBFS=y | |||
| 1174 | CONFIG_HUGETLB_PAGE=y | 1218 | CONFIG_HUGETLB_PAGE=y |
| 1175 | CONFIG_RAMFS=y | 1219 | CONFIG_RAMFS=y |
| 1176 | # CONFIG_RELAYFS_FS is not set | 1220 | # CONFIG_RELAYFS_FS is not set |
| 1221 | # CONFIG_CONFIGFS_FS is not set | ||
| 1177 | 1222 | ||
| 1178 | # | 1223 | # |
| 1179 | # Miscellaneous filesystems | 1224 | # Miscellaneous filesystems |
| @@ -1238,6 +1283,7 @@ CONFIG_MSDOS_PARTITION=y | |||
| 1238 | # CONFIG_SGI_PARTITION is not set | 1283 | # CONFIG_SGI_PARTITION is not set |
| 1239 | # CONFIG_ULTRIX_PARTITION is not set | 1284 | # CONFIG_ULTRIX_PARTITION is not set |
| 1240 | # CONFIG_SUN_PARTITION is not set | 1285 | # CONFIG_SUN_PARTITION is not set |
| 1286 | # CONFIG_KARMA_PARTITION is not set | ||
| 1241 | CONFIG_EFI_PARTITION=y | 1287 | CONFIG_EFI_PARTITION=y |
| 1242 | 1288 | ||
| 1243 | # | 1289 | # |
| @@ -1296,26 +1342,30 @@ CONFIG_GENERIC_IRQ_PROBE=y | |||
| 1296 | CONFIG_GENERIC_PENDING_IRQ=y | 1342 | CONFIG_GENERIC_PENDING_IRQ=y |
| 1297 | 1343 | ||
| 1298 | # | 1344 | # |
| 1299 | # Profiling support | 1345 | # Instrumentation Support |
| 1300 | # | 1346 | # |
| 1301 | # CONFIG_PROFILING is not set | 1347 | # CONFIG_PROFILING is not set |
| 1348 | CONFIG_KPROBES=y | ||
| 1302 | 1349 | ||
| 1303 | # | 1350 | # |
| 1304 | # Kernel hacking | 1351 | # Kernel hacking |
| 1305 | # | 1352 | # |
| 1306 | # CONFIG_PRINTK_TIME is not set | 1353 | # CONFIG_PRINTK_TIME is not set |
| 1307 | CONFIG_DEBUG_KERNEL=y | ||
| 1308 | CONFIG_MAGIC_SYSRQ=y | 1354 | CONFIG_MAGIC_SYSRQ=y |
| 1355 | CONFIG_DEBUG_KERNEL=y | ||
| 1309 | CONFIG_LOG_BUF_SHIFT=17 | 1356 | CONFIG_LOG_BUF_SHIFT=17 |
| 1310 | CONFIG_DETECT_SOFTLOCKUP=y | 1357 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1311 | # CONFIG_SCHEDSTATS is not set | 1358 | # CONFIG_SCHEDSTATS is not set |
| 1312 | # CONFIG_DEBUG_SLAB is not set | 1359 | # CONFIG_DEBUG_SLAB is not set |
| 1360 | CONFIG_DEBUG_MUTEXES=y | ||
| 1313 | # CONFIG_DEBUG_SPINLOCK is not set | 1361 | # CONFIG_DEBUG_SPINLOCK is not set |
| 1314 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1362 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
| 1315 | # CONFIG_DEBUG_KOBJECT is not set | 1363 | # CONFIG_DEBUG_KOBJECT is not set |
| 1316 | # CONFIG_DEBUG_INFO is not set | 1364 | # CONFIG_DEBUG_INFO is not set |
| 1317 | # CONFIG_DEBUG_FS is not set | 1365 | # CONFIG_DEBUG_FS is not set |
| 1318 | CONFIG_KPROBES=y | 1366 | # CONFIG_DEBUG_VM is not set |
| 1367 | CONFIG_FORCED_INLINING=y | ||
| 1368 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 1319 | CONFIG_IA64_GRANULE_16MB=y | 1369 | CONFIG_IA64_GRANULE_16MB=y |
| 1320 | # CONFIG_IA64_GRANULE_64MB is not set | 1370 | # CONFIG_IA64_GRANULE_64MB is not set |
| 1321 | CONFIG_IA64_PRINT_HAZARDS=y | 1371 | CONFIG_IA64_PRINT_HAZARDS=y |
diff --git a/arch/ia64/defconfig b/arch/ia64/defconfig index dcbc78a4cfa4..3e767288a745 100644 --- a/arch/ia64/defconfig +++ b/arch/ia64/defconfig | |||
| @@ -1,14 +1,13 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.14-rc1 | 3 | # Linux kernel version: 2.6.16-rc5 |
| 4 | # Wed Sep 14 15:13:03 2005 | 4 | # Mon Feb 27 16:02:28 2006 |
| 5 | # | 5 | # |
| 6 | 6 | ||
| 7 | # | 7 | # |
| 8 | # Code maturity level options | 8 | # Code maturity level options |
| 9 | # | 9 | # |
| 10 | CONFIG_EXPERIMENTAL=y | 10 | CONFIG_EXPERIMENTAL=y |
| 11 | CONFIG_CLEAN_COMPILE=y | ||
| 12 | CONFIG_LOCK_KERNEL=y | 11 | CONFIG_LOCK_KERNEL=y |
| 13 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 12 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 14 | 13 | ||
| @@ -23,18 +22,19 @@ CONFIG_POSIX_MQUEUE=y | |||
| 23 | # CONFIG_BSD_PROCESS_ACCT is not set | 22 | # CONFIG_BSD_PROCESS_ACCT is not set |
| 24 | CONFIG_SYSCTL=y | 23 | CONFIG_SYSCTL=y |
| 25 | # CONFIG_AUDIT is not set | 24 | # CONFIG_AUDIT is not set |
| 26 | CONFIG_HOTPLUG=y | ||
| 27 | CONFIG_KOBJECT_UEVENT=y | ||
| 28 | CONFIG_IKCONFIG=y | 25 | CONFIG_IKCONFIG=y |
| 29 | CONFIG_IKCONFIG_PROC=y | 26 | CONFIG_IKCONFIG_PROC=y |
| 30 | # CONFIG_CPUSETS is not set | 27 | # CONFIG_CPUSETS is not set |
| 31 | CONFIG_INITRAMFS_SOURCE="" | 28 | CONFIG_INITRAMFS_SOURCE="" |
| 29 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 32 | # CONFIG_EMBEDDED is not set | 30 | # CONFIG_EMBEDDED is not set |
| 33 | CONFIG_KALLSYMS=y | 31 | CONFIG_KALLSYMS=y |
| 34 | CONFIG_KALLSYMS_ALL=y | 32 | CONFIG_KALLSYMS_ALL=y |
| 35 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 33 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 34 | CONFIG_HOTPLUG=y | ||
| 36 | CONFIG_PRINTK=y | 35 | CONFIG_PRINTK=y |
| 37 | CONFIG_BUG=y | 36 | CONFIG_BUG=y |
| 37 | CONFIG_ELF_CORE=y | ||
| 38 | CONFIG_BASE_FULL=y | 38 | CONFIG_BASE_FULL=y |
| 39 | CONFIG_FUTEX=y | 39 | CONFIG_FUTEX=y |
| 40 | CONFIG_EPOLL=y | 40 | CONFIG_EPOLL=y |
| @@ -43,8 +43,10 @@ CONFIG_CC_ALIGN_FUNCTIONS=0 | |||
| 43 | CONFIG_CC_ALIGN_LABELS=0 | 43 | CONFIG_CC_ALIGN_LABELS=0 |
| 44 | CONFIG_CC_ALIGN_LOOPS=0 | 44 | CONFIG_CC_ALIGN_LOOPS=0 |
| 45 | CONFIG_CC_ALIGN_JUMPS=0 | 45 | CONFIG_CC_ALIGN_JUMPS=0 |
| 46 | CONFIG_SLAB=y | ||
| 46 | # CONFIG_TINY_SHMEM is not set | 47 | # CONFIG_TINY_SHMEM is not set |
| 47 | CONFIG_BASE_SMALL=0 | 48 | CONFIG_BASE_SMALL=0 |
| 49 | # CONFIG_SLOB is not set | ||
| 48 | 50 | ||
| 49 | # | 51 | # |
| 50 | # Loadable module support | 52 | # Loadable module support |
| @@ -59,17 +61,36 @@ CONFIG_KMOD=y | |||
| 59 | CONFIG_STOP_MACHINE=y | 61 | CONFIG_STOP_MACHINE=y |
| 60 | 62 | ||
| 61 | # | 63 | # |
| 64 | # Block layer | ||
| 65 | # | ||
| 66 | |||
| 67 | # | ||
| 68 | # IO Schedulers | ||
| 69 | # | ||
| 70 | CONFIG_IOSCHED_NOOP=y | ||
| 71 | CONFIG_IOSCHED_AS=y | ||
| 72 | CONFIG_IOSCHED_DEADLINE=y | ||
| 73 | CONFIG_IOSCHED_CFQ=y | ||
| 74 | CONFIG_DEFAULT_AS=y | ||
| 75 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 76 | # CONFIG_DEFAULT_CFQ is not set | ||
| 77 | # CONFIG_DEFAULT_NOOP is not set | ||
| 78 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 79 | |||
| 80 | # | ||
| 62 | # Processor type and features | 81 | # Processor type and features |
| 63 | # | 82 | # |
| 64 | CONFIG_IA64=y | 83 | CONFIG_IA64=y |
| 65 | CONFIG_64BIT=y | 84 | CONFIG_64BIT=y |
| 66 | CONFIG_MMU=y | 85 | CONFIG_MMU=y |
| 86 | CONFIG_SWIOTLB=y | ||
| 67 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 87 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 68 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 88 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 69 | CONFIG_TIME_INTERPOLATION=y | 89 | CONFIG_TIME_INTERPOLATION=y |
| 70 | CONFIG_EFI=y | 90 | CONFIG_EFI=y |
| 71 | CONFIG_GENERIC_IOMAP=y | 91 | CONFIG_GENERIC_IOMAP=y |
| 72 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 92 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
| 93 | CONFIG_DMA_IS_DMA32=y | ||
| 73 | CONFIG_IA64_GENERIC=y | 94 | CONFIG_IA64_GENERIC=y |
| 74 | # CONFIG_IA64_DIG is not set | 95 | # CONFIG_IA64_DIG is not set |
| 75 | # CONFIG_IA64_HP_ZX1 is not set | 96 | # CONFIG_IA64_HP_ZX1 is not set |
| @@ -89,14 +110,10 @@ CONFIG_HZ_250=y | |||
| 89 | # CONFIG_HZ_1000 is not set | 110 | # CONFIG_HZ_1000 is not set |
| 90 | CONFIG_HZ=250 | 111 | CONFIG_HZ=250 |
| 91 | CONFIG_IA64_L1_CACHE_SHIFT=7 | 112 | CONFIG_IA64_L1_CACHE_SHIFT=7 |
| 92 | CONFIG_NUMA=y | ||
| 93 | CONFIG_VIRTUAL_MEM_MAP=y | ||
| 94 | CONFIG_HOLES_IN_ZONE=y | ||
| 95 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
| 96 | CONFIG_IA64_CYCLONE=y | 113 | CONFIG_IA64_CYCLONE=y |
| 97 | CONFIG_IOSAPIC=y | 114 | CONFIG_IOSAPIC=y |
| 98 | # CONFIG_IA64_SGI_SN_XP is not set | 115 | # CONFIG_IA64_SGI_SN_XP is not set |
| 99 | CONFIG_FORCE_MAX_ZONEORDER=18 | 116 | CONFIG_FORCE_MAX_ZONEORDER=17 |
| 100 | CONFIG_SMP=y | 117 | CONFIG_SMP=y |
| 101 | CONFIG_NR_CPUS=512 | 118 | CONFIG_NR_CPUS=512 |
| 102 | CONFIG_HOTPLUG_CPU=y | 119 | CONFIG_HOTPLUG_CPU=y |
| @@ -110,19 +127,29 @@ CONFIG_DISCONTIGMEM=y | |||
| 110 | CONFIG_FLAT_NODE_MEM_MAP=y | 127 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 111 | CONFIG_NEED_MULTIPLE_NODES=y | 128 | CONFIG_NEED_MULTIPLE_NODES=y |
| 112 | # CONFIG_SPARSEMEM_STATIC is not set | 129 | # CONFIG_SPARSEMEM_STATIC is not set |
| 113 | CONFIG_HAVE_DEC_LOCK=y | 130 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 131 | CONFIG_MIGRATION=y | ||
| 132 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
| 133 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
| 134 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
| 135 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
| 136 | CONFIG_ARCH_DISCONTIGMEM_DEFAULT=y | ||
| 137 | CONFIG_NUMA=y | ||
| 138 | CONFIG_VIRTUAL_MEM_MAP=y | ||
| 139 | CONFIG_HOLES_IN_ZONE=y | ||
| 140 | CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y | ||
| 114 | CONFIG_IA32_SUPPORT=y | 141 | CONFIG_IA32_SUPPORT=y |
| 115 | CONFIG_COMPAT=y | 142 | CONFIG_COMPAT=y |
| 116 | CONFIG_IA64_MCA_RECOVERY=y | 143 | CONFIG_IA64_MCA_RECOVERY=y |
| 117 | CONFIG_PERFMON=y | 144 | CONFIG_PERFMON=y |
| 118 | CONFIG_IA64_PALINFO=y | 145 | CONFIG_IA64_PALINFO=y |
| 146 | CONFIG_SGI_SN=y | ||
| 119 | 147 | ||
| 120 | # | 148 | # |
| 121 | # Firmware Drivers | 149 | # Firmware Drivers |
| 122 | # | 150 | # |
| 123 | CONFIG_EFI_VARS=y | 151 | CONFIG_EFI_VARS=y |
| 124 | CONFIG_EFI_PCDP=y | 152 | CONFIG_EFI_PCDP=y |
| 125 | # CONFIG_DELL_RBU is not set | ||
| 126 | CONFIG_BINFMT_ELF=y | 153 | CONFIG_BINFMT_ELF=y |
| 127 | CONFIG_BINFMT_MISC=m | 154 | CONFIG_BINFMT_MISC=m |
| 128 | 155 | ||
| @@ -130,6 +157,7 @@ CONFIG_BINFMT_MISC=m | |||
| 130 | # Power management and ACPI | 157 | # Power management and ACPI |
| 131 | # | 158 | # |
| 132 | CONFIG_PM=y | 159 | CONFIG_PM=y |
| 160 | CONFIG_PM_LEGACY=y | ||
| 133 | # CONFIG_PM_DEBUG is not set | 161 | # CONFIG_PM_DEBUG is not set |
| 134 | 162 | ||
| 135 | # | 163 | # |
| @@ -144,6 +172,7 @@ CONFIG_ACPI_THERMAL=m | |||
| 144 | CONFIG_ACPI_NUMA=y | 172 | CONFIG_ACPI_NUMA=y |
| 145 | CONFIG_ACPI_BLACKLIST_YEAR=0 | 173 | CONFIG_ACPI_BLACKLIST_YEAR=0 |
| 146 | # CONFIG_ACPI_DEBUG is not set | 174 | # CONFIG_ACPI_DEBUG is not set |
| 175 | CONFIG_ACPI_EC=y | ||
| 147 | CONFIG_ACPI_POWER=y | 176 | CONFIG_ACPI_POWER=y |
| 148 | CONFIG_ACPI_SYSTEM=y | 177 | CONFIG_ACPI_SYSTEM=y |
| 149 | CONFIG_ACPI_CONTAINER=m | 178 | CONFIG_ACPI_CONTAINER=m |
| @@ -186,6 +215,7 @@ CONFIG_NET=y | |||
| 186 | # | 215 | # |
| 187 | # Networking options | 216 | # Networking options |
| 188 | # | 217 | # |
| 218 | # CONFIG_NETDEBUG is not set | ||
| 189 | CONFIG_PACKET=y | 219 | CONFIG_PACKET=y |
| 190 | # CONFIG_PACKET_MMAP is not set | 220 | # CONFIG_PACKET_MMAP is not set |
| 191 | CONFIG_UNIX=y | 221 | CONFIG_UNIX=y |
| @@ -220,6 +250,11 @@ CONFIG_TCP_CONG_BIC=y | |||
| 220 | # SCTP Configuration (EXPERIMENTAL) | 250 | # SCTP Configuration (EXPERIMENTAL) |
| 221 | # | 251 | # |
| 222 | # CONFIG_IP_SCTP is not set | 252 | # CONFIG_IP_SCTP is not set |
| 253 | |||
| 254 | # | ||
| 255 | # TIPC Configuration (EXPERIMENTAL) | ||
| 256 | # | ||
| 257 | # CONFIG_TIPC is not set | ||
| 223 | # CONFIG_ATM is not set | 258 | # CONFIG_ATM is not set |
| 224 | # CONFIG_BRIDGE is not set | 259 | # CONFIG_BRIDGE is not set |
| 225 | # CONFIG_VLAN_8021Q is not set | 260 | # CONFIG_VLAN_8021Q is not set |
| @@ -232,14 +267,16 @@ CONFIG_TCP_CONG_BIC=y | |||
| 232 | # CONFIG_NET_DIVERT is not set | 267 | # CONFIG_NET_DIVERT is not set |
| 233 | # CONFIG_ECONET is not set | 268 | # CONFIG_ECONET is not set |
| 234 | # CONFIG_WAN_ROUTER is not set | 269 | # CONFIG_WAN_ROUTER is not set |
| 270 | |||
| 271 | # | ||
| 272 | # QoS and/or fair queueing | ||
| 273 | # | ||
| 235 | # CONFIG_NET_SCHED is not set | 274 | # CONFIG_NET_SCHED is not set |
| 236 | # CONFIG_NET_CLS_ROUTE is not set | ||
| 237 | 275 | ||
| 238 | # | 276 | # |
| 239 | # Network testing | 277 | # Network testing |
| 240 | # | 278 | # |
| 241 | # CONFIG_NET_PKTGEN is not set | 279 | # CONFIG_NET_PKTGEN is not set |
| 242 | # CONFIG_NETFILTER_NETLINK is not set | ||
| 243 | # CONFIG_HAMRADIO is not set | 280 | # CONFIG_HAMRADIO is not set |
| 244 | # CONFIG_IRDA is not set | 281 | # CONFIG_IRDA is not set |
| 245 | # CONFIG_BT is not set | 282 | # CONFIG_BT is not set |
| @@ -301,20 +338,13 @@ CONFIG_BLK_DEV_RAM_COUNT=16 | |||
| 301 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 338 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
| 302 | CONFIG_BLK_DEV_INITRD=y | 339 | CONFIG_BLK_DEV_INITRD=y |
| 303 | # CONFIG_CDROM_PKTCDVD is not set | 340 | # CONFIG_CDROM_PKTCDVD is not set |
| 304 | |||
| 305 | # | ||
| 306 | # IO Schedulers | ||
| 307 | # | ||
| 308 | CONFIG_IOSCHED_NOOP=y | ||
| 309 | CONFIG_IOSCHED_AS=y | ||
| 310 | CONFIG_IOSCHED_DEADLINE=y | ||
| 311 | CONFIG_IOSCHED_CFQ=y | ||
| 312 | # CONFIG_ATA_OVER_ETH is not set | 341 | # CONFIG_ATA_OVER_ETH is not set |
| 313 | 342 | ||
| 314 | # | 343 | # |
| 315 | # ATA/ATAPI/MFM/RLL support | 344 | # ATA/ATAPI/MFM/RLL support |
| 316 | # | 345 | # |
| 317 | CONFIG_IDE=y | 346 | CONFIG_IDE=y |
| 347 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 318 | CONFIG_BLK_DEV_IDE=y | 348 | CONFIG_BLK_DEV_IDE=y |
| 319 | 349 | ||
| 320 | # | 350 | # |
| @@ -407,6 +437,7 @@ CONFIG_SCSI_FC_ATTRS=y | |||
| 407 | # | 437 | # |
| 408 | # SCSI low-level drivers | 438 | # SCSI low-level drivers |
| 409 | # | 439 | # |
| 440 | # CONFIG_ISCSI_TCP is not set | ||
| 410 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 441 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
| 411 | # CONFIG_SCSI_3W_9XXX is not set | 442 | # CONFIG_SCSI_3W_9XXX is not set |
| 412 | # CONFIG_SCSI_ACARD is not set | 443 | # CONFIG_SCSI_ACARD is not set |
| @@ -416,16 +447,19 @@ CONFIG_SCSI_FC_ATTRS=y | |||
| 416 | # CONFIG_SCSI_AIC79XX is not set | 447 | # CONFIG_SCSI_AIC79XX is not set |
| 417 | # CONFIG_MEGARAID_NEWGEN is not set | 448 | # CONFIG_MEGARAID_NEWGEN is not set |
| 418 | # CONFIG_MEGARAID_LEGACY is not set | 449 | # CONFIG_MEGARAID_LEGACY is not set |
| 450 | # CONFIG_MEGARAID_SAS is not set | ||
| 419 | CONFIG_SCSI_SATA=y | 451 | CONFIG_SCSI_SATA=y |
| 420 | # CONFIG_SCSI_SATA_AHCI is not set | 452 | # CONFIG_SCSI_SATA_AHCI is not set |
| 421 | # CONFIG_SCSI_SATA_SVW is not set | 453 | # CONFIG_SCSI_SATA_SVW is not set |
| 422 | # CONFIG_SCSI_ATA_PIIX is not set | 454 | # CONFIG_SCSI_ATA_PIIX is not set |
| 423 | # CONFIG_SCSI_SATA_MV is not set | 455 | # CONFIG_SCSI_SATA_MV is not set |
| 424 | # CONFIG_SCSI_SATA_NV is not set | 456 | # CONFIG_SCSI_SATA_NV is not set |
| 425 | # CONFIG_SCSI_SATA_PROMISE is not set | 457 | # CONFIG_SCSI_PDC_ADMA is not set |
| 426 | # CONFIG_SCSI_SATA_QSTOR is not set | 458 | # CONFIG_SCSI_SATA_QSTOR is not set |
| 459 | # CONFIG_SCSI_SATA_PROMISE is not set | ||
| 427 | # CONFIG_SCSI_SATA_SX4 is not set | 460 | # CONFIG_SCSI_SATA_SX4 is not set |
| 428 | # CONFIG_SCSI_SATA_SIL is not set | 461 | # CONFIG_SCSI_SATA_SIL is not set |
| 462 | # CONFIG_SCSI_SATA_SIL24 is not set | ||
| 429 | # CONFIG_SCSI_SATA_SIS is not set | 463 | # CONFIG_SCSI_SATA_SIS is not set |
| 430 | # CONFIG_SCSI_SATA_ULI is not set | 464 | # CONFIG_SCSI_SATA_ULI is not set |
| 431 | # CONFIG_SCSI_SATA_VIA is not set | 465 | # CONFIG_SCSI_SATA_VIA is not set |
| @@ -443,14 +477,7 @@ CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 | |||
| 443 | # CONFIG_SCSI_IPR is not set | 477 | # CONFIG_SCSI_IPR is not set |
| 444 | # CONFIG_SCSI_QLOGIC_FC is not set | 478 | # CONFIG_SCSI_QLOGIC_FC is not set |
| 445 | CONFIG_SCSI_QLOGIC_1280=y | 479 | CONFIG_SCSI_QLOGIC_1280=y |
| 446 | # CONFIG_SCSI_QLOGIC_1280_1040 is not set | 480 | # CONFIG_SCSI_QLA_FC is not set |
| 447 | CONFIG_SCSI_QLA2XXX=y | ||
| 448 | CONFIG_SCSI_QLA21XX=m | ||
| 449 | CONFIG_SCSI_QLA22XX=m | ||
| 450 | CONFIG_SCSI_QLA2300=m | ||
| 451 | CONFIG_SCSI_QLA2322=m | ||
| 452 | # CONFIG_SCSI_QLA6312 is not set | ||
| 453 | # CONFIG_SCSI_QLA24XX is not set | ||
| 454 | # CONFIG_SCSI_LPFC is not set | 481 | # CONFIG_SCSI_LPFC is not set |
| 455 | # CONFIG_SCSI_DC395x is not set | 482 | # CONFIG_SCSI_DC395x is not set |
| 456 | # CONFIG_SCSI_DC390T is not set | 483 | # CONFIG_SCSI_DC390T is not set |
| @@ -483,6 +510,7 @@ CONFIG_DM_MULTIPATH=m | |||
| 483 | CONFIG_FUSION=y | 510 | CONFIG_FUSION=y |
| 484 | CONFIG_FUSION_SPI=y | 511 | CONFIG_FUSION_SPI=y |
| 485 | CONFIG_FUSION_FC=m | 512 | CONFIG_FUSION_FC=m |
| 513 | # CONFIG_FUSION_SAS is not set | ||
| 486 | CONFIG_FUSION_MAX_SGE=128 | 514 | CONFIG_FUSION_MAX_SGE=128 |
| 487 | # CONFIG_FUSION_CTL is not set | 515 | # CONFIG_FUSION_CTL is not set |
| 488 | 516 | ||
| @@ -523,6 +551,7 @@ CONFIG_NET_ETHERNET=y | |||
| 523 | CONFIG_MII=m | 551 | CONFIG_MII=m |
| 524 | # CONFIG_HAPPYMEAL is not set | 552 | # CONFIG_HAPPYMEAL is not set |
| 525 | # CONFIG_SUNGEM is not set | 553 | # CONFIG_SUNGEM is not set |
| 554 | # CONFIG_CASSINI is not set | ||
| 526 | # CONFIG_NET_VENDOR_3COM is not set | 555 | # CONFIG_NET_VENDOR_3COM is not set |
| 527 | 556 | ||
| 528 | # | 557 | # |
| @@ -572,6 +601,7 @@ CONFIG_E1000=y | |||
| 572 | # CONFIG_R8169 is not set | 601 | # CONFIG_R8169 is not set |
| 573 | # CONFIG_SIS190 is not set | 602 | # CONFIG_SIS190 is not set |
| 574 | # CONFIG_SKGE is not set | 603 | # CONFIG_SKGE is not set |
| 604 | # CONFIG_SKY2 is not set | ||
| 575 | # CONFIG_SK98LIN is not set | 605 | # CONFIG_SK98LIN is not set |
| 576 | # CONFIG_VIA_VELOCITY is not set | 606 | # CONFIG_VIA_VELOCITY is not set |
| 577 | CONFIG_TIGON3=y | 607 | CONFIG_TIGON3=y |
| @@ -676,12 +706,15 @@ CONFIG_VT=y | |||
| 676 | CONFIG_VT_CONSOLE=y | 706 | CONFIG_VT_CONSOLE=y |
| 677 | CONFIG_HW_CONSOLE=y | 707 | CONFIG_HW_CONSOLE=y |
| 678 | CONFIG_SERIAL_NONSTANDARD=y | 708 | CONFIG_SERIAL_NONSTANDARD=y |
| 709 | # CONFIG_COMPUTONE is not set | ||
| 679 | # CONFIG_ROCKETPORT is not set | 710 | # CONFIG_ROCKETPORT is not set |
| 680 | # CONFIG_CYCLADES is not set | 711 | # CONFIG_CYCLADES is not set |
| 681 | # CONFIG_DIGIEPCA is not set | 712 | # CONFIG_DIGIEPCA is not set |
| 713 | # CONFIG_MOXA_INTELLIO is not set | ||
| 682 | # CONFIG_MOXA_SMARTIO is not set | 714 | # CONFIG_MOXA_SMARTIO is not set |
| 683 | # CONFIG_ISI is not set | 715 | # CONFIG_ISI is not set |
| 684 | # CONFIG_SYNCLINKMP is not set | 716 | # CONFIG_SYNCLINKMP is not set |
| 717 | # CONFIG_SYNCLINK_GT is not set | ||
| 685 | # CONFIG_N_HDLC is not set | 718 | # CONFIG_N_HDLC is not set |
| 686 | # CONFIG_SPECIALIX is not set | 719 | # CONFIG_SPECIALIX is not set |
| 687 | # CONFIG_SX is not set | 720 | # CONFIG_SX is not set |
| @@ -697,6 +730,7 @@ CONFIG_SERIAL_8250=y | |||
| 697 | CONFIG_SERIAL_8250_CONSOLE=y | 730 | CONFIG_SERIAL_8250_CONSOLE=y |
| 698 | CONFIG_SERIAL_8250_ACPI=y | 731 | CONFIG_SERIAL_8250_ACPI=y |
| 699 | CONFIG_SERIAL_8250_NR_UARTS=6 | 732 | CONFIG_SERIAL_8250_NR_UARTS=6 |
| 733 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
| 700 | CONFIG_SERIAL_8250_EXTENDED=y | 734 | CONFIG_SERIAL_8250_EXTENDED=y |
| 701 | CONFIG_SERIAL_8250_SHARE_IRQ=y | 735 | CONFIG_SERIAL_8250_SHARE_IRQ=y |
| 702 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | 736 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set |
| @@ -710,6 +744,7 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
| 710 | CONFIG_SERIAL_SGI_L1_CONSOLE=y | 744 | CONFIG_SERIAL_SGI_L1_CONSOLE=y |
| 711 | # CONFIG_SERIAL_JSM is not set | 745 | # CONFIG_SERIAL_JSM is not set |
| 712 | CONFIG_SERIAL_SGI_IOC4=y | 746 | CONFIG_SERIAL_SGI_IOC4=y |
| 747 | # CONFIG_SERIAL_SGI_IOC3 is not set | ||
| 713 | CONFIG_UNIX98_PTYS=y | 748 | CONFIG_UNIX98_PTYS=y |
| 714 | CONFIG_LEGACY_PTYS=y | 749 | CONFIG_LEGACY_PTYS=y |
| 715 | CONFIG_LEGACY_PTY_COUNT=256 | 750 | CONFIG_LEGACY_PTY_COUNT=256 |
| @@ -745,10 +780,10 @@ CONFIG_DRM_SIS=m | |||
| 745 | # CONFIG_DRM_VIA is not set | 780 | # CONFIG_DRM_VIA is not set |
| 746 | # CONFIG_DRM_SAVAGE is not set | 781 | # CONFIG_DRM_SAVAGE is not set |
| 747 | CONFIG_RAW_DRIVER=m | 782 | CONFIG_RAW_DRIVER=m |
| 783 | CONFIG_MAX_RAW_DEVS=256 | ||
| 748 | CONFIG_HPET=y | 784 | CONFIG_HPET=y |
| 749 | # CONFIG_HPET_RTC_IRQ is not set | 785 | # CONFIG_HPET_RTC_IRQ is not set |
| 750 | CONFIG_HPET_MMAP=y | 786 | CONFIG_HPET_MMAP=y |
| 751 | CONFIG_MAX_RAW_DEVS=256 | ||
| 752 | # CONFIG_HANGCHECK_TIMER is not set | 787 | # CONFIG_HANGCHECK_TIMER is not set |
| 753 | CONFIG_MMTIMER=y | 788 | CONFIG_MMTIMER=y |
| 754 | 789 | ||
| @@ -756,6 +791,7 @@ CONFIG_MMTIMER=y | |||
| 756 | # TPM devices | 791 | # TPM devices |
| 757 | # | 792 | # |
| 758 | # CONFIG_TCG_TPM is not set | 793 | # CONFIG_TCG_TPM is not set |
| 794 | # CONFIG_TELCLOCK is not set | ||
| 759 | 795 | ||
| 760 | # | 796 | # |
| 761 | # I2C support | 797 | # I2C support |
| @@ -763,6 +799,12 @@ CONFIG_MMTIMER=y | |||
| 763 | # CONFIG_I2C is not set | 799 | # CONFIG_I2C is not set |
| 764 | 800 | ||
| 765 | # | 801 | # |
| 802 | # SPI support | ||
| 803 | # | ||
| 804 | # CONFIG_SPI is not set | ||
| 805 | # CONFIG_SPI_MASTER is not set | ||
| 806 | |||
| 807 | # | ||
| 766 | # Dallas's 1-wire bus | 808 | # Dallas's 1-wire bus |
| 767 | # | 809 | # |
| 768 | # CONFIG_W1 is not set | 810 | # CONFIG_W1 is not set |
| @@ -772,6 +814,7 @@ CONFIG_MMTIMER=y | |||
| 772 | # | 814 | # |
| 773 | CONFIG_HWMON=y | 815 | CONFIG_HWMON=y |
| 774 | # CONFIG_HWMON_VID is not set | 816 | # CONFIG_HWMON_VID is not set |
| 817 | # CONFIG_SENSORS_F71805F is not set | ||
| 775 | # CONFIG_HWMON_DEBUG_CHIP is not set | 818 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 776 | 819 | ||
| 777 | # | 820 | # |
| @@ -822,26 +865,28 @@ CONFIG_SND_OSSEMUL=y | |||
| 822 | CONFIG_SND_MIXER_OSS=m | 865 | CONFIG_SND_MIXER_OSS=m |
| 823 | CONFIG_SND_PCM_OSS=m | 866 | CONFIG_SND_PCM_OSS=m |
| 824 | CONFIG_SND_SEQUENCER_OSS=y | 867 | CONFIG_SND_SEQUENCER_OSS=y |
| 868 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
| 869 | CONFIG_SND_SUPPORT_OLD_API=y | ||
| 825 | CONFIG_SND_VERBOSE_PRINTK=y | 870 | CONFIG_SND_VERBOSE_PRINTK=y |
| 826 | # CONFIG_SND_DEBUG is not set | 871 | # CONFIG_SND_DEBUG is not set |
| 827 | CONFIG_SND_GENERIC_DRIVER=y | ||
| 828 | 872 | ||
| 829 | # | 873 | # |
| 830 | # Generic devices | 874 | # Generic devices |
| 831 | # | 875 | # |
| 832 | CONFIG_SND_MPU401_UART=m | 876 | CONFIG_SND_MPU401_UART=m |
| 833 | CONFIG_SND_OPL3_LIB=m | 877 | CONFIG_SND_OPL3_LIB=m |
| 878 | CONFIG_SND_AC97_CODEC=m | ||
| 879 | CONFIG_SND_AC97_BUS=m | ||
| 834 | CONFIG_SND_DUMMY=m | 880 | CONFIG_SND_DUMMY=m |
| 835 | CONFIG_SND_VIRMIDI=m | 881 | CONFIG_SND_VIRMIDI=m |
| 836 | CONFIG_SND_MTPAV=m | 882 | CONFIG_SND_MTPAV=m |
| 837 | CONFIG_SND_SERIAL_U16550=m | 883 | CONFIG_SND_SERIAL_U16550=m |
| 838 | CONFIG_SND_MPU401=m | 884 | CONFIG_SND_MPU401=m |
| 839 | CONFIG_SND_AC97_CODEC=m | ||
| 840 | CONFIG_SND_AC97_BUS=m | ||
| 841 | 885 | ||
| 842 | # | 886 | # |
| 843 | # PCI devices | 887 | # PCI devices |
| 844 | # | 888 | # |
| 889 | # CONFIG_SND_AD1889 is not set | ||
| 845 | # CONFIG_SND_ALI5451 is not set | 890 | # CONFIG_SND_ALI5451 is not set |
| 846 | # CONFIG_SND_ATIIXP is not set | 891 | # CONFIG_SND_ATIIXP is not set |
| 847 | # CONFIG_SND_ATIIXP_MODEM is not set | 892 | # CONFIG_SND_ATIIXP_MODEM is not set |
| @@ -850,40 +895,40 @@ CONFIG_SND_AC97_BUS=m | |||
| 850 | # CONFIG_SND_AU8830 is not set | 895 | # CONFIG_SND_AU8830 is not set |
| 851 | # CONFIG_SND_AZT3328 is not set | 896 | # CONFIG_SND_AZT3328 is not set |
| 852 | # CONFIG_SND_BT87X is not set | 897 | # CONFIG_SND_BT87X is not set |
| 898 | # CONFIG_SND_CA0106 is not set | ||
| 899 | # CONFIG_SND_CMIPCI is not set | ||
| 900 | CONFIG_SND_CS4281=m | ||
| 853 | CONFIG_SND_CS46XX=m | 901 | CONFIG_SND_CS46XX=m |
| 854 | CONFIG_SND_CS46XX_NEW_DSP=y | 902 | CONFIG_SND_CS46XX_NEW_DSP=y |
| 855 | CONFIG_SND_CS4281=m | ||
| 856 | CONFIG_SND_EMU10K1=m | 903 | CONFIG_SND_EMU10K1=m |
| 857 | # CONFIG_SND_EMU10K1X is not set | 904 | # CONFIG_SND_EMU10K1X is not set |
| 858 | # CONFIG_SND_CA0106 is not set | ||
| 859 | # CONFIG_SND_KORG1212 is not set | ||
| 860 | # CONFIG_SND_MIXART is not set | ||
| 861 | # CONFIG_SND_NM256 is not set | ||
| 862 | # CONFIG_SND_RME32 is not set | ||
| 863 | # CONFIG_SND_RME96 is not set | ||
| 864 | # CONFIG_SND_RME9652 is not set | ||
| 865 | # CONFIG_SND_HDSP is not set | ||
| 866 | # CONFIG_SND_HDSPM is not set | ||
| 867 | # CONFIG_SND_TRIDENT is not set | ||
| 868 | # CONFIG_SND_YMFPCI is not set | ||
| 869 | # CONFIG_SND_AD1889 is not set | ||
| 870 | # CONFIG_SND_CMIPCI is not set | ||
| 871 | # CONFIG_SND_ENS1370 is not set | 905 | # CONFIG_SND_ENS1370 is not set |
| 872 | # CONFIG_SND_ENS1371 is not set | 906 | # CONFIG_SND_ENS1371 is not set |
| 873 | # CONFIG_SND_ES1938 is not set | 907 | # CONFIG_SND_ES1938 is not set |
| 874 | # CONFIG_SND_ES1968 is not set | 908 | # CONFIG_SND_ES1968 is not set |
| 875 | # CONFIG_SND_MAESTRO3 is not set | ||
| 876 | CONFIG_SND_FM801=m | 909 | CONFIG_SND_FM801=m |
| 877 | # CONFIG_SND_FM801_TEA575X is not set | 910 | # CONFIG_SND_FM801_TEA575X is not set |
| 911 | # CONFIG_SND_HDA_INTEL is not set | ||
| 912 | # CONFIG_SND_HDSP is not set | ||
| 913 | # CONFIG_SND_HDSPM is not set | ||
| 878 | # CONFIG_SND_ICE1712 is not set | 914 | # CONFIG_SND_ICE1712 is not set |
| 879 | # CONFIG_SND_ICE1724 is not set | 915 | # CONFIG_SND_ICE1724 is not set |
| 880 | # CONFIG_SND_INTEL8X0 is not set | 916 | # CONFIG_SND_INTEL8X0 is not set |
| 881 | # CONFIG_SND_INTEL8X0M is not set | 917 | # CONFIG_SND_INTEL8X0M is not set |
| 918 | # CONFIG_SND_KORG1212 is not set | ||
| 919 | # CONFIG_SND_MAESTRO3 is not set | ||
| 920 | # CONFIG_SND_MIXART is not set | ||
| 921 | # CONFIG_SND_NM256 is not set | ||
| 922 | # CONFIG_SND_PCXHR is not set | ||
| 923 | # CONFIG_SND_RME32 is not set | ||
| 924 | # CONFIG_SND_RME96 is not set | ||
| 925 | # CONFIG_SND_RME9652 is not set | ||
| 882 | # CONFIG_SND_SONICVIBES is not set | 926 | # CONFIG_SND_SONICVIBES is not set |
| 927 | # CONFIG_SND_TRIDENT is not set | ||
| 883 | # CONFIG_SND_VIA82XX is not set | 928 | # CONFIG_SND_VIA82XX is not set |
| 884 | # CONFIG_SND_VIA82XX_MODEM is not set | 929 | # CONFIG_SND_VIA82XX_MODEM is not set |
| 885 | # CONFIG_SND_VX222 is not set | 930 | # CONFIG_SND_VX222 is not set |
| 886 | # CONFIG_SND_HDA_INTEL is not set | 931 | # CONFIG_SND_YMFPCI is not set |
| 887 | 932 | ||
| 888 | # | 933 | # |
| 889 | # USB devices | 934 | # USB devices |
| @@ -929,12 +974,15 @@ CONFIG_USB_UHCI_HCD=m | |||
| 929 | # USB Device Class drivers | 974 | # USB Device Class drivers |
| 930 | # | 975 | # |
| 931 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set | 976 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set |
| 932 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
| 933 | # CONFIG_USB_ACM is not set | 977 | # CONFIG_USB_ACM is not set |
| 934 | # CONFIG_USB_PRINTER is not set | 978 | # CONFIG_USB_PRINTER is not set |
| 935 | 979 | ||
| 936 | # | 980 | # |
| 937 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | 981 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 982 | # | ||
| 983 | |||
| 984 | # | ||
| 985 | # may also be needed; see USB_STORAGE Help for more information | ||
| 938 | # | 986 | # |
| 939 | CONFIG_USB_STORAGE=m | 987 | CONFIG_USB_STORAGE=m |
| 940 | # CONFIG_USB_STORAGE_DEBUG is not set | 988 | # CONFIG_USB_STORAGE_DEBUG is not set |
| @@ -946,12 +994,15 @@ CONFIG_USB_STORAGE=m | |||
| 946 | # CONFIG_USB_STORAGE_SDDR09 is not set | 994 | # CONFIG_USB_STORAGE_SDDR09 is not set |
| 947 | # CONFIG_USB_STORAGE_SDDR55 is not set | 995 | # CONFIG_USB_STORAGE_SDDR55 is not set |
| 948 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 996 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
| 997 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
| 998 | # CONFIG_USB_LIBUSUAL is not set | ||
| 949 | 999 | ||
| 950 | # | 1000 | # |
| 951 | # USB Input Devices | 1001 | # USB Input Devices |
| 952 | # | 1002 | # |
| 953 | CONFIG_USB_HID=m | 1003 | CONFIG_USB_HID=m |
| 954 | CONFIG_USB_HIDINPUT=y | 1004 | CONFIG_USB_HIDINPUT=y |
| 1005 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
| 955 | # CONFIG_HID_FF is not set | 1006 | # CONFIG_HID_FF is not set |
| 956 | # CONFIG_USB_HIDDEV is not set | 1007 | # CONFIG_USB_HIDDEV is not set |
| 957 | 1008 | ||
| @@ -971,6 +1022,7 @@ CONFIG_USB_HIDINPUT=y | |||
| 971 | # CONFIG_USB_YEALINK is not set | 1022 | # CONFIG_USB_YEALINK is not set |
| 972 | # CONFIG_USB_XPAD is not set | 1023 | # CONFIG_USB_XPAD is not set |
| 973 | # CONFIG_USB_ATI_REMOTE is not set | 1024 | # CONFIG_USB_ATI_REMOTE is not set |
| 1025 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
| 974 | # CONFIG_USB_KEYSPAN_REMOTE is not set | 1026 | # CONFIG_USB_KEYSPAN_REMOTE is not set |
| 975 | # CONFIG_USB_APPLETOUCH is not set | 1027 | # CONFIG_USB_APPLETOUCH is not set |
| 976 | 1028 | ||
| @@ -1050,11 +1102,17 @@ CONFIG_INFINIBAND_MTHCA=m | |||
| 1050 | # CONFIG_INFINIBAND_MTHCA_DEBUG is not set | 1102 | # CONFIG_INFINIBAND_MTHCA_DEBUG is not set |
| 1051 | CONFIG_INFINIBAND_IPOIB=m | 1103 | CONFIG_INFINIBAND_IPOIB=m |
| 1052 | # CONFIG_INFINIBAND_IPOIB_DEBUG is not set | 1104 | # CONFIG_INFINIBAND_IPOIB_DEBUG is not set |
| 1105 | # CONFIG_INFINIBAND_SRP is not set | ||
| 1053 | 1106 | ||
| 1054 | # | 1107 | # |
| 1055 | # SN Devices | 1108 | # SN Devices |
| 1056 | # | 1109 | # |
| 1057 | CONFIG_SGI_IOC4=y | 1110 | CONFIG_SGI_IOC4=y |
| 1111 | CONFIG_SGI_IOC3=m | ||
| 1112 | |||
| 1113 | # | ||
| 1114 | # EDAC - error detection and reporting (RAS) | ||
| 1115 | # | ||
| 1058 | 1116 | ||
| 1059 | # | 1117 | # |
| 1060 | # File systems | 1118 | # File systems |
| @@ -1085,6 +1143,7 @@ CONFIG_XFS_EXPORT=y | |||
| 1085 | # CONFIG_XFS_SECURITY is not set | 1143 | # CONFIG_XFS_SECURITY is not set |
| 1086 | # CONFIG_XFS_POSIX_ACL is not set | 1144 | # CONFIG_XFS_POSIX_ACL is not set |
| 1087 | # CONFIG_XFS_RT is not set | 1145 | # CONFIG_XFS_RT is not set |
| 1146 | # CONFIG_OCFS2_FS is not set | ||
| 1088 | # CONFIG_MINIX_FS is not set | 1147 | # CONFIG_MINIX_FS is not set |
| 1089 | # CONFIG_ROMFS_FS is not set | 1148 | # CONFIG_ROMFS_FS is not set |
| 1090 | CONFIG_INOTIFY=y | 1149 | CONFIG_INOTIFY=y |
| @@ -1126,6 +1185,7 @@ CONFIG_HUGETLBFS=y | |||
| 1126 | CONFIG_HUGETLB_PAGE=y | 1185 | CONFIG_HUGETLB_PAGE=y |
| 1127 | CONFIG_RAMFS=y | 1186 | CONFIG_RAMFS=y |
| 1128 | # CONFIG_RELAYFS_FS is not set | 1187 | # CONFIG_RELAYFS_FS is not set |
| 1188 | # CONFIG_CONFIGFS_FS is not set | ||
| 1129 | 1189 | ||
| 1130 | # | 1190 | # |
| 1131 | # Miscellaneous filesystems | 1191 | # Miscellaneous filesystems |
| @@ -1195,6 +1255,7 @@ CONFIG_MSDOS_PARTITION=y | |||
| 1195 | CONFIG_SGI_PARTITION=y | 1255 | CONFIG_SGI_PARTITION=y |
| 1196 | # CONFIG_ULTRIX_PARTITION is not set | 1256 | # CONFIG_ULTRIX_PARTITION is not set |
| 1197 | # CONFIG_SUN_PARTITION is not set | 1257 | # CONFIG_SUN_PARTITION is not set |
| 1258 | # CONFIG_KARMA_PARTITION is not set | ||
| 1198 | CONFIG_EFI_PARTITION=y | 1259 | CONFIG_EFI_PARTITION=y |
| 1199 | 1260 | ||
| 1200 | # | 1261 | # |
| @@ -1260,26 +1321,30 @@ CONFIG_GENERIC_PENDING_IRQ=y | |||
| 1260 | # CONFIG_HP_SIMSCSI is not set | 1321 | # CONFIG_HP_SIMSCSI is not set |
| 1261 | 1322 | ||
| 1262 | # | 1323 | # |
| 1263 | # Profiling support | 1324 | # Instrumentation Support |
| 1264 | # | 1325 | # |
| 1265 | # CONFIG_PROFILING is not set | 1326 | # CONFIG_PROFILING is not set |
| 1327 | # CONFIG_KPROBES is not set | ||
| 1266 | 1328 | ||
| 1267 | # | 1329 | # |
| 1268 | # Kernel hacking | 1330 | # Kernel hacking |
| 1269 | # | 1331 | # |
| 1270 | # CONFIG_PRINTK_TIME is not set | 1332 | # CONFIG_PRINTK_TIME is not set |
| 1271 | CONFIG_DEBUG_KERNEL=y | ||
| 1272 | CONFIG_MAGIC_SYSRQ=y | 1333 | CONFIG_MAGIC_SYSRQ=y |
| 1334 | CONFIG_DEBUG_KERNEL=y | ||
| 1273 | CONFIG_LOG_BUF_SHIFT=20 | 1335 | CONFIG_LOG_BUF_SHIFT=20 |
| 1274 | CONFIG_DETECT_SOFTLOCKUP=y | 1336 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1275 | # CONFIG_SCHEDSTATS is not set | 1337 | # CONFIG_SCHEDSTATS is not set |
| 1276 | # CONFIG_DEBUG_SLAB is not set | 1338 | # CONFIG_DEBUG_SLAB is not set |
| 1339 | CONFIG_DEBUG_MUTEXES=y | ||
| 1277 | # CONFIG_DEBUG_SPINLOCK is not set | 1340 | # CONFIG_DEBUG_SPINLOCK is not set |
| 1278 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1341 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
| 1279 | # CONFIG_DEBUG_KOBJECT is not set | 1342 | # CONFIG_DEBUG_KOBJECT is not set |
| 1280 | # CONFIG_DEBUG_INFO is not set | 1343 | # CONFIG_DEBUG_INFO is not set |
| 1281 | # CONFIG_DEBUG_FS is not set | 1344 | # CONFIG_DEBUG_FS is not set |
| 1282 | # CONFIG_KPROBES is not set | 1345 | # CONFIG_DEBUG_VM is not set |
| 1346 | CONFIG_FORCED_INLINING=y | ||
| 1347 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 1283 | CONFIG_IA64_GRANULE_16MB=y | 1348 | CONFIG_IA64_GRANULE_16MB=y |
| 1284 | # CONFIG_IA64_GRANULE_64MB is not set | 1349 | # CONFIG_IA64_GRANULE_64MB is not set |
| 1285 | # CONFIG_IA64_PRINT_HAZARDS is not set | 1350 | # CONFIG_IA64_PRINT_HAZARDS is not set |
diff --git a/arch/ia64/kernel/acpi.c b/arch/ia64/kernel/acpi.c index ecd44bdc8394..4722ec51c70c 100644 --- a/arch/ia64/kernel/acpi.c +++ b/arch/ia64/kernel/acpi.c | |||
| @@ -284,19 +284,24 @@ acpi_parse_plat_int_src(acpi_table_entry_header * header, | |||
| 284 | return 0; | 284 | return 0; |
| 285 | } | 285 | } |
| 286 | 286 | ||
| 287 | #ifdef CONFIG_HOTPLUG_CPU | ||
| 287 | unsigned int can_cpei_retarget(void) | 288 | unsigned int can_cpei_retarget(void) |
| 288 | { | 289 | { |
| 289 | extern int cpe_vector; | 290 | extern int cpe_vector; |
| 291 | extern unsigned int force_cpei_retarget; | ||
| 290 | 292 | ||
| 291 | /* | 293 | /* |
| 292 | * Only if CPEI is supported and the override flag | 294 | * Only if CPEI is supported and the override flag |
| 293 | * is present, otherwise return that its re-targettable | 295 | * is present, otherwise return that its re-targettable |
| 294 | * if we are in polling mode. | 296 | * if we are in polling mode. |
| 295 | */ | 297 | */ |
| 296 | if (cpe_vector > 0 && !acpi_cpei_override) | 298 | if (cpe_vector > 0) { |
| 297 | return 0; | 299 | if (acpi_cpei_override || force_cpei_retarget) |
| 298 | else | 300 | return 1; |
| 299 | return 1; | 301 | else |
| 302 | return 0; | ||
| 303 | } | ||
| 304 | return 1; | ||
| 300 | } | 305 | } |
| 301 | 306 | ||
| 302 | unsigned int is_cpu_cpei_target(unsigned int cpu) | 307 | unsigned int is_cpu_cpei_target(unsigned int cpu) |
| @@ -315,6 +320,7 @@ void set_cpei_target_cpu(unsigned int cpu) | |||
| 315 | { | 320 | { |
| 316 | acpi_cpei_phys_cpuid = cpu_physical_id(cpu); | 321 | acpi_cpei_phys_cpuid = cpu_physical_id(cpu); |
| 317 | } | 322 | } |
| 323 | #endif | ||
| 318 | 324 | ||
| 319 | unsigned int get_cpei_target_cpu(void) | 325 | unsigned int get_cpei_target_cpu(void) |
| 320 | { | 326 | { |
diff --git a/arch/ia64/kernel/cyclone.c b/arch/ia64/kernel/cyclone.c index 6ade3790ce07..e00b21514f7c 100644 --- a/arch/ia64/kernel/cyclone.c +++ b/arch/ia64/kernel/cyclone.c | |||
| @@ -36,7 +36,7 @@ int __init init_cyclone_clock(void) | |||
| 36 | u32* volatile cyclone_timer; /* Cyclone MPMC0 register */ | 36 | u32* volatile cyclone_timer; /* Cyclone MPMC0 register */ |
| 37 | 37 | ||
| 38 | if (!use_cyclone) | 38 | if (!use_cyclone) |
| 39 | return -ENODEV; | 39 | return 0; |
| 40 | 40 | ||
| 41 | printk(KERN_INFO "Summit chipset: Starting Cyclone Counter.\n"); | 41 | printk(KERN_INFO "Summit chipset: Starting Cyclone Counter.\n"); |
| 42 | 42 | ||
diff --git a/arch/ia64/kernel/entry.S b/arch/ia64/kernel/entry.S index 930fdfca6ddb..0e3eda99e549 100644 --- a/arch/ia64/kernel/entry.S +++ b/arch/ia64/kernel/entry.S | |||
| @@ -1102,9 +1102,6 @@ skip_rbs_switch: | |||
| 1102 | st8 [r2]=r8 | 1102 | st8 [r2]=r8 |
| 1103 | st8 [r3]=r10 | 1103 | st8 [r3]=r10 |
| 1104 | .work_pending: | 1104 | .work_pending: |
| 1105 | tbit.nz p6,p0=r31,TIF_SIGDELAYED // signal delayed from MCA/INIT/NMI/PMI context? | ||
| 1106 | (p6) br.cond.sptk.few .sigdelayed | ||
| 1107 | ;; | ||
| 1108 | tbit.z p6,p0=r31,TIF_NEED_RESCHED // current_thread_info()->need_resched==0? | 1105 | tbit.z p6,p0=r31,TIF_NEED_RESCHED // current_thread_info()->need_resched==0? |
| 1109 | (p6) br.cond.sptk.few .notify | 1106 | (p6) br.cond.sptk.few .notify |
| 1110 | #ifdef CONFIG_PREEMPT | 1107 | #ifdef CONFIG_PREEMPT |
| @@ -1131,17 +1128,6 @@ skip_rbs_switch: | |||
| 1131 | (pLvSys)br.cond.sptk.few .work_pending_syscall_end | 1128 | (pLvSys)br.cond.sptk.few .work_pending_syscall_end |
| 1132 | br.cond.sptk.many .work_processed_kernel // don't re-check | 1129 | br.cond.sptk.many .work_processed_kernel // don't re-check |
| 1133 | 1130 | ||
| 1134 | // There is a delayed signal that was detected in MCA/INIT/NMI/PMI context where | ||
| 1135 | // it could not be delivered. Deliver it now. The signal might be for us and | ||
| 1136 | // may set TIF_SIGPENDING, so redrive ia64_leave_* after processing the delayed | ||
| 1137 | // signal. | ||
| 1138 | |||
| 1139 | .sigdelayed: | ||
| 1140 | br.call.sptk.many rp=do_sigdelayed | ||
| 1141 | cmp.eq p6,p0=r0,r0 // p6 <- 1, always re-check | ||
| 1142 | (pLvSys)br.cond.sptk.few .work_pending_syscall_end | ||
| 1143 | br.cond.sptk.many .work_processed_kernel // re-check | ||
| 1144 | |||
| 1145 | .work_pending_syscall_end: | 1131 | .work_pending_syscall_end: |
| 1146 | adds r2=PT(R8)+16,r12 | 1132 | adds r2=PT(R8)+16,r12 |
| 1147 | adds r3=PT(R10)+16,r12 | 1133 | adds r3=PT(R10)+16,r12 |
diff --git a/arch/ia64/kernel/fsys.S b/arch/ia64/kernel/fsys.S index ac6055c83115..7a05b1cb2ad5 100644 --- a/arch/ia64/kernel/fsys.S +++ b/arch/ia64/kernel/fsys.S | |||
| @@ -878,8 +878,7 @@ fsyscall_table: | |||
| 878 | data8 0 // timer_delete | 878 | data8 0 // timer_delete |
| 879 | data8 0 // clock_settime | 879 | data8 0 // clock_settime |
| 880 | data8 fsys_clock_gettime // clock_gettime | 880 | data8 fsys_clock_gettime // clock_gettime |
| 881 | #define __NR_syscall_last 1255 | ||
| 882 | 881 | ||
| 883 | .space 8*(NR_syscalls + 1024 - __NR_syscall_last), 0 | 882 | // fill in zeros for the remaining entries |
| 884 | 883 | .zero: | |
| 885 | .org fsyscall_table + 8*NR_syscalls // guard against failures to increase NR_syscalls | 884 | .space fsyscall_table + 8*NR_syscalls - .zero, 0 |
diff --git a/arch/ia64/kernel/iosapic.c b/arch/ia64/kernel/iosapic.c index 574084f343fa..8832c553230a 100644 --- a/arch/ia64/kernel/iosapic.c +++ b/arch/ia64/kernel/iosapic.c | |||
| @@ -631,6 +631,7 @@ get_target_cpu (unsigned int gsi, int vector) | |||
| 631 | { | 631 | { |
| 632 | #ifdef CONFIG_SMP | 632 | #ifdef CONFIG_SMP |
| 633 | static int cpu = -1; | 633 | static int cpu = -1; |
| 634 | extern int cpe_vector; | ||
| 634 | 635 | ||
| 635 | /* | 636 | /* |
| 636 | * In case of vector shared by multiple RTEs, all RTEs that | 637 | * In case of vector shared by multiple RTEs, all RTEs that |
| @@ -653,6 +654,11 @@ get_target_cpu (unsigned int gsi, int vector) | |||
| 653 | if (!cpu_online(smp_processor_id())) | 654 | if (!cpu_online(smp_processor_id())) |
| 654 | return cpu_physical_id(smp_processor_id()); | 655 | return cpu_physical_id(smp_processor_id()); |
| 655 | 656 | ||
| 657 | #ifdef CONFIG_ACPI | ||
| 658 | if (cpe_vector > 0 && vector == IA64_CPEP_VECTOR) | ||
| 659 | return get_cpei_target_cpu(); | ||
| 660 | #endif | ||
| 661 | |||
| 656 | #ifdef CONFIG_NUMA | 662 | #ifdef CONFIG_NUMA |
| 657 | { | 663 | { |
| 658 | int num_cpus, cpu_index, iosapic_index, numa_cpu, i = 0; | 664 | int num_cpus, cpu_index, iosapic_index, numa_cpu, i = 0; |
diff --git a/arch/ia64/kernel/irq.c b/arch/ia64/kernel/irq.c index d33244c32759..5ce908ef9c95 100644 --- a/arch/ia64/kernel/irq.c +++ b/arch/ia64/kernel/irq.c | |||
| @@ -163,8 +163,19 @@ void fixup_irqs(void) | |||
| 163 | { | 163 | { |
| 164 | unsigned int irq; | 164 | unsigned int irq; |
| 165 | extern void ia64_process_pending_intr(void); | 165 | extern void ia64_process_pending_intr(void); |
| 166 | extern void ia64_disable_timer(void); | ||
| 167 | extern volatile int time_keeper_id; | ||
| 168 | |||
| 169 | ia64_disable_timer(); | ||
| 170 | |||
| 171 | /* | ||
| 172 | * Find a new timesync master | ||
| 173 | */ | ||
| 174 | if (smp_processor_id() == time_keeper_id) { | ||
| 175 | time_keeper_id = first_cpu(cpu_online_map); | ||
| 176 | printk ("CPU %d is now promoted to time-keeper master\n", time_keeper_id); | ||
| 177 | } | ||
| 166 | 178 | ||
| 167 | ia64_set_itv(1<<16); | ||
| 168 | /* | 179 | /* |
| 169 | * Phase 1: Locate irq's bound to this cpu and | 180 | * Phase 1: Locate irq's bound to this cpu and |
| 170 | * relocate them for cpu removal. | 181 | * relocate them for cpu removal. |
diff --git a/arch/ia64/kernel/ivt.S b/arch/ia64/kernel/ivt.S index 301f2e9d262e..dcd906fe5749 100644 --- a/arch/ia64/kernel/ivt.S +++ b/arch/ia64/kernel/ivt.S | |||
| @@ -561,11 +561,12 @@ ENTRY(dirty_bit) | |||
| 561 | ;; // avoid RAW on r18 | 561 | ;; // avoid RAW on r18 |
| 562 | mov ar.ccv=r18 // set compare value for cmpxchg | 562 | mov ar.ccv=r18 // set compare value for cmpxchg |
| 563 | or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits | 563 | or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits |
| 564 | tbit.z p7,p6 = r18,_PAGE_P_BIT // Check present bit | ||
| 564 | ;; | 565 | ;; |
| 565 | cmpxchg8.acq r26=[r17],r25,ar.ccv | 566 | (p6) cmpxchg8.acq r26=[r17],r25,ar.ccv // Only update if page is present |
| 566 | mov r24=PAGE_SHIFT<<2 | 567 | mov r24=PAGE_SHIFT<<2 |
| 567 | ;; | 568 | ;; |
| 568 | cmp.eq p6,p7=r26,r18 | 569 | (p6) cmp.eq p6,p7=r26,r18 // Only compare if page is present |
| 569 | ;; | 570 | ;; |
| 570 | (p6) itc.d r25 // install updated PTE | 571 | (p6) itc.d r25 // install updated PTE |
| 571 | ;; | 572 | ;; |
| @@ -626,11 +627,12 @@ ENTRY(iaccess_bit) | |||
| 626 | ;; | 627 | ;; |
| 627 | mov ar.ccv=r18 // set compare value for cmpxchg | 628 | mov ar.ccv=r18 // set compare value for cmpxchg |
| 628 | or r25=_PAGE_A,r18 // set the accessed bit | 629 | or r25=_PAGE_A,r18 // set the accessed bit |
| 630 | tbit.z p7,p6 = r18,_PAGE_P_BIT // Check present bit | ||
| 629 | ;; | 631 | ;; |
| 630 | cmpxchg8.acq r26=[r17],r25,ar.ccv | 632 | (p6) cmpxchg8.acq r26=[r17],r25,ar.ccv // Only if page present |
| 631 | mov r24=PAGE_SHIFT<<2 | 633 | mov r24=PAGE_SHIFT<<2 |
| 632 | ;; | 634 | ;; |
| 633 | cmp.eq p6,p7=r26,r18 | 635 | (p6) cmp.eq p6,p7=r26,r18 // Only if page present |
| 634 | ;; | 636 | ;; |
| 635 | (p6) itc.i r25 // install updated PTE | 637 | (p6) itc.i r25 // install updated PTE |
| 636 | ;; | 638 | ;; |
| @@ -680,11 +682,12 @@ ENTRY(daccess_bit) | |||
| 680 | ;; // avoid RAW on r18 | 682 | ;; // avoid RAW on r18 |
| 681 | mov ar.ccv=r18 // set compare value for cmpxchg | 683 | mov ar.ccv=r18 // set compare value for cmpxchg |
| 682 | or r25=_PAGE_A,r18 // set the dirty bit | 684 | or r25=_PAGE_A,r18 // set the dirty bit |
| 685 | tbit.z p7,p6 = r18,_PAGE_P_BIT // Check present bit | ||
| 683 | ;; | 686 | ;; |
| 684 | cmpxchg8.acq r26=[r17],r25,ar.ccv | 687 | (p6) cmpxchg8.acq r26=[r17],r25,ar.ccv // Only if page is present |
| 685 | mov r24=PAGE_SHIFT<<2 | 688 | mov r24=PAGE_SHIFT<<2 |
| 686 | ;; | 689 | ;; |
| 687 | cmp.eq p6,p7=r26,r18 | 690 | (p6) cmp.eq p6,p7=r26,r18 // Only if page is present |
| 688 | ;; | 691 | ;; |
| 689 | (p6) itc.d r25 // install updated PTE | 692 | (p6) itc.d r25 // install updated PTE |
| 690 | /* | 693 | /* |
| @@ -1362,7 +1365,6 @@ END(debug_vector) | |||
| 1362 | // 0x5a00 Entry 30 (size 16 bundles) Unaligned Reference (57) | 1365 | // 0x5a00 Entry 30 (size 16 bundles) Unaligned Reference (57) |
| 1363 | ENTRY(unaligned_access) | 1366 | ENTRY(unaligned_access) |
| 1364 | DBG_FAULT(30) | 1367 | DBG_FAULT(30) |
| 1365 | mov r16=cr.ipsr | ||
| 1366 | mov r31=pr // prepare to save predicates | 1368 | mov r31=pr // prepare to save predicates |
| 1367 | ;; | 1369 | ;; |
| 1368 | br.sptk.many dispatch_unaligned_handler | 1370 | br.sptk.many dispatch_unaligned_handler |
diff --git a/arch/ia64/kernel/mca.c b/arch/ia64/kernel/mca.c index ee7eec9ee576..b57e723f194c 100644 --- a/arch/ia64/kernel/mca.c +++ b/arch/ia64/kernel/mca.c | |||
| @@ -281,14 +281,10 @@ ia64_mca_log_sal_error_record(int sal_info_type) | |||
| 281 | ia64_sal_clear_state_info(sal_info_type); | 281 | ia64_sal_clear_state_info(sal_info_type); |
| 282 | } | 282 | } |
| 283 | 283 | ||
| 284 | /* | ||
| 285 | * platform dependent error handling | ||
| 286 | */ | ||
| 287 | #ifndef PLATFORM_MCA_HANDLERS | ||
| 288 | |||
| 289 | #ifdef CONFIG_ACPI | 284 | #ifdef CONFIG_ACPI |
| 290 | 285 | ||
| 291 | int cpe_vector = -1; | 286 | int cpe_vector = -1; |
| 287 | int ia64_cpe_irq = -1; | ||
| 292 | 288 | ||
| 293 | static irqreturn_t | 289 | static irqreturn_t |
| 294 | ia64_mca_cpe_int_handler (int cpe_irq, void *arg, struct pt_regs *ptregs) | 290 | ia64_mca_cpe_int_handler (int cpe_irq, void *arg, struct pt_regs *ptregs) |
| @@ -377,8 +373,6 @@ ia64_mca_register_cpev (int cpev) | |||
| 377 | } | 373 | } |
| 378 | #endif /* CONFIG_ACPI */ | 374 | #endif /* CONFIG_ACPI */ |
| 379 | 375 | ||
| 380 | #endif /* PLATFORM_MCA_HANDLERS */ | ||
| 381 | |||
| 382 | /* | 376 | /* |
| 383 | * ia64_mca_cmc_vector_setup | 377 | * ia64_mca_cmc_vector_setup |
| 384 | * | 378 | * |
| @@ -630,6 +624,32 @@ copy_reg(const u64 *fr, u64 fnat, u64 *tr, u64 *tnat) | |||
| 630 | *tnat |= (nat << tslot); | 624 | *tnat |= (nat << tslot); |
| 631 | } | 625 | } |
| 632 | 626 | ||
| 627 | /* Change the comm field on the MCA/INT task to include the pid that | ||
| 628 | * was interrupted, it makes for easier debugging. If that pid was 0 | ||
| 629 | * (swapper or nested MCA/INIT) then use the start of the previous comm | ||
| 630 | * field suffixed with its cpu. | ||
| 631 | */ | ||
| 632 | |||
| 633 | static void | ||
| 634 | ia64_mca_modify_comm(const task_t *previous_current) | ||
| 635 | { | ||
| 636 | char *p, comm[sizeof(current->comm)]; | ||
| 637 | if (previous_current->pid) | ||
| 638 | snprintf(comm, sizeof(comm), "%s %d", | ||
| 639 | current->comm, previous_current->pid); | ||
| 640 | else { | ||
| 641 | int l; | ||
| 642 | if ((p = strchr(previous_current->comm, ' '))) | ||
| 643 | l = p - previous_current->comm; | ||
| 644 | else | ||
| 645 | l = strlen(previous_current->comm); | ||
| 646 | snprintf(comm, sizeof(comm), "%s %*s %d", | ||
| 647 | current->comm, l, previous_current->comm, | ||
| 648 | task_thread_info(previous_current)->cpu); | ||
| 649 | } | ||
| 650 | memcpy(current->comm, comm, sizeof(current->comm)); | ||
| 651 | } | ||
| 652 | |||
| 633 | /* On entry to this routine, we are running on the per cpu stack, see | 653 | /* On entry to this routine, we are running on the per cpu stack, see |
| 634 | * mca_asm.h. The original stack has not been touched by this event. Some of | 654 | * mca_asm.h. The original stack has not been touched by this event. Some of |
| 635 | * the original stack's registers will be in the RBS on this stack. This stack | 655 | * the original stack's registers will be in the RBS on this stack. This stack |
| @@ -648,7 +668,7 @@ ia64_mca_modify_original_stack(struct pt_regs *regs, | |||
| 648 | struct ia64_sal_os_state *sos, | 668 | struct ia64_sal_os_state *sos, |
| 649 | const char *type) | 669 | const char *type) |
| 650 | { | 670 | { |
| 651 | char *p, comm[sizeof(current->comm)]; | 671 | char *p; |
| 652 | ia64_va va; | 672 | ia64_va va; |
| 653 | extern char ia64_leave_kernel[]; /* Need asm address, not function descriptor */ | 673 | extern char ia64_leave_kernel[]; /* Need asm address, not function descriptor */ |
| 654 | const pal_min_state_area_t *ms = sos->pal_min_state; | 674 | const pal_min_state_area_t *ms = sos->pal_min_state; |
| @@ -721,6 +741,10 @@ ia64_mca_modify_original_stack(struct pt_regs *regs, | |||
| 721 | /* Verify the previous stack state before we change it */ | 741 | /* Verify the previous stack state before we change it */ |
| 722 | if (user_mode(regs)) { | 742 | if (user_mode(regs)) { |
| 723 | msg = "occurred in user space"; | 743 | msg = "occurred in user space"; |
| 744 | /* previous_current is guaranteed to be valid when the task was | ||
| 745 | * in user space, so ... | ||
| 746 | */ | ||
| 747 | ia64_mca_modify_comm(previous_current); | ||
| 724 | goto no_mod; | 748 | goto no_mod; |
| 725 | } | 749 | } |
| 726 | if (r13 != sos->prev_IA64_KR_CURRENT) { | 750 | if (r13 != sos->prev_IA64_KR_CURRENT) { |
| @@ -750,25 +774,7 @@ ia64_mca_modify_original_stack(struct pt_regs *regs, | |||
| 750 | goto no_mod; | 774 | goto no_mod; |
| 751 | } | 775 | } |
| 752 | 776 | ||
| 753 | /* Change the comm field on the MCA/INT task to include the pid that | 777 | ia64_mca_modify_comm(previous_current); |
| 754 | * was interrupted, it makes for easier debugging. If that pid was 0 | ||
| 755 | * (swapper or nested MCA/INIT) then use the start of the previous comm | ||
| 756 | * field suffixed with its cpu. | ||
| 757 | */ | ||
| 758 | if (previous_current->pid) | ||
| 759 | snprintf(comm, sizeof(comm), "%s %d", | ||
| 760 | current->comm, previous_current->pid); | ||
| 761 | else { | ||
| 762 | int l; | ||
| 763 | if ((p = strchr(previous_current->comm, ' '))) | ||
| 764 | l = p - previous_current->comm; | ||
| 765 | else | ||
| 766 | l = strlen(previous_current->comm); | ||
| 767 | snprintf(comm, sizeof(comm), "%s %*s %d", | ||
| 768 | current->comm, l, previous_current->comm, | ||
| 769 | task_thread_info(previous_current)->cpu); | ||
| 770 | } | ||
| 771 | memcpy(current->comm, comm, sizeof(current->comm)); | ||
| 772 | 778 | ||
| 773 | /* Make the original task look blocked. First stack a struct pt_regs, | 779 | /* Make the original task look blocked. First stack a struct pt_regs, |
| 774 | * describing the state at the time of interrupt. mca_asm.S built a | 780 | * describing the state at the time of interrupt. mca_asm.S built a |
| @@ -908,7 +914,7 @@ no_mod: | |||
| 908 | static void | 914 | static void |
| 909 | ia64_wait_for_slaves(int monarch) | 915 | ia64_wait_for_slaves(int monarch) |
| 910 | { | 916 | { |
| 911 | int c, wait = 0; | 917 | int c, wait = 0, missing = 0; |
| 912 | for_each_online_cpu(c) { | 918 | for_each_online_cpu(c) { |
| 913 | if (c == monarch) | 919 | if (c == monarch) |
| 914 | continue; | 920 | continue; |
| @@ -919,15 +925,32 @@ ia64_wait_for_slaves(int monarch) | |||
| 919 | } | 925 | } |
| 920 | } | 926 | } |
| 921 | if (!wait) | 927 | if (!wait) |
| 922 | return; | 928 | goto all_in; |
| 923 | for_each_online_cpu(c) { | 929 | for_each_online_cpu(c) { |
| 924 | if (c == monarch) | 930 | if (c == monarch) |
| 925 | continue; | 931 | continue; |
| 926 | if (ia64_mc_info.imi_rendez_checkin[c] == IA64_MCA_RENDEZ_CHECKIN_NOTDONE) { | 932 | if (ia64_mc_info.imi_rendez_checkin[c] == IA64_MCA_RENDEZ_CHECKIN_NOTDONE) { |
| 927 | udelay(5*1000000); /* wait 5 seconds for slaves (arbitrary) */ | 933 | udelay(5*1000000); /* wait 5 seconds for slaves (arbitrary) */ |
| 934 | if (ia64_mc_info.imi_rendez_checkin[c] == IA64_MCA_RENDEZ_CHECKIN_NOTDONE) | ||
| 935 | missing = 1; | ||
| 928 | break; | 936 | break; |
| 929 | } | 937 | } |
| 930 | } | 938 | } |
| 939 | if (!missing) | ||
| 940 | goto all_in; | ||
| 941 | printk(KERN_INFO "OS MCA slave did not rendezvous on cpu"); | ||
| 942 | for_each_online_cpu(c) { | ||
| 943 | if (c == monarch) | ||
| 944 | continue; | ||
| 945 | if (ia64_mc_info.imi_rendez_checkin[c] == IA64_MCA_RENDEZ_CHECKIN_NOTDONE) | ||
| 946 | printk(" %d", c); | ||
| 947 | } | ||
| 948 | printk("\n"); | ||
| 949 | return; | ||
| 950 | |||
| 951 | all_in: | ||
| 952 | printk(KERN_INFO "All OS MCA slaves have reached rendezvous\n"); | ||
| 953 | return; | ||
| 931 | } | 954 | } |
| 932 | 955 | ||
| 933 | /* | 956 | /* |
| @@ -953,6 +976,10 @@ ia64_mca_handler(struct pt_regs *regs, struct switch_stack *sw, | |||
| 953 | task_t *previous_current; | 976 | task_t *previous_current; |
| 954 | 977 | ||
| 955 | oops_in_progress = 1; /* FIXME: make printk NMI/MCA/INIT safe */ | 978 | oops_in_progress = 1; /* FIXME: make printk NMI/MCA/INIT safe */ |
| 979 | console_loglevel = 15; /* make sure printks make it to console */ | ||
| 980 | printk(KERN_INFO "Entered OS MCA handler. PSP=%lx cpu=%d monarch=%ld\n", | ||
| 981 | sos->proc_state_param, cpu, sos->monarch); | ||
| 982 | |||
| 956 | previous_current = ia64_mca_modify_original_stack(regs, sw, sos, "MCA"); | 983 | previous_current = ia64_mca_modify_original_stack(regs, sw, sos, "MCA"); |
| 957 | monarch_cpu = cpu; | 984 | monarch_cpu = cpu; |
| 958 | if (notify_die(DIE_MCA_MONARCH_ENTER, "MCA", regs, 0, 0, 0) | 985 | if (notify_die(DIE_MCA_MONARCH_ENTER, "MCA", regs, 0, 0, 0) |
| @@ -1444,11 +1471,13 @@ void __devinit | |||
| 1444 | ia64_mca_cpu_init(void *cpu_data) | 1471 | ia64_mca_cpu_init(void *cpu_data) |
| 1445 | { | 1472 | { |
| 1446 | void *pal_vaddr; | 1473 | void *pal_vaddr; |
| 1474 | static int first_time = 1; | ||
| 1447 | 1475 | ||
| 1448 | if (smp_processor_id() == 0) { | 1476 | if (first_time) { |
| 1449 | void *mca_data; | 1477 | void *mca_data; |
| 1450 | int cpu; | 1478 | int cpu; |
| 1451 | 1479 | ||
| 1480 | first_time = 0; | ||
| 1452 | mca_data = alloc_bootmem(sizeof(struct ia64_mca_cpu) | 1481 | mca_data = alloc_bootmem(sizeof(struct ia64_mca_cpu) |
| 1453 | * NR_CPUS + KERNEL_STACK_SIZE); | 1482 | * NR_CPUS + KERNEL_STACK_SIZE); |
| 1454 | mca_data = (void *)(((unsigned long)mca_data + | 1483 | mca_data = (void *)(((unsigned long)mca_data + |
| @@ -1704,6 +1733,7 @@ ia64_mca_late_init(void) | |||
| 1704 | desc = irq_descp(irq); | 1733 | desc = irq_descp(irq); |
| 1705 | desc->status |= IRQ_PER_CPU; | 1734 | desc->status |= IRQ_PER_CPU; |
| 1706 | setup_irq(irq, &mca_cpe_irqaction); | 1735 | setup_irq(irq, &mca_cpe_irqaction); |
| 1736 | ia64_cpe_irq = irq; | ||
| 1707 | } | 1737 | } |
| 1708 | ia64_mca_register_cpev(cpe_vector); | 1738 | ia64_mca_register_cpev(cpe_vector); |
| 1709 | IA64_MCA_DEBUG("%s: CPEI/P setup and enabled.\n", __FUNCTION__); | 1739 | IA64_MCA_DEBUG("%s: CPEI/P setup and enabled.\n", __FUNCTION__); |
diff --git a/arch/ia64/kernel/mca_drv.c b/arch/ia64/kernel/mca_drv.c index 8fd93afa75a7..e883d85906db 100644 --- a/arch/ia64/kernel/mca_drv.c +++ b/arch/ia64/kernel/mca_drv.c | |||
| @@ -123,8 +123,9 @@ mca_page_isolate(unsigned long paddr) | |||
| 123 | void | 123 | void |
| 124 | mca_handler_bh(unsigned long paddr) | 124 | mca_handler_bh(unsigned long paddr) |
| 125 | { | 125 | { |
| 126 | printk(KERN_DEBUG "OS_MCA: process [pid: %d](%s) encounters MCA.\n", | 126 | printk(KERN_ERR |
| 127 | current->pid, current->comm); | 127 | "OS_MCA: process [pid: %d](%s) encounters MCA (paddr=%lx)\n", |
| 128 | current->pid, current->comm, paddr); | ||
| 128 | 129 | ||
| 129 | spin_lock(&mca_bh_lock); | 130 | spin_lock(&mca_bh_lock); |
| 130 | switch (mca_page_isolate(paddr)) { | 131 | switch (mca_page_isolate(paddr)) { |
| @@ -132,7 +133,7 @@ mca_handler_bh(unsigned long paddr) | |||
| 132 | printk(KERN_DEBUG "Page isolation: ( %lx ) success.\n", paddr); | 133 | printk(KERN_DEBUG "Page isolation: ( %lx ) success.\n", paddr); |
| 133 | break; | 134 | break; |
| 134 | case ISOLATE_NG: | 135 | case ISOLATE_NG: |
| 135 | printk(KERN_DEBUG "Page isolation: ( %lx ) failure.\n", paddr); | 136 | printk(KERN_CRIT "Page isolation: ( %lx ) failure.\n", paddr); |
| 136 | break; | 137 | break; |
| 137 | default: | 138 | default: |
| 138 | break; | 139 | break; |
| @@ -567,10 +568,15 @@ recover_from_processor_error(int platform, slidx_table_t *slidx, | |||
| 567 | return 0; | 568 | return 0; |
| 568 | 569 | ||
| 569 | /* | 570 | /* |
| 570 | * If there is no bus error, record is weird but we need not to recover. | 571 | * The cache check and bus check bits have four possible states |
| 572 | * cc bc | ||
| 573 | * 0 0 Weird record, not recovered | ||
| 574 | * 1 0 Cache error, not recovered | ||
| 575 | * 0 1 I/O error, attempt recovery | ||
| 576 | * 1 1 Memory error, attempt recovery | ||
| 571 | */ | 577 | */ |
| 572 | if (psp->bc == 0 || pbci == NULL) | 578 | if (psp->bc == 0 || pbci == NULL) |
| 573 | return 1; | 579 | return 0; |
| 574 | 580 | ||
| 575 | /* | 581 | /* |
| 576 | * Sorry, we cannot handle so many. | 582 | * Sorry, we cannot handle so many. |
diff --git a/arch/ia64/kernel/perfmon.c b/arch/ia64/kernel/perfmon.c index 9c5194b385da..077f21216b65 100644 --- a/arch/ia64/kernel/perfmon.c +++ b/arch/ia64/kernel/perfmon.c | |||
| @@ -6722,6 +6722,7 @@ __initcall(pfm_init); | |||
| 6722 | void | 6722 | void |
| 6723 | pfm_init_percpu (void) | 6723 | pfm_init_percpu (void) |
| 6724 | { | 6724 | { |
| 6725 | static int first_time=1; | ||
| 6725 | /* | 6726 | /* |
| 6726 | * make sure no measurement is active | 6727 | * make sure no measurement is active |
| 6727 | * (may inherit programmed PMCs from EFI). | 6728 | * (may inherit programmed PMCs from EFI). |
| @@ -6734,8 +6735,10 @@ pfm_init_percpu (void) | |||
| 6734 | */ | 6735 | */ |
| 6735 | pfm_unfreeze_pmu(); | 6736 | pfm_unfreeze_pmu(); |
| 6736 | 6737 | ||
| 6737 | if (smp_processor_id() == 0) | 6738 | if (first_time) { |
| 6738 | register_percpu_irq(IA64_PERFMON_VECTOR, &perfmon_irqaction); | 6739 | register_percpu_irq(IA64_PERFMON_VECTOR, &perfmon_irqaction); |
| 6740 | first_time=0; | ||
| 6741 | } | ||
| 6739 | 6742 | ||
| 6740 | ia64_setreg(_IA64_REG_CR_PMV, IA64_PERFMON_VECTOR); | 6743 | ia64_setreg(_IA64_REG_CR_PMV, IA64_PERFMON_VECTOR); |
| 6741 | ia64_srlz_d(); | 6744 | ia64_srlz_d(); |
diff --git a/arch/ia64/kernel/signal.c b/arch/ia64/kernel/signal.c index 463f6bb44d07..1d7903ee2126 100644 --- a/arch/ia64/kernel/signal.c +++ b/arch/ia64/kernel/signal.c | |||
| @@ -588,104 +588,3 @@ ia64_do_signal (sigset_t *oldset, struct sigscratch *scr, long in_syscall) | |||
| 588 | } | 588 | } |
| 589 | return 0; | 589 | return 0; |
| 590 | } | 590 | } |
| 591 | |||
| 592 | /* Set a delayed signal that was detected in MCA/INIT/NMI/PMI context where it | ||
| 593 | * could not be delivered. It is important that the target process is not | ||
| 594 | * allowed to do any more work in user space. Possible cases for the target | ||
| 595 | * process: | ||
| 596 | * | ||
| 597 | * - It is sleeping and will wake up soon. Store the data in the current task, | ||
| 598 | * the signal will be sent when the current task returns from the next | ||
| 599 | * interrupt. | ||
| 600 | * | ||
| 601 | * - It is running in user context. Store the data in the current task, the | ||
| 602 | * signal will be sent when the current task returns from the next interrupt. | ||
| 603 | * | ||
| 604 | * - It is running in kernel context on this or another cpu and will return to | ||
| 605 | * user context. Store the data in the target task, the signal will be sent | ||
| 606 | * to itself when the target task returns to user space. | ||
| 607 | * | ||
| 608 | * - It is running in kernel context on this cpu and will sleep before | ||
| 609 | * returning to user context. Because this is also the current task, the | ||
| 610 | * signal will not get delivered and the task could sleep indefinitely. | ||
| 611 | * Store the data in the idle task for this cpu, the signal will be sent | ||
| 612 | * after the idle task processes its next interrupt. | ||
| 613 | * | ||
| 614 | * To cover all cases, store the data in the target task, the current task and | ||
| 615 | * the idle task on this cpu. Whatever happens, the signal will be delivered | ||
| 616 | * to the target task before it can do any useful user space work. Multiple | ||
| 617 | * deliveries have no unwanted side effects. | ||
| 618 | * | ||
| 619 | * Note: This code is executed in MCA/INIT/NMI/PMI context, with interrupts | ||
| 620 | * disabled. It must not take any locks nor use kernel structures or services | ||
| 621 | * that require locks. | ||
| 622 | */ | ||
| 623 | |||
| 624 | /* To ensure that we get the right pid, check its start time. To avoid extra | ||
| 625 | * include files in thread_info.h, convert the task start_time to unsigned long, | ||
| 626 | * giving us a cycle time of > 580 years. | ||
| 627 | */ | ||
| 628 | static inline unsigned long | ||
| 629 | start_time_ul(const struct task_struct *t) | ||
| 630 | { | ||
| 631 | return t->start_time.tv_sec * NSEC_PER_SEC + t->start_time.tv_nsec; | ||
| 632 | } | ||
| 633 | |||
| 634 | void | ||
| 635 | set_sigdelayed(pid_t pid, int signo, int code, void __user *addr) | ||
| 636 | { | ||
| 637 | struct task_struct *t; | ||
| 638 | unsigned long start_time = 0; | ||
| 639 | int i; | ||
| 640 | |||
| 641 | for (i = 1; i <= 3; ++i) { | ||
| 642 | switch (i) { | ||
| 643 | case 1: | ||
| 644 | t = find_task_by_pid(pid); | ||
| 645 | if (t) | ||
| 646 | start_time = start_time_ul(t); | ||
| 647 | break; | ||
| 648 | case 2: | ||
| 649 | t = current; | ||
| 650 | break; | ||
| 651 | default: | ||
| 652 | t = idle_task(smp_processor_id()); | ||
| 653 | break; | ||
| 654 | } | ||
| 655 | |||
| 656 | if (!t) | ||
| 657 | return; | ||
| 658 | task_thread_info(t)->sigdelayed.signo = signo; | ||
| 659 | task_thread_info(t)->sigdelayed.code = code; | ||
| 660 | task_thread_info(t)->sigdelayed.addr = addr; | ||
| 661 | task_thread_info(t)->sigdelayed.start_time = start_time; | ||
| 662 | task_thread_info(t)->sigdelayed.pid = pid; | ||
| 663 | wmb(); | ||
| 664 | set_tsk_thread_flag(t, TIF_SIGDELAYED); | ||
| 665 | } | ||
| 666 | } | ||
| 667 | |||
| 668 | /* Called from entry.S when it detects TIF_SIGDELAYED, a delayed signal that | ||
| 669 | * was detected in MCA/INIT/NMI/PMI context where it could not be delivered. | ||
| 670 | */ | ||
| 671 | |||
| 672 | void | ||
| 673 | do_sigdelayed(void) | ||
| 674 | { | ||
| 675 | struct siginfo siginfo; | ||
| 676 | pid_t pid; | ||
| 677 | struct task_struct *t; | ||
| 678 | |||
| 679 | clear_thread_flag(TIF_SIGDELAYED); | ||
| 680 | memset(&siginfo, 0, sizeof(siginfo)); | ||
| 681 | siginfo.si_signo = current_thread_info()->sigdelayed.signo; | ||
| 682 | siginfo.si_code = current_thread_info()->sigdelayed.code; | ||
| 683 | siginfo.si_addr = current_thread_info()->sigdelayed.addr; | ||
| 684 | pid = current_thread_info()->sigdelayed.pid; | ||
| 685 | t = find_task_by_pid(pid); | ||
| 686 | if (!t) | ||
| 687 | return; | ||
| 688 | if (current_thread_info()->sigdelayed.start_time != start_time_ul(t)) | ||
| 689 | return; | ||
| 690 | force_sig_info(siginfo.si_signo, &siginfo, t); | ||
| 691 | } | ||
diff --git a/arch/ia64/kernel/smpboot.c b/arch/ia64/kernel/smpboot.c index b681ef34a86e..c4b633b36dab 100644 --- a/arch/ia64/kernel/smpboot.c +++ b/arch/ia64/kernel/smpboot.c | |||
| @@ -70,6 +70,12 @@ | |||
| 70 | #endif | 70 | #endif |
| 71 | 71 | ||
| 72 | #ifdef CONFIG_HOTPLUG_CPU | 72 | #ifdef CONFIG_HOTPLUG_CPU |
| 73 | #ifdef CONFIG_PERMIT_BSP_REMOVE | ||
| 74 | #define bsp_remove_ok 1 | ||
| 75 | #else | ||
| 76 | #define bsp_remove_ok 0 | ||
| 77 | #endif | ||
| 78 | |||
| 73 | /* | 79 | /* |
| 74 | * Store all idle threads, this can be reused instead of creating | 80 | * Store all idle threads, this can be reused instead of creating |
| 75 | * a new thread. Also avoids complicated thread destroy functionality | 81 | * a new thread. Also avoids complicated thread destroy functionality |
| @@ -104,7 +110,7 @@ struct sal_to_os_boot *sal_state_for_booting_cpu = &sal_boot_rendez_state[0]; | |||
| 104 | /* | 110 | /* |
| 105 | * ITC synchronization related stuff: | 111 | * ITC synchronization related stuff: |
| 106 | */ | 112 | */ |
| 107 | #define MASTER 0 | 113 | #define MASTER (0) |
| 108 | #define SLAVE (SMP_CACHE_BYTES/8) | 114 | #define SLAVE (SMP_CACHE_BYTES/8) |
| 109 | 115 | ||
| 110 | #define NUM_ROUNDS 64 /* magic value */ | 116 | #define NUM_ROUNDS 64 /* magic value */ |
| @@ -151,6 +157,27 @@ char __initdata no_int_routing; | |||
| 151 | 157 | ||
| 152 | unsigned char smp_int_redirect; /* are INT and IPI redirectable by the chipset? */ | 158 | unsigned char smp_int_redirect; /* are INT and IPI redirectable by the chipset? */ |
| 153 | 159 | ||
| 160 | #ifdef CONFIG_FORCE_CPEI_RETARGET | ||
| 161 | #define CPEI_OVERRIDE_DEFAULT (1) | ||
| 162 | #else | ||
| 163 | #define CPEI_OVERRIDE_DEFAULT (0) | ||
| 164 | #endif | ||
| 165 | |||
| 166 | unsigned int force_cpei_retarget = CPEI_OVERRIDE_DEFAULT; | ||
| 167 | |||
| 168 | static int __init | ||
| 169 | cmdl_force_cpei(char *str) | ||
| 170 | { | ||
| 171 | int value=0; | ||
| 172 | |||
| 173 | get_option (&str, &value); | ||
| 174 | force_cpei_retarget = value; | ||
| 175 | |||
| 176 | return 1; | ||
| 177 | } | ||
| 178 | |||
| 179 | __setup("force_cpei=", cmdl_force_cpei); | ||
| 180 | |||
| 154 | static int __init | 181 | static int __init |
| 155 | nointroute (char *str) | 182 | nointroute (char *str) |
| 156 | { | 183 | { |
| @@ -161,6 +188,27 @@ nointroute (char *str) | |||
| 161 | 188 | ||
| 162 | __setup("nointroute", nointroute); | 189 | __setup("nointroute", nointroute); |
| 163 | 190 | ||
| 191 | static void fix_b0_for_bsp(void) | ||
| 192 | { | ||
| 193 | #ifdef CONFIG_HOTPLUG_CPU | ||
| 194 | int cpuid; | ||
| 195 | static int fix_bsp_b0 = 1; | ||
| 196 | |||
| 197 | cpuid = smp_processor_id(); | ||
| 198 | |||
| 199 | /* | ||
| 200 | * Cache the b0 value on the first AP that comes up | ||
| 201 | */ | ||
| 202 | if (!(fix_bsp_b0 && cpuid)) | ||
| 203 | return; | ||
| 204 | |||
| 205 | sal_boot_rendez_state[0].br[0] = sal_boot_rendez_state[cpuid].br[0]; | ||
| 206 | printk ("Fixed BSP b0 value from CPU %d\n", cpuid); | ||
| 207 | |||
| 208 | fix_bsp_b0 = 0; | ||
| 209 | #endif | ||
| 210 | } | ||
| 211 | |||
| 164 | void | 212 | void |
| 165 | sync_master (void *arg) | 213 | sync_master (void *arg) |
| 166 | { | 214 | { |
| @@ -327,8 +375,9 @@ smp_setup_percpu_timer (void) | |||
| 327 | static void __devinit | 375 | static void __devinit |
| 328 | smp_callin (void) | 376 | smp_callin (void) |
| 329 | { | 377 | { |
| 330 | int cpuid, phys_id; | 378 | int cpuid, phys_id, itc_master; |
| 331 | extern void ia64_init_itm(void); | 379 | extern void ia64_init_itm(void); |
| 380 | extern volatile int time_keeper_id; | ||
| 332 | 381 | ||
| 333 | #ifdef CONFIG_PERFMON | 382 | #ifdef CONFIG_PERFMON |
| 334 | extern void pfm_init_percpu(void); | 383 | extern void pfm_init_percpu(void); |
| @@ -336,6 +385,7 @@ smp_callin (void) | |||
| 336 | 385 | ||
| 337 | cpuid = smp_processor_id(); | 386 | cpuid = smp_processor_id(); |
| 338 | phys_id = hard_smp_processor_id(); | 387 | phys_id = hard_smp_processor_id(); |
| 388 | itc_master = time_keeper_id; | ||
| 339 | 389 | ||
| 340 | if (cpu_online(cpuid)) { | 390 | if (cpu_online(cpuid)) { |
| 341 | printk(KERN_ERR "huh, phys CPU#0x%x, CPU#0x%x already present??\n", | 391 | printk(KERN_ERR "huh, phys CPU#0x%x, CPU#0x%x already present??\n", |
| @@ -343,6 +393,8 @@ smp_callin (void) | |||
| 343 | BUG(); | 393 | BUG(); |
| 344 | } | 394 | } |
| 345 | 395 | ||
| 396 | fix_b0_for_bsp(); | ||
| 397 | |||
| 346 | lock_ipi_calllock(); | 398 | lock_ipi_calllock(); |
| 347 | cpu_set(cpuid, cpu_online_map); | 399 | cpu_set(cpuid, cpu_online_map); |
| 348 | unlock_ipi_calllock(); | 400 | unlock_ipi_calllock(); |
| @@ -365,8 +417,8 @@ smp_callin (void) | |||
| 365 | * calls spin_unlock_bh(), which calls spin_unlock_bh(), which calls | 417 | * calls spin_unlock_bh(), which calls spin_unlock_bh(), which calls |
| 366 | * local_bh_enable(), which bugs out if irqs are not enabled... | 418 | * local_bh_enable(), which bugs out if irqs are not enabled... |
| 367 | */ | 419 | */ |
| 368 | Dprintk("Going to syncup ITC with BP.\n"); | 420 | Dprintk("Going to syncup ITC with ITC Master.\n"); |
| 369 | ia64_sync_itc(0); | 421 | ia64_sync_itc(itc_master); |
| 370 | } | 422 | } |
| 371 | 423 | ||
| 372 | /* | 424 | /* |
| @@ -635,6 +687,47 @@ remove_siblinginfo(int cpu) | |||
| 635 | } | 687 | } |
| 636 | 688 | ||
| 637 | extern void fixup_irqs(void); | 689 | extern void fixup_irqs(void); |
| 690 | |||
| 691 | int migrate_platform_irqs(unsigned int cpu) | ||
| 692 | { | ||
| 693 | int new_cpei_cpu; | ||
| 694 | irq_desc_t *desc = NULL; | ||
| 695 | cpumask_t mask; | ||
| 696 | int retval = 0; | ||
| 697 | |||
| 698 | /* | ||
| 699 | * dont permit CPEI target to removed. | ||
| 700 | */ | ||
| 701 | if (cpe_vector > 0 && is_cpu_cpei_target(cpu)) { | ||
| 702 | printk ("CPU (%d) is CPEI Target\n", cpu); | ||
| 703 | if (can_cpei_retarget()) { | ||
| 704 | /* | ||
| 705 | * Now re-target the CPEI to a different processor | ||
| 706 | */ | ||
| 707 | new_cpei_cpu = any_online_cpu(cpu_online_map); | ||
| 708 | mask = cpumask_of_cpu(new_cpei_cpu); | ||
| 709 | set_cpei_target_cpu(new_cpei_cpu); | ||
| 710 | desc = irq_descp(ia64_cpe_irq); | ||
| 711 | /* | ||
| 712 | * Switch for now, immediatly, we need to do fake intr | ||
| 713 | * as other interrupts, but need to study CPEI behaviour with | ||
| 714 | * polling before making changes. | ||
| 715 | */ | ||
| 716 | if (desc) { | ||
| 717 | desc->handler->disable(ia64_cpe_irq); | ||
| 718 | desc->handler->set_affinity(ia64_cpe_irq, mask); | ||
| 719 | desc->handler->enable(ia64_cpe_irq); | ||
| 720 | printk ("Re-targetting CPEI to cpu %d\n", new_cpei_cpu); | ||
| 721 | } | ||
| 722 | } | ||
| 723 | if (!desc) { | ||
| 724 | printk ("Unable to retarget CPEI, offline cpu [%d] failed\n", cpu); | ||
| 725 | retval = -EBUSY; | ||
| 726 | } | ||
| 727 | } | ||
| 728 | return retval; | ||
| 729 | } | ||
| 730 | |||
| 638 | /* must be called with cpucontrol mutex held */ | 731 | /* must be called with cpucontrol mutex held */ |
| 639 | int __cpu_disable(void) | 732 | int __cpu_disable(void) |
| 640 | { | 733 | { |
| @@ -643,8 +736,17 @@ int __cpu_disable(void) | |||
| 643 | /* | 736 | /* |
| 644 | * dont permit boot processor for now | 737 | * dont permit boot processor for now |
| 645 | */ | 738 | */ |
| 646 | if (cpu == 0) | 739 | if (cpu == 0 && !bsp_remove_ok) { |
| 647 | return -EBUSY; | 740 | printk ("Your platform does not support removal of BSP\n"); |
| 741 | return (-EBUSY); | ||
| 742 | } | ||
| 743 | |||
| 744 | cpu_clear(cpu, cpu_online_map); | ||
| 745 | |||
| 746 | if (migrate_platform_irqs(cpu)) { | ||
| 747 | cpu_set(cpu, cpu_online_map); | ||
| 748 | return (-EBUSY); | ||
| 749 | } | ||
| 648 | 750 | ||
| 649 | remove_siblinginfo(cpu); | 751 | remove_siblinginfo(cpu); |
| 650 | cpu_clear(cpu, cpu_online_map); | 752 | cpu_clear(cpu, cpu_online_map); |
diff --git a/arch/ia64/kernel/time.c b/arch/ia64/kernel/time.c index 307d01e15b2e..ac167436e936 100644 --- a/arch/ia64/kernel/time.c +++ b/arch/ia64/kernel/time.c | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | 32 | ||
| 33 | extern unsigned long wall_jiffies; | 33 | extern unsigned long wall_jiffies; |
| 34 | 34 | ||
| 35 | #define TIME_KEEPER_ID 0 /* smp_processor_id() of time-keeper */ | 35 | volatile int time_keeper_id = 0; /* smp_processor_id() of time-keeper */ |
| 36 | 36 | ||
| 37 | #ifdef CONFIG_IA64_DEBUG_IRQ | 37 | #ifdef CONFIG_IA64_DEBUG_IRQ |
| 38 | 38 | ||
| @@ -71,7 +71,7 @@ timer_interrupt (int irq, void *dev_id, struct pt_regs *regs) | |||
| 71 | 71 | ||
| 72 | new_itm += local_cpu_data->itm_delta; | 72 | new_itm += local_cpu_data->itm_delta; |
| 73 | 73 | ||
| 74 | if (smp_processor_id() == TIME_KEEPER_ID) { | 74 | if (smp_processor_id() == time_keeper_id) { |
| 75 | /* | 75 | /* |
| 76 | * Here we are in the timer irq handler. We have irqs locally | 76 | * Here we are in the timer irq handler. We have irqs locally |
| 77 | * disabled, but we don't know if the timer_bh is running on | 77 | * disabled, but we don't know if the timer_bh is running on |
| @@ -236,6 +236,11 @@ static struct irqaction timer_irqaction = { | |||
| 236 | .name = "timer" | 236 | .name = "timer" |
| 237 | }; | 237 | }; |
| 238 | 238 | ||
| 239 | void __devinit ia64_disable_timer(void) | ||
| 240 | { | ||
| 241 | ia64_set_itv(1 << 16); | ||
| 242 | } | ||
| 243 | |||
| 239 | void __init | 244 | void __init |
| 240 | time_init (void) | 245 | time_init (void) |
| 241 | { | 246 | { |
diff --git a/arch/ia64/kernel/topology.c b/arch/ia64/kernel/topology.c index 6e5eea19fa67..3b6fd798c4d6 100644 --- a/arch/ia64/kernel/topology.c +++ b/arch/ia64/kernel/topology.c | |||
| @@ -36,7 +36,7 @@ int arch_register_cpu(int num) | |||
| 36 | parent = &sysfs_nodes[cpu_to_node(num)]; | 36 | parent = &sysfs_nodes[cpu_to_node(num)]; |
| 37 | #endif /* CONFIG_NUMA */ | 37 | #endif /* CONFIG_NUMA */ |
| 38 | 38 | ||
| 39 | #ifdef CONFIG_ACPI | 39 | #if defined (CONFIG_ACPI) && defined (CONFIG_HOTPLUG_CPU) |
| 40 | /* | 40 | /* |
| 41 | * If CPEI cannot be re-targetted, and this is | 41 | * If CPEI cannot be re-targetted, and this is |
| 42 | * CPEI target, then dont create the control file | 42 | * CPEI target, then dont create the control file |
diff --git a/arch/ia64/kernel/unaligned.c b/arch/ia64/kernel/unaligned.c index f9e0ae936d1a..1e357550c776 100644 --- a/arch/ia64/kernel/unaligned.c +++ b/arch/ia64/kernel/unaligned.c | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | #include <asm/uaccess.h> | 24 | #include <asm/uaccess.h> |
| 25 | #include <asm/unaligned.h> | 25 | #include <asm/unaligned.h> |
| 26 | 26 | ||
| 27 | extern void die_if_kernel(char *str, struct pt_regs *regs, long err) __attribute__ ((noreturn)); | 27 | extern void die_if_kernel(char *str, struct pt_regs *regs, long err); |
| 28 | 28 | ||
| 29 | #undef DEBUG_UNALIGNED_TRAP | 29 | #undef DEBUG_UNALIGNED_TRAP |
| 30 | 30 | ||
| @@ -53,6 +53,15 @@ dump (const char *str, void *vp, size_t len) | |||
| 53 | #define SIGN_EXT9 0xffffffffffffff00ul | 53 | #define SIGN_EXT9 0xffffffffffffff00ul |
| 54 | 54 | ||
| 55 | /* | 55 | /* |
| 56 | * sysctl settable hook which tells the kernel whether to honor the | ||
| 57 | * IA64_THREAD_UAC_NOPRINT prctl. Because this is user settable, we want | ||
| 58 | * to allow the super user to enable/disable this for security reasons | ||
| 59 | * (i.e. don't allow attacker to fill up logs with unaligned accesses). | ||
| 60 | */ | ||
| 61 | int no_unaligned_warning; | ||
| 62 | static int noprint_warning; | ||
| 63 | |||
| 64 | /* | ||
| 56 | * For M-unit: | 65 | * For M-unit: |
| 57 | * | 66 | * |
| 58 | * opcode | m | x6 | | 67 | * opcode | m | x6 | |
| @@ -1324,8 +1333,9 @@ ia64_handle_unaligned (unsigned long ifa, struct pt_regs *regs) | |||
| 1324 | if ((current->thread.flags & IA64_THREAD_UAC_SIGBUS) != 0) | 1333 | if ((current->thread.flags & IA64_THREAD_UAC_SIGBUS) != 0) |
| 1325 | goto force_sigbus; | 1334 | goto force_sigbus; |
| 1326 | 1335 | ||
| 1327 | if (!(current->thread.flags & IA64_THREAD_UAC_NOPRINT) | 1336 | if (!no_unaligned_warning && |
| 1328 | && within_logging_rate_limit()) | 1337 | !(current->thread.flags & IA64_THREAD_UAC_NOPRINT) && |
| 1338 | within_logging_rate_limit()) | ||
| 1329 | { | 1339 | { |
| 1330 | char buf[200]; /* comm[] is at most 16 bytes... */ | 1340 | char buf[200]; /* comm[] is at most 16 bytes... */ |
| 1331 | size_t len; | 1341 | size_t len; |
| @@ -1340,7 +1350,22 @@ ia64_handle_unaligned (unsigned long ifa, struct pt_regs *regs) | |||
| 1340 | if (user_mode(regs)) | 1350 | if (user_mode(regs)) |
| 1341 | tty_write_message(current->signal->tty, buf); | 1351 | tty_write_message(current->signal->tty, buf); |
| 1342 | buf[len-1] = '\0'; /* drop '\r' */ | 1352 | buf[len-1] = '\0'; /* drop '\r' */ |
| 1343 | printk(KERN_WARNING "%s", buf); /* watch for command names containing %s */ | 1353 | /* watch for command names containing %s */ |
| 1354 | printk(KERN_WARNING "%s", buf); | ||
| 1355 | } else { | ||
| 1356 | if (no_unaligned_warning && !noprint_warning) { | ||
| 1357 | noprint_warning = 1; | ||
| 1358 | printk(KERN_WARNING "%s(%d) encountered an " | ||
| 1359 | "unaligned exception which required\n" | ||
| 1360 | "kernel assistance, which degrades " | ||
| 1361 | "the performance of the application.\n" | ||
| 1362 | "Unaligned exception warnings have " | ||
| 1363 | "been disabled by the system " | ||
| 1364 | "administrator\n" | ||
| 1365 | "echo 0 > /proc/sys/kernel/ignore-" | ||
| 1366 | "unaligned-usertrap to re-enable\n", | ||
| 1367 | current->comm, current->pid); | ||
| 1368 | } | ||
| 1344 | } | 1369 | } |
| 1345 | } else { | 1370 | } else { |
| 1346 | if (within_logging_rate_limit()) | 1371 | if (within_logging_rate_limit()) |
diff --git a/arch/ia64/mm/contig.c b/arch/ia64/mm/contig.c index acaaec4e4681..9855ba318094 100644 --- a/arch/ia64/mm/contig.c +++ b/arch/ia64/mm/contig.c | |||
| @@ -181,13 +181,15 @@ per_cpu_init (void) | |||
| 181 | { | 181 | { |
| 182 | void *cpu_data; | 182 | void *cpu_data; |
| 183 | int cpu; | 183 | int cpu; |
| 184 | static int first_time=1; | ||
| 184 | 185 | ||
| 185 | /* | 186 | /* |
| 186 | * get_free_pages() cannot be used before cpu_init() done. BSP | 187 | * get_free_pages() cannot be used before cpu_init() done. BSP |
| 187 | * allocates "NR_CPUS" pages for all CPUs to avoid that AP calls | 188 | * allocates "NR_CPUS" pages for all CPUs to avoid that AP calls |
| 188 | * get_zeroed_page(). | 189 | * get_zeroed_page(). |
| 189 | */ | 190 | */ |
| 190 | if (smp_processor_id() == 0) { | 191 | if (first_time) { |
| 192 | first_time=0; | ||
| 191 | cpu_data = __alloc_bootmem(PERCPU_PAGE_SIZE * NR_CPUS, | 193 | cpu_data = __alloc_bootmem(PERCPU_PAGE_SIZE * NR_CPUS, |
| 192 | PERCPU_PAGE_SIZE, __pa(MAX_DMA_ADDRESS)); | 194 | PERCPU_PAGE_SIZE, __pa(MAX_DMA_ADDRESS)); |
| 193 | for (cpu = 0; cpu < NR_CPUS; cpu++) { | 195 | for (cpu = 0; cpu < NR_CPUS; cpu++) { |
diff --git a/arch/ia64/mm/discontig.c b/arch/ia64/mm/discontig.c index c87d6d1d5813..573d5cc63e2b 100644 --- a/arch/ia64/mm/discontig.c +++ b/arch/ia64/mm/discontig.c | |||
| @@ -528,12 +528,17 @@ void __init find_memory(void) | |||
| 528 | void *per_cpu_init(void) | 528 | void *per_cpu_init(void) |
| 529 | { | 529 | { |
| 530 | int cpu; | 530 | int cpu; |
| 531 | static int first_time = 1; | ||
| 532 | |||
| 531 | 533 | ||
| 532 | if (smp_processor_id() != 0) | 534 | if (smp_processor_id() != 0) |
| 533 | return __per_cpu_start + __per_cpu_offset[smp_processor_id()]; | 535 | return __per_cpu_start + __per_cpu_offset[smp_processor_id()]; |
| 534 | 536 | ||
| 535 | for (cpu = 0; cpu < NR_CPUS; cpu++) | 537 | if (first_time) { |
| 536 | per_cpu(local_per_cpu_offset, cpu) = __per_cpu_offset[cpu]; | 538 | first_time = 0; |
| 539 | for (cpu = 0; cpu < NR_CPUS; cpu++) | ||
| 540 | per_cpu(local_per_cpu_offset, cpu) = __per_cpu_offset[cpu]; | ||
| 541 | } | ||
| 537 | 542 | ||
| 538 | return __per_cpu_start + __per_cpu_offset[smp_processor_id()]; | 543 | return __per_cpu_start + __per_cpu_offset[smp_processor_id()]; |
| 539 | } | 544 | } |
diff --git a/arch/ia64/pci/pci.c b/arch/ia64/pci/pci.c index 0b30ca006286..9ba32b2d96d0 100644 --- a/arch/ia64/pci/pci.c +++ b/arch/ia64/pci/pci.c | |||
| @@ -579,7 +579,7 @@ pcibios_align_resource (void *data, struct resource *res, | |||
| 579 | char * __init | 579 | char * __init |
| 580 | pcibios_setup (char *str) | 580 | pcibios_setup (char *str) |
| 581 | { | 581 | { |
| 582 | return NULL; | 582 | return str; |
| 583 | } | 583 | } |
| 584 | 584 | ||
| 585 | int | 585 | int |
diff --git a/arch/ia64/sn/kernel/Makefile b/arch/ia64/sn/kernel/Makefile index 3e9b4eea7418..ab9c48c88012 100644 --- a/arch/ia64/sn/kernel/Makefile +++ b/arch/ia64/sn/kernel/Makefile | |||
| @@ -10,7 +10,8 @@ | |||
| 10 | CPPFLAGS += -I$(srctree)/arch/ia64/sn/include | 10 | CPPFLAGS += -I$(srctree)/arch/ia64/sn/include |
| 11 | 11 | ||
| 12 | obj-y += setup.o bte.o bte_error.o irq.o mca.o idle.o \ | 12 | obj-y += setup.o bte.o bte_error.o irq.o mca.o idle.o \ |
| 13 | huberror.o io_init.o iomv.o klconflib.o sn2/ | 13 | huberror.o io_init.o iomv.o klconflib.o pio_phys.o \ |
| 14 | sn2/ | ||
| 14 | obj-$(CONFIG_IA64_GENERIC) += machvec.o | 15 | obj-$(CONFIG_IA64_GENERIC) += machvec.o |
| 15 | obj-$(CONFIG_SGI_TIOCX) += tiocx.o | 16 | obj-$(CONFIG_SGI_TIOCX) += tiocx.o |
| 16 | obj-$(CONFIG_IA64_SGI_SN_XP) += xp.o | 17 | obj-$(CONFIG_IA64_SGI_SN_XP) += xp.o |
diff --git a/arch/ia64/sn/kernel/io_init.c b/arch/ia64/sn/kernel/io_init.c index 3edef0d32f86..dfb3f2902379 100644 --- a/arch/ia64/sn/kernel/io_init.c +++ b/arch/ia64/sn/kernel/io_init.c | |||
| @@ -716,4 +716,3 @@ EXPORT_SYMBOL(sn_pci_unfixup_slot); | |||
| 716 | EXPORT_SYMBOL(sn_pci_controller_fixup); | 716 | EXPORT_SYMBOL(sn_pci_controller_fixup); |
| 717 | EXPORT_SYMBOL(sn_bus_store_sysdata); | 717 | EXPORT_SYMBOL(sn_bus_store_sysdata); |
| 718 | EXPORT_SYMBOL(sn_bus_free_sysdata); | 718 | EXPORT_SYMBOL(sn_bus_free_sysdata); |
| 719 | EXPORT_SYMBOL(sn_pcidev_info_get); | ||
diff --git a/arch/ia64/sn/kernel/pio_phys.S b/arch/ia64/sn/kernel/pio_phys.S new file mode 100644 index 000000000000..3c7d48d6ecb8 --- /dev/null +++ b/arch/ia64/sn/kernel/pio_phys.S | |||
| @@ -0,0 +1,71 @@ | |||
| 1 | /* | ||
| 2 | * This file is subject to the terms and conditions of the GNU General Public | ||
| 3 | * License. See the file "COPYING" in the main directory of this archive | ||
| 4 | * for more details. | ||
| 5 | * | ||
| 6 | * Copyright (C) 2000-2005 Silicon Graphics, Inc. All rights reserved. | ||
| 7 | * | ||
| 8 | * This file contains macros used to access MMR registers via | ||
| 9 | * uncached physical addresses. | ||
| 10 | * pio_phys_read_mmr - read an MMR | ||
| 11 | * pio_phys_write_mmr - write an MMR | ||
| 12 | * pio_atomic_phys_write_mmrs - atomically write 1 or 2 MMRs with psr.ic=0 | ||
| 13 | * Second MMR will be skipped if address is NULL | ||
| 14 | * | ||
| 15 | * Addresses passed to these routines should be uncached physical addresses | ||
| 16 | * ie., 0x80000.... | ||
| 17 | */ | ||
| 18 | |||
| 19 | |||
| 20 | |||
| 21 | #include <asm/asmmacro.h> | ||
| 22 | #include <asm/page.h> | ||
| 23 | |||
| 24 | GLOBAL_ENTRY(pio_phys_read_mmr) | ||
| 25 | .prologue | ||
| 26 | .regstk 1,0,0,0 | ||
| 27 | .body | ||
| 28 | mov r2=psr | ||
| 29 | rsm psr.i | psr.dt | ||
| 30 | ;; | ||
| 31 | srlz.d | ||
| 32 | ld8.acq r8=[r32] | ||
| 33 | ;; | ||
| 34 | mov psr.l=r2;; | ||
| 35 | srlz.d | ||
| 36 | br.ret.sptk.many rp | ||
| 37 | END(pio_phys_read_mmr) | ||
| 38 | |||
| 39 | GLOBAL_ENTRY(pio_phys_write_mmr) | ||
| 40 | .prologue | ||
| 41 | .regstk 2,0,0,0 | ||
| 42 | .body | ||
| 43 | mov r2=psr | ||
| 44 | rsm psr.i | psr.dt | ||
| 45 | ;; | ||
| 46 | srlz.d | ||
| 47 | st8.rel [r32]=r33 | ||
| 48 | ;; | ||
| 49 | mov psr.l=r2;; | ||
| 50 | srlz.d | ||
| 51 | br.ret.sptk.many rp | ||
| 52 | END(pio_phys_write_mmr) | ||
| 53 | |||
| 54 | GLOBAL_ENTRY(pio_atomic_phys_write_mmrs) | ||
| 55 | .prologue | ||
| 56 | .regstk 4,0,0,0 | ||
| 57 | .body | ||
| 58 | mov r2=psr | ||
| 59 | cmp.ne p9,p0=r34,r0; | ||
| 60 | rsm psr.i | psr.dt | psr.ic | ||
| 61 | ;; | ||
| 62 | srlz.d | ||
| 63 | st8.rel [r32]=r33 | ||
| 64 | (p9) st8.rel [r34]=r35 | ||
| 65 | ;; | ||
| 66 | mov psr.l=r2;; | ||
| 67 | srlz.d | ||
| 68 | br.ret.sptk.many rp | ||
| 69 | END(pio_atomic_phys_write_mmrs) | ||
| 70 | |||
| 71 | |||
diff --git a/arch/ia64/sn/kernel/setup.c b/arch/ia64/sn/kernel/setup.c index 5b84836c2171..8b6d5c844708 100644 --- a/arch/ia64/sn/kernel/setup.c +++ b/arch/ia64/sn/kernel/setup.c | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * License. See the file "COPYING" in the main directory of this archive | 3 | * License. See the file "COPYING" in the main directory of this archive |
| 4 | * for more details. | 4 | * for more details. |
| 5 | * | 5 | * |
| 6 | * Copyright (C) 1999,2001-2005 Silicon Graphics, Inc. All rights reserved. | 6 | * Copyright (C) 1999,2001-2006 Silicon Graphics, Inc. All rights reserved. |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | #include <linux/config.h> | 9 | #include <linux/config.h> |
| @@ -498,6 +498,7 @@ void __init sn_setup(char **cmdline_p) | |||
| 498 | * for sn. | 498 | * for sn. |
| 499 | */ | 499 | */ |
| 500 | pm_power_off = ia64_sn_power_down; | 500 | pm_power_off = ia64_sn_power_down; |
| 501 | current->thread.flags |= IA64_THREAD_MIGRATION; | ||
| 501 | } | 502 | } |
| 502 | 503 | ||
| 503 | /** | 504 | /** |
| @@ -660,7 +661,8 @@ void __init sn_cpu_init(void) | |||
| 660 | SH2_PIO_WRITE_STATUS_1, SH2_PIO_WRITE_STATUS_3}; | 661 | SH2_PIO_WRITE_STATUS_1, SH2_PIO_WRITE_STATUS_3}; |
| 661 | u64 *pio; | 662 | u64 *pio; |
| 662 | pio = is_shub1() ? pio1 : pio2; | 663 | pio = is_shub1() ? pio1 : pio2; |
| 663 | pda->pio_write_status_addr = (volatile unsigned long *) LOCAL_MMR_ADDR(pio[slice]); | 664 | pda->pio_write_status_addr = |
| 665 | (volatile unsigned long *)GLOBAL_MMR_ADDR(nasid, pio[slice]); | ||
| 664 | pda->pio_write_status_val = is_shub1() ? SH_PIO_WRITE_STATUS_PENDING_WRITE_COUNT_MASK : 0; | 666 | pda->pio_write_status_val = is_shub1() ? SH_PIO_WRITE_STATUS_PENDING_WRITE_COUNT_MASK : 0; |
| 665 | } | 667 | } |
| 666 | 668 | ||
diff --git a/arch/ia64/sn/kernel/sn2/sn2_smp.c b/arch/ia64/sn/kernel/sn2/sn2_smp.c index 24eefb2fc55f..d9d306c79f2d 100644 --- a/arch/ia64/sn/kernel/sn2/sn2_smp.c +++ b/arch/ia64/sn/kernel/sn2/sn2_smp.c | |||
| @@ -93,6 +93,27 @@ static inline unsigned long wait_piowc(void) | |||
| 93 | return (ws & SH_PIO_WRITE_STATUS_WRITE_DEADLOCK_MASK) != 0; | 93 | return (ws & SH_PIO_WRITE_STATUS_WRITE_DEADLOCK_MASK) != 0; |
| 94 | } | 94 | } |
| 95 | 95 | ||
| 96 | /** | ||
| 97 | * sn_migrate - SN-specific task migration actions | ||
| 98 | * @task: Task being migrated to new CPU | ||
| 99 | * | ||
| 100 | * SN2 PIO writes from separate CPUs are not guaranteed to arrive in order. | ||
| 101 | * Context switching user threads which have memory-mapped MMIO may cause | ||
| 102 | * PIOs to issue from seperate CPUs, thus the PIO writes must be drained | ||
| 103 | * from the previous CPU's Shub before execution resumes on the new CPU. | ||
| 104 | */ | ||
| 105 | void sn_migrate(struct task_struct *task) | ||
| 106 | { | ||
| 107 | pda_t *last_pda = pdacpu(task_thread_info(task)->last_cpu); | ||
| 108 | volatile unsigned long *adr = last_pda->pio_write_status_addr; | ||
| 109 | unsigned long val = last_pda->pio_write_status_val; | ||
| 110 | |||
| 111 | /* Drain PIO writes from old CPU's Shub */ | ||
| 112 | while (unlikely((*adr & SH_PIO_WRITE_STATUS_PENDING_WRITE_COUNT_MASK) | ||
| 113 | != val)) | ||
| 114 | cpu_relax(); | ||
| 115 | } | ||
| 116 | |||
| 96 | void sn_tlb_migrate_finish(struct mm_struct *mm) | 117 | void sn_tlb_migrate_finish(struct mm_struct *mm) |
| 97 | { | 118 | { |
| 98 | /* flush_tlb_mm is inefficient if more than 1 users of mm */ | 119 | /* flush_tlb_mm is inefficient if more than 1 users of mm */ |
| @@ -446,7 +467,7 @@ static struct proc_dir_entry *proc_sn2_ptc; | |||
| 446 | static int __init sn2_ptc_init(void) | 467 | static int __init sn2_ptc_init(void) |
| 447 | { | 468 | { |
| 448 | if (!ia64_platform_is("sn2")) | 469 | if (!ia64_platform_is("sn2")) |
| 449 | return -ENOSYS; | 470 | return 0; |
| 450 | 471 | ||
| 451 | if (!(proc_sn2_ptc = create_proc_entry(PTC_BASENAME, 0444, NULL))) { | 472 | if (!(proc_sn2_ptc = create_proc_entry(PTC_BASENAME, 0444, NULL))) { |
| 452 | printk(KERN_ERR "unable to create %s proc entry", PTC_BASENAME); | 473 | printk(KERN_ERR "unable to create %s proc entry", PTC_BASENAME); |
diff --git a/arch/ia64/sn/kernel/tiocx.c b/arch/ia64/sn/kernel/tiocx.c index 8a56f8b5ffa2..99cb28e74295 100644 --- a/arch/ia64/sn/kernel/tiocx.c +++ b/arch/ia64/sn/kernel/tiocx.c | |||
| @@ -484,7 +484,7 @@ static int __init tiocx_init(void) | |||
| 484 | int found_tiocx_device = 0; | 484 | int found_tiocx_device = 0; |
| 485 | 485 | ||
| 486 | if (!ia64_platform_is("sn2")) | 486 | if (!ia64_platform_is("sn2")) |
| 487 | return -ENODEV; | 487 | return 0; |
| 488 | 488 | ||
| 489 | bus_register(&tiocx_bus_type); | 489 | bus_register(&tiocx_bus_type); |
| 490 | 490 | ||
diff --git a/arch/ia64/sn/pci/tioce_provider.c b/arch/ia64/sn/pci/tioce_provider.c index e52831ed93eb..fa073cc4b565 100644 --- a/arch/ia64/sn/pci/tioce_provider.c +++ b/arch/ia64/sn/pci/tioce_provider.c | |||
| @@ -15,6 +15,124 @@ | |||
| 15 | #include <asm/sn/pcidev.h> | 15 | #include <asm/sn/pcidev.h> |
| 16 | #include <asm/sn/pcibus_provider_defs.h> | 16 | #include <asm/sn/pcibus_provider_defs.h> |
| 17 | #include <asm/sn/tioce_provider.h> | 17 | #include <asm/sn/tioce_provider.h> |
| 18 | #include <asm/sn/sn2/sn_hwperf.h> | ||
| 19 | |||
| 20 | /* | ||
| 21 | * 1/26/2006 | ||
| 22 | * | ||
| 23 | * WAR for SGI PV 944642. For revA TIOCE, need to use the following recipe | ||
| 24 | * (taken from the above PV) before and after accessing tioce internal MMR's | ||
| 25 | * to avoid tioce lockups. | ||
| 26 | * | ||
| 27 | * The recipe as taken from the PV: | ||
| 28 | * | ||
| 29 | * if(mmr address < 0x45000) { | ||
| 30 | * if(mmr address == 0 or 0x80) | ||
| 31 | * mmr wrt or read address 0xc0 | ||
| 32 | * else if(mmr address == 0x148 or 0x200) | ||
| 33 | * mmr wrt or read address 0x28 | ||
| 34 | * else | ||
| 35 | * mmr wrt or read address 0x158 | ||
| 36 | * | ||
| 37 | * do desired mmr access (rd or wrt) | ||
| 38 | * | ||
| 39 | * if(mmr address == 0x100) | ||
| 40 | * mmr wrt or read address 0x38 | ||
| 41 | * mmr wrt or read address 0xb050 | ||
| 42 | * } else | ||
| 43 | * do desired mmr access | ||
| 44 | * | ||
| 45 | * According to hw, we can use reads instead of writes to the above addres | ||
| 46 | * | ||
| 47 | * Note this WAR can only to be used for accessing internal MMR's in the | ||
| 48 | * TIOCE Coretalk Address Range 0x0 - 0x07ff_ffff. This includes the | ||
| 49 | * "Local CE Registers and Memories" and "PCI Compatible Config Space" address | ||
| 50 | * spaces from table 2-1 of the "CE Programmer's Reference Overview" document. | ||
| 51 | * | ||
| 52 | * All registers defined in struct tioce will meet that criteria. | ||
| 53 | */ | ||
| 54 | |||
| 55 | static void inline | ||
| 56 | tioce_mmr_war_pre(struct tioce_kernel *kern, void *mmr_addr) | ||
| 57 | { | ||
| 58 | u64 mmr_base; | ||
| 59 | u64 mmr_offset; | ||
| 60 | |||
| 61 | if (kern->ce_common->ce_rev != TIOCE_REV_A) | ||
| 62 | return; | ||
| 63 | |||
| 64 | mmr_base = kern->ce_common->ce_pcibus.bs_base; | ||
| 65 | mmr_offset = (u64)mmr_addr - mmr_base; | ||
| 66 | |||
| 67 | if (mmr_offset < 0x45000) { | ||
| 68 | u64 mmr_war_offset; | ||
| 69 | |||
| 70 | if (mmr_offset == 0 || mmr_offset == 0x80) | ||
| 71 | mmr_war_offset = 0xc0; | ||
| 72 | else if (mmr_offset == 0x148 || mmr_offset == 0x200) | ||
| 73 | mmr_war_offset = 0x28; | ||
| 74 | else | ||
| 75 | mmr_war_offset = 0x158; | ||
| 76 | |||
| 77 | readq_relaxed((void *)(mmr_base + mmr_war_offset)); | ||
| 78 | } | ||
| 79 | } | ||
| 80 | |||
| 81 | static void inline | ||
| 82 | tioce_mmr_war_post(struct tioce_kernel *kern, void *mmr_addr) | ||
| 83 | { | ||
| 84 | u64 mmr_base; | ||
| 85 | u64 mmr_offset; | ||
| 86 | |||
| 87 | if (kern->ce_common->ce_rev != TIOCE_REV_A) | ||
| 88 | return; | ||
| 89 | |||
| 90 | mmr_base = kern->ce_common->ce_pcibus.bs_base; | ||
| 91 | mmr_offset = (u64)mmr_addr - mmr_base; | ||
| 92 | |||
| 93 | if (mmr_offset < 0x45000) { | ||
| 94 | if (mmr_offset == 0x100) | ||
| 95 | readq_relaxed((void *)(mmr_base + 0x38)); | ||
| 96 | readq_relaxed((void *)(mmr_base + 0xb050)); | ||
| 97 | } | ||
| 98 | } | ||
| 99 | |||
| 100 | /* load mmr contents into a variable */ | ||
| 101 | #define tioce_mmr_load(kern, mmrp, varp) do {\ | ||
| 102 | tioce_mmr_war_pre(kern, mmrp); \ | ||
| 103 | *(varp) = readq_relaxed(mmrp); \ | ||
| 104 | tioce_mmr_war_post(kern, mmrp); \ | ||
| 105 | } while (0) | ||
| 106 | |||
| 107 | /* store variable contents into mmr */ | ||
| 108 | #define tioce_mmr_store(kern, mmrp, varp) do {\ | ||
| 109 | tioce_mmr_war_pre(kern, mmrp); \ | ||
| 110 | writeq(*varp, mmrp); \ | ||
| 111 | tioce_mmr_war_post(kern, mmrp); \ | ||
| 112 | } while (0) | ||
| 113 | |||
| 114 | /* store immediate value into mmr */ | ||
| 115 | #define tioce_mmr_storei(kern, mmrp, val) do {\ | ||
| 116 | tioce_mmr_war_pre(kern, mmrp); \ | ||
| 117 | writeq(val, mmrp); \ | ||
| 118 | tioce_mmr_war_post(kern, mmrp); \ | ||
| 119 | } while (0) | ||
| 120 | |||
| 121 | /* set bits (immediate value) into mmr */ | ||
| 122 | #define tioce_mmr_seti(kern, mmrp, bits) do {\ | ||
| 123 | u64 tmp; \ | ||
| 124 | tioce_mmr_load(kern, mmrp, &tmp); \ | ||
| 125 | tmp |= (bits); \ | ||
| 126 | tioce_mmr_store(kern, mmrp, &tmp); \ | ||
| 127 | } while (0) | ||
| 128 | |||
| 129 | /* clear bits (immediate value) into mmr */ | ||
| 130 | #define tioce_mmr_clri(kern, mmrp, bits) do { \ | ||
| 131 | u64 tmp; \ | ||
| 132 | tioce_mmr_load(kern, mmrp, &tmp); \ | ||
| 133 | tmp &= ~(bits); \ | ||
| 134 | tioce_mmr_store(kern, mmrp, &tmp); \ | ||
| 135 | } while (0) | ||
| 18 | 136 | ||
| 19 | /** | 137 | /** |
| 20 | * Bus address ranges for the 5 flavors of TIOCE DMA | 138 | * Bus address ranges for the 5 flavors of TIOCE DMA |
| @@ -62,9 +180,9 @@ | |||
| 62 | #define TIOCE_ATE_M40 2 | 180 | #define TIOCE_ATE_M40 2 |
| 63 | #define TIOCE_ATE_M40S 3 | 181 | #define TIOCE_ATE_M40S 3 |
| 64 | 182 | ||
| 65 | #define KB(x) ((x) << 10) | 183 | #define KB(x) ((u64)(x) << 10) |
| 66 | #define MB(x) ((x) << 20) | 184 | #define MB(x) ((u64)(x) << 20) |
| 67 | #define GB(x) ((x) << 30) | 185 | #define GB(x) ((u64)(x) << 30) |
| 68 | 186 | ||
| 69 | /** | 187 | /** |
| 70 | * tioce_dma_d64 - create a DMA mapping using 64-bit direct mode | 188 | * tioce_dma_d64 - create a DMA mapping using 64-bit direct mode |
| @@ -151,7 +269,7 @@ tioce_alloc_map(struct tioce_kernel *ce_kern, int type, int port, | |||
| 151 | int last; | 269 | int last; |
| 152 | int entries; | 270 | int entries; |
| 153 | int nates; | 271 | int nates; |
| 154 | int pagesize; | 272 | u64 pagesize; |
| 155 | u64 *ate_shadow; | 273 | u64 *ate_shadow; |
| 156 | u64 *ate_reg; | 274 | u64 *ate_reg; |
| 157 | u64 addr; | 275 | u64 addr; |
| @@ -228,7 +346,7 @@ tioce_alloc_map(struct tioce_kernel *ce_kern, int type, int port, | |||
| 228 | 346 | ||
| 229 | ate = ATE_MAKE(addr, pagesize); | 347 | ate = ATE_MAKE(addr, pagesize); |
| 230 | ate_shadow[i + j] = ate; | 348 | ate_shadow[i + j] = ate; |
| 231 | writeq(ate, &ate_reg[i + j]); | 349 | tioce_mmr_storei(ce_kern, &ate_reg[i + j], ate); |
| 232 | addr += pagesize; | 350 | addr += pagesize; |
| 233 | } | 351 | } |
| 234 | 352 | ||
| @@ -272,7 +390,8 @@ tioce_dma_d32(struct pci_dev *pdev, u64 ct_addr) | |||
| 272 | u64 tmp; | 390 | u64 tmp; |
| 273 | 391 | ||
| 274 | ce_kern->ce_port[port].dirmap_shadow = ct_upper; | 392 | ce_kern->ce_port[port].dirmap_shadow = ct_upper; |
| 275 | writeq(ct_upper, &ce_mmr->ce_ure_dir_map[port]); | 393 | tioce_mmr_storei(ce_kern, &ce_mmr->ce_ure_dir_map[port], |
| 394 | ct_upper); | ||
| 276 | tmp = ce_mmr->ce_ure_dir_map[port]; | 395 | tmp = ce_mmr->ce_ure_dir_map[port]; |
| 277 | dma_ok = 1; | 396 | dma_ok = 1; |
| 278 | } else | 397 | } else |
| @@ -344,7 +463,8 @@ tioce_dma_unmap(struct pci_dev *pdev, dma_addr_t bus_addr, int dir) | |||
| 344 | if (TIOCE_D32_ADDR(bus_addr)) { | 463 | if (TIOCE_D32_ADDR(bus_addr)) { |
| 345 | if (--ce_kern->ce_port[port].dirmap_refcnt == 0) { | 464 | if (--ce_kern->ce_port[port].dirmap_refcnt == 0) { |
| 346 | ce_kern->ce_port[port].dirmap_shadow = 0; | 465 | ce_kern->ce_port[port].dirmap_shadow = 0; |
| 347 | writeq(0, &ce_mmr->ce_ure_dir_map[port]); | 466 | tioce_mmr_storei(ce_kern, &ce_mmr->ce_ure_dir_map[port], |
| 467 | 0); | ||
| 348 | } | 468 | } |
| 349 | } else { | 469 | } else { |
| 350 | struct tioce_dmamap *map; | 470 | struct tioce_dmamap *map; |
| @@ -365,7 +485,7 @@ tioce_dma_unmap(struct pci_dev *pdev, dma_addr_t bus_addr, int dir) | |||
| 365 | } else if (--map->refcnt == 0) { | 485 | } else if (--map->refcnt == 0) { |
| 366 | for (i = 0; i < map->ate_count; i++) { | 486 | for (i = 0; i < map->ate_count; i++) { |
| 367 | map->ate_shadow[i] = 0; | 487 | map->ate_shadow[i] = 0; |
| 368 | map->ate_hw[i] = 0; | 488 | tioce_mmr_storei(ce_kern, &map->ate_hw[i], 0); |
| 369 | } | 489 | } |
| 370 | 490 | ||
| 371 | list_del(&map->ce_dmamap_list); | 491 | list_del(&map->ce_dmamap_list); |
| @@ -486,7 +606,7 @@ tioce_do_dma_map(struct pci_dev *pdev, u64 paddr, size_t byte_count, | |||
| 486 | spin_unlock_irqrestore(&ce_kern->ce_lock, flags); | 606 | spin_unlock_irqrestore(&ce_kern->ce_lock, flags); |
| 487 | 607 | ||
| 488 | dma_map_done: | 608 | dma_map_done: |
| 489 | if (mapaddr & barrier) | 609 | if (mapaddr && barrier) |
| 490 | mapaddr = tioce_dma_barrier(mapaddr, 1); | 610 | mapaddr = tioce_dma_barrier(mapaddr, 1); |
| 491 | 611 | ||
| 492 | return mapaddr; | 612 | return mapaddr; |
| @@ -541,17 +661,61 @@ tioce_error_intr_handler(int irq, void *arg, struct pt_regs *pt) | |||
| 541 | soft->ce_pcibus.bs_persist_segment, | 661 | soft->ce_pcibus.bs_persist_segment, |
| 542 | soft->ce_pcibus.bs_persist_busnum, 0, 0, 0, 0, 0); | 662 | soft->ce_pcibus.bs_persist_busnum, 0, 0, 0, 0, 0); |
| 543 | 663 | ||
| 664 | if (ret_stuff.v0) | ||
| 665 | panic("tioce_error_intr_handler: Fatal TIOCE error"); | ||
| 666 | |||
| 544 | return IRQ_HANDLED; | 667 | return IRQ_HANDLED; |
| 545 | } | 668 | } |
| 546 | 669 | ||
| 547 | /** | 670 | /** |
| 671 | * tioce_reserve_m32 - reserve M32 ate's for the indicated address range | ||
| 672 | * @tioce_kernel: TIOCE context to reserve ate's for | ||
| 673 | * @base: starting bus address to reserve | ||
| 674 | * @limit: last bus address to reserve | ||
| 675 | * | ||
| 676 | * If base/limit falls within the range of bus space mapped through the | ||
| 677 | * M32 space, reserve the resources corresponding to the range. | ||
| 678 | */ | ||
| 679 | static void | ||
| 680 | tioce_reserve_m32(struct tioce_kernel *ce_kern, u64 base, u64 limit) | ||
| 681 | { | ||
| 682 | int ate_index, last_ate, ps; | ||
| 683 | struct tioce *ce_mmr; | ||
| 684 | |||
| 685 | if (!TIOCE_M32_ADDR(base)) | ||
| 686 | return; | ||
| 687 | |||
| 688 | ce_mmr = (struct tioce *)ce_kern->ce_common->ce_pcibus.bs_base; | ||
| 689 | ps = ce_kern->ce_ate3240_pagesize; | ||
| 690 | ate_index = ATE_PAGE(base, ps); | ||
| 691 | last_ate = ate_index + ATE_NPAGES(base, limit-base+1, ps) - 1; | ||
| 692 | |||
| 693 | if (ate_index < 64) | ||
| 694 | ate_index = 64; | ||
| 695 | |||
| 696 | while (ate_index <= last_ate) { | ||
| 697 | u64 ate; | ||
| 698 | |||
| 699 | ate = ATE_MAKE(0xdeadbeef, ps); | ||
| 700 | ce_kern->ce_ate3240_shadow[ate_index] = ate; | ||
| 701 | tioce_mmr_storei(ce_kern, &ce_mmr->ce_ure_ate3240[ate_index], | ||
| 702 | ate); | ||
| 703 | ate_index++; | ||
| 704 | } | ||
| 705 | } | ||
| 706 | |||
| 707 | /** | ||
| 548 | * tioce_kern_init - init kernel structures related to a given TIOCE | 708 | * tioce_kern_init - init kernel structures related to a given TIOCE |
| 549 | * @tioce_common: ptr to a cached tioce_common struct that originated in prom | 709 | * @tioce_common: ptr to a cached tioce_common struct that originated in prom |
| 550 | */ static struct tioce_kernel * | 710 | */ |
| 711 | static struct tioce_kernel * | ||
| 551 | tioce_kern_init(struct tioce_common *tioce_common) | 712 | tioce_kern_init(struct tioce_common *tioce_common) |
| 552 | { | 713 | { |
| 553 | int i; | 714 | int i; |
| 715 | int ps; | ||
| 716 | int dev; | ||
| 554 | u32 tmp; | 717 | u32 tmp; |
| 718 | unsigned int seg, bus; | ||
| 555 | struct tioce *tioce_mmr; | 719 | struct tioce *tioce_mmr; |
| 556 | struct tioce_kernel *tioce_kern; | 720 | struct tioce_kernel *tioce_kern; |
| 557 | 721 | ||
| @@ -572,9 +736,10 @@ tioce_kern_init(struct tioce_common *tioce_common) | |||
| 572 | * here to use pci_read_config_xxx() so use the raw_pci_ops vector. | 736 | * here to use pci_read_config_xxx() so use the raw_pci_ops vector. |
| 573 | */ | 737 | */ |
| 574 | 738 | ||
| 575 | raw_pci_ops->read(tioce_common->ce_pcibus.bs_persist_segment, | 739 | seg = tioce_common->ce_pcibus.bs_persist_segment; |
| 576 | tioce_common->ce_pcibus.bs_persist_busnum, | 740 | bus = tioce_common->ce_pcibus.bs_persist_busnum; |
| 577 | PCI_DEVFN(2, 0), PCI_SECONDARY_BUS, 1, &tmp); | 741 | |
| 742 | raw_pci_ops->read(seg, bus, PCI_DEVFN(2, 0), PCI_SECONDARY_BUS, 1,&tmp); | ||
| 578 | tioce_kern->ce_port1_secondary = (u8) tmp; | 743 | tioce_kern->ce_port1_secondary = (u8) tmp; |
| 579 | 744 | ||
| 580 | /* | 745 | /* |
| @@ -583,18 +748,76 @@ tioce_kern_init(struct tioce_common *tioce_common) | |||
| 583 | */ | 748 | */ |
| 584 | 749 | ||
| 585 | tioce_mmr = (struct tioce *)tioce_common->ce_pcibus.bs_base; | 750 | tioce_mmr = (struct tioce *)tioce_common->ce_pcibus.bs_base; |
| 586 | __sn_clrq_relaxed(&tioce_mmr->ce_ure_page_map, CE_URE_PAGESIZE_MASK); | 751 | tioce_mmr_clri(tioce_kern, &tioce_mmr->ce_ure_page_map, |
| 587 | __sn_setq_relaxed(&tioce_mmr->ce_ure_page_map, CE_URE_256K_PAGESIZE); | 752 | CE_URE_PAGESIZE_MASK); |
| 588 | tioce_kern->ce_ate3240_pagesize = KB(256); | 753 | tioce_mmr_seti(tioce_kern, &tioce_mmr->ce_ure_page_map, |
| 754 | CE_URE_256K_PAGESIZE); | ||
| 755 | ps = tioce_kern->ce_ate3240_pagesize = KB(256); | ||
| 589 | 756 | ||
| 590 | for (i = 0; i < TIOCE_NUM_M40_ATES; i++) { | 757 | for (i = 0; i < TIOCE_NUM_M40_ATES; i++) { |
| 591 | tioce_kern->ce_ate40_shadow[i] = 0; | 758 | tioce_kern->ce_ate40_shadow[i] = 0; |
| 592 | writeq(0, &tioce_mmr->ce_ure_ate40[i]); | 759 | tioce_mmr_storei(tioce_kern, &tioce_mmr->ce_ure_ate40[i], 0); |
| 593 | } | 760 | } |
| 594 | 761 | ||
| 595 | for (i = 0; i < TIOCE_NUM_M3240_ATES; i++) { | 762 | for (i = 0; i < TIOCE_NUM_M3240_ATES; i++) { |
| 596 | tioce_kern->ce_ate3240_shadow[i] = 0; | 763 | tioce_kern->ce_ate3240_shadow[i] = 0; |
| 597 | writeq(0, &tioce_mmr->ce_ure_ate3240[i]); | 764 | tioce_mmr_storei(tioce_kern, &tioce_mmr->ce_ure_ate3240[i], 0); |
| 765 | } | ||
| 766 | |||
| 767 | /* | ||
| 768 | * Reserve ATE's corresponding to reserved address ranges. These | ||
| 769 | * include: | ||
| 770 | * | ||
| 771 | * Memory space covered by each PPB mem base/limit register | ||
| 772 | * Memory space covered by each PPB prefetch base/limit register | ||
| 773 | * | ||
| 774 | * These bus ranges are for pio (downstream) traffic only, and so | ||
| 775 | * cannot be used for DMA. | ||
| 776 | */ | ||
| 777 | |||
| 778 | for (dev = 1; dev <= 2; dev++) { | ||
| 779 | u64 base, limit; | ||
| 780 | |||
| 781 | /* mem base/limit */ | ||
| 782 | |||
| 783 | raw_pci_ops->read(seg, bus, PCI_DEVFN(dev, 0), | ||
| 784 | PCI_MEMORY_BASE, 2, &tmp); | ||
| 785 | base = (u64)tmp << 16; | ||
| 786 | |||
| 787 | raw_pci_ops->read(seg, bus, PCI_DEVFN(dev, 0), | ||
| 788 | PCI_MEMORY_LIMIT, 2, &tmp); | ||
| 789 | limit = (u64)tmp << 16; | ||
| 790 | limit |= 0xfffffUL; | ||
| 791 | |||
| 792 | if (base < limit) | ||
| 793 | tioce_reserve_m32(tioce_kern, base, limit); | ||
| 794 | |||
| 795 | /* | ||
| 796 | * prefetch mem base/limit. The tioce ppb's have 64-bit | ||
| 797 | * decoders, so read the upper portions w/o checking the | ||
| 798 | * attributes. | ||
| 799 | */ | ||
| 800 | |||
| 801 | raw_pci_ops->read(seg, bus, PCI_DEVFN(dev, 0), | ||
| 802 | PCI_PREF_MEMORY_BASE, 2, &tmp); | ||
| 803 | base = ((u64)tmp & PCI_PREF_RANGE_MASK) << 16; | ||
| 804 | |||
| 805 | raw_pci_ops->read(seg, bus, PCI_DEVFN(dev, 0), | ||
| 806 | PCI_PREF_BASE_UPPER32, 4, &tmp); | ||
| 807 | base |= (u64)tmp << 32; | ||
| 808 | |||
| 809 | raw_pci_ops->read(seg, bus, PCI_DEVFN(dev, 0), | ||
| 810 | PCI_PREF_MEMORY_LIMIT, 2, &tmp); | ||
| 811 | |||
| 812 | limit = ((u64)tmp & PCI_PREF_RANGE_MASK) << 16; | ||
| 813 | limit |= 0xfffffUL; | ||
| 814 | |||
| 815 | raw_pci_ops->read(seg, bus, PCI_DEVFN(dev, 0), | ||
| 816 | PCI_PREF_LIMIT_UPPER32, 4, &tmp); | ||
| 817 | limit |= (u64)tmp << 32; | ||
| 818 | |||
| 819 | if ((base < limit) && TIOCE_M32_ADDR(base)) | ||
| 820 | tioce_reserve_m32(tioce_kern, base, limit); | ||
| 598 | } | 821 | } |
| 599 | 822 | ||
| 600 | return tioce_kern; | 823 | return tioce_kern; |
| @@ -614,6 +837,7 @@ tioce_force_interrupt(struct sn_irq_info *sn_irq_info) | |||
| 614 | { | 837 | { |
| 615 | struct pcidev_info *pcidev_info; | 838 | struct pcidev_info *pcidev_info; |
| 616 | struct tioce_common *ce_common; | 839 | struct tioce_common *ce_common; |
| 840 | struct tioce_kernel *ce_kern; | ||
| 617 | struct tioce *ce_mmr; | 841 | struct tioce *ce_mmr; |
| 618 | u64 force_int_val; | 842 | u64 force_int_val; |
| 619 | 843 | ||
| @@ -629,6 +853,29 @@ tioce_force_interrupt(struct sn_irq_info *sn_irq_info) | |||
| 629 | 853 | ||
| 630 | ce_common = (struct tioce_common *)pcidev_info->pdi_pcibus_info; | 854 | ce_common = (struct tioce_common *)pcidev_info->pdi_pcibus_info; |
| 631 | ce_mmr = (struct tioce *)ce_common->ce_pcibus.bs_base; | 855 | ce_mmr = (struct tioce *)ce_common->ce_pcibus.bs_base; |
| 856 | ce_kern = (struct tioce_kernel *)ce_common->ce_kernel_private; | ||
| 857 | |||
| 858 | /* | ||
| 859 | * TIOCE Rev A workaround (PV 945826), force an interrupt by writing | ||
| 860 | * the TIO_INTx register directly (1/26/2006) | ||
| 861 | */ | ||
| 862 | if (ce_common->ce_rev == TIOCE_REV_A) { | ||
| 863 | u64 int_bit_mask = (1ULL << sn_irq_info->irq_int_bit); | ||
| 864 | u64 status; | ||
| 865 | |||
| 866 | tioce_mmr_load(ce_kern, &ce_mmr->ce_adm_int_status, &status); | ||
| 867 | if (status & int_bit_mask) { | ||
| 868 | u64 force_irq = (1 << 8) | sn_irq_info->irq_irq; | ||
| 869 | u64 ctalk = sn_irq_info->irq_xtalkaddr; | ||
| 870 | u64 nasid, offset; | ||
| 871 | |||
| 872 | nasid = (ctalk & CTALK_NASID_MASK) >> CTALK_NASID_SHFT; | ||
| 873 | offset = (ctalk & CTALK_NODE_OFFSET); | ||
| 874 | HUB_S(TIO_IOSPACE_ADDR(nasid, offset), force_irq); | ||
| 875 | } | ||
| 876 | |||
| 877 | return; | ||
| 878 | } | ||
| 632 | 879 | ||
| 633 | /* | 880 | /* |
| 634 | * irq_int_bit is originally set up by prom, and holds the interrupt | 881 | * irq_int_bit is originally set up by prom, and holds the interrupt |
| @@ -666,7 +913,7 @@ tioce_force_interrupt(struct sn_irq_info *sn_irq_info) | |||
| 666 | default: | 913 | default: |
| 667 | return; | 914 | return; |
| 668 | } | 915 | } |
| 669 | writeq(force_int_val, &ce_mmr->ce_adm_force_int); | 916 | tioce_mmr_storei(ce_kern, &ce_mmr->ce_adm_force_int, force_int_val); |
| 670 | } | 917 | } |
| 671 | 918 | ||
| 672 | /** | 919 | /** |
| @@ -685,6 +932,7 @@ tioce_target_interrupt(struct sn_irq_info *sn_irq_info) | |||
| 685 | { | 932 | { |
| 686 | struct pcidev_info *pcidev_info; | 933 | struct pcidev_info *pcidev_info; |
| 687 | struct tioce_common *ce_common; | 934 | struct tioce_common *ce_common; |
| 935 | struct tioce_kernel *ce_kern; | ||
| 688 | struct tioce *ce_mmr; | 936 | struct tioce *ce_mmr; |
| 689 | int bit; | 937 | int bit; |
| 690 | u64 vector; | 938 | u64 vector; |
| @@ -695,14 +943,15 @@ tioce_target_interrupt(struct sn_irq_info *sn_irq_info) | |||
| 695 | 943 | ||
| 696 | ce_common = (struct tioce_common *)pcidev_info->pdi_pcibus_info; | 944 | ce_common = (struct tioce_common *)pcidev_info->pdi_pcibus_info; |
| 697 | ce_mmr = (struct tioce *)ce_common->ce_pcibus.bs_base; | 945 | ce_mmr = (struct tioce *)ce_common->ce_pcibus.bs_base; |
| 946 | ce_kern = (struct tioce_kernel *)ce_common->ce_kernel_private; | ||
| 698 | 947 | ||
| 699 | bit = sn_irq_info->irq_int_bit; | 948 | bit = sn_irq_info->irq_int_bit; |
| 700 | 949 | ||
| 701 | __sn_setq_relaxed(&ce_mmr->ce_adm_int_mask, (1UL << bit)); | 950 | tioce_mmr_seti(ce_kern, &ce_mmr->ce_adm_int_mask, (1UL << bit)); |
| 702 | vector = (u64)sn_irq_info->irq_irq << INTR_VECTOR_SHFT; | 951 | vector = (u64)sn_irq_info->irq_irq << INTR_VECTOR_SHFT; |
| 703 | vector |= sn_irq_info->irq_xtalkaddr; | 952 | vector |= sn_irq_info->irq_xtalkaddr; |
| 704 | writeq(vector, &ce_mmr->ce_adm_int_dest[bit]); | 953 | tioce_mmr_storei(ce_kern, &ce_mmr->ce_adm_int_dest[bit], vector); |
| 705 | __sn_clrq_relaxed(&ce_mmr->ce_adm_int_mask, (1UL << bit)); | 954 | tioce_mmr_clri(ce_kern, &ce_mmr->ce_adm_int_mask, (1UL << bit)); |
| 706 | 955 | ||
| 707 | tioce_force_interrupt(sn_irq_info); | 956 | tioce_force_interrupt(sn_irq_info); |
| 708 | } | 957 | } |
| @@ -721,7 +970,11 @@ tioce_target_interrupt(struct sn_irq_info *sn_irq_info) | |||
| 721 | static void * | 970 | static void * |
| 722 | tioce_bus_fixup(struct pcibus_bussoft *prom_bussoft, struct pci_controller *controller) | 971 | tioce_bus_fixup(struct pcibus_bussoft *prom_bussoft, struct pci_controller *controller) |
| 723 | { | 972 | { |
| 973 | int my_nasid; | ||
| 974 | cnodeid_t my_cnode, mem_cnode; | ||
| 724 | struct tioce_common *tioce_common; | 975 | struct tioce_common *tioce_common; |
| 976 | struct tioce_kernel *tioce_kern; | ||
| 977 | struct tioce *tioce_mmr; | ||
| 725 | 978 | ||
| 726 | /* | 979 | /* |
| 727 | * Allocate kernel bus soft and copy from prom. | 980 | * Allocate kernel bus soft and copy from prom. |
| @@ -734,11 +987,23 @@ tioce_bus_fixup(struct pcibus_bussoft *prom_bussoft, struct pci_controller *cont | |||
| 734 | memcpy(tioce_common, prom_bussoft, sizeof(struct tioce_common)); | 987 | memcpy(tioce_common, prom_bussoft, sizeof(struct tioce_common)); |
| 735 | tioce_common->ce_pcibus.bs_base |= __IA64_UNCACHED_OFFSET; | 988 | tioce_common->ce_pcibus.bs_base |= __IA64_UNCACHED_OFFSET; |
| 736 | 989 | ||
| 737 | if (tioce_kern_init(tioce_common) == NULL) { | 990 | tioce_kern = tioce_kern_init(tioce_common); |
| 991 | if (tioce_kern == NULL) { | ||
| 738 | kfree(tioce_common); | 992 | kfree(tioce_common); |
| 739 | return NULL; | 993 | return NULL; |
| 740 | } | 994 | } |
| 741 | 995 | ||
| 996 | /* | ||
| 997 | * Clear out any transient errors before registering the error | ||
| 998 | * interrupt handler. | ||
| 999 | */ | ||
| 1000 | |||
| 1001 | tioce_mmr = (struct tioce *)tioce_common->ce_pcibus.bs_base; | ||
| 1002 | tioce_mmr_seti(tioce_kern, &tioce_mmr->ce_adm_int_status_alias, ~0ULL); | ||
| 1003 | tioce_mmr_seti(tioce_kern, &tioce_mmr->ce_adm_error_summary_alias, | ||
| 1004 | ~0ULL); | ||
| 1005 | tioce_mmr_seti(tioce_kern, &tioce_mmr->ce_dre_comp_err_addr, ~0ULL); | ||
| 1006 | |||
| 742 | if (request_irq(SGI_PCIASIC_ERROR, | 1007 | if (request_irq(SGI_PCIASIC_ERROR, |
| 743 | tioce_error_intr_handler, | 1008 | tioce_error_intr_handler, |
| 744 | SA_SHIRQ, "TIOCE error", (void *)tioce_common)) | 1009 | SA_SHIRQ, "TIOCE error", (void *)tioce_common)) |
| @@ -750,6 +1015,21 @@ tioce_bus_fixup(struct pcibus_bussoft *prom_bussoft, struct pci_controller *cont | |||
| 750 | tioce_common->ce_pcibus.bs_persist_segment, | 1015 | tioce_common->ce_pcibus.bs_persist_segment, |
| 751 | tioce_common->ce_pcibus.bs_persist_busnum); | 1016 | tioce_common->ce_pcibus.bs_persist_busnum); |
| 752 | 1017 | ||
| 1018 | /* | ||
| 1019 | * identify closest nasid for memory allocations | ||
| 1020 | */ | ||
| 1021 | |||
| 1022 | my_nasid = NASID_GET(tioce_common->ce_pcibus.bs_base); | ||
| 1023 | my_cnode = nasid_to_cnodeid(my_nasid); | ||
| 1024 | |||
| 1025 | if (sn_hwperf_get_nearest_node(my_cnode, &mem_cnode, NULL) < 0) { | ||
| 1026 | printk(KERN_WARNING "tioce_bus_fixup: failed to find " | ||
| 1027 | "closest node with MEM to TIO node %d\n", my_cnode); | ||
| 1028 | mem_cnode = (cnodeid_t)-1; /* use any node */ | ||
| 1029 | } | ||
| 1030 | |||
| 1031 | controller->node = mem_cnode; | ||
| 1032 | |||
| 753 | return tioce_common; | 1033 | return tioce_common; |
| 754 | } | 1034 | } |
| 755 | 1035 | ||
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 767de847b4ab..3a0f89d2c8dc 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
| @@ -1053,6 +1053,7 @@ config CPU_MIPS32_R1 | |||
| 1053 | depends on SYS_HAS_CPU_MIPS32_R1 | 1053 | depends on SYS_HAS_CPU_MIPS32_R1 |
| 1054 | select CPU_HAS_PREFETCH | 1054 | select CPU_HAS_PREFETCH |
| 1055 | select CPU_SUPPORTS_32BIT_KERNEL | 1055 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1056 | select CPU_SUPPORTS_HIGHMEM | ||
| 1056 | help | 1057 | help |
| 1057 | Choose this option to build a kernel for release 1 or later of the | 1058 | Choose this option to build a kernel for release 1 or later of the |
| 1058 | MIPS32 architecture. Most modern embedded systems with a 32-bit | 1059 | MIPS32 architecture. Most modern embedded systems with a 32-bit |
| @@ -1069,6 +1070,7 @@ config CPU_MIPS32_R2 | |||
| 1069 | depends on SYS_HAS_CPU_MIPS32_R2 | 1070 | depends on SYS_HAS_CPU_MIPS32_R2 |
| 1070 | select CPU_HAS_PREFETCH | 1071 | select CPU_HAS_PREFETCH |
| 1071 | select CPU_SUPPORTS_32BIT_KERNEL | 1072 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1073 | select CPU_SUPPORTS_HIGHMEM | ||
| 1072 | help | 1074 | help |
| 1073 | Choose this option to build a kernel for release 2 or later of the | 1075 | Choose this option to build a kernel for release 2 or later of the |
| 1074 | MIPS32 architecture. Most modern embedded systems with a 32-bit | 1076 | MIPS32 architecture. Most modern embedded systems with a 32-bit |
| @@ -1082,6 +1084,7 @@ config CPU_MIPS64_R1 | |||
| 1082 | select CPU_HAS_PREFETCH | 1084 | select CPU_HAS_PREFETCH |
| 1083 | select CPU_SUPPORTS_32BIT_KERNEL | 1085 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1084 | select CPU_SUPPORTS_64BIT_KERNEL | 1086 | select CPU_SUPPORTS_64BIT_KERNEL |
| 1087 | select CPU_SUPPORTS_HIGHMEM | ||
| 1085 | help | 1088 | help |
| 1086 | Choose this option to build a kernel for release 1 or later of the | 1089 | Choose this option to build a kernel for release 1 or later of the |
| 1087 | MIPS64 architecture. Many modern embedded systems with a 64-bit | 1090 | MIPS64 architecture. Many modern embedded systems with a 64-bit |
| @@ -1099,6 +1102,7 @@ config CPU_MIPS64_R2 | |||
| 1099 | select CPU_HAS_PREFETCH | 1102 | select CPU_HAS_PREFETCH |
| 1100 | select CPU_SUPPORTS_32BIT_KERNEL | 1103 | select CPU_SUPPORTS_32BIT_KERNEL |
| 1101 | select CPU_SUPPORTS_64BIT_KERNEL | 1104 | select CPU_SUPPORTS_64BIT_KERNEL |
| 1105 | select CPU_SUPPORTS_HIGHMEM | ||
| 1102 | help | 1106 | help |
| 1103 | Choose this option to build a kernel for release 2 or later of the | 1107 | Choose this option to build a kernel for release 2 or later of the |
| 1104 | MIPS64 architecture. Many modern embedded systems with a 64-bit | 1108 | MIPS64 architecture. Many modern embedded systems with a 64-bit |
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 38c0f3360d51..3d8dac681c63 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
| @@ -95,6 +95,7 @@ endif | |||
| 95 | # crossformat linking we rely on the elf2ecoff tool for format conversion. | 95 | # crossformat linking we rely on the elf2ecoff tool for format conversion. |
| 96 | # | 96 | # |
| 97 | cflags-y += -G 0 -mno-abicalls -fno-pic -pipe | 97 | cflags-y += -G 0 -mno-abicalls -fno-pic -pipe |
| 98 | cflags-y += -msoft-float | ||
| 98 | LDFLAGS_vmlinux += -G 0 -static -n -nostdlib | 99 | LDFLAGS_vmlinux += -G 0 -static -n -nostdlib |
| 99 | MODFLAGS += -mlong-calls | 100 | MODFLAGS += -mlong-calls |
| 100 | 101 | ||
| @@ -107,7 +108,8 @@ MODFLAGS += -mlong-calls | |||
| 107 | cflags-$(CONFIG_CPU_BIG_ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' && echo -EB) | 108 | cflags-$(CONFIG_CPU_BIG_ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' && echo -EB) |
| 108 | cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' || echo -EL) | 109 | cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' || echo -EL) |
| 109 | 110 | ||
| 110 | cflags-$(CONFIG_SB1XXX_CORELIS) += -mno-sched-prolog -fno-omit-frame-pointer | 111 | cflags-$(CONFIG_SB1XXX_CORELIS) += $(call cc-option,-mno-sched-prolog) \ |
| 112 | -fno-omit-frame-pointer | ||
| 111 | 113 | ||
| 112 | # | 114 | # |
| 113 | # Use: $(call set_gccflags,<cpu0>,<isa0>,<cpu1>,<isa1>,<isa2>) | 115 | # Use: $(call set_gccflags,<cpu0>,<isa0>,<cpu1>,<isa1>,<isa2>) |
diff --git a/arch/mips/arc/arc_con.c b/arch/mips/arc/arc_con.c index 51785a6a7328..bc32fe64f42a 100644 --- a/arch/mips/arc/arc_con.c +++ b/arch/mips/arc/arc_con.c | |||
| @@ -24,7 +24,7 @@ static void prom_console_write(struct console *co, const char *s, | |||
| 24 | } | 24 | } |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | static int __init prom_console_setup(struct console *co, char *options) | 27 | static int prom_console_setup(struct console *co, char *options) |
| 28 | { | 28 | { |
| 29 | return !(prom_flags & PROM_FLAG_USE_AS_CONSOLE); | 29 | return !(prom_flags & PROM_FLAG_USE_AS_CONSOLE); |
| 30 | } | 30 | } |
diff --git a/arch/mips/arc/misc.c b/arch/mips/arc/misc.c index 84867de22028..b2e10b9e9452 100644 --- a/arch/mips/arc/misc.c +++ b/arch/mips/arc/misc.c | |||
| @@ -9,7 +9,6 @@ | |||
| 9 | * Copyright (C) 1999 Ralf Baechle (ralf@gnu.org) | 9 | * Copyright (C) 1999 Ralf Baechle (ralf@gnu.org) |
| 10 | * Copyright (C) 1999 Silicon Graphics, Inc. | 10 | * Copyright (C) 1999 Silicon Graphics, Inc. |
| 11 | */ | 11 | */ |
| 12 | #include <linux/config.h> | ||
| 13 | #include <linux/init.h> | 12 | #include <linux/init.h> |
| 14 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
| 15 | 14 | ||
| @@ -20,17 +19,11 @@ | |||
| 20 | #include <asm/bootinfo.h> | 19 | #include <asm/bootinfo.h> |
| 21 | #include <asm/system.h> | 20 | #include <asm/system.h> |
| 22 | 21 | ||
| 23 | extern void *sgiwd93_host; | ||
| 24 | extern void reset_wd33c93(void *instance); | ||
| 25 | |||
| 26 | VOID | 22 | VOID |
| 27 | ArcHalt(VOID) | 23 | ArcHalt(VOID) |
| 28 | { | 24 | { |
| 29 | bc_disable(); | 25 | bc_disable(); |
| 30 | local_irq_disable(); | 26 | local_irq_disable(); |
| 31 | #ifdef CONFIG_SCSI_SGIWD93 | ||
| 32 | reset_wd33c93(sgiwd93_host); | ||
| 33 | #endif | ||
| 34 | ARC_CALL0(halt); | 27 | ARC_CALL0(halt); |
| 35 | never: goto never; | 28 | never: goto never; |
| 36 | } | 29 | } |
| @@ -40,9 +33,6 @@ ArcPowerDown(VOID) | |||
| 40 | { | 33 | { |
| 41 | bc_disable(); | 34 | bc_disable(); |
| 42 | local_irq_disable(); | 35 | local_irq_disable(); |
| 43 | #ifdef CONFIG_SCSI_SGIWD93 | ||
| 44 | reset_wd33c93(sgiwd93_host); | ||
| 45 | #endif | ||
| 46 | ARC_CALL0(pdown); | 36 | ARC_CALL0(pdown); |
| 47 | never: goto never; | 37 | never: goto never; |
| 48 | } | 38 | } |
| @@ -53,9 +43,6 @@ ArcRestart(VOID) | |||
| 53 | { | 43 | { |
| 54 | bc_disable(); | 44 | bc_disable(); |
| 55 | local_irq_disable(); | 45 | local_irq_disable(); |
| 56 | #ifdef CONFIG_SCSI_SGIWD93 | ||
| 57 | reset_wd33c93(sgiwd93_host); | ||
| 58 | #endif | ||
| 59 | ARC_CALL0(restart); | 46 | ARC_CALL0(restart); |
| 60 | never: goto never; | 47 | never: goto never; |
| 61 | } | 48 | } |
| @@ -65,9 +52,6 @@ ArcReboot(VOID) | |||
| 65 | { | 52 | { |
| 66 | bc_disable(); | 53 | bc_disable(); |
| 67 | local_irq_disable(); | 54 | local_irq_disable(); |
| 68 | #ifdef CONFIG_SCSI_SGIWD93 | ||
| 69 | reset_wd33c93(sgiwd93_host); | ||
| 70 | #endif | ||
| 71 | ARC_CALL0(reboot); | 55 | ARC_CALL0(reboot); |
| 72 | never: goto never; | 56 | never: goto never; |
| 73 | } | 57 | } |
| @@ -77,9 +61,6 @@ ArcEnterInteractiveMode(VOID) | |||
| 77 | { | 61 | { |
| 78 | bc_disable(); | 62 | bc_disable(); |
| 79 | local_irq_disable(); | 63 | local_irq_disable(); |
| 80 | #ifdef CONFIG_SCSI_SGIWD93 | ||
| 81 | reset_wd33c93(sgiwd93_host); | ||
| 82 | #endif | ||
| 83 | ARC_CALL0(imode); | 64 | ARC_CALL0(imode); |
| 84 | never: goto never; | 65 | never: goto never; |
| 85 | } | 66 | } |
diff --git a/arch/mips/au1000/common/reset.c b/arch/mips/au1000/common/reset.c index 4ffccedf5967..c93af224c1b3 100644 --- a/arch/mips/au1000/common/reset.c +++ b/arch/mips/au1000/common/reset.c | |||
| @@ -164,17 +164,20 @@ void au1000_restart(char *command) | |||
| 164 | 164 | ||
| 165 | void au1000_halt(void) | 165 | void au1000_halt(void) |
| 166 | { | 166 | { |
| 167 | #if defined(CONFIG_MIPS_PB1550) | 167 | #if defined(CONFIG_MIPS_PB1550) || defined(CONFIG_MIPS_DB1550) |
| 168 | /* power off system */ | 168 | /* power off system */ |
| 169 | printk("\n** Powering off Pb1550\n"); | 169 | printk("\n** Powering off...\n"); |
| 170 | au_writew(au_readw(0xAF00001C) | (3<<14), 0xAF00001C); | 170 | au_writew(au_readw(0xAF00001C) | (3<<14), 0xAF00001C); |
| 171 | au_sync(); | 171 | au_sync(); |
| 172 | while(1); /* should not get here */ | 172 | while(1); /* should not get here */ |
| 173 | #endif | 173 | #else |
| 174 | printk(KERN_NOTICE "\n** You can safely turn off the power\n"); | 174 | printk(KERN_NOTICE "\n** You can safely turn off the power\n"); |
| 175 | #ifdef CONFIG_MIPS_MIRAGE | 175 | #ifdef CONFIG_MIPS_MIRAGE |
| 176 | au_writel((1 << 26) | (1 << 10), GPIO2_OUTPUT); | 176 | au_writel((1 << 26) | (1 << 10), GPIO2_OUTPUT); |
| 177 | #endif | 177 | #endif |
| 178 | #ifdef CONFIG_MIPS_DB1200 | ||
| 179 | au_writew(au_readw(0xB980001C) | (1<<14), 0xB980001C); | ||
| 180 | #endif | ||
| 178 | #ifdef CONFIG_PM | 181 | #ifdef CONFIG_PM |
| 179 | au_sleep(); | 182 | au_sleep(); |
| 180 | 183 | ||
| @@ -187,6 +190,7 @@ void au1000_halt(void) | |||
| 187 | "wait\n\t" | 190 | "wait\n\t" |
| 188 | ".set\tmips0"); | 191 | ".set\tmips0"); |
| 189 | #endif | 192 | #endif |
| 193 | #endif /* defined(CONFIG_MIPS_PB1550) || defined(CONFIG_MIPS_DB1550) */ | ||
| 190 | } | 194 | } |
| 191 | 195 | ||
| 192 | void au1000_power_off(void) | 196 | void au1000_power_off(void) |
diff --git a/arch/mips/kernel/irq-mv6434x.c b/arch/mips/kernel/irq-mv6434x.c index 0ac067f45cf5..0613f1f36b1b 100644 --- a/arch/mips/kernel/irq-mv6434x.c +++ b/arch/mips/kernel/irq-mv6434x.c | |||
| @@ -11,12 +11,14 @@ | |||
| 11 | #include <linux/module.h> | 11 | #include <linux/module.h> |
| 12 | #include <linux/interrupt.h> | 12 | #include <linux/interrupt.h> |
| 13 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
| 14 | #include <asm/ptrace.h> | ||
| 15 | #include <linux/sched.h> | ||
| 16 | #include <linux/kernel_stat.h> | 14 | #include <linux/kernel_stat.h> |
| 15 | #include <linux/mv643xx.h> | ||
| 16 | #include <linux/sched.h> | ||
| 17 | |||
| 18 | #include <asm/ptrace.h> | ||
| 17 | #include <asm/io.h> | 19 | #include <asm/io.h> |
| 18 | #include <asm/irq.h> | 20 | #include <asm/irq.h> |
| 19 | #include <linux/mv643xx.h> | 21 | #include <asm/marvell.h> |
| 20 | 22 | ||
| 21 | static unsigned int irq_base; | 23 | static unsigned int irq_base; |
| 22 | 24 | ||
diff --git a/arch/mips/kernel/linux32.c b/arch/mips/kernel/linux32.c index 5f68b220c26d..e00e5f6e7fdd 100644 --- a/arch/mips/kernel/linux32.c +++ b/arch/mips/kernel/linux32.c | |||
| @@ -161,60 +161,6 @@ out: | |||
| 161 | return error; | 161 | return error; |
| 162 | } | 162 | } |
| 163 | 163 | ||
| 164 | struct dirent32 { | ||
| 165 | unsigned int d_ino; | ||
| 166 | unsigned int d_off; | ||
| 167 | unsigned short d_reclen; | ||
| 168 | char d_name[NAME_MAX + 1]; | ||
| 169 | }; | ||
| 170 | |||
| 171 | static void | ||
| 172 | xlate_dirent(void *dirent64, void *dirent32, long n) | ||
| 173 | { | ||
| 174 | long off; | ||
| 175 | struct dirent *dirp; | ||
| 176 | struct dirent32 *dirp32; | ||
| 177 | |||
| 178 | off = 0; | ||
| 179 | while (off < n) { | ||
| 180 | dirp = (struct dirent *)(dirent64 + off); | ||
| 181 | dirp32 = (struct dirent32 *)(dirent32 + off); | ||
| 182 | off += dirp->d_reclen; | ||
| 183 | dirp32->d_ino = dirp->d_ino; | ||
| 184 | dirp32->d_off = (unsigned int)dirp->d_off; | ||
| 185 | dirp32->d_reclen = dirp->d_reclen; | ||
| 186 | strncpy(dirp32->d_name, dirp->d_name, dirp->d_reclen - ((3 * 4) + 2)); | ||
| 187 | } | ||
| 188 | return; | ||
| 189 | } | ||
| 190 | |||
| 191 | asmlinkage long | ||
| 192 | sys32_getdents(unsigned int fd, void * dirent32, unsigned int count) | ||
| 193 | { | ||
| 194 | long n; | ||
| 195 | void *dirent64; | ||
| 196 | |||
| 197 | dirent64 = (void *)((unsigned long)(dirent32 + (sizeof(long) - 1)) & ~(sizeof(long) - 1)); | ||
| 198 | if ((n = sys_getdents(fd, dirent64, count - (dirent64 - dirent32))) < 0) | ||
| 199 | return(n); | ||
| 200 | xlate_dirent(dirent64, dirent32, n); | ||
| 201 | return(n); | ||
| 202 | } | ||
| 203 | |||
| 204 | asmlinkage int old_readdir(unsigned int fd, void * dirent, unsigned int count); | ||
| 205 | |||
| 206 | asmlinkage int | ||
| 207 | sys32_readdir(unsigned int fd, void * dirent32, unsigned int count) | ||
| 208 | { | ||
| 209 | int n; | ||
| 210 | struct dirent dirent64; | ||
| 211 | |||
| 212 | if ((n = old_readdir(fd, &dirent64, count)) < 0) | ||
| 213 | return(n); | ||
| 214 | xlate_dirent(&dirent64, dirent32, dirent64.d_reclen); | ||
| 215 | return(n); | ||
| 216 | } | ||
| 217 | |||
| 218 | asmlinkage int | 164 | asmlinkage int |
| 219 | sys32_waitpid(compat_pid_t pid, unsigned int *stat_addr, int options) | 165 | sys32_waitpid(compat_pid_t pid, unsigned int *stat_addr, int options) |
| 220 | { | 166 | { |
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index d87b5446fa13..02c8267e45e7 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S | |||
| @@ -195,7 +195,7 @@ EXPORT(sysn32_call_table) | |||
| 195 | PTR sys_fdatasync | 195 | PTR sys_fdatasync |
| 196 | PTR sys_truncate | 196 | PTR sys_truncate |
| 197 | PTR sys_ftruncate /* 6075 */ | 197 | PTR sys_ftruncate /* 6075 */ |
| 198 | PTR sys32_getdents | 198 | PTR compat_sys_getdents |
| 199 | PTR sys_getcwd | 199 | PTR sys_getcwd |
| 200 | PTR sys_chdir | 200 | PTR sys_chdir |
| 201 | PTR sys_fchdir | 201 | PTR sys_fchdir |
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index 5b0414018c9a..797e0d874889 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S | |||
| @@ -293,7 +293,7 @@ sys_call_table: | |||
| 293 | PTR sys_uselib | 293 | PTR sys_uselib |
| 294 | PTR sys_swapon | 294 | PTR sys_swapon |
| 295 | PTR sys_reboot | 295 | PTR sys_reboot |
| 296 | PTR sys32_readdir | 296 | PTR compat_sys_old_readdir |
| 297 | PTR old_mmap /* 4090 */ | 297 | PTR old_mmap /* 4090 */ |
| 298 | PTR sys_munmap | 298 | PTR sys_munmap |
| 299 | PTR sys_truncate | 299 | PTR sys_truncate |
| @@ -345,7 +345,7 @@ sys_call_table: | |||
| 345 | PTR sys_setfsuid | 345 | PTR sys_setfsuid |
| 346 | PTR sys_setfsgid | 346 | PTR sys_setfsgid |
| 347 | PTR sys32_llseek /* 4140 */ | 347 | PTR sys32_llseek /* 4140 */ |
| 348 | PTR sys32_getdents | 348 | PTR compat_sys_getdents |
| 349 | PTR compat_sys_select | 349 | PTR compat_sys_select |
| 350 | PTR sys_flock | 350 | PTR sys_flock |
| 351 | PTR sys_msync | 351 | PTR sys_msync |
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c index d86affa21278..d9293c558e41 100644 --- a/arch/mips/kernel/setup.c +++ b/arch/mips/kernel/setup.c | |||
| @@ -540,6 +540,9 @@ void __init setup_arch(char **cmdline_p) | |||
| 540 | sparse_init(); | 540 | sparse_init(); |
| 541 | paging_init(); | 541 | paging_init(); |
| 542 | resource_init(); | 542 | resource_init(); |
| 543 | #ifdef CONFIG_SMP | ||
| 544 | plat_smp_setup(); | ||
| 545 | #endif | ||
| 543 | } | 546 | } |
| 544 | 547 | ||
| 545 | int __init fpu_disable(char *s) | 548 | int __init fpu_disable(char *s) |
diff --git a/arch/mips/kernel/smp.c b/arch/mips/kernel/smp.c index 5e189862e523..06ed90752424 100644 --- a/arch/mips/kernel/smp.c +++ b/arch/mips/kernel/smp.c | |||
| @@ -236,7 +236,7 @@ void __init smp_prepare_cpus(unsigned int max_cpus) | |||
| 236 | init_new_context(current, &init_mm); | 236 | init_new_context(current, &init_mm); |
| 237 | current_thread_info()->cpu = 0; | 237 | current_thread_info()->cpu = 0; |
| 238 | smp_tune_scheduling(); | 238 | smp_tune_scheduling(); |
| 239 | prom_prepare_cpus(max_cpus); | 239 | plat_prepare_cpus(max_cpus); |
| 240 | } | 240 | } |
| 241 | 241 | ||
| 242 | /* preload SMP state for boot cpu */ | 242 | /* preload SMP state for boot cpu */ |
diff --git a/arch/mips/kernel/smp_mt.c b/arch/mips/kernel/smp_mt.c index c930364830d0..993b8bf56aaf 100644 --- a/arch/mips/kernel/smp_mt.c +++ b/arch/mips/kernel/smp_mt.c | |||
| @@ -143,7 +143,7 @@ static struct irqaction irq_call = { | |||
| 143 | * Make sure all CPU's are in a sensible state before we boot any of the | 143 | * Make sure all CPU's are in a sensible state before we boot any of the |
| 144 | * secondarys | 144 | * secondarys |
| 145 | */ | 145 | */ |
| 146 | void prom_prepare_cpus(unsigned int max_cpus) | 146 | void plat_smp_setup(void) |
| 147 | { | 147 | { |
| 148 | unsigned long val; | 148 | unsigned long val; |
| 149 | int i, num; | 149 | int i, num; |
| @@ -179,11 +179,9 @@ void prom_prepare_cpus(unsigned int max_cpus) | |||
| 179 | write_vpe_c0_vpeconf0(tmp); | 179 | write_vpe_c0_vpeconf0(tmp); |
| 180 | 180 | ||
| 181 | /* Record this as available CPU */ | 181 | /* Record this as available CPU */ |
| 182 | if (i < max_cpus) { | 182 | cpu_set(i, phys_cpu_present_map); |
| 183 | cpu_set(i, phys_cpu_present_map); | 183 | __cpu_number_map[i] = ++num; |
| 184 | __cpu_number_map[i] = ++num; | 184 | __cpu_logical_map[num] = i; |
| 185 | __cpu_logical_map[num] = i; | ||
| 186 | } | ||
| 187 | } | 185 | } |
| 188 | 186 | ||
| 189 | /* disable multi-threading with TC's */ | 187 | /* disable multi-threading with TC's */ |
| @@ -241,7 +239,10 @@ void prom_prepare_cpus(unsigned int max_cpus) | |||
| 241 | set_vi_handler (MIPS_CPU_IPI_RESCHED_IRQ, ipi_resched_dispatch); | 239 | set_vi_handler (MIPS_CPU_IPI_RESCHED_IRQ, ipi_resched_dispatch); |
| 242 | set_vi_handler (MIPS_CPU_IPI_CALL_IRQ, ipi_call_dispatch); | 240 | set_vi_handler (MIPS_CPU_IPI_CALL_IRQ, ipi_call_dispatch); |
| 243 | } | 241 | } |
| 242 | } | ||
| 244 | 243 | ||
| 244 | void __init plat_prepare_cpus(unsigned int max_cpus) | ||
| 245 | { | ||
| 245 | cpu_ipi_resched_irq = MIPSCPU_INT_BASE + MIPS_CPU_IPI_RESCHED_IRQ; | 246 | cpu_ipi_resched_irq = MIPSCPU_INT_BASE + MIPS_CPU_IPI_RESCHED_IRQ; |
| 246 | cpu_ipi_call_irq = MIPSCPU_INT_BASE + MIPS_CPU_IPI_CALL_IRQ; | 247 | cpu_ipi_call_irq = MIPSCPU_INT_BASE + MIPS_CPU_IPI_CALL_IRQ; |
| 247 | 248 | ||
diff --git a/arch/mips/kernel/time.c b/arch/mips/kernel/time.c index 7050b4ffffcd..51273b7297a7 100644 --- a/arch/mips/kernel/time.c +++ b/arch/mips/kernel/time.c | |||
| @@ -163,7 +163,7 @@ void do_gettimeofday(struct timeval *tv) | |||
| 163 | unsigned long seq; | 163 | unsigned long seq; |
| 164 | unsigned long lost; | 164 | unsigned long lost; |
| 165 | unsigned long usec, sec; | 165 | unsigned long usec, sec; |
| 166 | unsigned long max_ntp_tick = tick_usec - tickadj; | 166 | unsigned long max_ntp_tick; |
| 167 | 167 | ||
| 168 | do { | 168 | do { |
| 169 | seq = read_seqbegin(&xtime_lock); | 169 | seq = read_seqbegin(&xtime_lock); |
| @@ -178,12 +178,13 @@ void do_gettimeofday(struct timeval *tv) | |||
| 178 | * Better to lose some accuracy than have time go backwards.. | 178 | * Better to lose some accuracy than have time go backwards.. |
| 179 | */ | 179 | */ |
| 180 | if (unlikely(time_adjust < 0)) { | 180 | if (unlikely(time_adjust < 0)) { |
| 181 | max_ntp_tick = (USEC_PER_SEC / HZ) - tickadj; | ||
| 181 | usec = min(usec, max_ntp_tick); | 182 | usec = min(usec, max_ntp_tick); |
| 182 | 183 | ||
| 183 | if (lost) | 184 | if (lost) |
| 184 | usec += lost * max_ntp_tick; | 185 | usec += lost * max_ntp_tick; |
| 185 | } else if (unlikely(lost)) | 186 | } else if (unlikely(lost)) |
| 186 | usec += lost * tick_usec; | 187 | usec += lost * (USEC_PER_SEC / HZ); |
| 187 | 188 | ||
| 188 | sec = xtime.tv_sec; | 189 | sec = xtime.tv_sec; |
| 189 | usec += (xtime.tv_nsec / 1000); | 190 | usec += (xtime.tv_nsec / 1000); |
| @@ -423,6 +424,8 @@ irqreturn_t timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) | |||
| 423 | unsigned long j; | 424 | unsigned long j; |
| 424 | unsigned int count; | 425 | unsigned int count; |
| 425 | 426 | ||
| 427 | write_seqlock(&xtime_lock); | ||
| 428 | |||
| 426 | count = mips_hpt_read(); | 429 | count = mips_hpt_read(); |
| 427 | mips_timer_ack(); | 430 | mips_timer_ack(); |
| 428 | 431 | ||
| @@ -440,7 +443,6 @@ irqreturn_t timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) | |||
| 440 | * CMOS clock accordingly every ~11 minutes. rtc_set_time() has to be | 443 | * CMOS clock accordingly every ~11 minutes. rtc_set_time() has to be |
| 441 | * called as close as possible to 500 ms before the new second starts. | 444 | * called as close as possible to 500 ms before the new second starts. |
| 442 | */ | 445 | */ |
| 443 | write_seqlock(&xtime_lock); | ||
| 444 | if (ntp_synced() && | 446 | if (ntp_synced() && |
| 445 | xtime.tv_sec > last_rtc_update + 660 && | 447 | xtime.tv_sec > last_rtc_update + 660 && |
| 446 | (xtime.tv_nsec / 1000) >= 500000 - ((unsigned) TICK_SIZE) / 2 && | 448 | (xtime.tv_nsec / 1000) >= 500000 - ((unsigned) TICK_SIZE) / 2 && |
| @@ -452,7 +454,6 @@ irqreturn_t timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) | |||
| 452 | last_rtc_update = xtime.tv_sec - 600; | 454 | last_rtc_update = xtime.tv_sec - 600; |
| 453 | } | 455 | } |
| 454 | } | 456 | } |
| 455 | write_sequnlock(&xtime_lock); | ||
| 456 | 457 | ||
| 457 | /* | 458 | /* |
| 458 | * If jiffies has overflown in this timer_interrupt, we must | 459 | * If jiffies has overflown in this timer_interrupt, we must |
| @@ -495,6 +496,8 @@ irqreturn_t timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) | |||
| 495 | } | 496 | } |
| 496 | } | 497 | } |
| 497 | 498 | ||
| 499 | write_sequnlock(&xtime_lock); | ||
| 500 | |||
| 498 | /* | 501 | /* |
| 499 | * In UP mode, we call local_timer_interrupt() to do profiling | 502 | * In UP mode, we call local_timer_interrupt() to do profiling |
| 500 | * and process accouting. | 503 | * and process accouting. |
diff --git a/arch/mips/kernel/vmlinux.lds.S b/arch/mips/kernel/vmlinux.lds.S index ff699dbb99f7..2ad0cedf29fe 100644 --- a/arch/mips/kernel/vmlinux.lds.S +++ b/arch/mips/kernel/vmlinux.lds.S | |||
| @@ -106,6 +106,9 @@ SECTIONS | |||
| 106 | .con_initcall.init : { *(.con_initcall.init) } | 106 | .con_initcall.init : { *(.con_initcall.init) } |
| 107 | __con_initcall_end = .; | 107 | __con_initcall_end = .; |
| 108 | SECURITY_INIT | 108 | SECURITY_INIT |
| 109 | /* .exit.text is discarded at runtime, not link time, to deal with | ||
| 110 | references from .rodata */ | ||
| 111 | .exit.text : { *(.exit.text) } | ||
| 109 | . = ALIGN(_PAGE_SIZE); | 112 | . = ALIGN(_PAGE_SIZE); |
| 110 | __initramfs_start = .; | 113 | __initramfs_start = .; |
| 111 | .init.ramfs : { *(.init.ramfs) } | 114 | .init.ramfs : { *(.init.ramfs) } |
| @@ -133,7 +136,6 @@ SECTIONS | |||
| 133 | 136 | ||
| 134 | /* Sections to be discarded */ | 137 | /* Sections to be discarded */ |
| 135 | /DISCARD/ : { | 138 | /DISCARD/ : { |
| 136 | *(.exit.text) | ||
| 137 | *(.exit.data) | 139 | *(.exit.data) |
| 138 | *(.exitcall.exit) | 140 | *(.exitcall.exit) |
| 139 | 141 | ||
diff --git a/arch/mips/lib/iomap.c b/arch/mips/lib/iomap.c index 7e2ced715cfb..f4ac5bbcd81f 100644 --- a/arch/mips/lib/iomap.c +++ b/arch/mips/lib/iomap.c | |||
| @@ -63,7 +63,7 @@ void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen) | |||
| 63 | return ioport_map(start, len); | 63 | return ioport_map(start, len); |
| 64 | if (flags & IORESOURCE_MEM) { | 64 | if (flags & IORESOURCE_MEM) { |
| 65 | if (flags & IORESOURCE_CACHEABLE) | 65 | if (flags & IORESOURCE_CACHEABLE) |
| 66 | return ioremap_cacheable_cow(start, len); | 66 | return ioremap_cachable(start, len); |
| 67 | return ioremap_nocache(start, len); | 67 | return ioremap_nocache(start, len); |
| 68 | } | 68 | } |
| 69 | 69 | ||
diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c index 1b71d91e8268..9572ed44f0d5 100644 --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips/mm/c-r4k.c | |||
| @@ -235,7 +235,9 @@ static inline void r4k_blast_scache_page_setup(void) | |||
| 235 | { | 235 | { |
| 236 | unsigned long sc_lsize = cpu_scache_line_size(); | 236 | unsigned long sc_lsize = cpu_scache_line_size(); |
| 237 | 237 | ||
| 238 | if (sc_lsize == 16) | 238 | if (scache_size == 0) |
| 239 | r4k_blast_scache_page = (void *)no_sc_noop; | ||
| 240 | else if (sc_lsize == 16) | ||
| 239 | r4k_blast_scache_page = blast_scache16_page; | 241 | r4k_blast_scache_page = blast_scache16_page; |
| 240 | else if (sc_lsize == 32) | 242 | else if (sc_lsize == 32) |
| 241 | r4k_blast_scache_page = blast_scache32_page; | 243 | r4k_blast_scache_page = blast_scache32_page; |
| @@ -251,7 +253,9 @@ static inline void r4k_blast_scache_page_indexed_setup(void) | |||
| 251 | { | 253 | { |
| 252 | unsigned long sc_lsize = cpu_scache_line_size(); | 254 | unsigned long sc_lsize = cpu_scache_line_size(); |
| 253 | 255 | ||
| 254 | if (sc_lsize == 16) | 256 | if (scache_size == 0) |
| 257 | r4k_blast_scache_page_indexed = (void *)no_sc_noop; | ||
| 258 | else if (sc_lsize == 16) | ||
| 255 | r4k_blast_scache_page_indexed = blast_scache16_page_indexed; | 259 | r4k_blast_scache_page_indexed = blast_scache16_page_indexed; |
| 256 | else if (sc_lsize == 32) | 260 | else if (sc_lsize == 32) |
| 257 | r4k_blast_scache_page_indexed = blast_scache32_page_indexed; | 261 | r4k_blast_scache_page_indexed = blast_scache32_page_indexed; |
| @@ -267,7 +271,9 @@ static inline void r4k_blast_scache_setup(void) | |||
| 267 | { | 271 | { |
| 268 | unsigned long sc_lsize = cpu_scache_line_size(); | 272 | unsigned long sc_lsize = cpu_scache_line_size(); |
| 269 | 273 | ||
| 270 | if (sc_lsize == 16) | 274 | if (scache_size == 0) |
| 275 | r4k_blast_scache = (void *)no_sc_noop; | ||
| 276 | else if (sc_lsize == 16) | ||
| 271 | r4k_blast_scache = blast_scache16; | 277 | r4k_blast_scache = blast_scache16; |
| 272 | else if (sc_lsize == 32) | 278 | else if (sc_lsize == 32) |
| 273 | r4k_blast_scache = blast_scache32; | 279 | r4k_blast_scache = blast_scache32; |
| @@ -369,6 +375,7 @@ static void r4k_flush_cache_mm(struct mm_struct *mm) | |||
| 369 | struct flush_cache_page_args { | 375 | struct flush_cache_page_args { |
| 370 | struct vm_area_struct *vma; | 376 | struct vm_area_struct *vma; |
| 371 | unsigned long addr; | 377 | unsigned long addr; |
| 378 | unsigned long pfn; | ||
| 372 | }; | 379 | }; |
| 373 | 380 | ||
| 374 | static inline void local_r4k_flush_cache_page(void *args) | 381 | static inline void local_r4k_flush_cache_page(void *args) |
| @@ -376,6 +383,7 @@ static inline void local_r4k_flush_cache_page(void *args) | |||
| 376 | struct flush_cache_page_args *fcp_args = args; | 383 | struct flush_cache_page_args *fcp_args = args; |
| 377 | struct vm_area_struct *vma = fcp_args->vma; | 384 | struct vm_area_struct *vma = fcp_args->vma; |
| 378 | unsigned long addr = fcp_args->addr; | 385 | unsigned long addr = fcp_args->addr; |
| 386 | unsigned long paddr = fcp_args->pfn << PAGE_SHIFT; | ||
| 379 | int exec = vma->vm_flags & VM_EXEC; | 387 | int exec = vma->vm_flags & VM_EXEC; |
| 380 | struct mm_struct *mm = vma->vm_mm; | 388 | struct mm_struct *mm = vma->vm_mm; |
| 381 | pgd_t *pgdp; | 389 | pgd_t *pgdp; |
| @@ -425,11 +433,12 @@ static inline void local_r4k_flush_cache_page(void *args) | |||
| 425 | * Do indexed flush, too much work to get the (possible) TLB refills | 433 | * Do indexed flush, too much work to get the (possible) TLB refills |
| 426 | * to work correctly. | 434 | * to work correctly. |
| 427 | */ | 435 | */ |
| 428 | addr = INDEX_BASE + (addr & (dcache_size - 1)); | ||
| 429 | if (cpu_has_dc_aliases || (exec && !cpu_has_ic_fills_f_dc)) { | 436 | if (cpu_has_dc_aliases || (exec && !cpu_has_ic_fills_f_dc)) { |
| 430 | r4k_blast_dcache_page_indexed(addr); | 437 | r4k_blast_dcache_page_indexed(cpu_has_pindexed_dcache ? |
| 431 | if (exec && !cpu_icache_snoops_remote_store) | 438 | paddr : addr); |
| 432 | r4k_blast_scache_page_indexed(addr); | 439 | if (exec && !cpu_icache_snoops_remote_store) { |
| 440 | r4k_blast_scache_page_indexed(paddr); | ||
| 441 | } | ||
| 433 | } | 442 | } |
| 434 | if (exec) { | 443 | if (exec) { |
| 435 | if (cpu_has_vtag_icache) { | 444 | if (cpu_has_vtag_icache) { |
| @@ -449,6 +458,7 @@ static void r4k_flush_cache_page(struct vm_area_struct *vma, | |||
| 449 | 458 | ||
| 450 | args.vma = vma; | 459 | args.vma = vma; |
| 451 | args.addr = addr; | 460 | args.addr = addr; |
| 461 | args.pfn = pfn; | ||
| 452 | 462 | ||
| 453 | on_each_cpu(local_r4k_flush_cache_page, &args, 1, 1); | 463 | on_each_cpu(local_r4k_flush_cache_page, &args, 1, 1); |
| 454 | } | 464 | } |
| @@ -482,7 +492,7 @@ static inline void local_r4k_flush_icache_range(void *args) | |||
| 482 | protected_blast_dcache_range(start, end); | 492 | protected_blast_dcache_range(start, end); |
| 483 | } | 493 | } |
| 484 | 494 | ||
| 485 | if (!cpu_icache_snoops_remote_store) { | 495 | if (!cpu_icache_snoops_remote_store && scache_size) { |
| 486 | if (end - start > scache_size) | 496 | if (end - start > scache_size) |
| 487 | r4k_blast_scache(); | 497 | r4k_blast_scache(); |
| 488 | else | 498 | else |
| @@ -651,7 +661,7 @@ static void local_r4k_flush_cache_sigtramp(void * arg) | |||
| 651 | 661 | ||
| 652 | R4600_HIT_CACHEOP_WAR_IMPL; | 662 | R4600_HIT_CACHEOP_WAR_IMPL; |
| 653 | protected_writeback_dcache_line(addr & ~(dc_lsize - 1)); | 663 | protected_writeback_dcache_line(addr & ~(dc_lsize - 1)); |
| 654 | if (!cpu_icache_snoops_remote_store) | 664 | if (!cpu_icache_snoops_remote_store && scache_size) |
| 655 | protected_writeback_scache_line(addr & ~(sc_lsize - 1)); | 665 | protected_writeback_scache_line(addr & ~(sc_lsize - 1)); |
| 656 | protected_flush_icache_line(addr & ~(ic_lsize - 1)); | 666 | protected_flush_icache_line(addr & ~(ic_lsize - 1)); |
| 657 | if (MIPS4K_ICACHE_REFILL_WAR) { | 667 | if (MIPS4K_ICACHE_REFILL_WAR) { |
| @@ -950,6 +960,7 @@ static void __init probe_pcache(void) | |||
| 950 | switch (c->cputype) { | 960 | switch (c->cputype) { |
| 951 | case CPU_20KC: | 961 | case CPU_20KC: |
| 952 | case CPU_25KF: | 962 | case CPU_25KF: |
| 963 | c->dcache.flags |= MIPS_CACHE_PINDEX; | ||
| 953 | case CPU_R10000: | 964 | case CPU_R10000: |
| 954 | case CPU_R12000: | 965 | case CPU_R12000: |
| 955 | case CPU_SB1: | 966 | case CPU_SB1: |
diff --git a/arch/mips/mm/c-tx39.c b/arch/mips/mm/c-tx39.c index 7c572bea4a98..fe232e3988e3 100644 --- a/arch/mips/mm/c-tx39.c +++ b/arch/mips/mm/c-tx39.c | |||
| @@ -210,7 +210,6 @@ static void tx39_flush_cache_page(struct vm_area_struct *vma, unsigned long page | |||
| 210 | * Do indexed flush, too much work to get the (possible) TLB refills | 210 | * Do indexed flush, too much work to get the (possible) TLB refills |
| 211 | * to work correctly. | 211 | * to work correctly. |
| 212 | */ | 212 | */ |
| 213 | page = (KSEG0 + (page & (dcache_size - 1))); | ||
| 214 | if (cpu_has_dc_aliases || exec) | 213 | if (cpu_has_dc_aliases || exec) |
| 215 | tx39_blast_dcache_page_indexed(page); | 214 | tx39_blast_dcache_page_indexed(page); |
| 216 | if (exec) | 215 | if (exec) |
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index 0f9485806bac..ac4f4bfaae50 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c | |||
| @@ -280,69 +280,69 @@ static void __init build_insn(u32 **buf, enum opcode opc, ...) | |||
| 280 | } | 280 | } |
| 281 | 281 | ||
| 282 | #define I_u1u2u3(op) \ | 282 | #define I_u1u2u3(op) \ |
| 283 | static inline void i##op(u32 **buf, unsigned int a, \ | 283 | static inline void __init i##op(u32 **buf, unsigned int a, \ |
| 284 | unsigned int b, unsigned int c) \ | 284 | unsigned int b, unsigned int c) \ |
| 285 | { \ | 285 | { \ |
| 286 | build_insn(buf, insn##op, a, b, c); \ | 286 | build_insn(buf, insn##op, a, b, c); \ |
| 287 | } | 287 | } |
| 288 | 288 | ||
| 289 | #define I_u2u1u3(op) \ | 289 | #define I_u2u1u3(op) \ |
| 290 | static inline void i##op(u32 **buf, unsigned int a, \ | 290 | static inline void __init i##op(u32 **buf, unsigned int a, \ |
| 291 | unsigned int b, unsigned int c) \ | 291 | unsigned int b, unsigned int c) \ |
| 292 | { \ | 292 | { \ |
| 293 | build_insn(buf, insn##op, b, a, c); \ | 293 | build_insn(buf, insn##op, b, a, c); \ |
| 294 | } | 294 | } |
| 295 | 295 | ||
| 296 | #define I_u3u1u2(op) \ | 296 | #define I_u3u1u2(op) \ |
| 297 | static inline void i##op(u32 **buf, unsigned int a, \ | 297 | static inline void __init i##op(u32 **buf, unsigned int a, \ |
| 298 | unsigned int b, unsigned int c) \ | 298 | unsigned int b, unsigned int c) \ |
| 299 | { \ | 299 | { \ |
| 300 | build_insn(buf, insn##op, b, c, a); \ | 300 | build_insn(buf, insn##op, b, c, a); \ |
| 301 | } | 301 | } |
| 302 | 302 | ||
| 303 | #define I_u1u2s3(op) \ | 303 | #define I_u1u2s3(op) \ |
| 304 | static inline void i##op(u32 **buf, unsigned int a, \ | 304 | static inline void __init i##op(u32 **buf, unsigned int a, \ |
| 305 | unsigned int b, signed int c) \ | 305 | unsigned int b, signed int c) \ |
| 306 | { \ | 306 | { \ |
| 307 | build_insn(buf, insn##op, a, b, c); \ | 307 | build_insn(buf, insn##op, a, b, c); \ |
| 308 | } | 308 | } |
| 309 | 309 | ||
| 310 | #define I_u2s3u1(op) \ | 310 | #define I_u2s3u1(op) \ |
| 311 | static inline void i##op(u32 **buf, unsigned int a, \ | 311 | static inline void __init i##op(u32 **buf, unsigned int a, \ |
| 312 | signed int b, unsigned int c) \ | 312 | signed int b, unsigned int c) \ |
| 313 | { \ | 313 | { \ |
| 314 | build_insn(buf, insn##op, c, a, b); \ | 314 | build_insn(buf, insn##op, c, a, b); \ |
| 315 | } | 315 | } |
| 316 | 316 | ||
| 317 | #define I_u2u1s3(op) \ | 317 | #define I_u2u1s3(op) \ |
| 318 | static inline void i##op(u32 **buf, unsigned int a, \ | 318 | static inline void __init i##op(u32 **buf, unsigned int a, \ |
| 319 | unsigned int b, signed int c) \ | 319 | unsigned int b, signed int c) \ |
| 320 | { \ | 320 | { \ |
| 321 | build_insn(buf, insn##op, b, a, c); \ | 321 | build_insn(buf, insn##op, b, a, c); \ |
| 322 | } | 322 | } |
| 323 | 323 | ||
| 324 | #define I_u1u2(op) \ | 324 | #define I_u1u2(op) \ |
| 325 | static inline void i##op(u32 **buf, unsigned int a, \ | 325 | static inline void __init i##op(u32 **buf, unsigned int a, \ |
| 326 | unsigned int b) \ | 326 | unsigned int b) \ |
| 327 | { \ | 327 | { \ |
| 328 | build_insn(buf, insn##op, a, b); \ | 328 | build_insn(buf, insn##op, a, b); \ |
| 329 | } | 329 | } |
| 330 | 330 | ||
| 331 | #define I_u1s2(op) \ | 331 | #define I_u1s2(op) \ |
| 332 | static inline void i##op(u32 **buf, unsigned int a, \ | 332 | static inline void __init i##op(u32 **buf, unsigned int a, \ |
| 333 | signed int b) \ | 333 | signed int b) \ |
| 334 | { \ | 334 | { \ |
| 335 | build_insn(buf, insn##op, a, b); \ | 335 | build_insn(buf, insn##op, a, b); \ |
| 336 | } | 336 | } |
| 337 | 337 | ||
| 338 | #define I_u1(op) \ | 338 | #define I_u1(op) \ |
| 339 | static inline void i##op(u32 **buf, unsigned int a) \ | 339 | static inline void __init i##op(u32 **buf, unsigned int a) \ |
| 340 | { \ | 340 | { \ |
| 341 | build_insn(buf, insn##op, a); \ | 341 | build_insn(buf, insn##op, a); \ |
| 342 | } | 342 | } |
| 343 | 343 | ||
| 344 | #define I_0(op) \ | 344 | #define I_0(op) \ |
| 345 | static inline void i##op(u32 **buf) \ | 345 | static inline void __init i##op(u32 **buf) \ |
| 346 | { \ | 346 | { \ |
| 347 | build_insn(buf, insn##op); \ | 347 | build_insn(buf, insn##op); \ |
| 348 | } | 348 | } |
| @@ -623,42 +623,42 @@ static __init int __attribute__((unused)) insn_has_bdelay(struct reloc *rel, | |||
| 623 | } | 623 | } |
| 624 | 624 | ||
| 625 | /* convenience functions for labeled branches */ | 625 | /* convenience functions for labeled branches */ |
| 626 | static void __attribute__((unused)) il_bltz(u32 **p, struct reloc **r, | 626 | static void __init __attribute__((unused)) |
| 627 | unsigned int reg, enum label_id l) | 627 | il_bltz(u32 **p, struct reloc **r, unsigned int reg, enum label_id l) |
| 628 | { | 628 | { |
| 629 | r_mips_pc16(r, *p, l); | 629 | r_mips_pc16(r, *p, l); |
| 630 | i_bltz(p, reg, 0); | 630 | i_bltz(p, reg, 0); |
| 631 | } | 631 | } |
| 632 | 632 | ||
| 633 | static void __attribute__((unused)) il_b(u32 **p, struct reloc **r, | 633 | static void __init __attribute__((unused)) il_b(u32 **p, struct reloc **r, |
| 634 | enum label_id l) | 634 | enum label_id l) |
| 635 | { | 635 | { |
| 636 | r_mips_pc16(r, *p, l); | 636 | r_mips_pc16(r, *p, l); |
| 637 | i_b(p, 0); | 637 | i_b(p, 0); |
| 638 | } | 638 | } |
| 639 | 639 | ||
| 640 | static void il_beqz(u32 **p, struct reloc **r, unsigned int reg, | 640 | static void __init il_beqz(u32 **p, struct reloc **r, unsigned int reg, |
| 641 | enum label_id l) | 641 | enum label_id l) |
| 642 | { | 642 | { |
| 643 | r_mips_pc16(r, *p, l); | 643 | r_mips_pc16(r, *p, l); |
| 644 | i_beqz(p, reg, 0); | 644 | i_beqz(p, reg, 0); |
| 645 | } | 645 | } |
| 646 | 646 | ||
| 647 | static void __attribute__((unused)) | 647 | static void __init __attribute__((unused)) |
| 648 | il_beqzl(u32 **p, struct reloc **r, unsigned int reg, enum label_id l) | 648 | il_beqzl(u32 **p, struct reloc **r, unsigned int reg, enum label_id l) |
| 649 | { | 649 | { |
| 650 | r_mips_pc16(r, *p, l); | 650 | r_mips_pc16(r, *p, l); |
| 651 | i_beqzl(p, reg, 0); | 651 | i_beqzl(p, reg, 0); |
| 652 | } | 652 | } |
| 653 | 653 | ||
| 654 | static void il_bnez(u32 **p, struct reloc **r, unsigned int reg, | 654 | static void __init il_bnez(u32 **p, struct reloc **r, unsigned int reg, |
| 655 | enum label_id l) | 655 | enum label_id l) |
| 656 | { | 656 | { |
| 657 | r_mips_pc16(r, *p, l); | 657 | r_mips_pc16(r, *p, l); |
| 658 | i_bnez(p, reg, 0); | 658 | i_bnez(p, reg, 0); |
| 659 | } | 659 | } |
| 660 | 660 | ||
| 661 | static void il_bgezl(u32 **p, struct reloc **r, unsigned int reg, | 661 | static void __init il_bgezl(u32 **p, struct reloc **r, unsigned int reg, |
| 662 | enum label_id l) | 662 | enum label_id l) |
| 663 | { | 663 | { |
| 664 | r_mips_pc16(r, *p, l); | 664 | r_mips_pc16(r, *p, l); |
diff --git a/arch/mips/momentum/jaguar_atx/prom.c b/arch/mips/momentum/jaguar_atx/prom.c index aae7a802767a..1cadaa92946a 100644 --- a/arch/mips/momentum/jaguar_atx/prom.c +++ b/arch/mips/momentum/jaguar_atx/prom.c | |||
| @@ -21,10 +21,10 @@ | |||
| 21 | #include <linux/mm.h> | 21 | #include <linux/mm.h> |
| 22 | #include <linux/sched.h> | 22 | #include <linux/sched.h> |
| 23 | #include <linux/bootmem.h> | 23 | #include <linux/bootmem.h> |
| 24 | #include <linux/mv643xx.h> | ||
| 24 | 25 | ||
| 25 | #include <asm/addrspace.h> | 26 | #include <asm/addrspace.h> |
| 26 | #include <asm/bootinfo.h> | 27 | #include <asm/bootinfo.h> |
| 27 | #include <asm/mv64340.h> | ||
| 28 | #include <asm/pmon.h> | 28 | #include <asm/pmon.h> |
| 29 | 29 | ||
| 30 | #include "jaguar_atx_fpga.h" | 30 | #include "jaguar_atx_fpga.h" |
diff --git a/arch/mips/momentum/jaguar_atx/setup.c b/arch/mips/momentum/jaguar_atx/setup.c index 301d67226d72..2699917b640a 100644 --- a/arch/mips/momentum/jaguar_atx/setup.c +++ b/arch/mips/momentum/jaguar_atx/setup.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * BRIEF MODULE DESCRIPTION | 2 | * BRIEF MODULE DESCRIPTION |
| 3 | * Momentum Computer Jaguar-ATX board dependent boot routines | 3 | * Momentum Computer Jaguar-ATX board dependent boot routines |
| 4 | * | 4 | * |
| 5 | * Copyright (C) 1996, 1997, 2001, 2004 Ralf Baechle (ralf@linux-mips.org) | 5 | * Copyright (C) 1996, 1997, 2001, 04, 06 Ralf Baechle (ralf@linux-mips.org) |
| 6 | * Copyright (C) 2000 RidgeRun, Inc. | 6 | * Copyright (C) 2000 RidgeRun, Inc. |
| 7 | * Copyright (C) 2001 Red Hat, Inc. | 7 | * Copyright (C) 2001 Red Hat, Inc. |
| 8 | * Copyright (C) 2002 Momentum Computer | 8 | * Copyright (C) 2002 Momentum Computer |
| @@ -55,6 +55,8 @@ | |||
| 55 | #include <linux/interrupt.h> | 55 | #include <linux/interrupt.h> |
| 56 | #include <linux/timex.h> | 56 | #include <linux/timex.h> |
| 57 | #include <linux/vmalloc.h> | 57 | #include <linux/vmalloc.h> |
| 58 | #include <linux/mv643xx.h> | ||
| 59 | |||
| 58 | #include <asm/time.h> | 60 | #include <asm/time.h> |
| 59 | #include <asm/bootinfo.h> | 61 | #include <asm/bootinfo.h> |
| 60 | #include <asm/page.h> | 62 | #include <asm/page.h> |
| @@ -64,7 +66,6 @@ | |||
| 64 | #include <asm/ptrace.h> | 66 | #include <asm/ptrace.h> |
| 65 | #include <asm/reboot.h> | 67 | #include <asm/reboot.h> |
| 66 | #include <asm/tlbflush.h> | 68 | #include <asm/tlbflush.h> |
| 67 | #include <asm/mv64340.h> | ||
| 68 | 69 | ||
| 69 | #include "jaguar_atx_fpga.h" | 70 | #include "jaguar_atx_fpga.h" |
| 70 | 71 | ||
diff --git a/arch/mips/momentum/ocelot_c/irq.c b/arch/mips/momentum/ocelot_c/irq.c index 300fe8e4fbe8..a5764bc20e36 100644 --- a/arch/mips/momentum/ocelot_c/irq.c +++ b/arch/mips/momentum/ocelot_c/irq.c | |||
| @@ -41,11 +41,11 @@ | |||
| 41 | #include <linux/slab.h> | 41 | #include <linux/slab.h> |
| 42 | #include <linux/random.h> | 42 | #include <linux/random.h> |
| 43 | #include <linux/bitops.h> | 43 | #include <linux/bitops.h> |
| 44 | #include <linux/mv643xx.h> | ||
| 44 | #include <asm/bootinfo.h> | 45 | #include <asm/bootinfo.h> |
| 45 | #include <asm/io.h> | 46 | #include <asm/io.h> |
| 46 | #include <asm/irq_cpu.h> | 47 | #include <asm/irq_cpu.h> |
| 47 | #include <asm/mipsregs.h> | 48 | #include <asm/mipsregs.h> |
| 48 | #include <asm/mv64340.h> | ||
| 49 | #include <asm/system.h> | 49 | #include <asm/system.h> |
| 50 | 50 | ||
| 51 | extern asmlinkage void ocelot_handle_int(void); | 51 | extern asmlinkage void ocelot_handle_int(void); |
diff --git a/arch/mips/momentum/ocelot_c/prom.c b/arch/mips/momentum/ocelot_c/prom.c index 5b6809724b15..e92364482c7b 100644 --- a/arch/mips/momentum/ocelot_c/prom.c +++ b/arch/mips/momentum/ocelot_c/prom.c | |||
| @@ -19,10 +19,10 @@ | |||
| 19 | #include <linux/mm.h> | 19 | #include <linux/mm.h> |
| 20 | #include <linux/sched.h> | 20 | #include <linux/sched.h> |
| 21 | #include <linux/bootmem.h> | 21 | #include <linux/bootmem.h> |
| 22 | #include <linux/mv643xx.h> | ||
| 22 | 23 | ||
| 23 | #include <asm/addrspace.h> | 24 | #include <asm/addrspace.h> |
| 24 | #include <asm/bootinfo.h> | 25 | #include <asm/bootinfo.h> |
| 25 | #include <asm/mv64340.h> | ||
| 26 | #include <asm/pmon.h> | 26 | #include <asm/pmon.h> |
| 27 | 27 | ||
| 28 | #include "ocelot_c_fpga.h" | 28 | #include "ocelot_c_fpga.h" |
diff --git a/arch/mips/momentum/ocelot_c/setup.c b/arch/mips/momentum/ocelot_c/setup.c index 15998d8a9341..bd02e60d037a 100644 --- a/arch/mips/momentum/ocelot_c/setup.c +++ b/arch/mips/momentum/ocelot_c/setup.c | |||
| @@ -54,6 +54,7 @@ | |||
| 54 | #include <linux/pm.h> | 54 | #include <linux/pm.h> |
| 55 | #include <linux/timex.h> | 55 | #include <linux/timex.h> |
| 56 | #include <linux/vmalloc.h> | 56 | #include <linux/vmalloc.h> |
| 57 | #include <linux/mv643xx.h> | ||
| 57 | 58 | ||
| 58 | #include <asm/time.h> | 59 | #include <asm/time.h> |
| 59 | #include <asm/bootinfo.h> | 60 | #include <asm/bootinfo.h> |
| @@ -64,9 +65,9 @@ | |||
| 64 | #include <asm/processor.h> | 65 | #include <asm/processor.h> |
| 65 | #include <asm/ptrace.h> | 66 | #include <asm/ptrace.h> |
| 66 | #include <asm/reboot.h> | 67 | #include <asm/reboot.h> |
| 68 | #include <asm/marvell.h> | ||
| 67 | #include <linux/bootmem.h> | 69 | #include <linux/bootmem.h> |
| 68 | #include <linux/blkdev.h> | 70 | #include <linux/blkdev.h> |
| 69 | #include <asm/mv64340.h> | ||
| 70 | #include "ocelot_c_fpga.h" | 71 | #include "ocelot_c_fpga.h" |
| 71 | 72 | ||
| 72 | unsigned long marvell_base; | 73 | unsigned long marvell_base; |
| @@ -252,22 +253,22 @@ void __init plat_setup(void) | |||
| 252 | /* shut down ethernet ports, just to be sure our memory doesn't get | 253 | /* shut down ethernet ports, just to be sure our memory doesn't get |
| 253 | * corrupted by random ethernet traffic. | 254 | * corrupted by random ethernet traffic. |
| 254 | */ | 255 | */ |
| 255 | MV_WRITE(MV64340_ETH_TRANSMIT_QUEUE_COMMAND_REG(0), 0xff << 8); | 256 | MV_WRITE(MV643XX_ETH_TRANSMIT_QUEUE_COMMAND_REG(0), 0xff << 8); |
| 256 | MV_WRITE(MV64340_ETH_TRANSMIT_QUEUE_COMMAND_REG(1), 0xff << 8); | 257 | MV_WRITE(MV643XX_ETH_TRANSMIT_QUEUE_COMMAND_REG(1), 0xff << 8); |
| 257 | MV_WRITE(MV64340_ETH_RECEIVE_QUEUE_COMMAND_REG(0), 0xff << 8); | 258 | MV_WRITE(MV643XX_ETH_RECEIVE_QUEUE_COMMAND_REG(0), 0xff << 8); |
| 258 | MV_WRITE(MV64340_ETH_RECEIVE_QUEUE_COMMAND_REG(1), 0xff << 8); | 259 | MV_WRITE(MV643XX_ETH_RECEIVE_QUEUE_COMMAND_REG(1), 0xff << 8); |
| 259 | do {} | 260 | do {} |
| 260 | while (MV_READ(MV64340_ETH_RECEIVE_QUEUE_COMMAND_REG(0)) & 0xff); | 261 | while (MV_READ(MV643XX_ETH_RECEIVE_QUEUE_COMMAND_REG(0)) & 0xff); |
| 261 | do {} | 262 | do {} |
| 262 | while (MV_READ(MV64340_ETH_RECEIVE_QUEUE_COMMAND_REG(1)) & 0xff); | 263 | while (MV_READ(MV643XX_ETH_RECEIVE_QUEUE_COMMAND_REG(1)) & 0xff); |
| 263 | do {} | 264 | do {} |
| 264 | while (MV_READ(MV64340_ETH_TRANSMIT_QUEUE_COMMAND_REG(0)) & 0xff); | 265 | while (MV_READ(MV643XX_ETH_TRANSMIT_QUEUE_COMMAND_REG(0)) & 0xff); |
| 265 | do {} | 266 | do {} |
| 266 | while (MV_READ(MV64340_ETH_TRANSMIT_QUEUE_COMMAND_REG(1)) & 0xff); | 267 | while (MV_READ(MV643XX_ETH_TRANSMIT_QUEUE_COMMAND_REG(1)) & 0xff); |
| 267 | MV_WRITE(MV64340_ETH_PORT_SERIAL_CONTROL_REG(0), | 268 | MV_WRITE(MV643XX_ETH_PORT_SERIAL_CONTROL_REG(0), |
| 268 | MV_READ(MV64340_ETH_PORT_SERIAL_CONTROL_REG(0)) & ~1); | 269 | MV_READ(MV643XX_ETH_PORT_SERIAL_CONTROL_REG(0)) & ~1); |
| 269 | MV_WRITE(MV64340_ETH_PORT_SERIAL_CONTROL_REG(1), | 270 | MV_WRITE(MV643XX_ETH_PORT_SERIAL_CONTROL_REG(1), |
| 270 | MV_READ(MV64340_ETH_PORT_SERIAL_CONTROL_REG(1)) & ~1); | 271 | MV_READ(MV643XX_ETH_PORT_SERIAL_CONTROL_REG(1)) & ~1); |
| 271 | 272 | ||
| 272 | /* Turn off the Bit-Error LED */ | 273 | /* Turn off the Bit-Error LED */ |
| 273 | OCELOT_FPGA_WRITE(0x80, CLR); | 274 | OCELOT_FPGA_WRITE(0x80, CLR); |
diff --git a/arch/mips/pci/pci-ocelot-c.c b/arch/mips/pci/pci-ocelot-c.c index 1d84d36e034d..027759f7c904 100644 --- a/arch/mips/pci/pci-ocelot-c.c +++ b/arch/mips/pci/pci-ocelot-c.c | |||
| @@ -3,15 +3,17 @@ | |||
| 3 | * License. See the file "COPYING" in the main directory of this archive | 3 | * License. See the file "COPYING" in the main directory of this archive |
| 4 | * for more details. | 4 | * for more details. |
| 5 | * | 5 | * |
| 6 | * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) | 6 | * Copyright (C) 2004, 06 by Ralf Baechle (ralf@linux-mips.org) |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | #include <linux/types.h> | 9 | #include <linux/types.h> |
| 10 | #include <linux/pci.h> | 10 | #include <linux/pci.h> |
| 11 | #include <asm/mv64340.h> | 11 | #include <linux/mv643xx.h> |
| 12 | 12 | ||
| 13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
| 14 | 14 | ||
| 15 | #include <asm/marvell.h> | ||
| 16 | |||
| 15 | /* | 17 | /* |
| 16 | * We assume the address ranges have already been setup appropriately by | 18 | * We assume the address ranges have already been setup appropriately by |
| 17 | * the firmware. PMON in case of the Ocelot C does that. | 19 | * the firmware. PMON in case of the Ocelot C does that. |
diff --git a/arch/mips/pmc-sierra/yosemite/smp.c b/arch/mips/pmc-sierra/yosemite/smp.c index 7f8fda962190..c197311e15d3 100644 --- a/arch/mips/pmc-sierra/yosemite/smp.c +++ b/arch/mips/pmc-sierra/yosemite/smp.c | |||
| @@ -50,37 +50,25 @@ void __init prom_grab_secondary(void) | |||
| 50 | * We don't want to start the secondary CPU yet nor do we have a nice probing | 50 | * We don't want to start the secondary CPU yet nor do we have a nice probing |
| 51 | * feature in PMON so we just assume presence of the secondary core. | 51 | * feature in PMON so we just assume presence of the secondary core. |
| 52 | */ | 52 | */ |
| 53 | static char maxcpus_string[] __initdata = | 53 | void __init plat_smp_setup(void) |
| 54 | KERN_WARNING "max_cpus set to 0; using 1 instead\n"; | ||
| 55 | |||
| 56 | void __init prom_prepare_cpus(unsigned int max_cpus) | ||
| 57 | { | 54 | { |
| 58 | int enabled = 0, i; | 55 | int i; |
| 59 | |||
| 60 | if (max_cpus == 0) { | ||
| 61 | printk(maxcpus_string); | ||
| 62 | max_cpus = 1; | ||
| 63 | } | ||
| 64 | 56 | ||
| 65 | cpus_clear(phys_cpu_present_map); | 57 | cpus_clear(phys_cpu_present_map); |
| 66 | 58 | ||
| 67 | for (i = 0; i < 2; i++) { | 59 | for (i = 0; i < 2; i++) { |
| 68 | if (i == max_cpus) | ||
| 69 | break; | ||
| 70 | |||
| 71 | /* | ||
| 72 | * The boot CPU | ||
| 73 | */ | ||
| 74 | cpu_set(i, phys_cpu_present_map); | 60 | cpu_set(i, phys_cpu_present_map); |
| 75 | __cpu_number_map[i] = i; | 61 | __cpu_number_map[i] = i; |
| 76 | __cpu_logical_map[i] = i; | 62 | __cpu_logical_map[i] = i; |
| 77 | enabled++; | ||
| 78 | } | 63 | } |
| 64 | } | ||
| 79 | 65 | ||
| 66 | void __init plat_prepare_cpus(unsigned int max_cpus) | ||
| 67 | { | ||
| 80 | /* | 68 | /* |
| 81 | * Be paranoid. Enable the IPI only if we're really about to go SMP. | 69 | * Be paranoid. Enable the IPI only if we're really about to go SMP. |
| 82 | */ | 70 | */ |
| 83 | if (enabled > 1) | 71 | if (cpus_weight(cpu_possible_map)) |
| 84 | set_c0_status(STATUSF_IP5); | 72 | set_c0_status(STATUSF_IP5); |
| 85 | } | 73 | } |
| 86 | 74 | ||
diff --git a/arch/mips/sgi-ip27/ip27-smp.c b/arch/mips/sgi-ip27/ip27-smp.c index dbef3f6b5650..09fa7f5216f0 100644 --- a/arch/mips/sgi-ip27/ip27-smp.c +++ b/arch/mips/sgi-ip27/ip27-smp.c | |||
| @@ -140,7 +140,7 @@ static __init void intr_clear_all(nasid_t nasid) | |||
| 140 | REMOTE_HUB_CLR_INTR(nasid, i); | 140 | REMOTE_HUB_CLR_INTR(nasid, i); |
| 141 | } | 141 | } |
| 142 | 142 | ||
| 143 | void __init prom_prepare_cpus(unsigned int max_cpus) | 143 | void __init plat_smp_setup(void) |
| 144 | { | 144 | { |
| 145 | cnodeid_t cnode; | 145 | cnodeid_t cnode; |
| 146 | 146 | ||
| @@ -161,6 +161,11 @@ void __init prom_prepare_cpus(unsigned int max_cpus) | |||
| 161 | alloc_cpupda(0, 0); | 161 | alloc_cpupda(0, 0); |
| 162 | } | 162 | } |
| 163 | 163 | ||
| 164 | void __init plat_prepare_cpus(unsigned int max_cpus) | ||
| 165 | { | ||
| 166 | /* We already did everything necessary earlier */ | ||
| 167 | } | ||
| 168 | |||
| 164 | /* | 169 | /* |
| 165 | * Launch a slave into smp_bootstrap(). It doesn't take an argument, and we | 170 | * Launch a slave into smp_bootstrap(). It doesn't take an argument, and we |
| 166 | * set sp to the kernel stack of the newly created idle process, gp to the proc | 171 | * set sp to the kernel stack of the newly created idle process, gp to the proc |
diff --git a/arch/mips/sibyte/cfe/smp.c b/arch/mips/sibyte/cfe/smp.c index 4477af3d8074..eab20e2db323 100644 --- a/arch/mips/sibyte/cfe/smp.c +++ b/arch/mips/sibyte/cfe/smp.c | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | * | 31 | * |
| 32 | * Common setup before any secondaries are started | 32 | * Common setup before any secondaries are started |
| 33 | */ | 33 | */ |
| 34 | void __init prom_prepare_cpus(unsigned int max_cpus) | 34 | void __init plat_smp_setup(void) |
| 35 | { | 35 | { |
| 36 | int i, num; | 36 | int i, num; |
| 37 | 37 | ||
| @@ -40,14 +40,18 @@ void __init prom_prepare_cpus(unsigned int max_cpus) | |||
| 40 | __cpu_number_map[0] = 0; | 40 | __cpu_number_map[0] = 0; |
| 41 | __cpu_logical_map[0] = 0; | 41 | __cpu_logical_map[0] = 0; |
| 42 | 42 | ||
| 43 | for (i=1, num=0; i<NR_CPUS; i++) { | 43 | for (i = 1, num = 0; i < NR_CPUS; i++) { |
| 44 | if (cfe_cpu_stop(i) == 0) { | 44 | if (cfe_cpu_stop(i) == 0) { |
| 45 | cpu_set(i, phys_cpu_present_map); | 45 | cpu_set(i, phys_cpu_present_map); |
| 46 | __cpu_number_map[i] = ++num; | 46 | __cpu_number_map[i] = ++num; |
| 47 | __cpu_logical_map[num] = i; | 47 | __cpu_logical_map[num] = i; |
| 48 | } | 48 | } |
| 49 | } | 49 | } |
| 50 | printk("Detected %i available secondary CPU(s)\n", num); | 50 | printk(KERN_INFO "Detected %i available secondary CPU(s)\n", num); |
| 51 | } | ||
| 52 | |||
| 53 | void __init plat_prepare_cpus(unsigned int max_cpus) | ||
| 54 | { | ||
| 51 | } | 55 | } |
| 52 | 56 | ||
| 53 | /* | 57 | /* |
diff --git a/arch/mips/sibyte/sb1250/time.c b/arch/mips/sibyte/sb1250/time.c index 511c89d65f38..1588f6debd90 100644 --- a/arch/mips/sibyte/sb1250/time.c +++ b/arch/mips/sibyte/sb1250/time.c | |||
| @@ -47,23 +47,51 @@ | |||
| 47 | #define IMR_IP3_VAL K_INT_MAP_I1 | 47 | #define IMR_IP3_VAL K_INT_MAP_I1 |
| 48 | #define IMR_IP4_VAL K_INT_MAP_I2 | 48 | #define IMR_IP4_VAL K_INT_MAP_I2 |
| 49 | 49 | ||
| 50 | #define SB1250_HPT_NUM 3 | ||
| 51 | #define SB1250_HPT_VALUE M_SCD_TIMER_CNT /* max value */ | ||
| 52 | #define SB1250_HPT_SHIFT ((sizeof(unsigned int)*8)-V_SCD_TIMER_WIDTH) | ||
| 53 | |||
| 54 | |||
| 50 | extern int sb1250_steal_irq(int irq); | 55 | extern int sb1250_steal_irq(int irq); |
| 51 | 56 | ||
| 57 | static unsigned int sb1250_hpt_read(void); | ||
| 58 | static void sb1250_hpt_init(unsigned int); | ||
| 59 | |||
| 60 | static unsigned int hpt_offset; | ||
| 61 | |||
| 62 | void __init sb1250_hpt_setup(void) | ||
| 63 | { | ||
| 64 | int cpu = smp_processor_id(); | ||
| 65 | |||
| 66 | if (!cpu) { | ||
| 67 | /* Setup hpt using timer #3 but do not enable irq for it */ | ||
| 68 | __raw_writeq(0, IOADDR(A_SCD_TIMER_REGISTER(SB1250_HPT_NUM, R_SCD_TIMER_CFG))); | ||
| 69 | __raw_writeq(SB1250_HPT_VALUE, | ||
| 70 | IOADDR(A_SCD_TIMER_REGISTER(SB1250_HPT_NUM, R_SCD_TIMER_INIT))); | ||
| 71 | __raw_writeq(M_SCD_TIMER_ENABLE | M_SCD_TIMER_MODE_CONTINUOUS, | ||
| 72 | IOADDR(A_SCD_TIMER_REGISTER(SB1250_HPT_NUM, R_SCD_TIMER_CFG))); | ||
| 73 | |||
| 74 | /* | ||
| 75 | * we need to fill 32 bits, so just use the upper 23 bits and pretend | ||
| 76 | * the timer is going 512Mhz instead of 1Mhz | ||
| 77 | */ | ||
| 78 | mips_hpt_frequency = V_SCD_TIMER_FREQ << SB1250_HPT_SHIFT; | ||
| 79 | mips_hpt_init = sb1250_hpt_init; | ||
| 80 | mips_hpt_read = sb1250_hpt_read; | ||
| 81 | } | ||
| 82 | } | ||
| 83 | |||
| 84 | |||
| 52 | void sb1250_time_init(void) | 85 | void sb1250_time_init(void) |
| 53 | { | 86 | { |
| 54 | int cpu = smp_processor_id(); | 87 | int cpu = smp_processor_id(); |
| 55 | int irq = K_INT_TIMER_0+cpu; | 88 | int irq = K_INT_TIMER_0+cpu; |
| 56 | 89 | ||
| 57 | /* Only have 4 general purpose timers */ | 90 | /* Only have 4 general purpose timers, and we use last one as hpt */ |
| 58 | if (cpu > 3) { | 91 | if (cpu > 2) { |
| 59 | BUG(); | 92 | BUG(); |
| 60 | } | 93 | } |
| 61 | 94 | ||
| 62 | if (!cpu) { | ||
| 63 | /* Use our own gettimeoffset() routine */ | ||
| 64 | do_gettimeoffset = sb1250_gettimeoffset; | ||
| 65 | } | ||
| 66 | |||
| 67 | sb1250_mask_irq(cpu, irq); | 95 | sb1250_mask_irq(cpu, irq); |
| 68 | 96 | ||
| 69 | /* Map the timer interrupt to ip[4] of this cpu */ | 97 | /* Map the timer interrupt to ip[4] of this cpu */ |
| @@ -75,10 +103,10 @@ void sb1250_time_init(void) | |||
| 75 | /* Disable the timer and set up the count */ | 103 | /* Disable the timer and set up the count */ |
| 76 | __raw_writeq(0, IOADDR(A_SCD_TIMER_REGISTER(cpu, R_SCD_TIMER_CFG))); | 104 | __raw_writeq(0, IOADDR(A_SCD_TIMER_REGISTER(cpu, R_SCD_TIMER_CFG))); |
| 77 | #ifdef CONFIG_SIMULATION | 105 | #ifdef CONFIG_SIMULATION |
| 78 | __raw_writeq(50000 / HZ, | 106 | __raw_writeq((50000 / HZ) - 1, |
| 79 | IOADDR(A_SCD_TIMER_REGISTER(cpu, R_SCD_TIMER_INIT))); | 107 | IOADDR(A_SCD_TIMER_REGISTER(cpu, R_SCD_TIMER_INIT))); |
| 80 | #else | 108 | #else |
| 81 | __raw_writeq(1000000 / HZ, | 109 | __raw_writeq((V_SCD_TIMER_FREQ / HZ) - 1, |
| 82 | IOADDR(A_SCD_TIMER_REGISTER(cpu, R_SCD_TIMER_INIT))); | 110 | IOADDR(A_SCD_TIMER_REGISTER(cpu, R_SCD_TIMER_INIT))); |
| 83 | #endif | 111 | #endif |
| 84 | 112 | ||
| @@ -103,7 +131,7 @@ void sb1250_timer_interrupt(struct pt_regs *regs) | |||
| 103 | int cpu = smp_processor_id(); | 131 | int cpu = smp_processor_id(); |
| 104 | int irq = K_INT_TIMER_0 + cpu; | 132 | int irq = K_INT_TIMER_0 + cpu; |
| 105 | 133 | ||
| 106 | /* Reset the timer */ | 134 | /* ACK interrupt */ |
| 107 | ____raw_writeq(M_SCD_TIMER_ENABLE | M_SCD_TIMER_MODE_CONTINUOUS, | 135 | ____raw_writeq(M_SCD_TIMER_ENABLE | M_SCD_TIMER_MODE_CONTINUOUS, |
| 108 | IOADDR(A_SCD_TIMER_REGISTER(cpu, R_SCD_TIMER_CFG))); | 136 | IOADDR(A_SCD_TIMER_REGISTER(cpu, R_SCD_TIMER_CFG))); |
| 109 | 137 | ||
| @@ -122,15 +150,26 @@ void sb1250_timer_interrupt(struct pt_regs *regs) | |||
| 122 | } | 150 | } |
| 123 | 151 | ||
| 124 | /* | 152 | /* |
| 125 | * We use our own do_gettimeoffset() instead of the generic one, | 153 | * The HPT is free running from SB1250_HPT_VALUE down to 0 then starts over |
| 126 | * because the generic one does not work for SMP case. | 154 | * again. There's no easy way to set to a specific value so store init value |
| 127 | * In addition, since we use general timer 0 for system time, | 155 | * in hpt_offset and subtract each time. |
| 128 | * we can get accurate intra-jiffy offset without calibration. | 156 | * |
| 157 | * Note: Timer isn't full 32bits so shift it into the upper part making | ||
| 158 | * it appear to run at a higher frequency. | ||
| 129 | */ | 159 | */ |
| 130 | unsigned long sb1250_gettimeoffset(void) | 160 | static unsigned int sb1250_hpt_read(void) |
| 131 | { | 161 | { |
| 132 | unsigned long count = | 162 | unsigned int count; |
| 133 | __raw_readq(IOADDR(A_SCD_TIMER_REGISTER(0, R_SCD_TIMER_CNT))); | ||
| 134 | 163 | ||
| 135 | return 1000000/HZ - count; | 164 | count = G_SCD_TIMER_CNT(__raw_readq(IOADDR(A_SCD_TIMER_REGISTER(SB1250_HPT_NUM, R_SCD_TIMER_CNT)))); |
| 136 | } | 165 | |
| 166 | count = (SB1250_HPT_VALUE - count) << SB1250_HPT_SHIFT; | ||
| 167 | |||
| 168 | return count - hpt_offset; | ||
| 169 | } | ||
| 170 | |||
| 171 | static void sb1250_hpt_init(unsigned int count) | ||
| 172 | { | ||
| 173 | hpt_offset = count; | ||
| 174 | return; | ||
| 175 | } | ||
diff --git a/arch/mips/sibyte/swarm/setup.c b/arch/mips/sibyte/swarm/setup.c index b614ca0ddb69..b661d2425a36 100644 --- a/arch/mips/sibyte/swarm/setup.c +++ b/arch/mips/sibyte/swarm/setup.c | |||
| @@ -70,6 +70,12 @@ const char *get_system_type(void) | |||
| 70 | return "SiByte " SIBYTE_BOARD_NAME; | 70 | return "SiByte " SIBYTE_BOARD_NAME; |
| 71 | } | 71 | } |
| 72 | 72 | ||
| 73 | void __init swarm_time_init(void) | ||
| 74 | { | ||
| 75 | /* Setup HPT */ | ||
| 76 | sb1250_hpt_setup(); | ||
| 77 | } | ||
| 78 | |||
| 73 | void __init swarm_timer_setup(struct irqaction *irq) | 79 | void __init swarm_timer_setup(struct irqaction *irq) |
| 74 | { | 80 | { |
| 75 | /* | 81 | /* |
| @@ -109,6 +115,7 @@ void __init plat_setup(void) | |||
| 109 | 115 | ||
| 110 | panic_timeout = 5; /* For debug. */ | 116 | panic_timeout = 5; /* For debug. */ |
| 111 | 117 | ||
| 118 | board_time_init = swarm_time_init; | ||
| 112 | board_timer_setup = swarm_timer_setup; | 119 | board_timer_setup = swarm_timer_setup; |
| 113 | board_be_handler = swarm_be_handler; | 120 | board_be_handler = swarm_be_handler; |
| 114 | 121 | ||
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index a834f9e0bbb3..dfba81719dec 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
| @@ -580,7 +580,7 @@ config KEXEC | |||
| 580 | strongly in flux, so no good recommendation can be made. | 580 | strongly in flux, so no good recommendation can be made. |
| 581 | 581 | ||
| 582 | config CRASH_DUMP | 582 | config CRASH_DUMP |
| 583 | bool "kernel crash dumps (EXPERIMENTAL)" | 583 | bool "Build a kdump crash kernel (EXPERIMENTAL)" |
| 584 | depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL | 584 | depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL |
| 585 | help | 585 | help |
| 586 | Build a kernel suitable for use as a kdump capture kernel. | 586 | Build a kernel suitable for use as a kdump capture kernel. |
diff --git a/arch/powerpc/boot/crt0.S b/arch/powerpc/boot/crt0.S index e0192c26037b..70e65b13e033 100644 --- a/arch/powerpc/boot/crt0.S +++ b/arch/powerpc/boot/crt0.S | |||
| @@ -45,7 +45,8 @@ _zimage_start: | |||
| 45 | bdnz 2b | 45 | bdnz 2b |
| 46 | 46 | ||
| 47 | /* Do a cache flush for our text, in case OF didn't */ | 47 | /* Do a cache flush for our text, in case OF didn't */ |
| 48 | 3: lis r9,_start@h | 48 | 3: lis r9,_start@ha |
| 49 | addi r9,r9,_start@l | ||
| 49 | add r9,r0,r9 | 50 | add r9,r0,r9 |
| 50 | lis r8,_etext@ha | 51 | lis r8,_etext@ha |
| 51 | addi r8,r8,_etext@l | 52 | addi r8,r8,_etext@l |
| @@ -53,7 +54,7 @@ _zimage_start: | |||
| 53 | 4: dcbf r0,r9 | 54 | 4: dcbf r0,r9 |
| 54 | icbi r0,r9 | 55 | icbi r0,r9 |
| 55 | addi r9,r9,0x20 | 56 | addi r9,r9,0x20 |
| 56 | cmplwi 0,r9,8 | 57 | cmplw cr0,r9,r8 |
| 57 | blt 4b | 58 | blt 4b |
| 58 | sync | 59 | sync |
| 59 | isync | 60 | isync |
diff --git a/arch/powerpc/configs/cell_defconfig b/arch/powerpc/configs/cell_defconfig index 063b84f2cbea..3c2acab63736 100644 --- a/arch/powerpc/configs/cell_defconfig +++ b/arch/powerpc/configs/cell_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.15-rc5 | 3 | # Linux kernel version: 2.6.16-rc6 |
| 4 | # Tue Dec 20 15:59:26 2005 | 4 | # Wed Mar 15 16:19:48 2006 |
| 5 | # | 5 | # |
| 6 | CONFIG_PPC64=y | 6 | CONFIG_PPC64=y |
| 7 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
| @@ -16,6 +16,10 @@ CONFIG_COMPAT=y | |||
| 16 | CONFIG_SYSVIPC_COMPAT=y | 16 | CONFIG_SYSVIPC_COMPAT=y |
| 17 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 17 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
| 18 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 18 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
| 19 | CONFIG_PPC_OF=y | ||
| 20 | CONFIG_PPC_UDBG_16550=y | ||
| 21 | # CONFIG_GENERIC_TBSYNC is not set | ||
| 22 | # CONFIG_DEFAULT_UIMAGE is not set | ||
| 19 | 23 | ||
| 20 | # | 24 | # |
| 21 | # Processor support | 25 | # Processor support |
| @@ -33,7 +37,6 @@ CONFIG_NR_CPUS=4 | |||
| 33 | # Code maturity level options | 37 | # Code maturity level options |
| 34 | # | 38 | # |
| 35 | CONFIG_EXPERIMENTAL=y | 39 | CONFIG_EXPERIMENTAL=y |
| 36 | CONFIG_CLEAN_COMPILE=y | ||
| 37 | CONFIG_LOCK_KERNEL=y | 40 | CONFIG_LOCK_KERNEL=y |
| 38 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 41 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 39 | 42 | ||
| @@ -48,8 +51,6 @@ CONFIG_SYSVIPC=y | |||
| 48 | # CONFIG_BSD_PROCESS_ACCT is not set | 51 | # CONFIG_BSD_PROCESS_ACCT is not set |
| 49 | CONFIG_SYSCTL=y | 52 | CONFIG_SYSCTL=y |
| 50 | # CONFIG_AUDIT is not set | 53 | # CONFIG_AUDIT is not set |
| 51 | CONFIG_HOTPLUG=y | ||
| 52 | CONFIG_KOBJECT_UEVENT=y | ||
| 53 | # CONFIG_IKCONFIG is not set | 54 | # CONFIG_IKCONFIG is not set |
| 54 | # CONFIG_CPUSETS is not set | 55 | # CONFIG_CPUSETS is not set |
| 55 | CONFIG_INITRAMFS_SOURCE="" | 56 | CONFIG_INITRAMFS_SOURCE="" |
| @@ -58,8 +59,10 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y | |||
| 58 | CONFIG_KALLSYMS=y | 59 | CONFIG_KALLSYMS=y |
| 59 | # CONFIG_KALLSYMS_ALL is not set | 60 | # CONFIG_KALLSYMS_ALL is not set |
| 60 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 61 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 62 | CONFIG_HOTPLUG=y | ||
| 61 | CONFIG_PRINTK=y | 63 | CONFIG_PRINTK=y |
| 62 | CONFIG_BUG=y | 64 | CONFIG_BUG=y |
| 65 | CONFIG_ELF_CORE=y | ||
| 63 | CONFIG_BASE_FULL=y | 66 | CONFIG_BASE_FULL=y |
| 64 | CONFIG_FUTEX=y | 67 | CONFIG_FUTEX=y |
| 65 | CONFIG_EPOLL=y | 68 | CONFIG_EPOLL=y |
| @@ -68,8 +71,10 @@ CONFIG_CC_ALIGN_FUNCTIONS=0 | |||
| 68 | CONFIG_CC_ALIGN_LABELS=0 | 71 | CONFIG_CC_ALIGN_LABELS=0 |
| 69 | CONFIG_CC_ALIGN_LOOPS=0 | 72 | CONFIG_CC_ALIGN_LOOPS=0 |
| 70 | CONFIG_CC_ALIGN_JUMPS=0 | 73 | CONFIG_CC_ALIGN_JUMPS=0 |
| 74 | CONFIG_SLAB=y | ||
| 71 | # CONFIG_TINY_SHMEM is not set | 75 | # CONFIG_TINY_SHMEM is not set |
| 72 | CONFIG_BASE_SMALL=0 | 76 | CONFIG_BASE_SMALL=0 |
| 77 | # CONFIG_SLOB is not set | ||
| 73 | 78 | ||
| 74 | # | 79 | # |
| 75 | # Loadable module support | 80 | # Loadable module support |
| @@ -111,7 +116,6 @@ CONFIG_PPC_MULTIPLATFORM=y | |||
| 111 | # CONFIG_PPC_PMAC is not set | 116 | # CONFIG_PPC_PMAC is not set |
| 112 | # CONFIG_PPC_MAPLE is not set | 117 | # CONFIG_PPC_MAPLE is not set |
| 113 | CONFIG_PPC_CELL=y | 118 | CONFIG_PPC_CELL=y |
| 114 | CONFIG_PPC_OF=y | ||
| 115 | # CONFIG_U3_DART is not set | 119 | # CONFIG_U3_DART is not set |
| 116 | CONFIG_PPC_RTAS=y | 120 | CONFIG_PPC_RTAS=y |
| 117 | # CONFIG_RTAS_ERROR_LOGGING is not set | 121 | # CONFIG_RTAS_ERROR_LOGGING is not set |
| @@ -120,11 +124,15 @@ CONFIG_RTAS_FLASH=y | |||
| 120 | CONFIG_MMIO_NVRAM=y | 124 | CONFIG_MMIO_NVRAM=y |
| 121 | CONFIG_CELL_IIC=y | 125 | CONFIG_CELL_IIC=y |
| 122 | # CONFIG_PPC_MPC106 is not set | 126 | # CONFIG_PPC_MPC106 is not set |
| 123 | # CONFIG_GENERIC_TBSYNC is not set | ||
| 124 | # CONFIG_CPU_FREQ is not set | 127 | # CONFIG_CPU_FREQ is not set |
| 125 | # CONFIG_WANT_EARLY_SERIAL is not set | 128 | # CONFIG_WANT_EARLY_SERIAL is not set |
| 126 | 129 | ||
| 127 | # | 130 | # |
| 131 | # Cell Broadband Engine options | ||
| 132 | # | ||
| 133 | CONFIG_SPU_FS=y | ||
| 134 | |||
| 135 | # | ||
| 128 | # Kernel options | 136 | # Kernel options |
| 129 | # | 137 | # |
| 130 | # CONFIG_HZ_100 is not set | 138 | # CONFIG_HZ_100 is not set |
| @@ -140,6 +148,7 @@ CONFIG_BINFMT_ELF=y | |||
| 140 | CONFIG_FORCE_MAX_ZONEORDER=13 | 148 | CONFIG_FORCE_MAX_ZONEORDER=13 |
| 141 | # CONFIG_IOMMU_VMERGE is not set | 149 | # CONFIG_IOMMU_VMERGE is not set |
| 142 | CONFIG_KEXEC=y | 150 | CONFIG_KEXEC=y |
| 151 | # CONFIG_CRASH_DUMP is not set | ||
| 143 | CONFIG_IRQ_ALL_CPUS=y | 152 | CONFIG_IRQ_ALL_CPUS=y |
| 144 | # CONFIG_NUMA is not set | 153 | # CONFIG_NUMA is not set |
| 145 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 154 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
| @@ -191,6 +200,7 @@ CONFIG_NET=y | |||
| 191 | # | 200 | # |
| 192 | # Networking options | 201 | # Networking options |
| 193 | # | 202 | # |
| 203 | # CONFIG_NETDEBUG is not set | ||
| 194 | CONFIG_PACKET=y | 204 | CONFIG_PACKET=y |
| 195 | # CONFIG_PACKET_MMAP is not set | 205 | # CONFIG_PACKET_MMAP is not set |
| 196 | CONFIG_UNIX=y | 206 | CONFIG_UNIX=y |
| @@ -234,6 +244,25 @@ CONFIG_NETFILTER=y | |||
| 234 | # Core Netfilter Configuration | 244 | # Core Netfilter Configuration |
| 235 | # | 245 | # |
| 236 | # CONFIG_NETFILTER_NETLINK is not set | 246 | # CONFIG_NETFILTER_NETLINK is not set |
| 247 | CONFIG_NETFILTER_XTABLES=m | ||
| 248 | CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m | ||
| 249 | CONFIG_NETFILTER_XT_TARGET_MARK=m | ||
| 250 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | ||
| 251 | CONFIG_NETFILTER_XT_TARGET_NOTRACK=m | ||
| 252 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | ||
| 253 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m | ||
| 254 | # CONFIG_NETFILTER_XT_MATCH_DCCP is not set | ||
| 255 | CONFIG_NETFILTER_XT_MATCH_HELPER=m | ||
| 256 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | ||
| 257 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | ||
| 258 | CONFIG_NETFILTER_XT_MATCH_MAC=m | ||
| 259 | CONFIG_NETFILTER_XT_MATCH_MARK=m | ||
| 260 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | ||
| 261 | CONFIG_NETFILTER_XT_MATCH_REALM=m | ||
| 262 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | ||
| 263 | CONFIG_NETFILTER_XT_MATCH_STATE=m | ||
| 264 | CONFIG_NETFILTER_XT_MATCH_STRING=m | ||
| 265 | CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | ||
| 237 | 266 | ||
| 238 | # | 267 | # |
| 239 | # IP: Netfilter Configuration | 268 | # IP: Netfilter Configuration |
| @@ -251,37 +280,23 @@ CONFIG_IP_NF_AMANDA=m | |||
| 251 | # CONFIG_IP_NF_PPTP is not set | 280 | # CONFIG_IP_NF_PPTP is not set |
| 252 | CONFIG_IP_NF_QUEUE=m | 281 | CONFIG_IP_NF_QUEUE=m |
| 253 | CONFIG_IP_NF_IPTABLES=m | 282 | CONFIG_IP_NF_IPTABLES=m |
| 254 | CONFIG_IP_NF_MATCH_LIMIT=m | ||
| 255 | CONFIG_IP_NF_MATCH_IPRANGE=m | 283 | CONFIG_IP_NF_MATCH_IPRANGE=m |
| 256 | CONFIG_IP_NF_MATCH_MAC=m | ||
| 257 | CONFIG_IP_NF_MATCH_PKTTYPE=m | ||
| 258 | CONFIG_IP_NF_MATCH_MARK=m | ||
| 259 | CONFIG_IP_NF_MATCH_MULTIPORT=m | 284 | CONFIG_IP_NF_MATCH_MULTIPORT=m |
| 260 | CONFIG_IP_NF_MATCH_TOS=m | 285 | CONFIG_IP_NF_MATCH_TOS=m |
| 261 | CONFIG_IP_NF_MATCH_RECENT=m | 286 | CONFIG_IP_NF_MATCH_RECENT=m |
| 262 | CONFIG_IP_NF_MATCH_ECN=m | 287 | CONFIG_IP_NF_MATCH_ECN=m |
| 263 | CONFIG_IP_NF_MATCH_DSCP=m | 288 | CONFIG_IP_NF_MATCH_DSCP=m |
| 264 | CONFIG_IP_NF_MATCH_AH_ESP=m | 289 | CONFIG_IP_NF_MATCH_AH_ESP=m |
| 265 | CONFIG_IP_NF_MATCH_LENGTH=m | ||
| 266 | CONFIG_IP_NF_MATCH_TTL=m | 290 | CONFIG_IP_NF_MATCH_TTL=m |
| 267 | CONFIG_IP_NF_MATCH_TCPMSS=m | ||
| 268 | CONFIG_IP_NF_MATCH_HELPER=m | ||
| 269 | CONFIG_IP_NF_MATCH_STATE=m | ||
| 270 | CONFIG_IP_NF_MATCH_CONNTRACK=m | ||
| 271 | CONFIG_IP_NF_MATCH_OWNER=m | 291 | CONFIG_IP_NF_MATCH_OWNER=m |
| 272 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | 292 | CONFIG_IP_NF_MATCH_ADDRTYPE=m |
| 273 | CONFIG_IP_NF_MATCH_REALM=m | ||
| 274 | CONFIG_IP_NF_MATCH_SCTP=m | ||
| 275 | # CONFIG_IP_NF_MATCH_DCCP is not set | ||
| 276 | CONFIG_IP_NF_MATCH_COMMENT=m | ||
| 277 | CONFIG_IP_NF_MATCH_HASHLIMIT=m | 293 | CONFIG_IP_NF_MATCH_HASHLIMIT=m |
| 278 | CONFIG_IP_NF_MATCH_STRING=m | 294 | CONFIG_IP_NF_MATCH_POLICY=m |
| 279 | CONFIG_IP_NF_FILTER=m | 295 | CONFIG_IP_NF_FILTER=m |
| 280 | CONFIG_IP_NF_TARGET_REJECT=m | 296 | CONFIG_IP_NF_TARGET_REJECT=m |
| 281 | CONFIG_IP_NF_TARGET_LOG=m | 297 | CONFIG_IP_NF_TARGET_LOG=m |
| 282 | CONFIG_IP_NF_TARGET_ULOG=m | 298 | CONFIG_IP_NF_TARGET_ULOG=m |
| 283 | CONFIG_IP_NF_TARGET_TCPMSS=m | 299 | CONFIG_IP_NF_TARGET_TCPMSS=m |
| 284 | CONFIG_IP_NF_TARGET_NFQUEUE=m | ||
| 285 | CONFIG_IP_NF_NAT=m | 300 | CONFIG_IP_NF_NAT=m |
| 286 | CONFIG_IP_NF_NAT_NEEDED=y | 301 | CONFIG_IP_NF_NAT_NEEDED=y |
| 287 | CONFIG_IP_NF_TARGET_MASQUERADE=m | 302 | CONFIG_IP_NF_TARGET_MASQUERADE=m |
| @@ -297,11 +312,8 @@ CONFIG_IP_NF_MANGLE=m | |||
| 297 | CONFIG_IP_NF_TARGET_TOS=m | 312 | CONFIG_IP_NF_TARGET_TOS=m |
| 298 | CONFIG_IP_NF_TARGET_ECN=m | 313 | CONFIG_IP_NF_TARGET_ECN=m |
| 299 | CONFIG_IP_NF_TARGET_DSCP=m | 314 | CONFIG_IP_NF_TARGET_DSCP=m |
| 300 | CONFIG_IP_NF_TARGET_MARK=m | ||
| 301 | CONFIG_IP_NF_TARGET_CLASSIFY=m | ||
| 302 | CONFIG_IP_NF_TARGET_TTL=m | 315 | CONFIG_IP_NF_TARGET_TTL=m |
| 303 | CONFIG_IP_NF_RAW=m | 316 | CONFIG_IP_NF_RAW=m |
| 304 | CONFIG_IP_NF_TARGET_NOTRACK=m | ||
| 305 | CONFIG_IP_NF_ARPTABLES=m | 317 | CONFIG_IP_NF_ARPTABLES=m |
| 306 | CONFIG_IP_NF_ARPFILTER=m | 318 | CONFIG_IP_NF_ARPFILTER=m |
| 307 | CONFIG_IP_NF_ARP_MANGLE=m | 319 | CONFIG_IP_NF_ARP_MANGLE=m |
| @@ -311,7 +323,6 @@ CONFIG_IP_NF_ARP_MANGLE=m | |||
| 311 | # | 323 | # |
| 312 | # CONFIG_IP6_NF_QUEUE is not set | 324 | # CONFIG_IP6_NF_QUEUE is not set |
| 313 | # CONFIG_IP6_NF_IPTABLES is not set | 325 | # CONFIG_IP6_NF_IPTABLES is not set |
| 314 | # CONFIG_IP6_NF_TARGET_NFQUEUE is not set | ||
| 315 | 326 | ||
| 316 | # | 327 | # |
| 317 | # DCCP Configuration (EXPERIMENTAL) | 328 | # DCCP Configuration (EXPERIMENTAL) |
| @@ -322,6 +333,11 @@ CONFIG_IP_NF_ARP_MANGLE=m | |||
| 322 | # SCTP Configuration (EXPERIMENTAL) | 333 | # SCTP Configuration (EXPERIMENTAL) |
| 323 | # | 334 | # |
| 324 | # CONFIG_IP_SCTP is not set | 335 | # CONFIG_IP_SCTP is not set |
| 336 | |||
| 337 | # | ||
| 338 | # TIPC Configuration (EXPERIMENTAL) | ||
| 339 | # | ||
| 340 | # CONFIG_TIPC is not set | ||
| 325 | # CONFIG_ATM is not set | 341 | # CONFIG_ATM is not set |
| 326 | # CONFIG_BRIDGE is not set | 342 | # CONFIG_BRIDGE is not set |
| 327 | # CONFIG_VLAN_8021Q is not set | 343 | # CONFIG_VLAN_8021Q is not set |
| @@ -540,9 +556,11 @@ CONFIG_E1000=m | |||
| 540 | # CONFIG_R8169 is not set | 556 | # CONFIG_R8169 is not set |
| 541 | # CONFIG_SIS190 is not set | 557 | # CONFIG_SIS190 is not set |
| 542 | CONFIG_SKGE=m | 558 | CONFIG_SKGE=m |
| 559 | # CONFIG_SKY2 is not set | ||
| 543 | # CONFIG_SK98LIN is not set | 560 | # CONFIG_SK98LIN is not set |
| 544 | # CONFIG_TIGON3 is not set | 561 | # CONFIG_TIGON3 is not set |
| 545 | # CONFIG_BNX2 is not set | 562 | # CONFIG_BNX2 is not set |
| 563 | CONFIG_SPIDER_NET=y | ||
| 546 | # CONFIG_MV643XX_ETH is not set | 564 | # CONFIG_MV643XX_ETH is not set |
| 547 | 565 | ||
| 548 | # | 566 | # |
| @@ -628,13 +646,16 @@ CONFIG_VT=y | |||
| 628 | CONFIG_VT_CONSOLE=y | 646 | CONFIG_VT_CONSOLE=y |
| 629 | CONFIG_HW_CONSOLE=y | 647 | CONFIG_HW_CONSOLE=y |
| 630 | CONFIG_SERIAL_NONSTANDARD=y | 648 | CONFIG_SERIAL_NONSTANDARD=y |
| 649 | # CONFIG_COMPUTONE is not set | ||
| 631 | # CONFIG_ROCKETPORT is not set | 650 | # CONFIG_ROCKETPORT is not set |
| 632 | # CONFIG_CYCLADES is not set | 651 | # CONFIG_CYCLADES is not set |
| 633 | # CONFIG_DIGIEPCA is not set | 652 | # CONFIG_DIGIEPCA is not set |
| 653 | # CONFIG_MOXA_INTELLIO is not set | ||
| 634 | # CONFIG_MOXA_SMARTIO is not set | 654 | # CONFIG_MOXA_SMARTIO is not set |
| 635 | # CONFIG_ISI is not set | 655 | # CONFIG_ISI is not set |
| 636 | # CONFIG_SYNCLINK is not set | 656 | # CONFIG_SYNCLINK is not set |
| 637 | # CONFIG_SYNCLINKMP is not set | 657 | # CONFIG_SYNCLINKMP is not set |
| 658 | # CONFIG_SYNCLINK_GT is not set | ||
| 638 | # CONFIG_N_HDLC is not set | 659 | # CONFIG_N_HDLC is not set |
| 639 | # CONFIG_SPECIALIX is not set | 660 | # CONFIG_SPECIALIX is not set |
| 640 | # CONFIG_SX is not set | 661 | # CONFIG_SX is not set |
| @@ -646,6 +667,7 @@ CONFIG_SERIAL_NONSTANDARD=y | |||
| 646 | CONFIG_SERIAL_8250=y | 667 | CONFIG_SERIAL_8250=y |
| 647 | CONFIG_SERIAL_8250_CONSOLE=y | 668 | CONFIG_SERIAL_8250_CONSOLE=y |
| 648 | CONFIG_SERIAL_8250_NR_UARTS=4 | 669 | CONFIG_SERIAL_8250_NR_UARTS=4 |
| 670 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
| 649 | # CONFIG_SERIAL_8250_EXTENDED is not set | 671 | # CONFIG_SERIAL_8250_EXTENDED is not set |
| 650 | 672 | ||
| 651 | # | 673 | # |
| @@ -756,6 +778,12 @@ CONFIG_I2C_ALGOBIT=y | |||
| 756 | # CONFIG_I2C_DEBUG_CHIP is not set | 778 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 757 | 779 | ||
| 758 | # | 780 | # |
| 781 | # SPI support | ||
| 782 | # | ||
| 783 | # CONFIG_SPI is not set | ||
| 784 | # CONFIG_SPI_MASTER is not set | ||
| 785 | |||
| 786 | # | ||
| 759 | # Dallas's 1-wire bus | 787 | # Dallas's 1-wire bus |
| 760 | # | 788 | # |
| 761 | # CONFIG_W1 is not set | 789 | # CONFIG_W1 is not set |
| @@ -827,7 +855,7 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
| 827 | # CONFIG_INFINIBAND is not set | 855 | # CONFIG_INFINIBAND is not set |
| 828 | 856 | ||
| 829 | # | 857 | # |
| 830 | # SN Devices | 858 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
| 831 | # | 859 | # |
| 832 | 860 | ||
| 833 | # | 861 | # |
| @@ -847,6 +875,7 @@ CONFIG_FS_MBCACHE=y | |||
| 847 | # CONFIG_JFS_FS is not set | 875 | # CONFIG_JFS_FS is not set |
| 848 | CONFIG_FS_POSIX_ACL=y | 876 | CONFIG_FS_POSIX_ACL=y |
| 849 | # CONFIG_XFS_FS is not set | 877 | # CONFIG_XFS_FS is not set |
| 878 | # CONFIG_OCFS2_FS is not set | ||
| 850 | # CONFIG_MINIX_FS is not set | 879 | # CONFIG_MINIX_FS is not set |
| 851 | # CONFIG_ROMFS_FS is not set | 880 | # CONFIG_ROMFS_FS is not set |
| 852 | CONFIG_INOTIFY=y | 881 | CONFIG_INOTIFY=y |
| @@ -886,6 +915,7 @@ CONFIG_HUGETLBFS=y | |||
| 886 | CONFIG_HUGETLB_PAGE=y | 915 | CONFIG_HUGETLB_PAGE=y |
| 887 | CONFIG_RAMFS=y | 916 | CONFIG_RAMFS=y |
| 888 | # CONFIG_RELAYFS_FS is not set | 917 | # CONFIG_RELAYFS_FS is not set |
| 918 | # CONFIG_CONFIGFS_FS is not set | ||
| 889 | 919 | ||
| 890 | # | 920 | # |
| 891 | # Miscellaneous filesystems | 921 | # Miscellaneous filesystems |
| @@ -951,6 +981,7 @@ CONFIG_MSDOS_PARTITION=y | |||
| 951 | # CONFIG_SGI_PARTITION is not set | 981 | # CONFIG_SGI_PARTITION is not set |
| 952 | # CONFIG_ULTRIX_PARTITION is not set | 982 | # CONFIG_ULTRIX_PARTITION is not set |
| 953 | # CONFIG_SUN_PARTITION is not set | 983 | # CONFIG_SUN_PARTITION is not set |
| 984 | # CONFIG_KARMA_PARTITION is not set | ||
| 954 | CONFIG_EFI_PARTITION=y | 985 | CONFIG_EFI_PARTITION=y |
| 955 | 986 | ||
| 956 | # | 987 | # |
| @@ -1021,18 +1052,20 @@ CONFIG_TEXTSEARCH_FSM=m | |||
| 1021 | # Kernel hacking | 1052 | # Kernel hacking |
| 1022 | # | 1053 | # |
| 1023 | # CONFIG_PRINTK_TIME is not set | 1054 | # CONFIG_PRINTK_TIME is not set |
| 1024 | CONFIG_DEBUG_KERNEL=y | ||
| 1025 | CONFIG_MAGIC_SYSRQ=y | 1055 | CONFIG_MAGIC_SYSRQ=y |
| 1056 | CONFIG_DEBUG_KERNEL=y | ||
| 1026 | CONFIG_LOG_BUF_SHIFT=15 | 1057 | CONFIG_LOG_BUF_SHIFT=15 |
| 1027 | CONFIG_DETECT_SOFTLOCKUP=y | 1058 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1028 | # CONFIG_SCHEDSTATS is not set | 1059 | # CONFIG_SCHEDSTATS is not set |
| 1029 | # CONFIG_DEBUG_SLAB is not set | 1060 | # CONFIG_DEBUG_SLAB is not set |
| 1061 | # CONFIG_DEBUG_MUTEXES is not set | ||
| 1030 | # CONFIG_DEBUG_SPINLOCK is not set | 1062 | # CONFIG_DEBUG_SPINLOCK is not set |
| 1031 | CONFIG_DEBUG_SPINLOCK_SLEEP=y | 1063 | CONFIG_DEBUG_SPINLOCK_SLEEP=y |
| 1032 | # CONFIG_DEBUG_KOBJECT is not set | 1064 | # CONFIG_DEBUG_KOBJECT is not set |
| 1033 | # CONFIG_DEBUG_INFO is not set | 1065 | # CONFIG_DEBUG_INFO is not set |
| 1034 | CONFIG_DEBUG_FS=y | 1066 | CONFIG_DEBUG_FS=y |
| 1035 | # CONFIG_DEBUG_VM is not set | 1067 | # CONFIG_DEBUG_VM is not set |
| 1068 | # CONFIG_FORCED_INLINING is not set | ||
| 1036 | # CONFIG_RCU_TORTURE_TEST is not set | 1069 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1037 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1070 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1038 | # CONFIG_DEBUG_STACK_USAGE is not set | 1071 | # CONFIG_DEBUG_STACK_USAGE is not set |
| @@ -1040,6 +1073,11 @@ CONFIG_DEBUGGER=y | |||
| 1040 | # CONFIG_XMON is not set | 1073 | # CONFIG_XMON is not set |
| 1041 | CONFIG_IRQSTACKS=y | 1074 | CONFIG_IRQSTACKS=y |
| 1042 | # CONFIG_BOOTX_TEXT is not set | 1075 | # CONFIG_BOOTX_TEXT is not set |
| 1076 | # CONFIG_PPC_EARLY_DEBUG_LPAR is not set | ||
| 1077 | # CONFIG_PPC_EARLY_DEBUG_G5 is not set | ||
| 1078 | # CONFIG_PPC_EARLY_DEBUG_RTAS is not set | ||
| 1079 | # CONFIG_PPC_EARLY_DEBUG_MAPLE is not set | ||
| 1080 | # CONFIG_PPC_EARLY_DEBUG_ISERIES is not set | ||
| 1043 | 1081 | ||
| 1044 | # | 1082 | # |
| 1045 | # Security options | 1083 | # Security options |
diff --git a/arch/powerpc/configs/iseries_defconfig b/arch/powerpc/configs/iseries_defconfig index c775027947f9..1816a46742f6 100644 --- a/arch/powerpc/configs/iseries_defconfig +++ b/arch/powerpc/configs/iseries_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.15-rc5 | 3 | # Linux kernel version: 2.6.16-rc6 |
| 4 | # Tue Dec 20 15:59:32 2005 | 4 | # Wed Mar 15 16:19:52 2006 |
| 5 | # | 5 | # |
| 6 | CONFIG_PPC64=y | 6 | CONFIG_PPC64=y |
| 7 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
| @@ -16,6 +16,10 @@ CONFIG_COMPAT=y | |||
| 16 | CONFIG_SYSVIPC_COMPAT=y | 16 | CONFIG_SYSVIPC_COMPAT=y |
| 17 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 17 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
| 18 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 18 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
| 19 | CONFIG_PPC_OF=y | ||
| 20 | # CONFIG_PPC_UDBG_16550 is not set | ||
| 21 | # CONFIG_GENERIC_TBSYNC is not set | ||
| 22 | # CONFIG_DEFAULT_UIMAGE is not set | ||
| 19 | 23 | ||
| 20 | # | 24 | # |
| 21 | # Processor support | 25 | # Processor support |
| @@ -33,7 +37,6 @@ CONFIG_NR_CPUS=32 | |||
| 33 | # Code maturity level options | 37 | # Code maturity level options |
| 34 | # | 38 | # |
| 35 | CONFIG_EXPERIMENTAL=y | 39 | CONFIG_EXPERIMENTAL=y |
| 36 | CONFIG_CLEAN_COMPILE=y | ||
| 37 | CONFIG_LOCK_KERNEL=y | 40 | CONFIG_LOCK_KERNEL=y |
| 38 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 41 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 39 | 42 | ||
| @@ -49,8 +52,6 @@ CONFIG_POSIX_MQUEUE=y | |||
| 49 | CONFIG_SYSCTL=y | 52 | CONFIG_SYSCTL=y |
| 50 | CONFIG_AUDIT=y | 53 | CONFIG_AUDIT=y |
| 51 | CONFIG_AUDITSYSCALL=y | 54 | CONFIG_AUDITSYSCALL=y |
| 52 | CONFIG_HOTPLUG=y | ||
| 53 | CONFIG_KOBJECT_UEVENT=y | ||
| 54 | CONFIG_IKCONFIG=y | 55 | CONFIG_IKCONFIG=y |
| 55 | CONFIG_IKCONFIG_PROC=y | 56 | CONFIG_IKCONFIG_PROC=y |
| 56 | # CONFIG_CPUSETS is not set | 57 | # CONFIG_CPUSETS is not set |
| @@ -60,8 +61,10 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y | |||
| 60 | CONFIG_KALLSYMS=y | 61 | CONFIG_KALLSYMS=y |
| 61 | # CONFIG_KALLSYMS_ALL is not set | 62 | # CONFIG_KALLSYMS_ALL is not set |
| 62 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 63 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 64 | CONFIG_HOTPLUG=y | ||
| 63 | CONFIG_PRINTK=y | 65 | CONFIG_PRINTK=y |
| 64 | CONFIG_BUG=y | 66 | CONFIG_BUG=y |
| 67 | CONFIG_ELF_CORE=y | ||
| 65 | CONFIG_BASE_FULL=y | 68 | CONFIG_BASE_FULL=y |
| 66 | CONFIG_FUTEX=y | 69 | CONFIG_FUTEX=y |
| 67 | CONFIG_EPOLL=y | 70 | CONFIG_EPOLL=y |
| @@ -70,8 +73,10 @@ CONFIG_CC_ALIGN_FUNCTIONS=0 | |||
| 70 | CONFIG_CC_ALIGN_LABELS=0 | 73 | CONFIG_CC_ALIGN_LABELS=0 |
| 71 | CONFIG_CC_ALIGN_LOOPS=0 | 74 | CONFIG_CC_ALIGN_LOOPS=0 |
| 72 | CONFIG_CC_ALIGN_JUMPS=0 | 75 | CONFIG_CC_ALIGN_JUMPS=0 |
| 76 | CONFIG_SLAB=y | ||
| 73 | # CONFIG_TINY_SHMEM is not set | 77 | # CONFIG_TINY_SHMEM is not set |
| 74 | CONFIG_BASE_SMALL=0 | 78 | CONFIG_BASE_SMALL=0 |
| 79 | # CONFIG_SLOB is not set | ||
| 75 | 80 | ||
| 76 | # | 81 | # |
| 77 | # Loadable module support | 82 | # Loadable module support |
| @@ -113,7 +118,6 @@ CONFIG_PPC_ISERIES=y | |||
| 113 | # CONFIG_MMIO_NVRAM is not set | 118 | # CONFIG_MMIO_NVRAM is not set |
| 114 | CONFIG_IBMVIO=y | 119 | CONFIG_IBMVIO=y |
| 115 | # CONFIG_PPC_MPC106 is not set | 120 | # CONFIG_PPC_MPC106 is not set |
| 116 | # CONFIG_GENERIC_TBSYNC is not set | ||
| 117 | # CONFIG_CPU_FREQ is not set | 121 | # CONFIG_CPU_FREQ is not set |
| 118 | # CONFIG_WANT_EARLY_SERIAL is not set | 122 | # CONFIG_WANT_EARLY_SERIAL is not set |
| 119 | 123 | ||
| @@ -183,6 +187,7 @@ CONFIG_NET=y | |||
| 183 | # | 187 | # |
| 184 | # Networking options | 188 | # Networking options |
| 185 | # | 189 | # |
| 190 | # CONFIG_NETDEBUG is not set | ||
| 186 | CONFIG_PACKET=y | 191 | CONFIG_PACKET=y |
| 187 | # CONFIG_PACKET_MMAP is not set | 192 | # CONFIG_PACKET_MMAP is not set |
| 188 | CONFIG_UNIX=y | 193 | CONFIG_UNIX=y |
| @@ -220,6 +225,28 @@ CONFIG_NETFILTER=y | |||
| 220 | # Core Netfilter Configuration | 225 | # Core Netfilter Configuration |
| 221 | # | 226 | # |
| 222 | # CONFIG_NETFILTER_NETLINK is not set | 227 | # CONFIG_NETFILTER_NETLINK is not set |
| 228 | CONFIG_NETFILTER_XTABLES=m | ||
| 229 | CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m | ||
| 230 | CONFIG_NETFILTER_XT_TARGET_CONNMARK=m | ||
| 231 | CONFIG_NETFILTER_XT_TARGET_MARK=m | ||
| 232 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | ||
| 233 | CONFIG_NETFILTER_XT_TARGET_NOTRACK=m | ||
| 234 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | ||
| 235 | CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m | ||
| 236 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m | ||
| 237 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m | ||
| 238 | # CONFIG_NETFILTER_XT_MATCH_DCCP is not set | ||
| 239 | CONFIG_NETFILTER_XT_MATCH_HELPER=m | ||
| 240 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | ||
| 241 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | ||
| 242 | CONFIG_NETFILTER_XT_MATCH_MAC=m | ||
| 243 | CONFIG_NETFILTER_XT_MATCH_MARK=m | ||
| 244 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | ||
| 245 | CONFIG_NETFILTER_XT_MATCH_REALM=m | ||
| 246 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | ||
| 247 | CONFIG_NETFILTER_XT_MATCH_STATE=m | ||
| 248 | CONFIG_NETFILTER_XT_MATCH_STRING=m | ||
| 249 | CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | ||
| 223 | 250 | ||
| 224 | # | 251 | # |
| 225 | # IP: Netfilter Configuration | 252 | # IP: Netfilter Configuration |
| @@ -237,39 +264,23 @@ CONFIG_IP_NF_AMANDA=m | |||
| 237 | # CONFIG_IP_NF_PPTP is not set | 264 | # CONFIG_IP_NF_PPTP is not set |
| 238 | CONFIG_IP_NF_QUEUE=m | 265 | CONFIG_IP_NF_QUEUE=m |
| 239 | CONFIG_IP_NF_IPTABLES=m | 266 | CONFIG_IP_NF_IPTABLES=m |
| 240 | CONFIG_IP_NF_MATCH_LIMIT=m | ||
| 241 | CONFIG_IP_NF_MATCH_IPRANGE=m | 267 | CONFIG_IP_NF_MATCH_IPRANGE=m |
| 242 | CONFIG_IP_NF_MATCH_MAC=m | ||
| 243 | CONFIG_IP_NF_MATCH_PKTTYPE=m | ||
| 244 | CONFIG_IP_NF_MATCH_MARK=m | ||
| 245 | CONFIG_IP_NF_MATCH_MULTIPORT=m | 268 | CONFIG_IP_NF_MATCH_MULTIPORT=m |
| 246 | CONFIG_IP_NF_MATCH_TOS=m | 269 | CONFIG_IP_NF_MATCH_TOS=m |
| 247 | CONFIG_IP_NF_MATCH_RECENT=m | 270 | CONFIG_IP_NF_MATCH_RECENT=m |
| 248 | CONFIG_IP_NF_MATCH_ECN=m | 271 | CONFIG_IP_NF_MATCH_ECN=m |
| 249 | CONFIG_IP_NF_MATCH_DSCP=m | 272 | CONFIG_IP_NF_MATCH_DSCP=m |
| 250 | CONFIG_IP_NF_MATCH_AH_ESP=m | 273 | CONFIG_IP_NF_MATCH_AH_ESP=m |
| 251 | CONFIG_IP_NF_MATCH_LENGTH=m | ||
| 252 | CONFIG_IP_NF_MATCH_TTL=m | 274 | CONFIG_IP_NF_MATCH_TTL=m |
| 253 | CONFIG_IP_NF_MATCH_TCPMSS=m | ||
| 254 | CONFIG_IP_NF_MATCH_HELPER=m | ||
| 255 | CONFIG_IP_NF_MATCH_STATE=m | ||
| 256 | CONFIG_IP_NF_MATCH_CONNTRACK=m | ||
| 257 | CONFIG_IP_NF_MATCH_OWNER=m | 275 | CONFIG_IP_NF_MATCH_OWNER=m |
| 258 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | 276 | CONFIG_IP_NF_MATCH_ADDRTYPE=m |
| 259 | CONFIG_IP_NF_MATCH_REALM=m | ||
| 260 | CONFIG_IP_NF_MATCH_SCTP=m | ||
| 261 | # CONFIG_IP_NF_MATCH_DCCP is not set | ||
| 262 | CONFIG_IP_NF_MATCH_COMMENT=m | ||
| 263 | CONFIG_IP_NF_MATCH_CONNMARK=m | ||
| 264 | CONFIG_IP_NF_MATCH_CONNBYTES=m | ||
| 265 | CONFIG_IP_NF_MATCH_HASHLIMIT=m | 277 | CONFIG_IP_NF_MATCH_HASHLIMIT=m |
| 266 | CONFIG_IP_NF_MATCH_STRING=m | 278 | CONFIG_IP_NF_MATCH_POLICY=m |
| 267 | CONFIG_IP_NF_FILTER=m | 279 | CONFIG_IP_NF_FILTER=m |
| 268 | CONFIG_IP_NF_TARGET_REJECT=m | 280 | CONFIG_IP_NF_TARGET_REJECT=m |
| 269 | CONFIG_IP_NF_TARGET_LOG=m | 281 | CONFIG_IP_NF_TARGET_LOG=m |
| 270 | CONFIG_IP_NF_TARGET_ULOG=m | 282 | CONFIG_IP_NF_TARGET_ULOG=m |
| 271 | CONFIG_IP_NF_TARGET_TCPMSS=m | 283 | CONFIG_IP_NF_TARGET_TCPMSS=m |
| 272 | CONFIG_IP_NF_TARGET_NFQUEUE=m | ||
| 273 | CONFIG_IP_NF_NAT=m | 284 | CONFIG_IP_NF_NAT=m |
| 274 | CONFIG_IP_NF_NAT_NEEDED=y | 285 | CONFIG_IP_NF_NAT_NEEDED=y |
| 275 | CONFIG_IP_NF_TARGET_MASQUERADE=m | 286 | CONFIG_IP_NF_TARGET_MASQUERADE=m |
| @@ -285,13 +296,9 @@ CONFIG_IP_NF_MANGLE=m | |||
| 285 | CONFIG_IP_NF_TARGET_TOS=m | 296 | CONFIG_IP_NF_TARGET_TOS=m |
| 286 | CONFIG_IP_NF_TARGET_ECN=m | 297 | CONFIG_IP_NF_TARGET_ECN=m |
| 287 | CONFIG_IP_NF_TARGET_DSCP=m | 298 | CONFIG_IP_NF_TARGET_DSCP=m |
| 288 | CONFIG_IP_NF_TARGET_MARK=m | ||
| 289 | CONFIG_IP_NF_TARGET_CLASSIFY=m | ||
| 290 | CONFIG_IP_NF_TARGET_TTL=m | 299 | CONFIG_IP_NF_TARGET_TTL=m |
| 291 | CONFIG_IP_NF_TARGET_CONNMARK=m | ||
| 292 | CONFIG_IP_NF_TARGET_CLUSTERIP=m | 300 | CONFIG_IP_NF_TARGET_CLUSTERIP=m |
| 293 | CONFIG_IP_NF_RAW=m | 301 | CONFIG_IP_NF_RAW=m |
| 294 | CONFIG_IP_NF_TARGET_NOTRACK=m | ||
| 295 | CONFIG_IP_NF_ARPTABLES=m | 302 | CONFIG_IP_NF_ARPTABLES=m |
| 296 | CONFIG_IP_NF_ARPFILTER=m | 303 | CONFIG_IP_NF_ARPFILTER=m |
| 297 | CONFIG_IP_NF_ARP_MANGLE=m | 304 | CONFIG_IP_NF_ARP_MANGLE=m |
| @@ -305,6 +312,11 @@ CONFIG_IP_NF_ARP_MANGLE=m | |||
| 305 | # SCTP Configuration (EXPERIMENTAL) | 312 | # SCTP Configuration (EXPERIMENTAL) |
| 306 | # | 313 | # |
| 307 | # CONFIG_IP_SCTP is not set | 314 | # CONFIG_IP_SCTP is not set |
| 315 | |||
| 316 | # | ||
| 317 | # TIPC Configuration (EXPERIMENTAL) | ||
| 318 | # | ||
| 319 | # CONFIG_TIPC is not set | ||
| 308 | # CONFIG_ATM is not set | 320 | # CONFIG_ATM is not set |
| 309 | # CONFIG_BRIDGE is not set | 321 | # CONFIG_BRIDGE is not set |
| 310 | # CONFIG_VLAN_8021Q is not set | 322 | # CONFIG_VLAN_8021Q is not set |
| @@ -451,13 +463,7 @@ CONFIG_SCSI_IBMVSCSI=m | |||
| 451 | # CONFIG_SCSI_IPR is not set | 463 | # CONFIG_SCSI_IPR is not set |
| 452 | # CONFIG_SCSI_QLOGIC_FC is not set | 464 | # CONFIG_SCSI_QLOGIC_FC is not set |
| 453 | # CONFIG_SCSI_QLOGIC_1280 is not set | 465 | # CONFIG_SCSI_QLOGIC_1280 is not set |
| 454 | CONFIG_SCSI_QLA2XXX=y | 466 | # CONFIG_SCSI_QLA_FC is not set |
| 455 | # CONFIG_SCSI_QLA21XX is not set | ||
| 456 | # CONFIG_SCSI_QLA22XX is not set | ||
| 457 | # CONFIG_SCSI_QLA2300 is not set | ||
| 458 | # CONFIG_SCSI_QLA2322 is not set | ||
| 459 | # CONFIG_SCSI_QLA6312 is not set | ||
| 460 | # CONFIG_SCSI_QLA24XX is not set | ||
| 461 | # CONFIG_SCSI_LPFC is not set | 467 | # CONFIG_SCSI_LPFC is not set |
| 462 | # CONFIG_SCSI_DC395x is not set | 468 | # CONFIG_SCSI_DC395x is not set |
| 463 | # CONFIG_SCSI_DC390T is not set | 469 | # CONFIG_SCSI_DC390T is not set |
| @@ -574,6 +580,7 @@ CONFIG_E1000=m | |||
| 574 | # CONFIG_R8169 is not set | 580 | # CONFIG_R8169 is not set |
| 575 | # CONFIG_SIS190 is not set | 581 | # CONFIG_SIS190 is not set |
| 576 | # CONFIG_SKGE is not set | 582 | # CONFIG_SKGE is not set |
| 583 | # CONFIG_SKY2 is not set | ||
| 577 | # CONFIG_SK98LIN is not set | 584 | # CONFIG_SK98LIN is not set |
| 578 | # CONFIG_VIA_VELOCITY is not set | 585 | # CONFIG_VIA_VELOCITY is not set |
| 579 | # CONFIG_TIGON3 is not set | 586 | # CONFIG_TIGON3 is not set |
| @@ -723,6 +730,12 @@ CONFIG_MAX_RAW_DEVS=256 | |||
| 723 | # CONFIG_I2C is not set | 730 | # CONFIG_I2C is not set |
| 724 | 731 | ||
| 725 | # | 732 | # |
| 733 | # SPI support | ||
| 734 | # | ||
| 735 | # CONFIG_SPI is not set | ||
| 736 | # CONFIG_SPI_MASTER is not set | ||
| 737 | |||
| 738 | # | ||
| 726 | # Dallas's 1-wire bus | 739 | # Dallas's 1-wire bus |
| 727 | # | 740 | # |
| 728 | # CONFIG_W1 is not set | 741 | # CONFIG_W1 is not set |
| @@ -788,7 +801,7 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
| 788 | # CONFIG_INFINIBAND is not set | 801 | # CONFIG_INFINIBAND is not set |
| 789 | 802 | ||
| 790 | # | 803 | # |
| 791 | # SN Devices | 804 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
| 792 | # | 805 | # |
| 793 | 806 | ||
| 794 | # | 807 | # |
| @@ -825,6 +838,7 @@ CONFIG_XFS_EXPORT=y | |||
| 825 | CONFIG_XFS_SECURITY=y | 838 | CONFIG_XFS_SECURITY=y |
| 826 | CONFIG_XFS_POSIX_ACL=y | 839 | CONFIG_XFS_POSIX_ACL=y |
| 827 | # CONFIG_XFS_RT is not set | 840 | # CONFIG_XFS_RT is not set |
| 841 | # CONFIG_OCFS2_FS is not set | ||
| 828 | # CONFIG_MINIX_FS is not set | 842 | # CONFIG_MINIX_FS is not set |
| 829 | # CONFIG_ROMFS_FS is not set | 843 | # CONFIG_ROMFS_FS is not set |
| 830 | CONFIG_INOTIFY=y | 844 | CONFIG_INOTIFY=y |
| @@ -865,6 +879,7 @@ CONFIG_TMPFS=y | |||
| 865 | # CONFIG_HUGETLB_PAGE is not set | 879 | # CONFIG_HUGETLB_PAGE is not set |
| 866 | CONFIG_RAMFS=y | 880 | CONFIG_RAMFS=y |
| 867 | # CONFIG_RELAYFS_FS is not set | 881 | # CONFIG_RELAYFS_FS is not set |
| 882 | # CONFIG_CONFIGFS_FS is not set | ||
| 868 | 883 | ||
| 869 | # | 884 | # |
| 870 | # Miscellaneous filesystems | 885 | # Miscellaneous filesystems |
| @@ -993,31 +1008,36 @@ CONFIG_TEXTSEARCH_FSM=m | |||
| 993 | # | 1008 | # |
| 994 | # Instrumentation Support | 1009 | # Instrumentation Support |
| 995 | # | 1010 | # |
| 996 | CONFIG_PROFILING=y | ||
| 997 | CONFIG_OPROFILE=y | ||
| 998 | # CONFIG_KPROBES is not set | 1011 | # CONFIG_KPROBES is not set |
| 999 | 1012 | ||
| 1000 | # | 1013 | # |
| 1001 | # Kernel hacking | 1014 | # Kernel hacking |
| 1002 | # | 1015 | # |
| 1003 | # CONFIG_PRINTK_TIME is not set | 1016 | # CONFIG_PRINTK_TIME is not set |
| 1004 | CONFIG_DEBUG_KERNEL=y | ||
| 1005 | CONFIG_MAGIC_SYSRQ=y | 1017 | CONFIG_MAGIC_SYSRQ=y |
| 1018 | CONFIG_DEBUG_KERNEL=y | ||
| 1006 | CONFIG_LOG_BUF_SHIFT=17 | 1019 | CONFIG_LOG_BUF_SHIFT=17 |
| 1007 | CONFIG_DETECT_SOFTLOCKUP=y | 1020 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1008 | # CONFIG_SCHEDSTATS is not set | 1021 | # CONFIG_SCHEDSTATS is not set |
| 1009 | # CONFIG_DEBUG_SLAB is not set | 1022 | # CONFIG_DEBUG_SLAB is not set |
| 1023 | # CONFIG_DEBUG_MUTEXES is not set | ||
| 1010 | # CONFIG_DEBUG_SPINLOCK is not set | 1024 | # CONFIG_DEBUG_SPINLOCK is not set |
| 1011 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1025 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
| 1012 | # CONFIG_DEBUG_KOBJECT is not set | 1026 | # CONFIG_DEBUG_KOBJECT is not set |
| 1013 | # CONFIG_DEBUG_INFO is not set | 1027 | # CONFIG_DEBUG_INFO is not set |
| 1014 | CONFIG_DEBUG_FS=y | 1028 | CONFIG_DEBUG_FS=y |
| 1015 | # CONFIG_DEBUG_VM is not set | 1029 | # CONFIG_DEBUG_VM is not set |
| 1030 | # CONFIG_FORCED_INLINING is not set | ||
| 1016 | # CONFIG_RCU_TORTURE_TEST is not set | 1031 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1017 | CONFIG_DEBUG_STACKOVERFLOW=y | 1032 | CONFIG_DEBUG_STACKOVERFLOW=y |
| 1018 | CONFIG_DEBUG_STACK_USAGE=y | 1033 | CONFIG_DEBUG_STACK_USAGE=y |
| 1019 | # CONFIG_DEBUGGER is not set | 1034 | # CONFIG_DEBUGGER is not set |
| 1020 | CONFIG_IRQSTACKS=y | 1035 | CONFIG_IRQSTACKS=y |
| 1036 | # CONFIG_PPC_EARLY_DEBUG_LPAR is not set | ||
| 1037 | # CONFIG_PPC_EARLY_DEBUG_G5 is not set | ||
| 1038 | # CONFIG_PPC_EARLY_DEBUG_RTAS is not set | ||
| 1039 | # CONFIG_PPC_EARLY_DEBUG_MAPLE is not set | ||
| 1040 | # CONFIG_PPC_EARLY_DEBUG_ISERIES is not set | ||
| 1021 | 1041 | ||
| 1022 | # | 1042 | # |
| 1023 | # Security options | 1043 | # Security options |
diff --git a/arch/powerpc/configs/maple_defconfig b/arch/powerpc/configs/maple_defconfig index 68194c03f6d1..80a0db43aeb7 100644 --- a/arch/powerpc/configs/maple_defconfig +++ b/arch/powerpc/configs/maple_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.15-rc5 | 3 | # Linux kernel version: 2.6.16-rc6 |
| 4 | # Tue Dec 20 15:59:36 2005 | 4 | # Wed Mar 15 16:19:54 2006 |
| 5 | # | 5 | # |
| 6 | CONFIG_PPC64=y | 6 | CONFIG_PPC64=y |
| 7 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
| @@ -16,6 +16,10 @@ CONFIG_COMPAT=y | |||
| 16 | CONFIG_SYSVIPC_COMPAT=y | 16 | CONFIG_SYSVIPC_COMPAT=y |
| 17 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 17 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
| 18 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 18 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
| 19 | CONFIG_PPC_OF=y | ||
| 20 | CONFIG_PPC_UDBG_16550=y | ||
| 21 | CONFIG_GENERIC_TBSYNC=y | ||
| 22 | # CONFIG_DEFAULT_UIMAGE is not set | ||
| 19 | 23 | ||
| 20 | # | 24 | # |
| 21 | # Processor support | 25 | # Processor support |
| @@ -32,7 +36,6 @@ CONFIG_NR_CPUS=2 | |||
| 32 | # Code maturity level options | 36 | # Code maturity level options |
| 33 | # | 37 | # |
| 34 | CONFIG_EXPERIMENTAL=y | 38 | CONFIG_EXPERIMENTAL=y |
| 35 | CONFIG_CLEAN_COMPILE=y | ||
| 36 | CONFIG_LOCK_KERNEL=y | 39 | CONFIG_LOCK_KERNEL=y |
| 37 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 40 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 38 | 41 | ||
| @@ -47,8 +50,6 @@ CONFIG_POSIX_MQUEUE=y | |||
| 47 | # CONFIG_BSD_PROCESS_ACCT is not set | 50 | # CONFIG_BSD_PROCESS_ACCT is not set |
| 48 | CONFIG_SYSCTL=y | 51 | CONFIG_SYSCTL=y |
| 49 | # CONFIG_AUDIT is not set | 52 | # CONFIG_AUDIT is not set |
| 50 | # CONFIG_HOTPLUG is not set | ||
| 51 | CONFIG_KOBJECT_UEVENT=y | ||
| 52 | CONFIG_IKCONFIG=y | 53 | CONFIG_IKCONFIG=y |
| 53 | CONFIG_IKCONFIG_PROC=y | 54 | CONFIG_IKCONFIG_PROC=y |
| 54 | # CONFIG_CPUSETS is not set | 55 | # CONFIG_CPUSETS is not set |
| @@ -58,8 +59,10 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y | |||
| 58 | CONFIG_KALLSYMS=y | 59 | CONFIG_KALLSYMS=y |
| 59 | CONFIG_KALLSYMS_ALL=y | 60 | CONFIG_KALLSYMS_ALL=y |
| 60 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 61 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 62 | CONFIG_HOTPLUG=y | ||
| 61 | CONFIG_PRINTK=y | 63 | CONFIG_PRINTK=y |
| 62 | CONFIG_BUG=y | 64 | CONFIG_BUG=y |
| 65 | CONFIG_ELF_CORE=y | ||
| 63 | CONFIG_BASE_FULL=y | 66 | CONFIG_BASE_FULL=y |
| 64 | CONFIG_FUTEX=y | 67 | CONFIG_FUTEX=y |
| 65 | CONFIG_EPOLL=y | 68 | CONFIG_EPOLL=y |
| @@ -68,8 +71,10 @@ CONFIG_CC_ALIGN_FUNCTIONS=0 | |||
| 68 | CONFIG_CC_ALIGN_LABELS=0 | 71 | CONFIG_CC_ALIGN_LABELS=0 |
| 69 | CONFIG_CC_ALIGN_LOOPS=0 | 72 | CONFIG_CC_ALIGN_LOOPS=0 |
| 70 | CONFIG_CC_ALIGN_JUMPS=0 | 73 | CONFIG_CC_ALIGN_JUMPS=0 |
| 74 | CONFIG_SLAB=y | ||
| 71 | # CONFIG_TINY_SHMEM is not set | 75 | # CONFIG_TINY_SHMEM is not set |
| 72 | CONFIG_BASE_SMALL=0 | 76 | CONFIG_BASE_SMALL=0 |
| 77 | # CONFIG_SLOB is not set | ||
| 73 | 78 | ||
| 74 | # | 79 | # |
| 75 | # Loadable module support | 80 | # Loadable module support |
| @@ -111,14 +116,12 @@ CONFIG_PPC_MULTIPLATFORM=y | |||
| 111 | # CONFIG_PPC_PMAC is not set | 116 | # CONFIG_PPC_PMAC is not set |
| 112 | CONFIG_PPC_MAPLE=y | 117 | CONFIG_PPC_MAPLE=y |
| 113 | # CONFIG_PPC_CELL is not set | 118 | # CONFIG_PPC_CELL is not set |
| 114 | CONFIG_PPC_OF=y | ||
| 115 | CONFIG_U3_DART=y | 119 | CONFIG_U3_DART=y |
| 116 | CONFIG_MPIC=y | 120 | CONFIG_MPIC=y |
| 117 | # CONFIG_PPC_RTAS is not set | 121 | # CONFIG_PPC_RTAS is not set |
| 118 | # CONFIG_MMIO_NVRAM is not set | 122 | # CONFIG_MMIO_NVRAM is not set |
| 119 | CONFIG_MPIC_BROKEN_U3=y | 123 | CONFIG_MPIC_BROKEN_U3=y |
| 120 | # CONFIG_PPC_MPC106 is not set | 124 | # CONFIG_PPC_MPC106 is not set |
| 121 | CONFIG_GENERIC_TBSYNC=y | ||
| 122 | # CONFIG_CPU_FREQ is not set | 125 | # CONFIG_CPU_FREQ is not set |
| 123 | # CONFIG_WANT_EARLY_SERIAL is not set | 126 | # CONFIG_WANT_EARLY_SERIAL is not set |
| 124 | 127 | ||
| @@ -138,6 +141,7 @@ CONFIG_BINFMT_ELF=y | |||
| 138 | CONFIG_FORCE_MAX_ZONEORDER=13 | 141 | CONFIG_FORCE_MAX_ZONEORDER=13 |
| 139 | CONFIG_IOMMU_VMERGE=y | 142 | CONFIG_IOMMU_VMERGE=y |
| 140 | CONFIG_KEXEC=y | 143 | CONFIG_KEXEC=y |
| 144 | # CONFIG_CRASH_DUMP is not set | ||
| 141 | CONFIG_IRQ_ALL_CPUS=y | 145 | CONFIG_IRQ_ALL_CPUS=y |
| 142 | # CONFIG_NUMA is not set | 146 | # CONFIG_NUMA is not set |
| 143 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 147 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
| @@ -189,6 +193,7 @@ CONFIG_NET=y | |||
| 189 | # | 193 | # |
| 190 | # Networking options | 194 | # Networking options |
| 191 | # | 195 | # |
| 196 | # CONFIG_NETDEBUG is not set | ||
| 192 | CONFIG_PACKET=y | 197 | CONFIG_PACKET=y |
| 193 | CONFIG_PACKET_MMAP=y | 198 | CONFIG_PACKET_MMAP=y |
| 194 | CONFIG_UNIX=y | 199 | CONFIG_UNIX=y |
| @@ -226,6 +231,11 @@ CONFIG_TCP_CONG_BIC=y | |||
| 226 | # SCTP Configuration (EXPERIMENTAL) | 231 | # SCTP Configuration (EXPERIMENTAL) |
| 227 | # | 232 | # |
| 228 | # CONFIG_IP_SCTP is not set | 233 | # CONFIG_IP_SCTP is not set |
| 234 | |||
| 235 | # | ||
| 236 | # TIPC Configuration (EXPERIMENTAL) | ||
| 237 | # | ||
| 238 | # CONFIG_TIPC is not set | ||
| 229 | # CONFIG_ATM is not set | 239 | # CONFIG_ATM is not set |
| 230 | # CONFIG_BRIDGE is not set | 240 | # CONFIG_BRIDGE is not set |
| 231 | # CONFIG_VLAN_8021Q is not set | 241 | # CONFIG_VLAN_8021Q is not set |
| @@ -461,6 +471,7 @@ CONFIG_E1000=y | |||
| 461 | # CONFIG_R8169 is not set | 471 | # CONFIG_R8169 is not set |
| 462 | # CONFIG_SIS190 is not set | 472 | # CONFIG_SIS190 is not set |
| 463 | # CONFIG_SKGE is not set | 473 | # CONFIG_SKGE is not set |
| 474 | # CONFIG_SKY2 is not set | ||
| 464 | # CONFIG_SK98LIN is not set | 475 | # CONFIG_SK98LIN is not set |
| 465 | # CONFIG_VIA_VELOCITY is not set | 476 | # CONFIG_VIA_VELOCITY is not set |
| 466 | # CONFIG_TIGON3 is not set | 477 | # CONFIG_TIGON3 is not set |
| @@ -553,6 +564,7 @@ CONFIG_HW_CONSOLE=y | |||
| 553 | CONFIG_SERIAL_8250=y | 564 | CONFIG_SERIAL_8250=y |
| 554 | CONFIG_SERIAL_8250_CONSOLE=y | 565 | CONFIG_SERIAL_8250_CONSOLE=y |
| 555 | CONFIG_SERIAL_8250_NR_UARTS=4 | 566 | CONFIG_SERIAL_8250_NR_UARTS=4 |
| 567 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
| 556 | # CONFIG_SERIAL_8250_EXTENDED is not set | 568 | # CONFIG_SERIAL_8250_EXTENDED is not set |
| 557 | 569 | ||
| 558 | # | 570 | # |
| @@ -651,6 +663,12 @@ CONFIG_I2C_AMD8111=y | |||
| 651 | # CONFIG_I2C_DEBUG_CHIP is not set | 663 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 652 | 664 | ||
| 653 | # | 665 | # |
| 666 | # SPI support | ||
| 667 | # | ||
| 668 | # CONFIG_SPI is not set | ||
| 669 | # CONFIG_SPI_MASTER is not set | ||
| 670 | |||
| 671 | # | ||
| 654 | # Dallas's 1-wire bus | 672 | # Dallas's 1-wire bus |
| 655 | # | 673 | # |
| 656 | # CONFIG_W1 is not set | 674 | # CONFIG_W1 is not set |
| @@ -738,12 +756,14 @@ CONFIG_USB_UHCI_HCD=y | |||
| 738 | # may also be needed; see USB_STORAGE Help for more information | 756 | # may also be needed; see USB_STORAGE Help for more information |
| 739 | # | 757 | # |
| 740 | # CONFIG_USB_STORAGE is not set | 758 | # CONFIG_USB_STORAGE is not set |
| 759 | # CONFIG_USB_LIBUSUAL is not set | ||
| 741 | 760 | ||
| 742 | # | 761 | # |
| 743 | # USB Input Devices | 762 | # USB Input Devices |
| 744 | # | 763 | # |
| 745 | CONFIG_USB_HID=y | 764 | CONFIG_USB_HID=y |
| 746 | CONFIG_USB_HIDINPUT=y | 765 | CONFIG_USB_HIDINPUT=y |
| 766 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
| 747 | # CONFIG_HID_FF is not set | 767 | # CONFIG_HID_FF is not set |
| 748 | # CONFIG_USB_HIDDEV is not set | 768 | # CONFIG_USB_HIDDEV is not set |
| 749 | # CONFIG_USB_AIPTEK is not set | 769 | # CONFIG_USB_AIPTEK is not set |
| @@ -757,6 +777,7 @@ CONFIG_USB_HIDINPUT=y | |||
| 757 | # CONFIG_USB_YEALINK is not set | 777 | # CONFIG_USB_YEALINK is not set |
| 758 | # CONFIG_USB_XPAD is not set | 778 | # CONFIG_USB_XPAD is not set |
| 759 | # CONFIG_USB_ATI_REMOTE is not set | 779 | # CONFIG_USB_ATI_REMOTE is not set |
| 780 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
| 760 | # CONFIG_USB_KEYSPAN_REMOTE is not set | 781 | # CONFIG_USB_KEYSPAN_REMOTE is not set |
| 761 | # CONFIG_USB_APPLETOUCH is not set | 782 | # CONFIG_USB_APPLETOUCH is not set |
| 762 | 783 | ||
| @@ -797,6 +818,7 @@ CONFIG_USB_SERIAL_GENERIC=y | |||
| 797 | # CONFIG_USB_SERIAL_AIRPRIME is not set | 818 | # CONFIG_USB_SERIAL_AIRPRIME is not set |
| 798 | # CONFIG_USB_SERIAL_ANYDATA is not set | 819 | # CONFIG_USB_SERIAL_ANYDATA is not set |
| 799 | # CONFIG_USB_SERIAL_BELKIN is not set | 820 | # CONFIG_USB_SERIAL_BELKIN is not set |
| 821 | # CONFIG_USB_SERIAL_WHITEHEAT is not set | ||
| 800 | # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set | 822 | # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set |
| 801 | # CONFIG_USB_SERIAL_CP2101 is not set | 823 | # CONFIG_USB_SERIAL_CP2101 is not set |
| 802 | CONFIG_USB_SERIAL_CYPRESS_M8=m | 824 | CONFIG_USB_SERIAL_CYPRESS_M8=m |
| @@ -873,7 +895,7 @@ CONFIG_USB_EZUSB=y | |||
| 873 | # CONFIG_INFINIBAND is not set | 895 | # CONFIG_INFINIBAND is not set |
| 874 | 896 | ||
| 875 | # | 897 | # |
| 876 | # SN Devices | 898 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
| 877 | # | 899 | # |
| 878 | 900 | ||
| 879 | # | 901 | # |
| @@ -891,6 +913,7 @@ CONFIG_JBD=y | |||
| 891 | # CONFIG_JFS_FS is not set | 913 | # CONFIG_JFS_FS is not set |
| 892 | CONFIG_FS_POSIX_ACL=y | 914 | CONFIG_FS_POSIX_ACL=y |
| 893 | # CONFIG_XFS_FS is not set | 915 | # CONFIG_XFS_FS is not set |
| 916 | # CONFIG_OCFS2_FS is not set | ||
| 894 | # CONFIG_MINIX_FS is not set | 917 | # CONFIG_MINIX_FS is not set |
| 895 | # CONFIG_ROMFS_FS is not set | 918 | # CONFIG_ROMFS_FS is not set |
| 896 | CONFIG_INOTIFY=y | 919 | CONFIG_INOTIFY=y |
| @@ -927,6 +950,7 @@ CONFIG_HUGETLBFS=y | |||
| 927 | CONFIG_HUGETLB_PAGE=y | 950 | CONFIG_HUGETLB_PAGE=y |
| 928 | CONFIG_RAMFS=y | 951 | CONFIG_RAMFS=y |
| 929 | # CONFIG_RELAYFS_FS is not set | 952 | # CONFIG_RELAYFS_FS is not set |
| 953 | # CONFIG_CONFIGFS_FS is not set | ||
| 930 | 954 | ||
| 931 | # | 955 | # |
| 932 | # Miscellaneous filesystems | 956 | # Miscellaneous filesystems |
| @@ -988,6 +1012,7 @@ CONFIG_MSDOS_PARTITION=y | |||
| 988 | # CONFIG_SGI_PARTITION is not set | 1012 | # CONFIG_SGI_PARTITION is not set |
| 989 | # CONFIG_ULTRIX_PARTITION is not set | 1013 | # CONFIG_ULTRIX_PARTITION is not set |
| 990 | # CONFIG_SUN_PARTITION is not set | 1014 | # CONFIG_SUN_PARTITION is not set |
| 1015 | # CONFIG_KARMA_PARTITION is not set | ||
| 991 | # CONFIG_EFI_PARTITION is not set | 1016 | # CONFIG_EFI_PARTITION is not set |
| 992 | 1017 | ||
| 993 | # | 1018 | # |
| @@ -1053,18 +1078,20 @@ CONFIG_ZLIB_INFLATE=y | |||
| 1053 | # Kernel hacking | 1078 | # Kernel hacking |
| 1054 | # | 1079 | # |
| 1055 | # CONFIG_PRINTK_TIME is not set | 1080 | # CONFIG_PRINTK_TIME is not set |
| 1056 | CONFIG_DEBUG_KERNEL=y | ||
| 1057 | CONFIG_MAGIC_SYSRQ=y | 1081 | CONFIG_MAGIC_SYSRQ=y |
| 1082 | CONFIG_DEBUG_KERNEL=y | ||
| 1058 | CONFIG_LOG_BUF_SHIFT=17 | 1083 | CONFIG_LOG_BUF_SHIFT=17 |
| 1059 | CONFIG_DETECT_SOFTLOCKUP=y | 1084 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1060 | # CONFIG_SCHEDSTATS is not set | 1085 | # CONFIG_SCHEDSTATS is not set |
| 1061 | CONFIG_DEBUG_SLAB=y | 1086 | CONFIG_DEBUG_SLAB=y |
| 1087 | # CONFIG_DEBUG_MUTEXES is not set | ||
| 1062 | # CONFIG_DEBUG_SPINLOCK is not set | 1088 | # CONFIG_DEBUG_SPINLOCK is not set |
| 1063 | CONFIG_DEBUG_SPINLOCK_SLEEP=y | 1089 | CONFIG_DEBUG_SPINLOCK_SLEEP=y |
| 1064 | # CONFIG_DEBUG_KOBJECT is not set | 1090 | # CONFIG_DEBUG_KOBJECT is not set |
| 1065 | # CONFIG_DEBUG_INFO is not set | 1091 | # CONFIG_DEBUG_INFO is not set |
| 1066 | CONFIG_DEBUG_FS=y | 1092 | CONFIG_DEBUG_FS=y |
| 1067 | # CONFIG_DEBUG_VM is not set | 1093 | # CONFIG_DEBUG_VM is not set |
| 1094 | # CONFIG_FORCED_INLINING is not set | ||
| 1068 | # CONFIG_RCU_TORTURE_TEST is not set | 1095 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1069 | CONFIG_DEBUG_STACKOVERFLOW=y | 1096 | CONFIG_DEBUG_STACKOVERFLOW=y |
| 1070 | CONFIG_DEBUG_STACK_USAGE=y | 1097 | CONFIG_DEBUG_STACK_USAGE=y |
| @@ -1073,6 +1100,11 @@ CONFIG_XMON=y | |||
| 1073 | CONFIG_XMON_DEFAULT=y | 1100 | CONFIG_XMON_DEFAULT=y |
| 1074 | # CONFIG_IRQSTACKS is not set | 1101 | # CONFIG_IRQSTACKS is not set |
| 1075 | CONFIG_BOOTX_TEXT=y | 1102 | CONFIG_BOOTX_TEXT=y |
| 1103 | # CONFIG_PPC_EARLY_DEBUG_LPAR is not set | ||
| 1104 | # CONFIG_PPC_EARLY_DEBUG_G5 is not set | ||
| 1105 | # CONFIG_PPC_EARLY_DEBUG_RTAS is not set | ||
| 1106 | # CONFIG_PPC_EARLY_DEBUG_MAPLE is not set | ||
| 1107 | # CONFIG_PPC_EARLY_DEBUG_ISERIES is not set | ||
| 1076 | 1108 | ||
| 1077 | # | 1109 | # |
| 1078 | # Security options | 1110 | # Security options |
diff --git a/arch/powerpc/configs/mpc834x_sys_defconfig b/arch/powerpc/configs/mpc834x_sys_defconfig index 3bff761965c2..5078b0441d61 100644 --- a/arch/powerpc/configs/mpc834x_sys_defconfig +++ b/arch/powerpc/configs/mpc834x_sys_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.15-g461d4edf-dirty | 3 | # Linux kernel version: 2.6.16-rc6 |
| 4 | # Fri Jan 13 11:01:47 2006 | 4 | # Wed Mar 15 16:19:56 2006 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | CONFIG_PPC32=y | 7 | CONFIG_PPC32=y |
| @@ -43,7 +43,6 @@ CONFIG_PPC_STD_MMU_32=y | |||
| 43 | # Code maturity level options | 43 | # Code maturity level options |
| 44 | # | 44 | # |
| 45 | CONFIG_EXPERIMENTAL=y | 45 | CONFIG_EXPERIMENTAL=y |
| 46 | CONFIG_CLEAN_COMPILE=y | ||
| 47 | CONFIG_BROKEN_ON_SMP=y | 46 | CONFIG_BROKEN_ON_SMP=y |
| 48 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 47 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 49 | 48 | ||
| @@ -189,6 +188,7 @@ CONFIG_NET=y | |||
| 189 | # | 188 | # |
| 190 | # Networking options | 189 | # Networking options |
| 191 | # | 190 | # |
| 191 | # CONFIG_NETDEBUG is not set | ||
| 192 | CONFIG_PACKET=y | 192 | CONFIG_PACKET=y |
| 193 | # CONFIG_PACKET_MMAP is not set | 193 | # CONFIG_PACKET_MMAP is not set |
| 194 | CONFIG_UNIX=y | 194 | CONFIG_UNIX=y |
| @@ -226,6 +226,11 @@ CONFIG_TCP_CONG_BIC=y | |||
| 226 | # SCTP Configuration (EXPERIMENTAL) | 226 | # SCTP Configuration (EXPERIMENTAL) |
| 227 | # | 227 | # |
| 228 | # CONFIG_IP_SCTP is not set | 228 | # CONFIG_IP_SCTP is not set |
| 229 | |||
| 230 | # | ||
| 231 | # TIPC Configuration (EXPERIMENTAL) | ||
| 232 | # | ||
| 233 | # CONFIG_TIPC is not set | ||
| 229 | # CONFIG_ATM is not set | 234 | # CONFIG_ATM is not set |
| 230 | # CONFIG_BRIDGE is not set | 235 | # CONFIG_BRIDGE is not set |
| 231 | # CONFIG_VLAN_8021Q is not set | 236 | # CONFIG_VLAN_8021Q is not set |
| @@ -511,6 +516,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
| 511 | # | 516 | # |
| 512 | CONFIG_SERIAL_CORE=y | 517 | CONFIG_SERIAL_CORE=y |
| 513 | CONFIG_SERIAL_CORE_CONSOLE=y | 518 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 519 | # CONFIG_SERIAL_JSM is not set | ||
| 514 | CONFIG_UNIX98_PTYS=y | 520 | CONFIG_UNIX98_PTYS=y |
| 515 | CONFIG_LEGACY_PTYS=y | 521 | CONFIG_LEGACY_PTYS=y |
| 516 | CONFIG_LEGACY_PTY_COUNT=256 | 522 | CONFIG_LEGACY_PTY_COUNT=256 |
| @@ -615,6 +621,12 @@ CONFIG_I2C_MPC=y | |||
| 615 | # CONFIG_I2C_DEBUG_CHIP is not set | 621 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 616 | 622 | ||
| 617 | # | 623 | # |
| 624 | # SPI support | ||
| 625 | # | ||
| 626 | # CONFIG_SPI is not set | ||
| 627 | # CONFIG_SPI_MASTER is not set | ||
| 628 | |||
| 629 | # | ||
| 618 | # Dallas's 1-wire bus | 630 | # Dallas's 1-wire bus |
| 619 | # | 631 | # |
| 620 | # CONFIG_W1 is not set | 632 | # CONFIG_W1 is not set |
| @@ -632,6 +644,7 @@ CONFIG_HWMON=y | |||
| 632 | # CONFIG_SENSORS_ASB100 is not set | 644 | # CONFIG_SENSORS_ASB100 is not set |
| 633 | # CONFIG_SENSORS_ATXP1 is not set | 645 | # CONFIG_SENSORS_ATXP1 is not set |
| 634 | # CONFIG_SENSORS_DS1621 is not set | 646 | # CONFIG_SENSORS_DS1621 is not set |
| 647 | # CONFIG_SENSORS_F71805F is not set | ||
| 635 | # CONFIG_SENSORS_FSCHER is not set | 648 | # CONFIG_SENSORS_FSCHER is not set |
| 636 | # CONFIG_SENSORS_FSCPOS is not set | 649 | # CONFIG_SENSORS_FSCPOS is not set |
| 637 | # CONFIG_SENSORS_GL518SM is not set | 650 | # CONFIG_SENSORS_GL518SM is not set |
| @@ -716,7 +729,7 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
| 716 | # CONFIG_INFINIBAND is not set | 729 | # CONFIG_INFINIBAND is not set |
| 717 | 730 | ||
| 718 | # | 731 | # |
| 719 | # SN Devices | 732 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
| 720 | # | 733 | # |
| 721 | 734 | ||
| 722 | # | 735 | # |
| @@ -826,6 +839,7 @@ CONFIG_PARTITION_ADVANCED=y | |||
| 826 | # CONFIG_SGI_PARTITION is not set | 839 | # CONFIG_SGI_PARTITION is not set |
| 827 | # CONFIG_ULTRIX_PARTITION is not set | 840 | # CONFIG_ULTRIX_PARTITION is not set |
| 828 | # CONFIG_SUN_PARTITION is not set | 841 | # CONFIG_SUN_PARTITION is not set |
| 842 | # CONFIG_KARMA_PARTITION is not set | ||
| 829 | # CONFIG_EFI_PARTITION is not set | 843 | # CONFIG_EFI_PARTITION is not set |
| 830 | 844 | ||
| 831 | # | 845 | # |
| @@ -899,13 +913,3 @@ CONFIG_CRYPTO_DES=y | |||
| 899 | # | 913 | # |
| 900 | # Hardware crypto devices | 914 | # Hardware crypto devices |
| 901 | # | 915 | # |
| 902 | |||
| 903 | # | ||
| 904 | # SEC2.x Options | ||
| 905 | # | ||
| 906 | CONFIG_MPC8349E_SEC2x=y | ||
| 907 | |||
| 908 | # | ||
| 909 | # SEC2.x Test Options | ||
| 910 | # | ||
| 911 | CONFIG_MPC8349E_SEC2xTEST=y | ||
diff --git a/arch/powerpc/configs/pmac32_defconfig b/arch/powerpc/configs/pmac32_defconfig index 2ace57d1e333..57a027971d67 100644 --- a/arch/powerpc/configs/pmac32_defconfig +++ b/arch/powerpc/configs/pmac32_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.15 | 3 | # Linux kernel version: 2.6.16-rc6 |
| 4 | # Sat Jan 14 16:26:08 2006 | 4 | # Wed Mar 15 16:21:32 2006 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | CONFIG_PPC32=y | 7 | CONFIG_PPC32=y |
| @@ -17,8 +17,8 @@ CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | |||
| 17 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 17 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
| 18 | CONFIG_PPC_OF=y | 18 | CONFIG_PPC_OF=y |
| 19 | # CONFIG_PPC_UDBG_16550 is not set | 19 | # CONFIG_PPC_UDBG_16550 is not set |
| 20 | # CONFIG_CRASH_DUMP is not set | ||
| 21 | # CONFIG_GENERIC_TBSYNC is not set | 20 | # CONFIG_GENERIC_TBSYNC is not set |
| 21 | # CONFIG_DEFAULT_UIMAGE is not set | ||
| 22 | 22 | ||
| 23 | # | 23 | # |
| 24 | # Processor support | 24 | # Processor support |
| @@ -43,7 +43,6 @@ CONFIG_PPC_STD_MMU_32=y | |||
| 43 | # Code maturity level options | 43 | # Code maturity level options |
| 44 | # | 44 | # |
| 45 | CONFIG_EXPERIMENTAL=y | 45 | CONFIG_EXPERIMENTAL=y |
| 46 | CONFIG_CLEAN_COMPILE=y | ||
| 47 | CONFIG_BROKEN_ON_SMP=y | 46 | CONFIG_BROKEN_ON_SMP=y |
| 48 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 47 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 49 | 48 | ||
| @@ -236,6 +235,7 @@ CONFIG_NET=y | |||
| 236 | # | 235 | # |
| 237 | # Networking options | 236 | # Networking options |
| 238 | # | 237 | # |
| 238 | # CONFIG_NETDEBUG is not set | ||
| 239 | CONFIG_PACKET=y | 239 | CONFIG_PACKET=y |
| 240 | # CONFIG_PACKET_MMAP is not set | 240 | # CONFIG_PACKET_MMAP is not set |
| 241 | CONFIG_UNIX=y | 241 | CONFIG_UNIX=y |
| @@ -271,6 +271,25 @@ CONFIG_NETFILTER=y | |||
| 271 | # Core Netfilter Configuration | 271 | # Core Netfilter Configuration |
| 272 | # | 272 | # |
| 273 | # CONFIG_NETFILTER_NETLINK is not set | 273 | # CONFIG_NETFILTER_NETLINK is not set |
| 274 | CONFIG_NETFILTER_XTABLES=m | ||
| 275 | CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m | ||
| 276 | CONFIG_NETFILTER_XT_TARGET_MARK=m | ||
| 277 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | ||
| 278 | CONFIG_NETFILTER_XT_TARGET_NOTRACK=m | ||
| 279 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | ||
| 280 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m | ||
| 281 | # CONFIG_NETFILTER_XT_MATCH_DCCP is not set | ||
| 282 | CONFIG_NETFILTER_XT_MATCH_HELPER=m | ||
| 283 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | ||
| 284 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | ||
| 285 | CONFIG_NETFILTER_XT_MATCH_MAC=m | ||
| 286 | CONFIG_NETFILTER_XT_MATCH_MARK=m | ||
| 287 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | ||
| 288 | CONFIG_NETFILTER_XT_MATCH_REALM=m | ||
| 289 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | ||
| 290 | CONFIG_NETFILTER_XT_MATCH_STATE=m | ||
| 291 | CONFIG_NETFILTER_XT_MATCH_STRING=m | ||
| 292 | CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | ||
| 274 | 293 | ||
| 275 | # | 294 | # |
| 276 | # IP: Netfilter Configuration | 295 | # IP: Netfilter Configuration |
| @@ -288,37 +307,22 @@ CONFIG_IP_NF_AMANDA=m | |||
| 288 | CONFIG_IP_NF_PPTP=m | 307 | CONFIG_IP_NF_PPTP=m |
| 289 | # CONFIG_IP_NF_QUEUE is not set | 308 | # CONFIG_IP_NF_QUEUE is not set |
| 290 | CONFIG_IP_NF_IPTABLES=m | 309 | CONFIG_IP_NF_IPTABLES=m |
| 291 | CONFIG_IP_NF_MATCH_LIMIT=m | ||
| 292 | CONFIG_IP_NF_MATCH_IPRANGE=m | 310 | CONFIG_IP_NF_MATCH_IPRANGE=m |
| 293 | CONFIG_IP_NF_MATCH_MAC=m | ||
| 294 | CONFIG_IP_NF_MATCH_PKTTYPE=m | ||
| 295 | CONFIG_IP_NF_MATCH_MARK=m | ||
| 296 | CONFIG_IP_NF_MATCH_MULTIPORT=m | 311 | CONFIG_IP_NF_MATCH_MULTIPORT=m |
| 297 | CONFIG_IP_NF_MATCH_TOS=m | 312 | CONFIG_IP_NF_MATCH_TOS=m |
| 298 | CONFIG_IP_NF_MATCH_RECENT=m | 313 | CONFIG_IP_NF_MATCH_RECENT=m |
| 299 | CONFIG_IP_NF_MATCH_ECN=m | 314 | CONFIG_IP_NF_MATCH_ECN=m |
| 300 | CONFIG_IP_NF_MATCH_DSCP=m | 315 | CONFIG_IP_NF_MATCH_DSCP=m |
| 301 | CONFIG_IP_NF_MATCH_AH_ESP=m | 316 | CONFIG_IP_NF_MATCH_AH_ESP=m |
| 302 | CONFIG_IP_NF_MATCH_LENGTH=m | ||
| 303 | CONFIG_IP_NF_MATCH_TTL=m | 317 | CONFIG_IP_NF_MATCH_TTL=m |
| 304 | CONFIG_IP_NF_MATCH_TCPMSS=m | ||
| 305 | CONFIG_IP_NF_MATCH_HELPER=m | ||
| 306 | CONFIG_IP_NF_MATCH_STATE=m | ||
| 307 | CONFIG_IP_NF_MATCH_CONNTRACK=m | ||
| 308 | CONFIG_IP_NF_MATCH_OWNER=m | 318 | CONFIG_IP_NF_MATCH_OWNER=m |
| 309 | # CONFIG_IP_NF_MATCH_ADDRTYPE is not set | 319 | CONFIG_IP_NF_MATCH_ADDRTYPE=m |
| 310 | # CONFIG_IP_NF_MATCH_REALM is not set | 320 | CONFIG_IP_NF_MATCH_HASHLIMIT=m |
| 311 | # CONFIG_IP_NF_MATCH_SCTP is not set | ||
| 312 | CONFIG_IP_NF_MATCH_DCCP=m | ||
| 313 | # CONFIG_IP_NF_MATCH_COMMENT is not set | ||
| 314 | # CONFIG_IP_NF_MATCH_HASHLIMIT is not set | ||
| 315 | CONFIG_IP_NF_MATCH_STRING=m | ||
| 316 | CONFIG_IP_NF_FILTER=m | 321 | CONFIG_IP_NF_FILTER=m |
| 317 | CONFIG_IP_NF_TARGET_REJECT=m | 322 | CONFIG_IP_NF_TARGET_REJECT=m |
| 318 | # CONFIG_IP_NF_TARGET_LOG is not set | 323 | CONFIG_IP_NF_TARGET_LOG=m |
| 319 | CONFIG_IP_NF_TARGET_ULOG=m | 324 | CONFIG_IP_NF_TARGET_ULOG=m |
| 320 | CONFIG_IP_NF_TARGET_TCPMSS=m | 325 | CONFIG_IP_NF_TARGET_TCPMSS=m |
| 321 | # CONFIG_IP_NF_TARGET_NFQUEUE is not set | ||
| 322 | CONFIG_IP_NF_NAT=m | 326 | CONFIG_IP_NF_NAT=m |
| 323 | CONFIG_IP_NF_NAT_NEEDED=y | 327 | CONFIG_IP_NF_NAT_NEEDED=y |
| 324 | CONFIG_IP_NF_TARGET_MASQUERADE=m | 328 | CONFIG_IP_NF_TARGET_MASQUERADE=m |
| @@ -331,9 +335,12 @@ CONFIG_IP_NF_NAT_FTP=m | |||
| 331 | CONFIG_IP_NF_NAT_TFTP=m | 335 | CONFIG_IP_NF_NAT_TFTP=m |
| 332 | CONFIG_IP_NF_NAT_AMANDA=m | 336 | CONFIG_IP_NF_NAT_AMANDA=m |
| 333 | CONFIG_IP_NF_NAT_PPTP=m | 337 | CONFIG_IP_NF_NAT_PPTP=m |
| 334 | # CONFIG_IP_NF_MANGLE is not set | 338 | CONFIG_IP_NF_MANGLE=m |
| 339 | CONFIG_IP_NF_TARGET_TOS=m | ||
| 340 | CONFIG_IP_NF_TARGET_ECN=m | ||
| 341 | CONFIG_IP_NF_TARGET_DSCP=m | ||
| 342 | CONFIG_IP_NF_TARGET_TTL=m | ||
| 335 | CONFIG_IP_NF_RAW=m | 343 | CONFIG_IP_NF_RAW=m |
| 336 | CONFIG_IP_NF_TARGET_NOTRACK=m | ||
| 337 | CONFIG_IP_NF_ARPTABLES=m | 344 | CONFIG_IP_NF_ARPTABLES=m |
| 338 | CONFIG_IP_NF_ARPFILTER=m | 345 | CONFIG_IP_NF_ARPFILTER=m |
| 339 | CONFIG_IP_NF_ARP_MANGLE=m | 346 | CONFIG_IP_NF_ARP_MANGLE=m |
| @@ -360,6 +367,11 @@ CONFIG_IP_DCCP_TFRC_LIB=m | |||
| 360 | # SCTP Configuration (EXPERIMENTAL) | 367 | # SCTP Configuration (EXPERIMENTAL) |
| 361 | # | 368 | # |
| 362 | # CONFIG_IP_SCTP is not set | 369 | # CONFIG_IP_SCTP is not set |
| 370 | |||
| 371 | # | ||
| 372 | # TIPC Configuration (EXPERIMENTAL) | ||
| 373 | # | ||
| 374 | # CONFIG_TIPC is not set | ||
| 363 | # CONFIG_ATM is not set | 375 | # CONFIG_ATM is not set |
| 364 | # CONFIG_BRIDGE is not set | 376 | # CONFIG_BRIDGE is not set |
| 365 | # CONFIG_VLAN_8021Q is not set | 377 | # CONFIG_VLAN_8021Q is not set |
| @@ -377,6 +389,7 @@ CONFIG_IP_DCCP_TFRC_LIB=m | |||
| 377 | # QoS and/or fair queueing | 389 | # QoS and/or fair queueing |
| 378 | # | 390 | # |
| 379 | # CONFIG_NET_SCHED is not set | 391 | # CONFIG_NET_SCHED is not set |
| 392 | CONFIG_NET_CLS_ROUTE=y | ||
| 380 | 393 | ||
| 381 | # | 394 | # |
| 382 | # Network testing | 395 | # Network testing |
| @@ -568,7 +581,6 @@ CONFIG_IDEDMA_PCI_AUTO=y | |||
| 568 | # CONFIG_BLK_DEV_NS87415 is not set | 581 | # CONFIG_BLK_DEV_NS87415 is not set |
| 569 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | 582 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set |
| 570 | CONFIG_BLK_DEV_PDC202XX_NEW=y | 583 | CONFIG_BLK_DEV_PDC202XX_NEW=y |
| 571 | # CONFIG_PDC202XX_FORCE is not set | ||
| 572 | # CONFIG_BLK_DEV_SVWKS is not set | 584 | # CONFIG_BLK_DEV_SVWKS is not set |
| 573 | # CONFIG_BLK_DEV_SIIMAGE is not set | 585 | # CONFIG_BLK_DEV_SIIMAGE is not set |
| 574 | # CONFIG_BLK_DEV_SLC90E66 is not set | 586 | # CONFIG_BLK_DEV_SLC90E66 is not set |
| @@ -654,8 +666,7 @@ CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 | |||
| 654 | # CONFIG_SCSI_IPR is not set | 666 | # CONFIG_SCSI_IPR is not set |
| 655 | # CONFIG_SCSI_QLOGIC_FC is not set | 667 | # CONFIG_SCSI_QLOGIC_FC is not set |
| 656 | # CONFIG_SCSI_QLOGIC_1280 is not set | 668 | # CONFIG_SCSI_QLOGIC_1280 is not set |
| 657 | CONFIG_SCSI_QLA2XXX=y | 669 | # CONFIG_SCSI_QLA_FC is not set |
| 658 | # CONFIG_SCSI_QLA2XXX_EMBEDDED_FIRMWARE is not set | ||
| 659 | # CONFIG_SCSI_LPFC is not set | 670 | # CONFIG_SCSI_LPFC is not set |
| 660 | # CONFIG_SCSI_DC395x is not set | 671 | # CONFIG_SCSI_DC395x is not set |
| 661 | # CONFIG_SCSI_DC390T is not set | 672 | # CONFIG_SCSI_DC390T is not set |
| @@ -991,6 +1002,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
| 991 | # | 1002 | # |
| 992 | CONFIG_SERIAL_CORE=m | 1003 | CONFIG_SERIAL_CORE=m |
| 993 | CONFIG_SERIAL_PMACZILOG=m | 1004 | CONFIG_SERIAL_PMACZILOG=m |
| 1005 | # CONFIG_SERIAL_JSM is not set | ||
| 994 | CONFIG_UNIX98_PTYS=y | 1006 | CONFIG_UNIX98_PTYS=y |
| 995 | CONFIG_LEGACY_PTYS=y | 1007 | CONFIG_LEGACY_PTYS=y |
| 996 | CONFIG_LEGACY_PTY_COUNT=256 | 1008 | CONFIG_LEGACY_PTY_COUNT=256 |
| @@ -1098,6 +1110,12 @@ CONFIG_I2C_POWERMAC=y | |||
| 1098 | # CONFIG_I2C_DEBUG_CHIP is not set | 1110 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 1099 | 1111 | ||
| 1100 | # | 1112 | # |
| 1113 | # SPI support | ||
| 1114 | # | ||
| 1115 | # CONFIG_SPI is not set | ||
| 1116 | # CONFIG_SPI_MASTER is not set | ||
| 1117 | |||
| 1118 | # | ||
| 1101 | # Dallas's 1-wire bus | 1119 | # Dallas's 1-wire bus |
| 1102 | # | 1120 | # |
| 1103 | # CONFIG_W1 is not set | 1121 | # CONFIG_W1 is not set |
| @@ -1348,6 +1366,7 @@ CONFIG_USB_PRINTER=m | |||
| 1348 | # | 1366 | # |
| 1349 | CONFIG_USB_HID=y | 1367 | CONFIG_USB_HID=y |
| 1350 | CONFIG_USB_HIDINPUT=y | 1368 | CONFIG_USB_HIDINPUT=y |
| 1369 | CONFIG_USB_HIDINPUT_POWERBOOK=y | ||
| 1351 | # CONFIG_HID_FF is not set | 1370 | # CONFIG_HID_FF is not set |
| 1352 | # CONFIG_USB_HIDDEV is not set | 1371 | # CONFIG_USB_HIDDEV is not set |
| 1353 | # CONFIG_USB_AIPTEK is not set | 1372 | # CONFIG_USB_AIPTEK is not set |
| @@ -1488,7 +1507,7 @@ CONFIG_USB_EZUSB=y | |||
| 1488 | # CONFIG_INFINIBAND is not set | 1507 | # CONFIG_INFINIBAND is not set |
| 1489 | 1508 | ||
| 1490 | # | 1509 | # |
| 1491 | # SN Devices | 1510 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
| 1492 | # | 1511 | # |
| 1493 | 1512 | ||
| 1494 | # | 1513 | # |
| @@ -1609,6 +1628,7 @@ CONFIG_MSDOS_PARTITION=y | |||
| 1609 | # CONFIG_SGI_PARTITION is not set | 1628 | # CONFIG_SGI_PARTITION is not set |
| 1610 | # CONFIG_ULTRIX_PARTITION is not set | 1629 | # CONFIG_ULTRIX_PARTITION is not set |
| 1611 | # CONFIG_SUN_PARTITION is not set | 1630 | # CONFIG_SUN_PARTITION is not set |
| 1631 | # CONFIG_KARMA_PARTITION is not set | ||
| 1612 | # CONFIG_EFI_PARTITION is not set | 1632 | # CONFIG_EFI_PARTITION is not set |
| 1613 | 1633 | ||
| 1614 | # | 1634 | # |
| @@ -1692,6 +1712,7 @@ CONFIG_DETECT_SOFTLOCKUP=y | |||
| 1692 | # CONFIG_DEBUG_INFO is not set | 1712 | # CONFIG_DEBUG_INFO is not set |
| 1693 | # CONFIG_DEBUG_FS is not set | 1713 | # CONFIG_DEBUG_FS is not set |
| 1694 | # CONFIG_DEBUG_VM is not set | 1714 | # CONFIG_DEBUG_VM is not set |
| 1715 | # CONFIG_FORCED_INLINING is not set | ||
| 1695 | # CONFIG_RCU_TORTURE_TEST is not set | 1716 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1696 | CONFIG_DEBUGGER=y | 1717 | CONFIG_DEBUGGER=y |
| 1697 | CONFIG_XMON=y | 1718 | CONFIG_XMON=y |
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index 0362a70aa97c..395e49847788 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig | |||
| @@ -407,7 +407,7 @@ CONFIG_IDEPCI_SHARE_IRQ=y | |||
| 407 | # CONFIG_BLK_DEV_OFFBOARD is not set | 407 | # CONFIG_BLK_DEV_OFFBOARD is not set |
| 408 | CONFIG_BLK_DEV_GENERIC=y | 408 | CONFIG_BLK_DEV_GENERIC=y |
| 409 | # CONFIG_BLK_DEV_OPTI621 is not set | 409 | # CONFIG_BLK_DEV_OPTI621 is not set |
| 410 | # CONFIG_BLK_DEV_SL82C105 is not set | 410 | CONFIG_BLK_DEV_SL82C105=y |
| 411 | CONFIG_BLK_DEV_IDEDMA_PCI=y | 411 | CONFIG_BLK_DEV_IDEDMA_PCI=y |
| 412 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set | 412 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set |
| 413 | CONFIG_IDEDMA_PCI_AUTO=y | 413 | CONFIG_IDEDMA_PCI_AUTO=y |
diff --git a/arch/powerpc/kernel/asm-offsets.c b/arch/powerpc/kernel/asm-offsets.c index 840aad43a98b..c9a660e4c2db 100644 --- a/arch/powerpc/kernel/asm-offsets.c +++ b/arch/powerpc/kernel/asm-offsets.c | |||
| @@ -92,7 +92,6 @@ int main(void) | |||
| 92 | 92 | ||
| 93 | DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); | 93 | DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); |
| 94 | DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); | 94 | DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); |
| 95 | DEFINE(TI_SIGFRAME, offsetof(struct thread_info, nvgprs_frame)); | ||
| 96 | DEFINE(TI_TASK, offsetof(struct thread_info, task)); | 95 | DEFINE(TI_TASK, offsetof(struct thread_info, task)); |
| 97 | #ifdef CONFIG_PPC32 | 96 | #ifdef CONFIG_PPC32 |
| 98 | DEFINE(TI_EXECDOMAIN, offsetof(struct thread_info, exec_domain)); | 97 | DEFINE(TI_EXECDOMAIN, offsetof(struct thread_info, exec_domain)); |
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index 10696456a4c6..e4e81374cb9a 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c | |||
| @@ -53,8 +53,10 @@ extern void __setup_cpu_ppc970(unsigned long offset, struct cpu_spec* spec); | |||
| 53 | PPC_FEATURE_HAS_MMU) | 53 | PPC_FEATURE_HAS_MMU) |
| 54 | #define COMMON_USER_PPC64 (COMMON_USER | PPC_FEATURE_64) | 54 | #define COMMON_USER_PPC64 (COMMON_USER | PPC_FEATURE_64) |
| 55 | #define COMMON_USER_POWER4 (COMMON_USER_PPC64 | PPC_FEATURE_POWER4) | 55 | #define COMMON_USER_POWER4 (COMMON_USER_PPC64 | PPC_FEATURE_POWER4) |
| 56 | #define COMMON_USER_POWER5 (COMMON_USER_PPC64 | PPC_FEATURE_POWER5) | 56 | #define COMMON_USER_POWER5 (COMMON_USER_PPC64 | PPC_FEATURE_POWER5 |\ |
| 57 | #define COMMON_USER_POWER5_PLUS (COMMON_USER_PPC64 | PPC_FEATURE_POWER5_PLUS) | 57 | PPC_FEATURE_SMT | PPC_FEATURE_ICACHE_SNOOP) |
| 58 | #define COMMON_USER_POWER5_PLUS (COMMON_USER_PPC64 | PPC_FEATURE_POWER5_PLUS|\ | ||
| 59 | PPC_FEATURE_SMT | PPC_FEATURE_ICACHE_SNOOP) | ||
| 58 | #define COMMON_USER_BOOKE (PPC_FEATURE_32 | PPC_FEATURE_HAS_MMU | \ | 60 | #define COMMON_USER_BOOKE (PPC_FEATURE_32 | PPC_FEATURE_HAS_MMU | \ |
| 59 | PPC_FEATURE_BOOKE) | 61 | PPC_FEATURE_BOOKE) |
| 60 | 62 | ||
| @@ -267,7 +269,8 @@ struct cpu_spec cpu_specs[] = { | |||
| 267 | .cpu_name = "Cell Broadband Engine", | 269 | .cpu_name = "Cell Broadband Engine", |
| 268 | .cpu_features = CPU_FTRS_CELL, | 270 | .cpu_features = CPU_FTRS_CELL, |
| 269 | .cpu_user_features = COMMON_USER_PPC64 | | 271 | .cpu_user_features = COMMON_USER_PPC64 | |
| 270 | PPC_FEATURE_CELL | PPC_FEATURE_HAS_ALTIVEC_COMP, | 272 | PPC_FEATURE_CELL | PPC_FEATURE_HAS_ALTIVEC_COMP | |
| 273 | PPC_FEATURE_SMT, | ||
| 271 | .icache_bsize = 128, | 274 | .icache_bsize = 128, |
| 272 | .dcache_bsize = 128, | 275 | .dcache_bsize = 128, |
| 273 | .cpu_setup = __setup_cpu_be, | 276 | .cpu_setup = __setup_cpu_be, |
diff --git a/arch/powerpc/kernel/entry_32.S b/arch/powerpc/kernel/entry_32.S index f20a67261ec7..4827ca1ec89b 100644 --- a/arch/powerpc/kernel/entry_32.S +++ b/arch/powerpc/kernel/entry_32.S | |||
| @@ -227,7 +227,7 @@ ret_from_syscall: | |||
| 227 | MTMSRD(r10) | 227 | MTMSRD(r10) |
| 228 | lwz r9,TI_FLAGS(r12) | 228 | lwz r9,TI_FLAGS(r12) |
| 229 | li r8,-_LAST_ERRNO | 229 | li r8,-_LAST_ERRNO |
| 230 | andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SIGPENDING|_TIF_NEED_RESCHED|_TIF_RESTOREALL|_TIF_RESTORE_SIGMASK) | 230 | andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SINGLESTEP|_TIF_USER_WORK_MASK|_TIF_PERSYSCALL_MASK) |
| 231 | bne- syscall_exit_work | 231 | bne- syscall_exit_work |
| 232 | cmplw 0,r3,r8 | 232 | cmplw 0,r3,r8 |
| 233 | blt+ syscall_exit_cont | 233 | blt+ syscall_exit_cont |
| @@ -287,8 +287,10 @@ syscall_dotrace: | |||
| 287 | 287 | ||
| 288 | syscall_exit_work: | 288 | syscall_exit_work: |
| 289 | andi. r0,r9,_TIF_RESTOREALL | 289 | andi. r0,r9,_TIF_RESTOREALL |
| 290 | bne- 2f | 290 | beq+ 0f |
| 291 | cmplw 0,r3,r8 | 291 | REST_NVGPRS(r1) |
| 292 | b 2f | ||
| 293 | 0: cmplw 0,r3,r8 | ||
| 292 | blt+ 1f | 294 | blt+ 1f |
| 293 | andi. r0,r9,_TIF_NOERROR | 295 | andi. r0,r9,_TIF_NOERROR |
| 294 | bne- 1f | 296 | bne- 1f |
| @@ -302,9 +304,7 @@ syscall_exit_work: | |||
| 302 | 2: andi. r0,r9,(_TIF_PERSYSCALL_MASK) | 304 | 2: andi. r0,r9,(_TIF_PERSYSCALL_MASK) |
| 303 | beq 4f | 305 | beq 4f |
| 304 | 306 | ||
| 305 | /* Clear per-syscall TIF flags if any are set, but _leave_ | 307 | /* Clear per-syscall TIF flags if any are set. */ |
| 306 | _TIF_SAVE_NVGPRS set in r9 since we haven't dealt with that | ||
| 307 | yet. */ | ||
| 308 | 308 | ||
| 309 | li r11,_TIF_PERSYSCALL_MASK | 309 | li r11,_TIF_PERSYSCALL_MASK |
| 310 | addi r12,r12,TI_FLAGS | 310 | addi r12,r12,TI_FLAGS |
| @@ -318,8 +318,13 @@ syscall_exit_work: | |||
| 318 | subi r12,r12,TI_FLAGS | 318 | subi r12,r12,TI_FLAGS |
| 319 | 319 | ||
| 320 | 4: /* Anything which requires enabling interrupts? */ | 320 | 4: /* Anything which requires enabling interrupts? */ |
| 321 | andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SINGLESTEP|_TIF_SAVE_NVGPRS) | 321 | andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SINGLESTEP) |
| 322 | beq 7f | 322 | beq ret_from_except |
| 323 | |||
| 324 | /* Re-enable interrupts */ | ||
| 325 | ori r10,r10,MSR_EE | ||
| 326 | SYNC | ||
| 327 | MTMSRD(r10) | ||
| 323 | 328 | ||
| 324 | /* Save NVGPRS if they're not saved already */ | 329 | /* Save NVGPRS if they're not saved already */ |
| 325 | lwz r4,_TRAP(r1) | 330 | lwz r4,_TRAP(r1) |
| @@ -328,71 +333,11 @@ syscall_exit_work: | |||
| 328 | SAVE_NVGPRS(r1) | 333 | SAVE_NVGPRS(r1) |
| 329 | li r4,0xc00 | 334 | li r4,0xc00 |
| 330 | stw r4,_TRAP(r1) | 335 | stw r4,_TRAP(r1) |
| 331 | 336 | 5: | |
| 332 | /* Re-enable interrupts */ | ||
| 333 | 5: ori r10,r10,MSR_EE | ||
| 334 | SYNC | ||
| 335 | MTMSRD(r10) | ||
| 336 | |||
| 337 | andi. r0,r9,_TIF_SAVE_NVGPRS | ||
| 338 | bne save_user_nvgprs | ||
| 339 | |||
| 340 | save_user_nvgprs_cont: | ||
| 341 | andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SINGLESTEP) | ||
| 342 | beq 7f | ||
| 343 | |||
| 344 | addi r3,r1,STACK_FRAME_OVERHEAD | 337 | addi r3,r1,STACK_FRAME_OVERHEAD |
| 345 | bl do_syscall_trace_leave | 338 | bl do_syscall_trace_leave |
| 346 | REST_NVGPRS(r1) | 339 | b ret_from_except_full |
| 347 | |||
| 348 | 6: lwz r3,GPR3(r1) | ||
| 349 | LOAD_MSR_KERNEL(r10,MSR_KERNEL) /* doesn't include MSR_EE */ | ||
| 350 | SYNC | ||
| 351 | MTMSRD(r10) /* disable interrupts again */ | ||
| 352 | rlwinm r12,r1,0,0,(31-THREAD_SHIFT) /* current_thread_info() */ | ||
| 353 | lwz r9,TI_FLAGS(r12) | ||
| 354 | 7: | ||
| 355 | andi. r0,r9,_TIF_NEED_RESCHED | ||
| 356 | bne 8f | ||
| 357 | lwz r5,_MSR(r1) | ||
| 358 | andi. r5,r5,MSR_PR | ||
| 359 | beq ret_from_except | ||
| 360 | andi. r0,r9,_TIF_SIGPENDING|_TIF_RESTORE_SIGMASK | ||
| 361 | beq ret_from_except | ||
| 362 | b do_user_signal | ||
| 363 | 8: | ||
| 364 | ori r10,r10,MSR_EE | ||
| 365 | SYNC | ||
| 366 | MTMSRD(r10) /* re-enable interrupts */ | ||
| 367 | bl schedule | ||
| 368 | b 6b | ||
| 369 | |||
| 370 | save_user_nvgprs: | ||
| 371 | lwz r8,TI_SIGFRAME(r12) | ||
| 372 | |||
| 373 | .macro savewords start, end | ||
| 374 | 1: stw \start,4*(\start)(r8) | ||
| 375 | .section __ex_table,"a" | ||
| 376 | .align 2 | ||
| 377 | .long 1b,save_user_nvgprs_fault | ||
| 378 | .previous | ||
| 379 | .if \end - \start | ||
| 380 | savewords "(\start+1)",\end | ||
| 381 | .endif | ||
| 382 | .endm | ||
| 383 | savewords 14,31 | ||
| 384 | b save_user_nvgprs_cont | ||
| 385 | |||
| 386 | |||
| 387 | save_user_nvgprs_fault: | ||
| 388 | li r3,11 /* SIGSEGV */ | ||
| 389 | lwz r4,TI_TASK(r12) | ||
| 390 | bl force_sigsegv | ||
| 391 | 340 | ||
| 392 | rlwinm r12,r1,0,0,(31-THREAD_SHIFT) /* current_thread_info() */ | ||
| 393 | lwz r9,TI_FLAGS(r12) | ||
| 394 | b save_user_nvgprs_cont | ||
| 395 | |||
| 396 | #ifdef SHOW_SYSCALLS | 341 | #ifdef SHOW_SYSCALLS |
| 397 | do_show_syscall: | 342 | do_show_syscall: |
| 398 | #ifdef SHOW_SYSCALLS_TASK | 343 | #ifdef SHOW_SYSCALLS_TASK |
| @@ -490,6 +435,14 @@ ppc_clone: | |||
| 490 | stw r0,_TRAP(r1) /* register set saved */ | 435 | stw r0,_TRAP(r1) /* register set saved */ |
| 491 | b sys_clone | 436 | b sys_clone |
| 492 | 437 | ||
| 438 | .globl ppc_swapcontext | ||
| 439 | ppc_swapcontext: | ||
| 440 | SAVE_NVGPRS(r1) | ||
| 441 | lwz r0,_TRAP(r1) | ||
| 442 | rlwinm r0,r0,0,0,30 /* clear LSB to indicate full */ | ||
| 443 | stw r0,_TRAP(r1) /* register set saved */ | ||
| 444 | b sys_swapcontext | ||
| 445 | |||
| 493 | /* | 446 | /* |
| 494 | * Top-level page fault handling. | 447 | * Top-level page fault handling. |
| 495 | * This is in assembler because if do_page_fault tells us that | 448 | * This is in assembler because if do_page_fault tells us that |
| @@ -683,7 +636,7 @@ user_exc_return: /* r10 contains MSR_KERNEL here */ | |||
| 683 | /* Check current_thread_info()->flags */ | 636 | /* Check current_thread_info()->flags */ |
| 684 | rlwinm r9,r1,0,0,(31-THREAD_SHIFT) | 637 | rlwinm r9,r1,0,0,(31-THREAD_SHIFT) |
| 685 | lwz r9,TI_FLAGS(r9) | 638 | lwz r9,TI_FLAGS(r9) |
| 686 | andi. r0,r9,(_TIF_SIGPENDING|_TIF_NEED_RESCHED|_TIF_RESTOREALL|_TIF_RESTORE_SIGMASK) | 639 | andi. r0,r9,(_TIF_SIGPENDING|_TIF_RESTORE_SIGMASK|_TIF_NEED_RESCHED) |
| 687 | bne do_work | 640 | bne do_work |
| 688 | 641 | ||
| 689 | restore_user: | 642 | restore_user: |
diff --git a/arch/powerpc/kernel/entry_64.S b/arch/powerpc/kernel/entry_64.S index 388f861b8ed1..24be0cf86d7f 100644 --- a/arch/powerpc/kernel/entry_64.S +++ b/arch/powerpc/kernel/entry_64.S | |||
| @@ -160,7 +160,7 @@ syscall_exit: | |||
| 160 | mtmsrd r10,1 | 160 | mtmsrd r10,1 |
| 161 | ld r9,TI_FLAGS(r12) | 161 | ld r9,TI_FLAGS(r12) |
| 162 | li r11,-_LAST_ERRNO | 162 | li r11,-_LAST_ERRNO |
| 163 | andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SINGLESTEP|_TIF_SIGPENDING|_TIF_NEED_RESCHED|_TIF_RESTOREALL|_TIF_SAVE_NVGPRS|_TIF_NOERROR|_TIF_RESTORE_SIGMASK) | 163 | andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SINGLESTEP|_TIF_USER_WORK_MASK|_TIF_PERSYSCALL_MASK) |
| 164 | bne- syscall_exit_work | 164 | bne- syscall_exit_work |
| 165 | cmpld r3,r11 | 165 | cmpld r3,r11 |
| 166 | ld r5,_CCR(r1) | 166 | ld r5,_CCR(r1) |
| @@ -216,8 +216,10 @@ syscall_exit_work: | |||
| 216 | If TIF_NOERROR is set, just save r3 as it is. */ | 216 | If TIF_NOERROR is set, just save r3 as it is. */ |
| 217 | 217 | ||
| 218 | andi. r0,r9,_TIF_RESTOREALL | 218 | andi. r0,r9,_TIF_RESTOREALL |
| 219 | bne- 2f | 219 | beq+ 0f |
| 220 | cmpld r3,r11 /* r10 is -LAST_ERRNO */ | 220 | REST_NVGPRS(r1) |
| 221 | b 2f | ||
| 222 | 0: cmpld r3,r11 /* r10 is -LAST_ERRNO */ | ||
| 221 | blt+ 1f | 223 | blt+ 1f |
| 222 | andi. r0,r9,_TIF_NOERROR | 224 | andi. r0,r9,_TIF_NOERROR |
| 223 | bne- 1f | 225 | bne- 1f |
| @@ -229,9 +231,7 @@ syscall_exit_work: | |||
| 229 | 2: andi. r0,r9,(_TIF_PERSYSCALL_MASK) | 231 | 2: andi. r0,r9,(_TIF_PERSYSCALL_MASK) |
| 230 | beq 4f | 232 | beq 4f |
| 231 | 233 | ||
| 232 | /* Clear per-syscall TIF flags if any are set, but _leave_ | 234 | /* Clear per-syscall TIF flags if any are set. */ |
| 233 | _TIF_SAVE_NVGPRS set in r9 since we haven't dealt with that | ||
| 234 | yet. */ | ||
| 235 | 235 | ||
| 236 | li r11,_TIF_PERSYSCALL_MASK | 236 | li r11,_TIF_PERSYSCALL_MASK |
| 237 | addi r12,r12,TI_FLAGS | 237 | addi r12,r12,TI_FLAGS |
| @@ -240,10 +240,9 @@ syscall_exit_work: | |||
| 240 | stdcx. r10,0,r12 | 240 | stdcx. r10,0,r12 |
| 241 | bne- 3b | 241 | bne- 3b |
| 242 | subi r12,r12,TI_FLAGS | 242 | subi r12,r12,TI_FLAGS |
| 243 | 243 | ||
| 244 | 4: bl .save_nvgprs | 244 | 4: /* Anything else left to do? */ |
| 245 | /* Anything else left to do? */ | 245 | andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SINGLESTEP) |
| 246 | andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SINGLESTEP|_TIF_SAVE_NVGPRS) | ||
| 247 | beq .ret_from_except_lite | 246 | beq .ret_from_except_lite |
| 248 | 247 | ||
| 249 | /* Re-enable interrupts */ | 248 | /* Re-enable interrupts */ |
| @@ -251,26 +250,10 @@ syscall_exit_work: | |||
| 251 | ori r10,r10,MSR_EE | 250 | ori r10,r10,MSR_EE |
| 252 | mtmsrd r10,1 | 251 | mtmsrd r10,1 |
| 253 | 252 | ||
| 254 | andi. r0,r9,_TIF_SAVE_NVGPRS | 253 | bl .save_nvgprs |
| 255 | bne save_user_nvgprs | ||
| 256 | |||
| 257 | /* If tracing, re-enable interrupts and do it */ | ||
| 258 | save_user_nvgprs_cont: | ||
| 259 | andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SINGLESTEP) | ||
| 260 | beq 5f | ||
| 261 | |||
| 262 | addi r3,r1,STACK_FRAME_OVERHEAD | 254 | addi r3,r1,STACK_FRAME_OVERHEAD |
| 263 | bl .do_syscall_trace_leave | 255 | bl .do_syscall_trace_leave |
| 264 | REST_NVGPRS(r1) | 256 | b .ret_from_except |
| 265 | clrrdi r12,r1,THREAD_SHIFT | ||
| 266 | |||
| 267 | /* Disable interrupts again and handle other work if any */ | ||
| 268 | 5: mfmsr r10 | ||
| 269 | rldicl r10,r10,48,1 | ||
| 270 | rotldi r10,r10,16 | ||
| 271 | mtmsrd r10,1 | ||
| 272 | |||
| 273 | b .ret_from_except_lite | ||
| 274 | 257 | ||
| 275 | /* Save non-volatile GPRs, if not already saved. */ | 258 | /* Save non-volatile GPRs, if not already saved. */ |
| 276 | _GLOBAL(save_nvgprs) | 259 | _GLOBAL(save_nvgprs) |
| @@ -282,51 +265,6 @@ _GLOBAL(save_nvgprs) | |||
| 282 | std r0,_TRAP(r1) | 265 | std r0,_TRAP(r1) |
| 283 | blr | 266 | blr |
| 284 | 267 | ||
| 285 | |||
| 286 | save_user_nvgprs: | ||
| 287 | ld r10,TI_SIGFRAME(r12) | ||
| 288 | andi. r0,r9,_TIF_32BIT | ||
| 289 | beq- save_user_nvgprs_64 | ||
| 290 | |||
| 291 | /* 32-bit save to userspace */ | ||
| 292 | |||
| 293 | .macro savewords start, end | ||
| 294 | 1: stw \start,4*(\start)(r10) | ||
| 295 | .section __ex_table,"a" | ||
| 296 | .align 3 | ||
| 297 | .llong 1b,save_user_nvgprs_fault | ||
| 298 | .previous | ||
| 299 | .if \end - \start | ||
| 300 | savewords "(\start+1)",\end | ||
| 301 | .endif | ||
| 302 | .endm | ||
| 303 | savewords 14,31 | ||
| 304 | b save_user_nvgprs_cont | ||
| 305 | |||
| 306 | save_user_nvgprs_64: | ||
| 307 | /* 64-bit save to userspace */ | ||
| 308 | |||
| 309 | .macro savelongs start, end | ||
| 310 | 1: std \start,8*(\start)(r10) | ||
| 311 | .section __ex_table,"a" | ||
| 312 | .align 3 | ||
| 313 | .llong 1b,save_user_nvgprs_fault | ||
| 314 | .previous | ||
| 315 | .if \end - \start | ||
| 316 | savelongs "(\start+1)",\end | ||
| 317 | .endif | ||
| 318 | .endm | ||
| 319 | savelongs 14,31 | ||
| 320 | b save_user_nvgprs_cont | ||
| 321 | |||
| 322 | save_user_nvgprs_fault: | ||
| 323 | li r3,11 /* SIGSEGV */ | ||
| 324 | ld r4,TI_TASK(r12) | ||
| 325 | bl .force_sigsegv | ||
| 326 | |||
| 327 | clrrdi r12,r1,THREAD_SHIFT | ||
| 328 | ld r9,TI_FLAGS(r12) | ||
| 329 | b save_user_nvgprs_cont | ||
| 330 | 268 | ||
| 331 | /* | 269 | /* |
| 332 | * The sigsuspend and rt_sigsuspend system calls can call do_signal | 270 | * The sigsuspend and rt_sigsuspend system calls can call do_signal |
| @@ -352,6 +290,16 @@ _GLOBAL(ppc_clone) | |||
| 352 | bl .sys_clone | 290 | bl .sys_clone |
| 353 | b syscall_exit | 291 | b syscall_exit |
| 354 | 292 | ||
| 293 | _GLOBAL(ppc32_swapcontext) | ||
| 294 | bl .save_nvgprs | ||
| 295 | bl .compat_sys_swapcontext | ||
| 296 | b syscall_exit | ||
| 297 | |||
| 298 | _GLOBAL(ppc64_swapcontext) | ||
| 299 | bl .save_nvgprs | ||
| 300 | bl .sys_swapcontext | ||
| 301 | b syscall_exit | ||
| 302 | |||
| 355 | _GLOBAL(ret_from_fork) | 303 | _GLOBAL(ret_from_fork) |
| 356 | bl .schedule_tail | 304 | bl .schedule_tail |
| 357 | REST_NVGPRS(r1) | 305 | REST_NVGPRS(r1) |
diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S index 11f2cd5af7dc..9b65029dd2a3 100644 --- a/arch/powerpc/kernel/head_64.S +++ b/arch/powerpc/kernel/head_64.S | |||
| @@ -1537,6 +1537,9 @@ _STATIC(__boot_from_prom) | |||
| 1537 | mr r28,r6 | 1537 | mr r28,r6 |
| 1538 | mr r27,r7 | 1538 | mr r27,r7 |
| 1539 | 1539 | ||
| 1540 | /* Align the stack to 16-byte boundary for broken yaboot */ | ||
| 1541 | rldicr r1,r1,0,59 | ||
| 1542 | |||
| 1540 | /* Make sure we are running in 64 bits mode */ | 1543 | /* Make sure we are running in 64 bits mode */ |
| 1541 | bl .enable_64b_mode | 1544 | bl .enable_64b_mode |
| 1542 | 1545 | ||
diff --git a/arch/powerpc/kernel/pci_64.c b/arch/powerpc/kernel/pci_64.c index c367520bc1c3..ba92bab7cc2c 100644 --- a/arch/powerpc/kernel/pci_64.c +++ b/arch/powerpc/kernel/pci_64.c | |||
| @@ -589,7 +589,6 @@ void __devinit scan_phb(struct pci_controller *hose) | |||
| 589 | #endif /* CONFIG_PPC_MULTIPLATFORM */ | 589 | #endif /* CONFIG_PPC_MULTIPLATFORM */ |
| 590 | if (mode == PCI_PROBE_NORMAL) | 590 | if (mode == PCI_PROBE_NORMAL) |
| 591 | hose->last_busno = bus->subordinate = pci_scan_child_bus(bus); | 591 | hose->last_busno = bus->subordinate = pci_scan_child_bus(bus); |
| 592 | pci_bus_add_devices(bus); | ||
| 593 | } | 592 | } |
| 594 | 593 | ||
| 595 | static int __init pcibios_init(void) | 594 | static int __init pcibios_init(void) |
| @@ -608,8 +607,10 @@ static int __init pcibios_init(void) | |||
| 608 | printk("PCI: Probing PCI hardware\n"); | 607 | printk("PCI: Probing PCI hardware\n"); |
| 609 | 608 | ||
| 610 | /* Scan all of the recorded PCI controllers. */ | 609 | /* Scan all of the recorded PCI controllers. */ |
| 611 | list_for_each_entry_safe(hose, tmp, &hose_list, list_node) | 610 | list_for_each_entry_safe(hose, tmp, &hose_list, list_node) { |
| 612 | scan_phb(hose); | 611 | scan_phb(hose); |
| 612 | pci_bus_add_devices(hose->bus); | ||
| 613 | } | ||
| 613 | 614 | ||
| 614 | #ifndef CONFIG_PPC_ISERIES | 615 | #ifndef CONFIG_PPC_ISERIES |
| 615 | if (pci_probe_only) | 616 | if (pci_probe_only) |
diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c index 8a731ea877b7..63ecbec05202 100644 --- a/arch/powerpc/kernel/ppc_ksyms.c +++ b/arch/powerpc/kernel/ppc_ksyms.c | |||
| @@ -110,15 +110,6 @@ EXPORT_SYMBOL(_insw_ns); | |||
| 110 | EXPORT_SYMBOL(_outsw_ns); | 110 | EXPORT_SYMBOL(_outsw_ns); |
| 111 | EXPORT_SYMBOL(_insl_ns); | 111 | EXPORT_SYMBOL(_insl_ns); |
| 112 | EXPORT_SYMBOL(_outsl_ns); | 112 | EXPORT_SYMBOL(_outsl_ns); |
| 113 | EXPORT_SYMBOL(ioremap); | ||
| 114 | #ifdef CONFIG_44x | ||
| 115 | EXPORT_SYMBOL(ioremap64); | ||
| 116 | #endif | ||
| 117 | EXPORT_SYMBOL(__ioremap); | ||
| 118 | EXPORT_SYMBOL(iounmap); | ||
| 119 | #ifdef CONFIG_PPC32 | ||
| 120 | EXPORT_SYMBOL(ioremap_bot); /* aka VMALLOC_END */ | ||
| 121 | #endif | ||
| 122 | 113 | ||
| 123 | #if defined(CONFIG_PPC32) && (defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)) | 114 | #if defined(CONFIG_PPC32) && (defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)) |
| 124 | EXPORT_SYMBOL(ppc_ide_md); | 115 | EXPORT_SYMBOL(ppc_ide_md); |
| @@ -161,7 +152,6 @@ EXPORT_SYMBOL(__flush_icache_range); | |||
| 161 | EXPORT_SYMBOL(flush_dcache_range); | 152 | EXPORT_SYMBOL(flush_dcache_range); |
| 162 | 153 | ||
| 163 | #ifdef CONFIG_SMP | 154 | #ifdef CONFIG_SMP |
| 164 | EXPORT_SYMBOL(smp_call_function); | ||
| 165 | #ifdef CONFIG_PPC32 | 155 | #ifdef CONFIG_PPC32 |
| 166 | EXPORT_SYMBOL(smp_hw_index); | 156 | EXPORT_SYMBOL(smp_hw_index); |
| 167 | #endif | 157 | #endif |
diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c index d34fe537400e..813c2cd194c2 100644 --- a/arch/powerpc/kernel/prom_init.c +++ b/arch/powerpc/kernel/prom_init.c | |||
| @@ -978,7 +978,7 @@ static void __init prom_init_mem(void) | |||
| 978 | if (size == 0) | 978 | if (size == 0) |
| 979 | continue; | 979 | continue; |
| 980 | prom_debug(" %x %x\n", base, size); | 980 | prom_debug(" %x %x\n", base, size); |
| 981 | if (base == 0) | 981 | if (base == 0 && (RELOC(of_platform) & PLATFORM_LPAR)) |
| 982 | RELOC(rmo_top) = size; | 982 | RELOC(rmo_top) = size; |
| 983 | if ((base + size) > RELOC(ram_top)) | 983 | if ((base + size) > RELOC(ram_top)) |
| 984 | RELOC(ram_top) = base + size; | 984 | RELOC(ram_top) = base + size; |
diff --git a/arch/powerpc/kernel/ptrace.c b/arch/powerpc/kernel/ptrace.c index 400793c71304..bcb83574335b 100644 --- a/arch/powerpc/kernel/ptrace.c +++ b/arch/powerpc/kernel/ptrace.c | |||
| @@ -561,10 +561,7 @@ void do_syscall_trace_leave(struct pt_regs *regs) | |||
| 561 | regs->result); | 561 | regs->result); |
| 562 | 562 | ||
| 563 | if ((test_thread_flag(TIF_SYSCALL_TRACE) | 563 | if ((test_thread_flag(TIF_SYSCALL_TRACE) |
| 564 | #ifdef CONFIG_PPC64 | 564 | || test_thread_flag(TIF_SINGLESTEP)) |
| 565 | || test_thread_flag(TIF_SINGLESTEP) | ||
| 566 | #endif | ||
| 567 | ) | ||
| 568 | && (current->ptrace & PT_PTRACED)) | 565 | && (current->ptrace & PT_PTRACED)) |
| 569 | do_syscall_trace(); | 566 | do_syscall_trace(); |
| 570 | } | 567 | } |
diff --git a/arch/powerpc/kernel/rtas-rtc.c b/arch/powerpc/kernel/rtas-rtc.c index 635d3b9a8811..34d073fb6091 100644 --- a/arch/powerpc/kernel/rtas-rtc.c +++ b/arch/powerpc/kernel/rtas-rtc.c | |||
| @@ -52,7 +52,7 @@ void rtas_get_rtc_time(struct rtc_time *rtc_tm) | |||
| 52 | error = rtas_call(rtas_token("get-time-of-day"), 0, 8, ret); | 52 | error = rtas_call(rtas_token("get-time-of-day"), 0, 8, ret); |
| 53 | if (error == RTAS_CLOCK_BUSY || rtas_is_extended_busy(error)) { | 53 | if (error == RTAS_CLOCK_BUSY || rtas_is_extended_busy(error)) { |
| 54 | if (in_interrupt() && printk_ratelimit()) { | 54 | if (in_interrupt() && printk_ratelimit()) { |
| 55 | memset(&rtc_tm, 0, sizeof(struct rtc_time)); | 55 | memset(rtc_tm, 0, sizeof(struct rtc_time)); |
| 56 | printk(KERN_WARNING "error: reading clock" | 56 | printk(KERN_WARNING "error: reading clock" |
| 57 | " would delay interrupt\n"); | 57 | " would delay interrupt\n"); |
| 58 | return; /* delay not allowed */ | 58 | return; /* delay not allowed */ |
diff --git a/arch/powerpc/kernel/rtas_pci.c b/arch/powerpc/kernel/rtas_pci.c index 5579f6559912..7442775ef2a1 100644 --- a/arch/powerpc/kernel/rtas_pci.c +++ b/arch/powerpc/kernel/rtas_pci.c | |||
| @@ -280,8 +280,7 @@ static int phb_set_bus_ranges(struct device_node *dev, | |||
| 280 | return 0; | 280 | return 0; |
| 281 | } | 281 | } |
| 282 | 282 | ||
| 283 | static int __devinit setup_phb(struct device_node *dev, | 283 | int __devinit setup_phb(struct device_node *dev, struct pci_controller *phb) |
| 284 | struct pci_controller *phb) | ||
| 285 | { | 284 | { |
| 286 | if (is_python(dev)) | 285 | if (is_python(dev)) |
| 287 | python_countermeasures(dev); | 286 | python_countermeasures(dev); |
| @@ -359,27 +358,6 @@ unsigned long __init find_and_init_phbs(void) | |||
| 359 | return 0; | 358 | return 0; |
| 360 | } | 359 | } |
| 361 | 360 | ||
| 362 | struct pci_controller * __devinit init_phb_dynamic(struct device_node *dn) | ||
| 363 | { | ||
| 364 | struct pci_controller *phb; | ||
| 365 | int primary; | ||
| 366 | |||
| 367 | primary = list_empty(&hose_list); | ||
| 368 | phb = pcibios_alloc_controller(dn); | ||
| 369 | if (!phb) | ||
| 370 | return NULL; | ||
| 371 | setup_phb(dn, phb); | ||
| 372 | pci_process_bridge_OF_ranges(phb, dn, primary); | ||
| 373 | |||
| 374 | pci_setup_phb_io_dynamic(phb, primary); | ||
| 375 | |||
| 376 | pci_devs_phb_init_dynamic(phb); | ||
| 377 | scan_phb(phb); | ||
| 378 | |||
| 379 | return phb; | ||
| 380 | } | ||
| 381 | EXPORT_SYMBOL(init_phb_dynamic); | ||
| 382 | |||
| 383 | /* RPA-specific bits for removing PHBs */ | 361 | /* RPA-specific bits for removing PHBs */ |
| 384 | int pcibios_remove_root_bus(struct pci_controller *phb) | 362 | int pcibios_remove_root_bus(struct pci_controller *phb) |
| 385 | { | 363 | { |
diff --git a/arch/powerpc/kernel/signal_32.c b/arch/powerpc/kernel/signal_32.c index bd837b5dbf06..d7a4e814974d 100644 --- a/arch/powerpc/kernel/signal_32.c +++ b/arch/powerpc/kernel/signal_32.c | |||
| @@ -151,10 +151,7 @@ static inline int save_general_regs(struct pt_regs *regs, | |||
| 151 | elf_greg_t64 *gregs = (elf_greg_t64 *)regs; | 151 | elf_greg_t64 *gregs = (elf_greg_t64 *)regs; |
| 152 | int i; | 152 | int i; |
| 153 | 153 | ||
| 154 | if (!FULL_REGS(regs)) { | 154 | WARN_ON(!FULL_REGS(regs)); |
| 155 | set_thread_flag(TIF_SAVE_NVGPRS); | ||
| 156 | current_thread_info()->nvgprs_frame = frame->mc_gregs; | ||
| 157 | } | ||
| 158 | 155 | ||
| 159 | for (i = 0; i <= PT_RESULT; i ++) { | 156 | for (i = 0; i <= PT_RESULT; i ++) { |
| 160 | if (i == 14 && !FULL_REGS(regs)) | 157 | if (i == 14 && !FULL_REGS(regs)) |
| @@ -215,15 +212,7 @@ static inline int get_old_sigaction(struct k_sigaction *new_ka, | |||
| 215 | static inline int save_general_regs(struct pt_regs *regs, | 212 | static inline int save_general_regs(struct pt_regs *regs, |
| 216 | struct mcontext __user *frame) | 213 | struct mcontext __user *frame) |
| 217 | { | 214 | { |
| 218 | if (!FULL_REGS(regs)) { | 215 | WARN_ON(!FULL_REGS(regs)); |
| 219 | /* Zero out the unsaved GPRs to avoid information | ||
| 220 | leak, and set TIF_SAVE_NVGPRS to ensure that the | ||
| 221 | registers do actually get saved later. */ | ||
| 222 | memset(®s->gpr[14], 0, 18 * sizeof(unsigned long)); | ||
| 223 | current_thread_info()->nvgprs_frame = &frame->mc_gregs; | ||
| 224 | set_thread_flag(TIF_SAVE_NVGPRS); | ||
| 225 | } | ||
| 226 | |||
| 227 | return __copy_to_user(&frame->mc_gregs, regs, GP_REGS_SIZE); | 216 | return __copy_to_user(&frame->mc_gregs, regs, GP_REGS_SIZE); |
| 228 | } | 217 | } |
| 229 | 218 | ||
| @@ -826,8 +815,8 @@ static int do_setcontext(struct ucontext __user *ucp, struct pt_regs *regs, int | |||
| 826 | } | 815 | } |
| 827 | 816 | ||
| 828 | long sys_swapcontext(struct ucontext __user *old_ctx, | 817 | long sys_swapcontext(struct ucontext __user *old_ctx, |
| 829 | struct ucontext __user *new_ctx, | 818 | struct ucontext __user *new_ctx, |
| 830 | int ctx_size, int r6, int r7, int r8, struct pt_regs *regs) | 819 | int ctx_size, int r6, int r7, int r8, struct pt_regs *regs) |
| 831 | { | 820 | { |
| 832 | unsigned char tmp; | 821 | unsigned char tmp; |
| 833 | 822 | ||
diff --git a/arch/powerpc/kernel/signal_64.c b/arch/powerpc/kernel/signal_64.c index 497a5d3df359..4324f8a8ba24 100644 --- a/arch/powerpc/kernel/signal_64.c +++ b/arch/powerpc/kernel/signal_64.c | |||
| @@ -118,14 +118,7 @@ static long setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs, | |||
| 118 | err |= __put_user(0, &sc->v_regs); | 118 | err |= __put_user(0, &sc->v_regs); |
| 119 | #endif /* CONFIG_ALTIVEC */ | 119 | #endif /* CONFIG_ALTIVEC */ |
| 120 | err |= __put_user(&sc->gp_regs, &sc->regs); | 120 | err |= __put_user(&sc->gp_regs, &sc->regs); |
| 121 | if (!FULL_REGS(regs)) { | 121 | WARN_ON(!FULL_REGS(regs)); |
| 122 | /* Zero out the unsaved GPRs to avoid information | ||
| 123 | leak, and set TIF_SAVE_NVGPRS to ensure that the | ||
| 124 | registers do actually get saved later. */ | ||
| 125 | memset(®s->gpr[14], 0, 18 * sizeof(unsigned long)); | ||
| 126 | set_thread_flag(TIF_SAVE_NVGPRS); | ||
| 127 | current_thread_info()->nvgprs_frame = &sc->gp_regs; | ||
| 128 | } | ||
| 129 | err |= __copy_to_user(&sc->gp_regs, regs, GP_REGS_SIZE); | 122 | err |= __copy_to_user(&sc->gp_regs, regs, GP_REGS_SIZE); |
| 130 | err |= __copy_to_user(&sc->fp_regs, ¤t->thread.fpr, FP_REGS_SIZE); | 123 | err |= __copy_to_user(&sc->fp_regs, ¤t->thread.fpr, FP_REGS_SIZE); |
| 131 | err |= __put_user(signr, &sc->signal); | 124 | err |= __put_user(signr, &sc->signal); |
diff --git a/arch/powerpc/kernel/systbl.S b/arch/powerpc/kernel/systbl.S index 8a9f994ed917..1ad55f0466fd 100644 --- a/arch/powerpc/kernel/systbl.S +++ b/arch/powerpc/kernel/systbl.S | |||
| @@ -288,7 +288,7 @@ COMPAT_SYS(clock_settime) | |||
| 288 | COMPAT_SYS(clock_gettime) | 288 | COMPAT_SYS(clock_gettime) |
| 289 | COMPAT_SYS(clock_getres) | 289 | COMPAT_SYS(clock_getres) |
| 290 | COMPAT_SYS(clock_nanosleep) | 290 | COMPAT_SYS(clock_nanosleep) |
| 291 | COMPAT_SYS(swapcontext) | 291 | SYSX(ppc64_swapcontext,ppc32_swapcontext,ppc_swapcontext) |
| 292 | COMPAT_SYS(tgkill) | 292 | COMPAT_SYS(tgkill) |
| 293 | COMPAT_SYS(utimes) | 293 | COMPAT_SYS(utimes) |
| 294 | COMPAT_SYS(statfs64) | 294 | COMPAT_SYS(statfs64) |
diff --git a/arch/powerpc/kernel/time.c b/arch/powerpc/kernel/time.c index 2a7ddc579379..86f7e3d154d8 100644 --- a/arch/powerpc/kernel/time.c +++ b/arch/powerpc/kernel/time.c | |||
| @@ -283,9 +283,9 @@ static inline void update_gtod(u64 new_tb_stamp, u64 new_stamp_xsec, | |||
| 283 | * the two values of tb_update_count match and are even then the | 283 | * the two values of tb_update_count match and are even then the |
| 284 | * tb_to_xs and stamp_xsec values are consistent. If not, then it | 284 | * tb_to_xs and stamp_xsec values are consistent. If not, then it |
| 285 | * loops back and reads them again until this criteria is met. | 285 | * loops back and reads them again until this criteria is met. |
| 286 | * We expect the caller to have done the first increment of | ||
| 287 | * vdso_data->tb_update_count already. | ||
| 286 | */ | 288 | */ |
| 287 | ++(vdso_data->tb_update_count); | ||
| 288 | smp_wmb(); | ||
| 289 | vdso_data->tb_orig_stamp = new_tb_stamp; | 289 | vdso_data->tb_orig_stamp = new_tb_stamp; |
| 290 | vdso_data->stamp_xsec = new_stamp_xsec; | 290 | vdso_data->stamp_xsec = new_stamp_xsec; |
| 291 | vdso_data->tb_to_xs = new_tb_to_xs; | 291 | vdso_data->tb_to_xs = new_tb_to_xs; |
| @@ -310,20 +310,15 @@ static __inline__ void timer_recalc_offset(u64 cur_tb) | |||
| 310 | unsigned long offset; | 310 | unsigned long offset; |
| 311 | u64 new_stamp_xsec; | 311 | u64 new_stamp_xsec; |
| 312 | u64 tlen, t2x; | 312 | u64 tlen, t2x; |
| 313 | u64 tb, xsec_old, xsec_new; | ||
| 314 | struct gettimeofday_vars *varp; | ||
| 313 | 315 | ||
| 314 | if (__USE_RTC()) | 316 | if (__USE_RTC()) |
| 315 | return; | 317 | return; |
| 316 | tlen = current_tick_length(); | 318 | tlen = current_tick_length(); |
| 317 | offset = cur_tb - do_gtod.varp->tb_orig_stamp; | 319 | offset = cur_tb - do_gtod.varp->tb_orig_stamp; |
| 318 | if (tlen == last_tick_len && offset < 0x80000000u) { | 320 | if (tlen == last_tick_len && offset < 0x80000000u) |
| 319 | /* check that we're still in sync; if not, resync */ | 321 | return; |
| 320 | struct timeval tv; | ||
| 321 | __do_gettimeofday(&tv, cur_tb); | ||
| 322 | if (tv.tv_sec <= xtime.tv_sec && | ||
| 323 | (tv.tv_sec < xtime.tv_sec || | ||
| 324 | tv.tv_usec * 1000 <= xtime.tv_nsec)) | ||
| 325 | return; | ||
| 326 | } | ||
| 327 | if (tlen != last_tick_len) { | 322 | if (tlen != last_tick_len) { |
| 328 | t2x = mulhdu(tlen << TICKLEN_SHIFT, ticklen_to_xs); | 323 | t2x = mulhdu(tlen << TICKLEN_SHIFT, ticklen_to_xs); |
| 329 | last_tick_len = tlen; | 324 | last_tick_len = tlen; |
| @@ -332,6 +327,21 @@ static __inline__ void timer_recalc_offset(u64 cur_tb) | |||
| 332 | new_stamp_xsec = (u64) xtime.tv_nsec * XSEC_PER_SEC; | 327 | new_stamp_xsec = (u64) xtime.tv_nsec * XSEC_PER_SEC; |
| 333 | do_div(new_stamp_xsec, 1000000000); | 328 | do_div(new_stamp_xsec, 1000000000); |
| 334 | new_stamp_xsec += (u64) xtime.tv_sec * XSEC_PER_SEC; | 329 | new_stamp_xsec += (u64) xtime.tv_sec * XSEC_PER_SEC; |
| 330 | |||
| 331 | ++vdso_data->tb_update_count; | ||
| 332 | smp_mb(); | ||
| 333 | |||
| 334 | /* | ||
| 335 | * Make sure time doesn't go backwards for userspace gettimeofday. | ||
| 336 | */ | ||
| 337 | tb = get_tb(); | ||
| 338 | varp = do_gtod.varp; | ||
| 339 | xsec_old = mulhdu(tb - varp->tb_orig_stamp, varp->tb_to_xs) | ||
| 340 | + varp->stamp_xsec; | ||
| 341 | xsec_new = mulhdu(tb - cur_tb, t2x) + new_stamp_xsec; | ||
| 342 | if (xsec_new < xsec_old) | ||
| 343 | new_stamp_xsec += xsec_old - xsec_new; | ||
| 344 | |||
| 335 | update_gtod(cur_tb, new_stamp_xsec, t2x); | 345 | update_gtod(cur_tb, new_stamp_xsec, t2x); |
| 336 | } | 346 | } |
| 337 | 347 | ||
| @@ -564,6 +574,10 @@ int do_settimeofday(struct timespec *tv) | |||
| 564 | } | 574 | } |
| 565 | #endif | 575 | #endif |
| 566 | 576 | ||
| 577 | /* Make userspace gettimeofday spin until we're done. */ | ||
| 578 | ++vdso_data->tb_update_count; | ||
| 579 | smp_mb(); | ||
| 580 | |||
| 567 | /* | 581 | /* |
| 568 | * Subtract off the number of nanoseconds since the | 582 | * Subtract off the number of nanoseconds since the |
| 569 | * beginning of the last tick. | 583 | * beginning of the last tick. |
| @@ -724,10 +738,16 @@ void __init time_init(void) | |||
| 724 | * It is computed as: | 738 | * It is computed as: |
| 725 | * ticklen_to_xs = 2^N / (tb_ticks_per_jiffy * 1e9) | 739 | * ticklen_to_xs = 2^N / (tb_ticks_per_jiffy * 1e9) |
| 726 | * where N = 64 + 20 - TICKLEN_SCALE - TICKLEN_SHIFT | 740 | * where N = 64 + 20 - TICKLEN_SCALE - TICKLEN_SHIFT |
| 727 | * so as to give the result as a 0.64 fixed-point fraction. | 741 | * which turns out to be N = 51 - SHIFT_HZ. |
| 742 | * This gives the result as a 0.64 fixed-point fraction. | ||
| 743 | * That value is reduced by an offset amounting to 1 xsec per | ||
| 744 | * 2^31 timebase ticks to avoid problems with time going backwards | ||
| 745 | * by 1 xsec when we do timer_recalc_offset due to losing the | ||
| 746 | * fractional xsec. That offset is equal to ppc_tb_freq/2^51 | ||
| 747 | * since there are 2^20 xsec in a second. | ||
| 728 | */ | 748 | */ |
| 729 | div128_by_32(1ULL << (64 + 20 - TICKLEN_SCALE - TICKLEN_SHIFT), 0, | 749 | div128_by_32((1ULL << 51) - ppc_tb_freq, 0, |
| 730 | tb_ticks_per_jiffy, &res); | 750 | tb_ticks_per_jiffy << SHIFT_HZ, &res); |
| 731 | div128_by_32(res.result_high, res.result_low, NSEC_PER_SEC, &res); | 751 | div128_by_32(res.result_high, res.result_low, NSEC_PER_SEC, &res); |
| 732 | ticklen_to_xs = res.result_low; | 752 | ticklen_to_xs = res.result_low; |
| 733 | 753 | ||
diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c index 7509aa6474f2..98660aedeeb7 100644 --- a/arch/powerpc/kernel/traps.c +++ b/arch/powerpc/kernel/traps.c | |||
| @@ -814,6 +814,8 @@ void __kprobes program_check_exception(struct pt_regs *regs) | |||
| 814 | return; | 814 | return; |
| 815 | } | 815 | } |
| 816 | 816 | ||
| 817 | local_irq_enable(); | ||
| 818 | |||
| 817 | /* Try to emulate it if we should. */ | 819 | /* Try to emulate it if we should. */ |
| 818 | if (reason & (REASON_ILLEGAL | REASON_PRIVILEGED)) { | 820 | if (reason & (REASON_ILLEGAL | REASON_PRIVILEGED)) { |
| 819 | switch (emulate_instruction(regs)) { | 821 | switch (emulate_instruction(regs)) { |
diff --git a/arch/powerpc/kernel/vdso.c b/arch/powerpc/kernel/vdso.c index f0c47dab0903..04f7df39ffbb 100644 --- a/arch/powerpc/kernel/vdso.c +++ b/arch/powerpc/kernel/vdso.c | |||
| @@ -182,8 +182,8 @@ static struct page * vdso_vma_nopage(struct vm_area_struct * vma, | |||
| 182 | unsigned long offset = address - vma->vm_start; | 182 | unsigned long offset = address - vma->vm_start; |
| 183 | struct page *pg; | 183 | struct page *pg; |
| 184 | #ifdef CONFIG_PPC64 | 184 | #ifdef CONFIG_PPC64 |
| 185 | void *vbase = test_thread_flag(TIF_32BIT) ? | 185 | void *vbase = (vma->vm_mm->task_size > TASK_SIZE_USER32) ? |
| 186 | vdso32_kbase : vdso64_kbase; | 186 | vdso64_kbase : vdso32_kbase; |
| 187 | #else | 187 | #else |
| 188 | void *vbase = vdso32_kbase; | 188 | void *vbase = vdso32_kbase; |
| 189 | #endif | 189 | #endif |
diff --git a/arch/powerpc/kernel/vdso64/gettimeofday.S b/arch/powerpc/kernel/vdso64/gettimeofday.S index ccaeda5136d1..4ee871f1cadb 100644 --- a/arch/powerpc/kernel/vdso64/gettimeofday.S +++ b/arch/powerpc/kernel/vdso64/gettimeofday.S | |||
| @@ -225,9 +225,9 @@ V_FUNCTION_BEGIN(__do_get_xsec) | |||
| 225 | .cfi_startproc | 225 | .cfi_startproc |
| 226 | /* check for update count & load values */ | 226 | /* check for update count & load values */ |
| 227 | 1: ld r8,CFG_TB_UPDATE_COUNT(r3) | 227 | 1: ld r8,CFG_TB_UPDATE_COUNT(r3) |
| 228 | andi. r0,r4,1 /* pending update ? loop */ | 228 | andi. r0,r8,1 /* pending update ? loop */ |
| 229 | bne- 1b | 229 | bne- 1b |
| 230 | xor r0,r4,r4 /* create dependency */ | 230 | xor r0,r8,r8 /* create dependency */ |
| 231 | add r3,r3,r0 | 231 | add r3,r3,r0 |
| 232 | 232 | ||
| 233 | /* Get TB & offset it */ | 233 | /* Get TB & offset it */ |
diff --git a/arch/powerpc/mm/hash_utils_64.c b/arch/powerpc/mm/hash_utils_64.c index b1f614c612dd..e9d589eefc14 100644 --- a/arch/powerpc/mm/hash_utils_64.c +++ b/arch/powerpc/mm/hash_utils_64.c | |||
| @@ -169,7 +169,7 @@ int htab_bolt_mapping(unsigned long vstart, unsigned long vend, | |||
| 169 | #ifdef CONFIG_PPC_ISERIES | 169 | #ifdef CONFIG_PPC_ISERIES |
| 170 | if (_machine == PLATFORM_ISERIES_LPAR) | 170 | if (_machine == PLATFORM_ISERIES_LPAR) |
| 171 | ret = iSeries_hpte_insert(hpteg, va, | 171 | ret = iSeries_hpte_insert(hpteg, va, |
| 172 | virt_to_abs(paddr), | 172 | __pa(vaddr), |
| 173 | tmp_mode, | 173 | tmp_mode, |
| 174 | HPTE_V_BOLTED, | 174 | HPTE_V_BOLTED, |
| 175 | psize); | 175 | psize); |
diff --git a/arch/powerpc/mm/pgtable_32.c b/arch/powerpc/mm/pgtable_32.c index f4e5ac122615..d296eb6b4545 100644 --- a/arch/powerpc/mm/pgtable_32.c +++ b/arch/powerpc/mm/pgtable_32.c | |||
| @@ -37,6 +37,7 @@ | |||
| 37 | 37 | ||
| 38 | unsigned long ioremap_base; | 38 | unsigned long ioremap_base; |
| 39 | unsigned long ioremap_bot; | 39 | unsigned long ioremap_bot; |
| 40 | EXPORT_SYMBOL(ioremap_bot); /* aka VMALLOC_END */ | ||
| 40 | int io_bat_index; | 41 | int io_bat_index; |
| 41 | 42 | ||
| 42 | #if defined(CONFIG_6xx) || defined(CONFIG_POWER3) | 43 | #if defined(CONFIG_6xx) || defined(CONFIG_POWER3) |
| @@ -153,6 +154,7 @@ ioremap64(unsigned long long addr, unsigned long size) | |||
| 153 | { | 154 | { |
| 154 | return __ioremap(addr, size, _PAGE_NO_CACHE); | 155 | return __ioremap(addr, size, _PAGE_NO_CACHE); |
| 155 | } | 156 | } |
| 157 | EXPORT_SYMBOL(ioremap64); | ||
| 156 | 158 | ||
| 157 | void __iomem * | 159 | void __iomem * |
| 158 | ioremap(phys_addr_t addr, unsigned long size) | 160 | ioremap(phys_addr_t addr, unsigned long size) |
| @@ -162,6 +164,7 @@ ioremap(phys_addr_t addr, unsigned long size) | |||
| 162 | return ioremap64(addr64, size); | 164 | return ioremap64(addr64, size); |
| 163 | } | 165 | } |
| 164 | #endif /* CONFIG_PHYS_64BIT */ | 166 | #endif /* CONFIG_PHYS_64BIT */ |
| 167 | EXPORT_SYMBOL(ioremap); | ||
| 165 | 168 | ||
| 166 | void __iomem * | 169 | void __iomem * |
| 167 | __ioremap(phys_addr_t addr, unsigned long size, unsigned long flags) | 170 | __ioremap(phys_addr_t addr, unsigned long size, unsigned long flags) |
| @@ -247,6 +250,7 @@ __ioremap(phys_addr_t addr, unsigned long size, unsigned long flags) | |||
| 247 | out: | 250 | out: |
| 248 | return (void __iomem *) (v + ((unsigned long)addr & ~PAGE_MASK)); | 251 | return (void __iomem *) (v + ((unsigned long)addr & ~PAGE_MASK)); |
| 249 | } | 252 | } |
| 253 | EXPORT_SYMBOL(__ioremap); | ||
| 250 | 254 | ||
| 251 | void iounmap(volatile void __iomem *addr) | 255 | void iounmap(volatile void __iomem *addr) |
| 252 | { | 256 | { |
| @@ -259,6 +263,7 @@ void iounmap(volatile void __iomem *addr) | |||
| 259 | if (addr > high_memory && (unsigned long) addr < ioremap_bot) | 263 | if (addr > high_memory && (unsigned long) addr < ioremap_bot) |
| 260 | vunmap((void *) (PAGE_MASK & (unsigned long)addr)); | 264 | vunmap((void *) (PAGE_MASK & (unsigned long)addr)); |
| 261 | } | 265 | } |
| 266 | EXPORT_SYMBOL(iounmap); | ||
| 262 | 267 | ||
| 263 | void __iomem *ioport_map(unsigned long port, unsigned int len) | 268 | void __iomem *ioport_map(unsigned long port, unsigned int len) |
| 264 | { | 269 | { |
diff --git a/arch/powerpc/platforms/powermac/feature.c b/arch/powerpc/platforms/powermac/feature.c index 34714d3ea69a..bbe794891a20 100644 --- a/arch/powerpc/platforms/powermac/feature.c +++ b/arch/powerpc/platforms/powermac/feature.c | |||
| @@ -2491,9 +2491,7 @@ found: | |||
| 2491 | pmac_mb.model_id = PMAC_TYPE_COMET; | 2491 | pmac_mb.model_id = PMAC_TYPE_COMET; |
| 2492 | iounmap(mach_id_ptr); | 2492 | iounmap(mach_id_ptr); |
| 2493 | } | 2493 | } |
| 2494 | #endif /* CONFIG_POWER4 */ | ||
| 2495 | 2494 | ||
| 2496 | #ifdef CONFIG_6xx | ||
| 2497 | /* Set default value of powersave_nap on machines that support it. | 2495 | /* Set default value of powersave_nap on machines that support it. |
| 2498 | * It appears that uninorth rev 3 has a problem with it, we don't | 2496 | * It appears that uninorth rev 3 has a problem with it, we don't |
| 2499 | * enable it on those. In theory, the flush-on-lock property is | 2497 | * enable it on those. In theory, the flush-on-lock property is |
| @@ -2522,10 +2520,11 @@ found: | |||
| 2522 | * NAP mode | 2520 | * NAP mode |
| 2523 | */ | 2521 | */ |
| 2524 | powersave_lowspeed = 1; | 2522 | powersave_lowspeed = 1; |
| 2525 | #endif /* CONFIG_6xx */ | 2523 | |
| 2526 | #ifdef CONFIG_POWER4 | 2524 | #else /* CONFIG_POWER4 */ |
| 2527 | powersave_nap = 1; | 2525 | powersave_nap = 1; |
| 2528 | #endif | 2526 | #endif /* CONFIG_POWER4 */ |
| 2527 | |||
| 2529 | /* Check for "mobile" machine */ | 2528 | /* Check for "mobile" machine */ |
| 2530 | if (model && (strncmp(model, "PowerBook", 9) == 0 | 2529 | if (model && (strncmp(model, "PowerBook", 9) == 0 |
| 2531 | || strncmp(model, "iBook", 5) == 0)) | 2530 | || strncmp(model, "iBook", 5) == 0)) |
diff --git a/arch/powerpc/platforms/powermac/pfunc_base.c b/arch/powerpc/platforms/powermac/pfunc_base.c index 4ffd2a9832a0..9b7150f10414 100644 --- a/arch/powerpc/platforms/powermac/pfunc_base.c +++ b/arch/powerpc/platforms/powermac/pfunc_base.c | |||
| @@ -9,7 +9,12 @@ | |||
| 9 | #include <asm/pmac_feature.h> | 9 | #include <asm/pmac_feature.h> |
| 10 | #include <asm/pmac_pfunc.h> | 10 | #include <asm/pmac_pfunc.h> |
| 11 | 11 | ||
| 12 | #undef DEBUG | ||
| 13 | #ifdef DEBUG | ||
| 12 | #define DBG(fmt...) printk(fmt) | 14 | #define DBG(fmt...) printk(fmt) |
| 15 | #else | ||
| 16 | #define DBG(fmt...) | ||
| 17 | #endif | ||
| 13 | 18 | ||
| 14 | static irqreturn_t macio_gpio_irq(int irq, void *data, struct pt_regs *regs) | 19 | static irqreturn_t macio_gpio_irq(int irq, void *data, struct pt_regs *regs) |
| 15 | { | 20 | { |
diff --git a/arch/powerpc/platforms/powermac/pfunc_core.c b/arch/powerpc/platforms/powermac/pfunc_core.c index 356a739e52b2..4baa75b1d36f 100644 --- a/arch/powerpc/platforms/powermac/pfunc_core.c +++ b/arch/powerpc/platforms/powermac/pfunc_core.c | |||
| @@ -20,7 +20,13 @@ | |||
| 20 | #define LOG_PARSE(fmt...) | 20 | #define LOG_PARSE(fmt...) |
| 21 | #define LOG_ERROR(fmt...) printk(fmt) | 21 | #define LOG_ERROR(fmt...) printk(fmt) |
| 22 | #define LOG_BLOB(t,b,c) | 22 | #define LOG_BLOB(t,b,c) |
| 23 | |||
| 24 | #undef DEBUG | ||
| 25 | #ifdef DEBUG | ||
| 23 | #define DBG(fmt...) printk(fmt) | 26 | #define DBG(fmt...) printk(fmt) |
| 27 | #else | ||
| 28 | #define DBG(fmt...) | ||
| 29 | #endif | ||
| 24 | 30 | ||
| 25 | /* Command numbers */ | 31 | /* Command numbers */ |
| 26 | #define PMF_CMD_LIST 0 | 32 | #define PMF_CMD_LIST 0 |
diff --git a/arch/powerpc/platforms/powermac/setup.c b/arch/powerpc/platforms/powermac/setup.c index 1955462f4082..29c2946f1c77 100644 --- a/arch/powerpc/platforms/powermac/setup.c +++ b/arch/powerpc/platforms/powermac/setup.c | |||
| @@ -621,10 +621,6 @@ static void __init pmac_init_early(void) | |||
| 621 | /* Probe motherboard chipset */ | 621 | /* Probe motherboard chipset */ |
| 622 | pmac_feature_init(); | 622 | pmac_feature_init(); |
| 623 | 623 | ||
| 624 | /* We can NAP */ | ||
| 625 | powersave_nap = 1; | ||
| 626 | printk(KERN_INFO "Using native/NAP idle loop\n"); | ||
| 627 | |||
| 628 | /* Initialize debug stuff */ | 624 | /* Initialize debug stuff */ |
| 629 | udbg_scc_init(!!strstr(cmd_line, "sccdbg")); | 625 | udbg_scc_init(!!strstr(cmd_line, "sccdbg")); |
| 630 | udbg_adb_init(!!strstr(cmd_line, "btextdbg")); | 626 | udbg_adb_init(!!strstr(cmd_line, "btextdbg")); |
diff --git a/arch/powerpc/platforms/powermac/smp.c b/arch/powerpc/platforms/powermac/smp.c index 0df2cdcd805c..6d64a9bf3474 100644 --- a/arch/powerpc/platforms/powermac/smp.c +++ b/arch/powerpc/platforms/powermac/smp.c | |||
| @@ -435,7 +435,7 @@ struct smp_ops_t psurge_smp_ops = { | |||
| 435 | */ | 435 | */ |
| 436 | 436 | ||
| 437 | static void (*pmac_tb_freeze)(int freeze); | 437 | static void (*pmac_tb_freeze)(int freeze); |
| 438 | static unsigned long timebase; | 438 | static u64 timebase; |
| 439 | static int tb_req; | 439 | static int tb_req; |
| 440 | 440 | ||
| 441 | static void smp_core99_give_timebase(void) | 441 | static void smp_core99_give_timebase(void) |
diff --git a/arch/powerpc/platforms/pseries/Kconfig b/arch/powerpc/platforms/pseries/Kconfig index 4e5c8f8d869d..a57032cf6f1b 100644 --- a/arch/powerpc/platforms/pseries/Kconfig +++ b/arch/powerpc/platforms/pseries/Kconfig | |||
| @@ -19,7 +19,7 @@ config SCANLOG | |||
| 19 | depends on RTAS_PROC && PPC_PSERIES | 19 | depends on RTAS_PROC && PPC_PSERIES |
| 20 | 20 | ||
| 21 | config LPARCFG | 21 | config LPARCFG |
| 22 | tristate "LPAR Configuration Data" | 22 | bool "LPAR Configuration Data" |
| 23 | depends on PPC_PSERIES || PPC_ISERIES | 23 | depends on PPC_PSERIES || PPC_ISERIES |
| 24 | help | 24 | help |
| 25 | Provide system capacity information via human readable | 25 | Provide system capacity information via human readable |
diff --git a/arch/powerpc/platforms/pseries/eeh.c b/arch/powerpc/platforms/pseries/eeh.c index 83578313ee7e..2ab9dcdfb415 100644 --- a/arch/powerpc/platforms/pseries/eeh.c +++ b/arch/powerpc/platforms/pseries/eeh.c | |||
| @@ -893,6 +893,20 @@ void eeh_add_device_tree_early(struct device_node *dn) | |||
| 893 | } | 893 | } |
| 894 | EXPORT_SYMBOL_GPL(eeh_add_device_tree_early); | 894 | EXPORT_SYMBOL_GPL(eeh_add_device_tree_early); |
| 895 | 895 | ||
| 896 | void eeh_add_device_tree_late(struct pci_bus *bus) | ||
| 897 | { | ||
| 898 | struct pci_dev *dev; | ||
| 899 | |||
| 900 | list_for_each_entry(dev, &bus->devices, bus_list) { | ||
| 901 | eeh_add_device_late(dev); | ||
| 902 | if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { | ||
| 903 | struct pci_bus *subbus = dev->subordinate; | ||
| 904 | if (subbus) | ||
| 905 | eeh_add_device_tree_late(subbus); | ||
| 906 | } | ||
| 907 | } | ||
| 908 | } | ||
| 909 | |||
| 896 | /** | 910 | /** |
| 897 | * eeh_add_device_late - perform EEH initialization for the indicated pci device | 911 | * eeh_add_device_late - perform EEH initialization for the indicated pci device |
| 898 | * @dev: pci device for which to set up EEH | 912 | * @dev: pci device for which to set up EEH |
diff --git a/arch/powerpc/platforms/pseries/eeh_driver.c b/arch/powerpc/platforms/pseries/eeh_driver.c index e3cbba49fd6e..b811d5ff92fe 100644 --- a/arch/powerpc/platforms/pseries/eeh_driver.c +++ b/arch/powerpc/platforms/pseries/eeh_driver.c | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | 37 | ||
| 38 | static inline const char * pcid_name (struct pci_dev *pdev) | 38 | static inline const char * pcid_name (struct pci_dev *pdev) |
| 39 | { | 39 | { |
| 40 | if (pdev->dev.driver) | 40 | if (pdev && pdev->dev.driver) |
| 41 | return pdev->dev.driver->name; | 41 | return pdev->dev.driver->name; |
| 42 | return ""; | 42 | return ""; |
| 43 | } | 43 | } |
diff --git a/arch/powerpc/platforms/pseries/pci_dlpar.c b/arch/powerpc/platforms/pseries/pci_dlpar.c index bdaa8aabdaa6..44abdeb9ca03 100644 --- a/arch/powerpc/platforms/pseries/pci_dlpar.c +++ b/arch/powerpc/platforms/pseries/pci_dlpar.c | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | #include <linux/pci.h> | 28 | #include <linux/pci.h> |
| 29 | #include <asm/pci-bridge.h> | 29 | #include <asm/pci-bridge.h> |
| 30 | #include <asm/ppc-pci.h> | ||
| 30 | 31 | ||
| 31 | static struct pci_bus * | 32 | static struct pci_bus * |
| 32 | find_bus_among_children(struct pci_bus *bus, | 33 | find_bus_among_children(struct pci_bus *bus, |
| @@ -106,6 +107,8 @@ pcibios_fixup_new_pci_devices(struct pci_bus *bus, int fix_bus) | |||
| 106 | } | 107 | } |
| 107 | } | 108 | } |
| 108 | } | 109 | } |
| 110 | |||
| 111 | eeh_add_device_tree_late(bus); | ||
| 109 | } | 112 | } |
| 110 | EXPORT_SYMBOL_GPL(pcibios_fixup_new_pci_devices); | 113 | EXPORT_SYMBOL_GPL(pcibios_fixup_new_pci_devices); |
| 111 | 114 | ||
| @@ -114,7 +117,6 @@ pcibios_pci_config_bridge(struct pci_dev *dev) | |||
| 114 | { | 117 | { |
| 115 | u8 sec_busno; | 118 | u8 sec_busno; |
| 116 | struct pci_bus *child_bus; | 119 | struct pci_bus *child_bus; |
| 117 | struct pci_dev *child_dev; | ||
| 118 | 120 | ||
| 119 | /* Get busno of downstream bus */ | 121 | /* Get busno of downstream bus */ |
| 120 | pci_read_config_byte(dev, PCI_SECONDARY_BUS, &sec_busno); | 122 | pci_read_config_byte(dev, PCI_SECONDARY_BUS, &sec_busno); |
| @@ -129,10 +131,6 @@ pcibios_pci_config_bridge(struct pci_dev *dev) | |||
| 129 | 131 | ||
| 130 | pci_scan_child_bus(child_bus); | 132 | pci_scan_child_bus(child_bus); |
| 131 | 133 | ||
| 132 | list_for_each_entry(child_dev, &child_bus->devices, bus_list) { | ||
| 133 | eeh_add_device_late(child_dev); | ||
| 134 | } | ||
| 135 | |||
| 136 | /* Fixup new pci devices without touching bus struct */ | 134 | /* Fixup new pci devices without touching bus struct */ |
| 137 | pcibios_fixup_new_pci_devices(child_bus, 0); | 135 | pcibios_fixup_new_pci_devices(child_bus, 0); |
| 138 | 136 | ||
| @@ -160,18 +158,52 @@ pcibios_add_pci_devices(struct pci_bus * bus) | |||
| 160 | 158 | ||
| 161 | eeh_add_device_tree_early(dn); | 159 | eeh_add_device_tree_early(dn); |
| 162 | 160 | ||
| 163 | /* pci_scan_slot should find all children */ | 161 | if (_machine == PLATFORM_PSERIES_LPAR) { |
| 164 | slotno = PCI_SLOT(PCI_DN(dn->child)->devfn); | 162 | /* use ofdt-based probe */ |
| 165 | num = pci_scan_slot(bus, PCI_DEVFN(slotno, 0)); | 163 | of_scan_bus(dn, bus); |
| 166 | if (num) { | 164 | if (!list_empty(&bus->devices)) { |
| 167 | pcibios_fixup_new_pci_devices(bus, 1); | 165 | pcibios_fixup_new_pci_devices(bus, 0); |
| 168 | pci_bus_add_devices(bus); | 166 | pci_bus_add_devices(bus); |
| 169 | } | 167 | } |
| 168 | } else { | ||
| 169 | /* use legacy probe */ | ||
| 170 | slotno = PCI_SLOT(PCI_DN(dn->child)->devfn); | ||
| 171 | num = pci_scan_slot(bus, PCI_DEVFN(slotno, 0)); | ||
| 172 | if (num) { | ||
| 173 | pcibios_fixup_new_pci_devices(bus, 1); | ||
| 174 | pci_bus_add_devices(bus); | ||
| 175 | } | ||
| 170 | 176 | ||
| 171 | list_for_each_entry(dev, &bus->devices, bus_list) { | 177 | list_for_each_entry(dev, &bus->devices, bus_list) |
| 172 | eeh_add_device_late (dev); | 178 | if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) |
| 173 | if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) | 179 | pcibios_pci_config_bridge(dev); |
| 174 | pcibios_pci_config_bridge(dev); | ||
| 175 | } | 180 | } |
| 176 | } | 181 | } |
| 177 | EXPORT_SYMBOL_GPL(pcibios_add_pci_devices); | 182 | EXPORT_SYMBOL_GPL(pcibios_add_pci_devices); |
| 183 | |||
| 184 | struct pci_controller * __devinit init_phb_dynamic(struct device_node *dn) | ||
| 185 | { | ||
| 186 | struct pci_controller *phb; | ||
| 187 | int primary; | ||
| 188 | |||
| 189 | primary = list_empty(&hose_list); | ||
| 190 | phb = pcibios_alloc_controller(dn); | ||
| 191 | if (!phb) | ||
| 192 | return NULL; | ||
| 193 | setup_phb(dn, phb); | ||
| 194 | pci_process_bridge_OF_ranges(phb, dn, 0); | ||
| 195 | |||
| 196 | pci_setup_phb_io_dynamic(phb, primary); | ||
| 197 | |||
| 198 | pci_devs_phb_init_dynamic(phb); | ||
| 199 | |||
| 200 | if (dn->child) | ||
| 201 | eeh_add_device_tree_early(dn); | ||
| 202 | |||
| 203 | scan_phb(phb); | ||
| 204 | pcibios_fixup_new_pci_devices(phb->bus, 0); | ||
| 205 | pci_bus_add_devices(phb->bus); | ||
| 206 | |||
| 207 | return phb; | ||
| 208 | } | ||
| 209 | EXPORT_SYMBOL_GPL(init_phb_dynamic); | ||
diff --git a/arch/ppc/kernel/asm-offsets.c b/arch/ppc/kernel/asm-offsets.c index 7964bf660e92..77e4dc780f8c 100644 --- a/arch/ppc/kernel/asm-offsets.c +++ b/arch/ppc/kernel/asm-offsets.c | |||
| @@ -131,7 +131,6 @@ main(void) | |||
| 131 | DEFINE(CPU_SPEC_FEATURES, offsetof(struct cpu_spec, cpu_features)); | 131 | DEFINE(CPU_SPEC_FEATURES, offsetof(struct cpu_spec, cpu_features)); |
| 132 | DEFINE(CPU_SPEC_SETUP, offsetof(struct cpu_spec, cpu_setup)); | 132 | DEFINE(CPU_SPEC_SETUP, offsetof(struct cpu_spec, cpu_setup)); |
| 133 | 133 | ||
| 134 | DEFINE(TI_SIGFRAME, offsetof(struct thread_info, nvgprs_frame)); | ||
| 135 | DEFINE(TI_TASK, offsetof(struct thread_info, task)); | 134 | DEFINE(TI_TASK, offsetof(struct thread_info, task)); |
| 136 | DEFINE(TI_EXECDOMAIN, offsetof(struct thread_info, exec_domain)); | 135 | DEFINE(TI_EXECDOMAIN, offsetof(struct thread_info, exec_domain)); |
| 137 | DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); | 136 | DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); |
diff --git a/arch/ppc/kernel/entry.S b/arch/ppc/kernel/entry.S index a48b950722a1..3a2815978488 100644 --- a/arch/ppc/kernel/entry.S +++ b/arch/ppc/kernel/entry.S | |||
| @@ -227,7 +227,7 @@ ret_from_syscall: | |||
| 227 | MTMSRD(r10) | 227 | MTMSRD(r10) |
| 228 | lwz r9,TI_FLAGS(r12) | 228 | lwz r9,TI_FLAGS(r12) |
| 229 | li r8,-_LAST_ERRNO | 229 | li r8,-_LAST_ERRNO |
| 230 | andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SIGPENDING|_TIF_NEED_RESCHED|_TIF_RESTOREALL) | 230 | andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SINGLESTEP|_TIF_USER_WORK_MASK|_TIF_PERSYSCALL_MASK) |
| 231 | bne- syscall_exit_work | 231 | bne- syscall_exit_work |
| 232 | cmplw 0,r3,r8 | 232 | cmplw 0,r3,r8 |
| 233 | blt+ syscall_exit_cont | 233 | blt+ syscall_exit_cont |
| @@ -287,8 +287,10 @@ syscall_dotrace: | |||
| 287 | 287 | ||
| 288 | syscall_exit_work: | 288 | syscall_exit_work: |
| 289 | andi. r0,r9,_TIF_RESTOREALL | 289 | andi. r0,r9,_TIF_RESTOREALL |
| 290 | bne- 2f | 290 | beq+ 0f |
| 291 | cmplw 0,r3,r8 | 291 | REST_NVGPRS(r1) |
| 292 | b 2f | ||
| 293 | 0: cmplw 0,r3,r8 | ||
| 292 | blt+ 1f | 294 | blt+ 1f |
| 293 | andi. r0,r9,_TIF_NOERROR | 295 | andi. r0,r9,_TIF_NOERROR |
| 294 | bne- 1f | 296 | bne- 1f |
| @@ -302,9 +304,7 @@ syscall_exit_work: | |||
| 302 | 2: andi. r0,r9,(_TIF_PERSYSCALL_MASK) | 304 | 2: andi. r0,r9,(_TIF_PERSYSCALL_MASK) |
| 303 | beq 4f | 305 | beq 4f |
| 304 | 306 | ||
| 305 | /* Clear per-syscall TIF flags if any are set, but _leave_ | 307 | /* Clear per-syscall TIF flags if any are set. */ |
| 306 | _TIF_SAVE_NVGPRS set in r9 since we haven't dealt with that | ||
| 307 | yet. */ | ||
| 308 | 308 | ||
| 309 | li r11,_TIF_PERSYSCALL_MASK | 309 | li r11,_TIF_PERSYSCALL_MASK |
| 310 | addi r12,r12,TI_FLAGS | 310 | addi r12,r12,TI_FLAGS |
| @@ -318,8 +318,13 @@ syscall_exit_work: | |||
| 318 | subi r12,r12,TI_FLAGS | 318 | subi r12,r12,TI_FLAGS |
| 319 | 319 | ||
| 320 | 4: /* Anything which requires enabling interrupts? */ | 320 | 4: /* Anything which requires enabling interrupts? */ |
| 321 | andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SINGLESTEP|_TIF_SAVE_NVGPRS) | 321 | andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SINGLESTEP) |
| 322 | beq 7f | 322 | beq ret_from_except |
| 323 | |||
| 324 | /* Re-enable interrupts */ | ||
| 325 | ori r10,r10,MSR_EE | ||
| 326 | SYNC | ||
| 327 | MTMSRD(r10) | ||
| 323 | 328 | ||
| 324 | /* Save NVGPRS if they're not saved already */ | 329 | /* Save NVGPRS if they're not saved already */ |
| 325 | lwz r4,TRAP(r1) | 330 | lwz r4,TRAP(r1) |
| @@ -328,71 +333,11 @@ syscall_exit_work: | |||
| 328 | SAVE_NVGPRS(r1) | 333 | SAVE_NVGPRS(r1) |
| 329 | li r4,0xc00 | 334 | li r4,0xc00 |
| 330 | stw r4,TRAP(r1) | 335 | stw r4,TRAP(r1) |
| 331 | 336 | 5: | |
| 332 | /* Re-enable interrupts */ | ||
| 333 | 5: ori r10,r10,MSR_EE | ||
| 334 | SYNC | ||
| 335 | MTMSRD(r10) | ||
| 336 | |||
| 337 | andi. r0,r9,_TIF_SAVE_NVGPRS | ||
| 338 | bne save_user_nvgprs | ||
| 339 | |||
| 340 | save_user_nvgprs_cont: | ||
| 341 | andi. r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SINGLESTEP) | ||
| 342 | beq 7f | ||
| 343 | |||
| 344 | addi r3,r1,STACK_FRAME_OVERHEAD | 337 | addi r3,r1,STACK_FRAME_OVERHEAD |
| 345 | bl do_syscall_trace_leave | 338 | bl do_syscall_trace_leave |
| 346 | REST_NVGPRS(r1) | 339 | b ret_from_except_full |
| 347 | |||
| 348 | 6: lwz r3,GPR3(r1) | ||
| 349 | LOAD_MSR_KERNEL(r10,MSR_KERNEL) /* doesn't include MSR_EE */ | ||
| 350 | SYNC | ||
| 351 | MTMSRD(r10) /* disable interrupts again */ | ||
| 352 | rlwinm r12,r1,0,0,18 /* current_thread_info() */ | ||
| 353 | lwz r9,TI_FLAGS(r12) | ||
| 354 | 7: | ||
| 355 | andi. r0,r9,_TIF_NEED_RESCHED | ||
| 356 | bne 8f | ||
| 357 | lwz r5,_MSR(r1) | ||
| 358 | andi. r5,r5,MSR_PR | ||
| 359 | beq ret_from_except | ||
| 360 | andi. r0,r9,_TIF_SIGPENDING | ||
| 361 | beq ret_from_except | ||
| 362 | b do_user_signal | ||
| 363 | 8: | ||
| 364 | ori r10,r10,MSR_EE | ||
| 365 | SYNC | ||
| 366 | MTMSRD(r10) /* re-enable interrupts */ | ||
| 367 | bl schedule | ||
| 368 | b 6b | ||
| 369 | |||
| 370 | save_user_nvgprs: | ||
| 371 | lwz r8,TI_SIGFRAME(r12) | ||
| 372 | |||
| 373 | .macro savewords start, end | ||
| 374 | 1: stw \start,4*(\start)(r8) | ||
| 375 | .section __ex_table,"a" | ||
| 376 | .align 2 | ||
| 377 | .long 1b,save_user_nvgprs_fault | ||
| 378 | .previous | ||
| 379 | .if \end - \start | ||
| 380 | savewords "(\start+1)",\end | ||
| 381 | .endif | ||
| 382 | .endm | ||
| 383 | savewords 14,31 | ||
| 384 | b save_user_nvgprs_cont | ||
| 385 | |||
| 386 | |||
| 387 | save_user_nvgprs_fault: | ||
| 388 | li r3,11 /* SIGSEGV */ | ||
| 389 | lwz r4,TI_TASK(r12) | ||
| 390 | bl force_sigsegv | ||
| 391 | 340 | ||
| 392 | rlwinm r12,r1,0,0,18 /* current_thread_info() */ | ||
| 393 | lwz r9,TI_FLAGS(r12) | ||
| 394 | b save_user_nvgprs_cont | ||
| 395 | |||
| 396 | #ifdef SHOW_SYSCALLS | 341 | #ifdef SHOW_SYSCALLS |
| 397 | do_show_syscall: | 342 | do_show_syscall: |
| 398 | #ifdef SHOW_SYSCALLS_TASK | 343 | #ifdef SHOW_SYSCALLS_TASK |
| @@ -490,6 +435,14 @@ ppc_clone: | |||
| 490 | stw r0,TRAP(r1) /* register set saved */ | 435 | stw r0,TRAP(r1) /* register set saved */ |
| 491 | b sys_clone | 436 | b sys_clone |
| 492 | 437 | ||
| 438 | .globl ppc_swapcontext | ||
| 439 | ppc_swapcontext: | ||
| 440 | SAVE_NVGPRS(r1) | ||
| 441 | lwz r0,TRAP(r1) | ||
| 442 | rlwinm r0,r0,0,0,30 /* clear LSB to indicate full */ | ||
| 443 | stw r0,TRAP(r1) /* register set saved */ | ||
| 444 | b sys_swapcontext | ||
| 445 | |||
| 493 | /* | 446 | /* |
| 494 | * Top-level page fault handling. | 447 | * Top-level page fault handling. |
| 495 | * This is in assembler because if do_page_fault tells us that | 448 | * This is in assembler because if do_page_fault tells us that |
| @@ -683,7 +636,7 @@ user_exc_return: /* r10 contains MSR_KERNEL here */ | |||
| 683 | /* Check current_thread_info()->flags */ | 636 | /* Check current_thread_info()->flags */ |
| 684 | rlwinm r9,r1,0,0,18 | 637 | rlwinm r9,r1,0,0,18 |
| 685 | lwz r9,TI_FLAGS(r9) | 638 | lwz r9,TI_FLAGS(r9) |
| 686 | andi. r0,r9,(_TIF_SIGPENDING|_TIF_NEED_RESCHED|_TIF_RESTOREALL) | 639 | andi. r0,r9,(_TIF_SIGPENDING|_TIF_RESTORE_SIGMASK|_TIF_NEED_RESCHED) |
| 687 | bne do_work | 640 | bne do_work |
| 688 | 641 | ||
| 689 | restore_user: | 642 | restore_user: |
diff --git a/arch/s390/lib/spinlock.c b/arch/s390/lib/spinlock.c index 60f80a4eed4e..b9b7958a226a 100644 --- a/arch/s390/lib/spinlock.c +++ b/arch/s390/lib/spinlock.c | |||
| @@ -2,8 +2,7 @@ | |||
| 2 | * arch/s390/lib/spinlock.c | 2 | * arch/s390/lib/spinlock.c |
| 3 | * Out of line spinlock code. | 3 | * Out of line spinlock code. |
| 4 | * | 4 | * |
| 5 | * S390 version | 5 | * Copyright (C) IBM Corp. 2004, 2006 |
| 6 | * Copyright (C) 2004 IBM Deutschland Entwicklung GmbH, IBM Corporation | ||
| 7 | * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) | 6 | * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) |
| 8 | */ | 7 | */ |
| 9 | 8 | ||
| @@ -44,6 +43,8 @@ _raw_spin_lock_wait(raw_spinlock_t *lp, unsigned int pc) | |||
| 44 | _diag44(); | 43 | _diag44(); |
| 45 | count = spin_retry; | 44 | count = spin_retry; |
| 46 | } | 45 | } |
| 46 | if (__raw_spin_is_locked(lp)) | ||
| 47 | continue; | ||
| 47 | if (_raw_compare_and_swap(&lp->lock, 0, pc) == 0) | 48 | if (_raw_compare_and_swap(&lp->lock, 0, pc) == 0) |
| 48 | return; | 49 | return; |
| 49 | } | 50 | } |
| @@ -56,6 +57,8 @@ _raw_spin_trylock_retry(raw_spinlock_t *lp, unsigned int pc) | |||
| 56 | int count = spin_retry; | 57 | int count = spin_retry; |
| 57 | 58 | ||
| 58 | while (count-- > 0) { | 59 | while (count-- > 0) { |
| 60 | if (__raw_spin_is_locked(lp)) | ||
| 61 | continue; | ||
| 59 | if (_raw_compare_and_swap(&lp->lock, 0, pc) == 0) | 62 | if (_raw_compare_and_swap(&lp->lock, 0, pc) == 0) |
| 60 | return 1; | 63 | return 1; |
| 61 | } | 64 | } |
| @@ -74,6 +77,8 @@ _raw_read_lock_wait(raw_rwlock_t *rw) | |||
| 74 | _diag44(); | 77 | _diag44(); |
| 75 | count = spin_retry; | 78 | count = spin_retry; |
| 76 | } | 79 | } |
| 80 | if (!__raw_read_can_lock(rw)) | ||
| 81 | continue; | ||
| 77 | old = rw->lock & 0x7fffffffU; | 82 | old = rw->lock & 0x7fffffffU; |
| 78 | if (_raw_compare_and_swap(&rw->lock, old, old + 1) == old) | 83 | if (_raw_compare_and_swap(&rw->lock, old, old + 1) == old) |
| 79 | return; | 84 | return; |
| @@ -88,6 +93,8 @@ _raw_read_trylock_retry(raw_rwlock_t *rw) | |||
| 88 | int count = spin_retry; | 93 | int count = spin_retry; |
| 89 | 94 | ||
| 90 | while (count-- > 0) { | 95 | while (count-- > 0) { |
| 96 | if (!__raw_read_can_lock(rw)) | ||
| 97 | continue; | ||
| 91 | old = rw->lock & 0x7fffffffU; | 98 | old = rw->lock & 0x7fffffffU; |
| 92 | if (_raw_compare_and_swap(&rw->lock, old, old + 1) == old) | 99 | if (_raw_compare_and_swap(&rw->lock, old, old + 1) == old) |
| 93 | return 1; | 100 | return 1; |
| @@ -106,6 +113,8 @@ _raw_write_lock_wait(raw_rwlock_t *rw) | |||
| 106 | _diag44(); | 113 | _diag44(); |
| 107 | count = spin_retry; | 114 | count = spin_retry; |
| 108 | } | 115 | } |
| 116 | if (!__raw_write_can_lock(rw)) | ||
| 117 | continue; | ||
| 109 | if (_raw_compare_and_swap(&rw->lock, 0, 0x80000000) == 0) | 118 | if (_raw_compare_and_swap(&rw->lock, 0, 0x80000000) == 0) |
| 110 | return; | 119 | return; |
| 111 | } | 120 | } |
| @@ -118,6 +127,8 @@ _raw_write_trylock_retry(raw_rwlock_t *rw) | |||
| 118 | int count = spin_retry; | 127 | int count = spin_retry; |
| 119 | 128 | ||
| 120 | while (count-- > 0) { | 129 | while (count-- > 0) { |
| 130 | if (!__raw_write_can_lock(rw)) | ||
| 131 | continue; | ||
| 121 | if (_raw_compare_and_swap(&rw->lock, 0, 0x80000000) == 0) | 132 | if (_raw_compare_and_swap(&rw->lock, 0, 0x80000000) == 0) |
| 122 | return 1; | 133 | return 1; |
| 123 | } | 134 | } |
diff --git a/arch/s390/lib/uaccess.S b/arch/s390/lib/uaccess.S index 88fc94fe6488..5d59e2625048 100644 --- a/arch/s390/lib/uaccess.S +++ b/arch/s390/lib/uaccess.S | |||
| @@ -198,12 +198,12 @@ __strnlen_user_asm: | |||
| 198 | 0: srst %r2,%r1 | 198 | 0: srst %r2,%r1 |
| 199 | jo 0b | 199 | jo 0b |
| 200 | sacf 0 | 200 | sacf 0 |
| 201 | jh 1f # \0 found in string ? | ||
| 202 | ahi %r2,1 # strnlen_user result includes the \0 | 201 | ahi %r2,1 # strnlen_user result includes the \0 |
| 203 | 1: slr %r2,%r3 | 202 | # or return count+1 if \0 not found |
| 203 | slr %r2,%r3 | ||
| 204 | br %r14 | 204 | br %r14 |
| 205 | 2: sacf 0 | 205 | 2: sacf 0 |
| 206 | lhi %r2,-EFAULT | 206 | slr %r2,%r2 # return 0 on exception |
| 207 | br %r14 | 207 | br %r14 |
| 208 | .section __ex_table,"a" | 208 | .section __ex_table,"a" |
| 209 | .long 0b,2b | 209 | .long 0b,2b |
diff --git a/arch/s390/lib/uaccess64.S b/arch/s390/lib/uaccess64.S index 50219786fc7a..19b41a33c230 100644 --- a/arch/s390/lib/uaccess64.S +++ b/arch/s390/lib/uaccess64.S | |||
| @@ -194,12 +194,12 @@ __strnlen_user_asm: | |||
| 194 | 0: srst %r2,%r1 | 194 | 0: srst %r2,%r1 |
| 195 | jo 0b | 195 | jo 0b |
| 196 | sacf 0 | 196 | sacf 0 |
| 197 | jh 1f # \0 found in string ? | ||
| 198 | aghi %r2,1 # strnlen_user result includes the \0 | 197 | aghi %r2,1 # strnlen_user result includes the \0 |
| 199 | 1: slgr %r2,%r3 | 198 | # or return count+1 if \0 not found |
| 199 | slgr %r2,%r3 | ||
| 200 | br %r14 | 200 | br %r14 |
| 201 | 2: sacf 0 | 201 | 2: sacf 0 |
| 202 | lghi %r2,-EFAULT | 202 | slgr %r2,%r2 # return 0 on exception |
| 203 | br %r14 | 203 | br %r14 |
| 204 | .section __ex_table,"a" | 204 | .section __ex_table,"a" |
| 205 | .quad 0b,2b | 205 | .quad 0b,2b |
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index e73621d03a28..e9b275d90737 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
| @@ -392,9 +392,9 @@ config SH_TMU | |||
| 392 | 392 | ||
| 393 | endmenu | 393 | endmenu |
| 394 | 394 | ||
| 395 | source "arch/sh/boards/renesas/hs7751rvoip/Kconfig" | 395 | #source "arch/sh/boards/renesas/hs7751rvoip/Kconfig" |
| 396 | 396 | ||
| 397 | source "arch/sh/boards/renesas/rts7751r2d/Kconfig" | 397 | #source "arch/sh/boards/renesas/rts7751r2d/Kconfig" |
| 398 | 398 | ||
| 399 | config SH_PCLK_FREQ | 399 | config SH_PCLK_FREQ |
| 400 | int "Peripheral clock frequency (in Hz)" | 400 | int "Peripheral clock frequency (in Hz)" |
diff --git a/arch/sparc64/kernel/sys32.S b/arch/sparc64/kernel/sys32.S index 60b59375aa78..c4a1cef4b1e5 100644 --- a/arch/sparc64/kernel/sys32.S +++ b/arch/sparc64/kernel/sys32.S | |||
| @@ -318,7 +318,7 @@ do_sys_recvmsg: /* compat_sys_recvmsg(int, struct compat_msghdr *, unsigned int) | |||
| 318 | nop | 318 | nop |
| 319 | nop | 319 | nop |
| 320 | 320 | ||
| 321 | .section __ex_table | 321 | .section __ex_table,"a" |
| 322 | .align 4 | 322 | .align 4 |
| 323 | .word 1b, __retl_efault, 2b, __retl_efault | 323 | .word 1b, __retl_efault, 2b, __retl_efault |
| 324 | .word 3b, __retl_efault, 4b, __retl_efault | 324 | .word 3b, __retl_efault, 4b, __retl_efault |
diff --git a/arch/sparc64/kernel/una_asm.S b/arch/sparc64/kernel/una_asm.S index 1f5b5b708ce7..be183fe41443 100644 --- a/arch/sparc64/kernel/una_asm.S +++ b/arch/sparc64/kernel/una_asm.S | |||
| @@ -47,7 +47,7 @@ __do_int_store: | |||
| 47 | mov 0, %o0 | 47 | mov 0, %o0 |
| 48 | .size __do_int_store, .-__do_int_store | 48 | .size __do_int_store, .-__do_int_store |
| 49 | 49 | ||
| 50 | .section __ex_table | 50 | .section __ex_table,"a" |
| 51 | .word 4b, __retl_efault | 51 | .word 4b, __retl_efault |
| 52 | .word 5b, __retl_efault | 52 | .word 5b, __retl_efault |
| 53 | .word 6b, __retl_efault | 53 | .word 6b, __retl_efault |
| @@ -129,7 +129,7 @@ do_int_load: | |||
| 129 | mov 0, %o0 | 129 | mov 0, %o0 |
| 130 | .size __do_int_load, .-__do_int_load | 130 | .size __do_int_load, .-__do_int_load |
| 131 | 131 | ||
| 132 | .section __ex_table | 132 | .section __ex_table,"a" |
| 133 | .word 4b, __retl_efault | 133 | .word 4b, __retl_efault |
| 134 | .word 5b, __retl_efault | 134 | .word 5b, __retl_efault |
| 135 | .word 6b, __retl_efault | 135 | .word 6b, __retl_efault |
diff --git a/arch/sparc64/lib/U1copy_from_user.S b/arch/sparc64/lib/U1copy_from_user.S index 93146a81e2d3..3192b0bf4fab 100644 --- a/arch/sparc64/lib/U1copy_from_user.S +++ b/arch/sparc64/lib/U1copy_from_user.S | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | .align 4; \ | 9 | .align 4; \ |
| 10 | 99: retl; \ | 10 | 99: retl; \ |
| 11 | mov 1, %o0; \ | 11 | mov 1, %o0; \ |
| 12 | .section __ex_table; \ | 12 | .section __ex_table,"a";\ |
| 13 | .align 4; \ | 13 | .align 4; \ |
| 14 | .word 98b, 99b; \ | 14 | .word 98b, 99b; \ |
| 15 | .text; \ | 15 | .text; \ |
diff --git a/arch/sparc64/lib/U1copy_to_user.S b/arch/sparc64/lib/U1copy_to_user.S index 1fccc521e2bd..d1210ffb0b82 100644 --- a/arch/sparc64/lib/U1copy_to_user.S +++ b/arch/sparc64/lib/U1copy_to_user.S | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | .align 4; \ | 9 | .align 4; \ |
| 10 | 99: retl; \ | 10 | 99: retl; \ |
| 11 | mov 1, %o0; \ | 11 | mov 1, %o0; \ |
| 12 | .section __ex_table; \ | 12 | .section __ex_table,"a";\ |
| 13 | .align 4; \ | 13 | .align 4; \ |
| 14 | .word 98b, 99b; \ | 14 | .word 98b, 99b; \ |
| 15 | .text; \ | 15 | .text; \ |
diff --git a/arch/sparc64/lib/U3copy_from_user.S b/arch/sparc64/lib/U3copy_from_user.S index df600b667e48..f5bfc8d9d216 100644 --- a/arch/sparc64/lib/U3copy_from_user.S +++ b/arch/sparc64/lib/U3copy_from_user.S | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | .align 4; \ | 9 | .align 4; \ |
| 10 | 99: retl; \ | 10 | 99: retl; \ |
| 11 | mov 1, %o0; \ | 11 | mov 1, %o0; \ |
| 12 | .section __ex_table; \ | 12 | .section __ex_table,"a";\ |
| 13 | .align 4; \ | 13 | .align 4; \ |
| 14 | .word 98b, 99b; \ | 14 | .word 98b, 99b; \ |
| 15 | .text; \ | 15 | .text; \ |
diff --git a/arch/sparc64/lib/U3copy_to_user.S b/arch/sparc64/lib/U3copy_to_user.S index f337f22ed82e..2334f111bb0c 100644 --- a/arch/sparc64/lib/U3copy_to_user.S +++ b/arch/sparc64/lib/U3copy_to_user.S | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | .align 4; \ | 9 | .align 4; \ |
| 10 | 99: retl; \ | 10 | 99: retl; \ |
| 11 | mov 1, %o0; \ | 11 | mov 1, %o0; \ |
| 12 | .section __ex_table; \ | 12 | .section __ex_table,"a";\ |
| 13 | .align 4; \ | 13 | .align 4; \ |
| 14 | .word 98b, 99b; \ | 14 | .word 98b, 99b; \ |
| 15 | .text; \ | 15 | .text; \ |
diff --git a/arch/sparc64/lib/bzero.S b/arch/sparc64/lib/bzero.S index 21a933ffb7c2..1d2abcfa4e52 100644 --- a/arch/sparc64/lib/bzero.S +++ b/arch/sparc64/lib/bzero.S | |||
| @@ -92,7 +92,7 @@ __bzero_done: | |||
| 92 | .align 4; \ | 92 | .align 4; \ |
| 93 | 99: retl; \ | 93 | 99: retl; \ |
| 94 | mov %o1, %o0; \ | 94 | mov %o1, %o0; \ |
| 95 | .section __ex_table; \ | 95 | .section __ex_table,"a";\ |
| 96 | .align 4; \ | 96 | .align 4; \ |
| 97 | .word 98b, 99b; \ | 97 | .word 98b, 99b; \ |
| 98 | .text; \ | 98 | .text; \ |
diff --git a/arch/sparc64/lib/copy_in_user.S b/arch/sparc64/lib/copy_in_user.S index 816076c0bc06..650af3f21f78 100644 --- a/arch/sparc64/lib/copy_in_user.S +++ b/arch/sparc64/lib/copy_in_user.S | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | .align 4; \ | 13 | .align 4; \ |
| 14 | 99: retl; \ | 14 | 99: retl; \ |
| 15 | mov 1, %o0; \ | 15 | mov 1, %o0; \ |
| 16 | .section __ex_table; \ | 16 | .section __ex_table,"a";\ |
| 17 | .align 4; \ | 17 | .align 4; \ |
| 18 | .word 98b, 99b; \ | 18 | .word 98b, 99b; \ |
| 19 | .text; \ | 19 | .text; \ |
diff --git a/arch/sparc64/lib/csum_copy_from_user.S b/arch/sparc64/lib/csum_copy_from_user.S index 817ebdae39f8..a22eddbe5dba 100644 --- a/arch/sparc64/lib/csum_copy_from_user.S +++ b/arch/sparc64/lib/csum_copy_from_user.S | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | .align 4; \ | 9 | .align 4; \ |
| 10 | 99: retl; \ | 10 | 99: retl; \ |
| 11 | mov -1, %o0; \ | 11 | mov -1, %o0; \ |
| 12 | .section __ex_table; \ | 12 | .section __ex_table,"a";\ |
| 13 | .align 4; \ | 13 | .align 4; \ |
| 14 | .word 98b, 99b; \ | 14 | .word 98b, 99b; \ |
| 15 | .text; \ | 15 | .text; \ |
diff --git a/arch/sparc64/lib/csum_copy_to_user.S b/arch/sparc64/lib/csum_copy_to_user.S index c2f9463ea1e2..d5b12f441f02 100644 --- a/arch/sparc64/lib/csum_copy_to_user.S +++ b/arch/sparc64/lib/csum_copy_to_user.S | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | .align 4; \ | 9 | .align 4; \ |
| 10 | 99: retl; \ | 10 | 99: retl; \ |
| 11 | mov -1, %o0; \ | 11 | mov -1, %o0; \ |
| 12 | .section __ex_table; \ | 12 | .section __ex_table,"a";\ |
| 13 | .align 4; \ | 13 | .align 4; \ |
| 14 | .word 98b, 99b; \ | 14 | .word 98b, 99b; \ |
| 15 | .text; \ | 15 | .text; \ |
diff --git a/arch/sparc64/lib/strlen_user.S b/arch/sparc64/lib/strlen_user.S index 9ed54ba14fc6..114ed111e251 100644 --- a/arch/sparc64/lib/strlen_user.S +++ b/arch/sparc64/lib/strlen_user.S | |||
| @@ -85,7 +85,7 @@ __strnlen_user: | |||
| 85 | retl | 85 | retl |
| 86 | clr %o0 | 86 | clr %o0 |
| 87 | 87 | ||
| 88 | .section __ex_table,#alloc | 88 | .section __ex_table,"a" |
| 89 | .align 4 | 89 | .align 4 |
| 90 | 90 | ||
| 91 | .word 10b, 30b | 91 | .word 10b, 30b |
diff --git a/arch/sparc64/lib/strncpy_from_user.S b/arch/sparc64/lib/strncpy_from_user.S index e1264650ca7a..b2f499f79427 100644 --- a/arch/sparc64/lib/strncpy_from_user.S +++ b/arch/sparc64/lib/strncpy_from_user.S | |||
| @@ -125,7 +125,7 @@ __strncpy_from_user: | |||
| 125 | add %o2, %o3, %o0 | 125 | add %o2, %o3, %o0 |
| 126 | .size __strncpy_from_user, .-__strncpy_from_user | 126 | .size __strncpy_from_user, .-__strncpy_from_user |
| 127 | 127 | ||
| 128 | .section __ex_table,#alloc | 128 | .section __ex_table,"a" |
| 129 | .align 4 | 129 | .align 4 |
| 130 | .word 60b, __retl_efault | 130 | .word 60b, __retl_efault |
| 131 | .word 61b, __retl_efault | 131 | .word 61b, __retl_efault |
diff --git a/arch/sparc64/solaris/entry64.S b/arch/sparc64/solaris/entry64.S index eb314ed23cdb..f170324e8bf2 100644 --- a/arch/sparc64/solaris/entry64.S +++ b/arch/sparc64/solaris/entry64.S | |||
| @@ -217,7 +217,7 @@ solaris_unimplemented: | |||
| 217 | ba,pt %xcc, ret_from_solaris | 217 | ba,pt %xcc, ret_from_solaris |
| 218 | nop | 218 | nop |
| 219 | 219 | ||
| 220 | .section __ex_table,#alloc | 220 | .section __ex_table,"a" |
| 221 | .align 4 | 221 | .align 4 |
| 222 | .word exen, exenf | 222 | .word exen, exenf |
| 223 | 223 | ||
diff --git a/arch/v850/kernel/process.c b/arch/v850/kernel/process.c index eb909937958b..621111ddf907 100644 --- a/arch/v850/kernel/process.c +++ b/arch/v850/kernel/process.c | |||
| @@ -30,6 +30,9 @@ | |||
| 30 | #include <asm/system.h> | 30 | #include <asm/system.h> |
| 31 | #include <asm/pgtable.h> | 31 | #include <asm/pgtable.h> |
| 32 | 32 | ||
| 33 | void (*pm_power_off)(void) = NULL; | ||
| 34 | EXPORT_SYMBOL(pm_power_off); | ||
| 35 | |||
| 33 | extern void ret_from_fork (void); | 36 | extern void ret_from_fork (void); |
| 34 | 37 | ||
| 35 | 38 | ||
diff --git a/arch/x86_64/kernel/apic.c b/arch/x86_64/kernel/apic.c index d70605eda333..e5b14c57eaa0 100644 --- a/arch/x86_64/kernel/apic.c +++ b/arch/x86_64/kernel/apic.c | |||
| @@ -962,14 +962,12 @@ void smp_apic_timer_interrupt(struct pt_regs *regs) | |||
| 962 | irq_exit(); | 962 | irq_exit(); |
| 963 | } | 963 | } |
| 964 | 964 | ||
| 965 | int __initdata unsync_tsc_on_multicluster; | ||
| 966 | |||
| 967 | /* | 965 | /* |
| 968 | * oem_force_hpet_timer -- force HPET mode for some boxes. | 966 | * oem_force_hpet_timer -- force HPET mode for some boxes. |
| 969 | * | 967 | * |
| 970 | * Thus far, the major user of this is IBM's Summit2 series: | 968 | * Thus far, the major user of this is IBM's Summit2 series: |
| 971 | * | 969 | * |
| 972 | * Some clustered boxes may have unsynced TSC problems if they are | 970 | * Clustered boxes may have unsynced TSC problems if they are |
| 973 | * multi-chassis. Use available data to take a good guess. | 971 | * multi-chassis. Use available data to take a good guess. |
| 974 | * If in doubt, go HPET. | 972 | * If in doubt, go HPET. |
| 975 | */ | 973 | */ |
| @@ -979,11 +977,6 @@ __cpuinit int oem_force_hpet_timer(void) | |||
| 979 | unsigned id; | 977 | unsigned id; |
| 980 | DECLARE_BITMAP(clustermap, NUM_APIC_CLUSTERS); | 978 | DECLARE_BITMAP(clustermap, NUM_APIC_CLUSTERS); |
| 981 | 979 | ||
| 982 | /* Only do this check on IBM machines - big Unisys systems | ||
| 983 | use multiple clusters too, but have synchronized TSC */ | ||
| 984 | if (!unsync_tsc_on_multicluster) | ||
| 985 | return 0; | ||
| 986 | |||
| 987 | bitmap_zero(clustermap, NUM_APIC_CLUSTERS); | 980 | bitmap_zero(clustermap, NUM_APIC_CLUSTERS); |
| 988 | 981 | ||
| 989 | for (i = 0; i < NR_CPUS; i++) { | 982 | for (i = 0; i < NR_CPUS; i++) { |
diff --git a/arch/x86_64/kernel/machine_kexec.c b/arch/x86_64/kernel/machine_kexec.c index 89fab51e20f4..25ac8a3faae6 100644 --- a/arch/x86_64/kernel/machine_kexec.c +++ b/arch/x86_64/kernel/machine_kexec.c | |||
| @@ -140,7 +140,7 @@ static void load_segments(void) | |||
| 140 | "\tmovl %0,%%ss\n" | 140 | "\tmovl %0,%%ss\n" |
| 141 | "\tmovl %0,%%fs\n" | 141 | "\tmovl %0,%%fs\n" |
| 142 | "\tmovl %0,%%gs\n" | 142 | "\tmovl %0,%%gs\n" |
| 143 | : : "a" (__KERNEL_DS) | 143 | : : "a" (__KERNEL_DS) : "memory" |
| 144 | ); | 144 | ); |
| 145 | } | 145 | } |
| 146 | 146 | ||
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 7ee4a14ec3b1..e90ef5db8913 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
| @@ -26,6 +26,10 @@ config GENERIC_HARDIRQS | |||
| 26 | bool | 26 | bool |
| 27 | default y | 27 | default y |
| 28 | 28 | ||
| 29 | config RWSEM_GENERIC_SPINLOCK | ||
| 30 | bool | ||
| 31 | default y | ||
| 32 | |||
| 29 | source "init/Kconfig" | 33 | source "init/Kconfig" |
| 30 | 34 | ||
| 31 | menu "Processor type and features" | 35 | menu "Processor type and features" |
diff --git a/arch/xtensa/kernel/process.c b/arch/xtensa/kernel/process.c index f1f596644bfc..64a649eb883f 100644 --- a/arch/xtensa/kernel/process.c +++ b/arch/xtensa/kernel/process.c | |||
| @@ -64,6 +64,9 @@ EXPORT_SYMBOL(init_task); | |||
| 64 | 64 | ||
| 65 | struct task_struct *current_set[NR_CPUS] = {&init_task, }; | 65 | struct task_struct *current_set[NR_CPUS] = {&init_task, }; |
| 66 | 66 | ||
| 67 | void (*pm_power_off)(void) = NULL; | ||
| 68 | EXPORT_SYMBOL(pm_power_off); | ||
| 69 | |||
| 67 | 70 | ||
| 68 | #if XCHAL_CP_NUM > 0 | 71 | #if XCHAL_CP_NUM > 0 |
| 69 | 72 | ||
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index 74fae2daf87e..c8dbe38c81c8 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c | |||
| @@ -239,7 +239,6 @@ enum cfqq_state_flags { | |||
| 239 | CFQ_CFQQ_FLAG_fifo_expire, | 239 | CFQ_CFQQ_FLAG_fifo_expire, |
| 240 | CFQ_CFQQ_FLAG_idle_window, | 240 | CFQ_CFQQ_FLAG_idle_window, |
| 241 | CFQ_CFQQ_FLAG_prio_changed, | 241 | CFQ_CFQQ_FLAG_prio_changed, |
| 242 | CFQ_CFQQ_FLAG_expired, | ||
| 243 | }; | 242 | }; |
| 244 | 243 | ||
| 245 | #define CFQ_CFQQ_FNS(name) \ | 244 | #define CFQ_CFQQ_FNS(name) \ |
| @@ -264,7 +263,6 @@ CFQ_CFQQ_FNS(must_dispatch); | |||
| 264 | CFQ_CFQQ_FNS(fifo_expire); | 263 | CFQ_CFQQ_FNS(fifo_expire); |
| 265 | CFQ_CFQQ_FNS(idle_window); | 264 | CFQ_CFQQ_FNS(idle_window); |
| 266 | CFQ_CFQQ_FNS(prio_changed); | 265 | CFQ_CFQQ_FNS(prio_changed); |
| 267 | CFQ_CFQQ_FNS(expired); | ||
| 268 | #undef CFQ_CFQQ_FNS | 266 | #undef CFQ_CFQQ_FNS |
| 269 | 267 | ||
| 270 | enum cfq_rq_state_flags { | 268 | enum cfq_rq_state_flags { |
| @@ -336,7 +334,7 @@ static struct request *cfq_find_rq_hash(struct cfq_data *cfqd, sector_t offset) | |||
| 336 | */ | 334 | */ |
| 337 | static inline void cfq_schedule_dispatch(struct cfq_data *cfqd) | 335 | static inline void cfq_schedule_dispatch(struct cfq_data *cfqd) |
| 338 | { | 336 | { |
| 339 | if (!cfqd->rq_in_driver && cfqd->busy_queues) | 337 | if (cfqd->busy_queues) |
| 340 | kblockd_schedule_work(&cfqd->unplug_work); | 338 | kblockd_schedule_work(&cfqd->unplug_work); |
| 341 | } | 339 | } |
| 342 | 340 | ||
| @@ -736,13 +734,63 @@ __cfq_set_active_queue(struct cfq_data *cfqd, struct cfq_queue *cfqq) | |||
| 736 | cfqq->slice_left = 0; | 734 | cfqq->slice_left = 0; |
| 737 | cfq_clear_cfqq_must_alloc_slice(cfqq); | 735 | cfq_clear_cfqq_must_alloc_slice(cfqq); |
| 738 | cfq_clear_cfqq_fifo_expire(cfqq); | 736 | cfq_clear_cfqq_fifo_expire(cfqq); |
| 739 | cfq_clear_cfqq_expired(cfqq); | ||
| 740 | } | 737 | } |
| 741 | 738 | ||
| 742 | cfqd->active_queue = cfqq; | 739 | cfqd->active_queue = cfqq; |
| 743 | } | 740 | } |
| 744 | 741 | ||
| 745 | /* | 742 | /* |
| 743 | * current cfqq expired its slice (or was too idle), select new one | ||
| 744 | */ | ||
| 745 | static void | ||
| 746 | __cfq_slice_expired(struct cfq_data *cfqd, struct cfq_queue *cfqq, | ||
| 747 | int preempted) | ||
| 748 | { | ||
| 749 | unsigned long now = jiffies; | ||
| 750 | |||
| 751 | if (cfq_cfqq_wait_request(cfqq)) | ||
| 752 | del_timer(&cfqd->idle_slice_timer); | ||
| 753 | |||
| 754 | if (!preempted && !cfq_cfqq_dispatched(cfqq)) { | ||
| 755 | cfqq->service_last = now; | ||
| 756 | cfq_schedule_dispatch(cfqd); | ||
| 757 | } | ||
| 758 | |||
| 759 | cfq_clear_cfqq_must_dispatch(cfqq); | ||
| 760 | cfq_clear_cfqq_wait_request(cfqq); | ||
| 761 | |||
| 762 | /* | ||
| 763 | * store what was left of this slice, if the queue idled out | ||
| 764 | * or was preempted | ||
| 765 | */ | ||
| 766 | if (time_after(cfqq->slice_end, now)) | ||
| 767 | cfqq->slice_left = cfqq->slice_end - now; | ||
| 768 | else | ||
| 769 | cfqq->slice_left = 0; | ||
| 770 | |||
| 771 | if (cfq_cfqq_on_rr(cfqq)) | ||
| 772 | cfq_resort_rr_list(cfqq, preempted); | ||
| 773 | |||
| 774 | if (cfqq == cfqd->active_queue) | ||
| 775 | cfqd->active_queue = NULL; | ||
| 776 | |||
| 777 | if (cfqd->active_cic) { | ||
| 778 | put_io_context(cfqd->active_cic->ioc); | ||
| 779 | cfqd->active_cic = NULL; | ||
| 780 | } | ||
| 781 | |||
| 782 | cfqd->dispatch_slice = 0; | ||
| 783 | } | ||
| 784 | |||
| 785 | static inline void cfq_slice_expired(struct cfq_data *cfqd, int preempted) | ||
| 786 | { | ||
| 787 | struct cfq_queue *cfqq = cfqd->active_queue; | ||
| 788 | |||
| 789 | if (cfqq) | ||
| 790 | __cfq_slice_expired(cfqd, cfqq, preempted); | ||
| 791 | } | ||
| 792 | |||
| 793 | /* | ||
| 746 | * 0 | 794 | * 0 |
| 747 | * 0,1 | 795 | * 0,1 |
| 748 | * 0,1,2 | 796 | * 0,1,2 |
| @@ -801,16 +849,7 @@ static int cfq_get_next_prio_level(struct cfq_data *cfqd) | |||
| 801 | 849 | ||
| 802 | static struct cfq_queue *cfq_set_active_queue(struct cfq_data *cfqd) | 850 | static struct cfq_queue *cfq_set_active_queue(struct cfq_data *cfqd) |
| 803 | { | 851 | { |
| 804 | struct cfq_queue *cfqq; | 852 | struct cfq_queue *cfqq = NULL; |
| 805 | |||
| 806 | /* | ||
| 807 | * if current queue is expired but not done with its requests yet, | ||
| 808 | * wait for that to happen | ||
| 809 | */ | ||
| 810 | if ((cfqq = cfqd->active_queue) != NULL) { | ||
| 811 | if (cfq_cfqq_expired(cfqq) && cfq_cfqq_dispatched(cfqq)) | ||
| 812 | return NULL; | ||
| 813 | } | ||
| 814 | 853 | ||
| 815 | /* | 854 | /* |
| 816 | * if current list is non-empty, grab first entry. if it is empty, | 855 | * if current list is non-empty, grab first entry. if it is empty, |
| @@ -837,66 +876,11 @@ static struct cfq_queue *cfq_set_active_queue(struct cfq_data *cfqd) | |||
| 837 | return cfqq; | 876 | return cfqq; |
| 838 | } | 877 | } |
| 839 | 878 | ||
| 840 | /* | ||
| 841 | * current cfqq expired its slice (or was too idle), select new one | ||
| 842 | */ | ||
| 843 | static void | ||
| 844 | __cfq_slice_expired(struct cfq_data *cfqd, struct cfq_queue *cfqq, | ||
| 845 | int preempted) | ||
| 846 | { | ||
| 847 | unsigned long now = jiffies; | ||
| 848 | |||
| 849 | if (cfq_cfqq_wait_request(cfqq)) | ||
| 850 | del_timer(&cfqd->idle_slice_timer); | ||
| 851 | |||
| 852 | if (!preempted && !cfq_cfqq_dispatched(cfqq)) | ||
| 853 | cfqq->service_last = now; | ||
| 854 | |||
| 855 | cfq_clear_cfqq_must_dispatch(cfqq); | ||
| 856 | cfq_clear_cfqq_wait_request(cfqq); | ||
| 857 | |||
| 858 | /* | ||
| 859 | * store what was left of this slice, if the queue idled out | ||
| 860 | * or was preempted | ||
| 861 | */ | ||
| 862 | if (time_after(cfqq->slice_end, now)) | ||
| 863 | cfqq->slice_left = cfqq->slice_end - now; | ||
| 864 | else | ||
| 865 | cfqq->slice_left = 0; | ||
| 866 | |||
| 867 | if (cfq_cfqq_on_rr(cfqq)) | ||
| 868 | cfq_resort_rr_list(cfqq, preempted); | ||
| 869 | |||
| 870 | if (cfqq == cfqd->active_queue) | ||
| 871 | cfqd->active_queue = NULL; | ||
| 872 | |||
| 873 | if (cfqd->active_cic) { | ||
| 874 | put_io_context(cfqd->active_cic->ioc); | ||
| 875 | cfqd->active_cic = NULL; | ||
| 876 | } | ||
| 877 | |||
| 878 | cfqd->dispatch_slice = 0; | ||
| 879 | } | ||
| 880 | |||
| 881 | static inline void cfq_slice_expired(struct cfq_data *cfqd, int preempted) | ||
| 882 | { | ||
| 883 | struct cfq_queue *cfqq = cfqd->active_queue; | ||
| 884 | |||
| 885 | if (cfqq) { | ||
| 886 | /* | ||
| 887 | * use deferred expiry, if there are requests in progress as | ||
| 888 | * not to disturb the slice of the next queue | ||
| 889 | */ | ||
| 890 | if (cfq_cfqq_dispatched(cfqq)) | ||
| 891 | cfq_mark_cfqq_expired(cfqq); | ||
| 892 | else | ||
| 893 | __cfq_slice_expired(cfqd, cfqq, preempted); | ||
| 894 | } | ||
| 895 | } | ||
| 896 | |||
| 897 | static int cfq_arm_slice_timer(struct cfq_data *cfqd, struct cfq_queue *cfqq) | 879 | static int cfq_arm_slice_timer(struct cfq_data *cfqd, struct cfq_queue *cfqq) |
| 898 | 880 | ||
| 899 | { | 881 | { |
| 882 | unsigned long sl; | ||
| 883 | |||
| 900 | WARN_ON(!RB_EMPTY(&cfqq->sort_list)); | 884 | WARN_ON(!RB_EMPTY(&cfqq->sort_list)); |
| 901 | WARN_ON(cfqq != cfqd->active_queue); | 885 | WARN_ON(cfqq != cfqd->active_queue); |
| 902 | 886 | ||
| @@ -916,13 +900,8 @@ static int cfq_arm_slice_timer(struct cfq_data *cfqd, struct cfq_queue *cfqq) | |||
| 916 | cfq_mark_cfqq_must_dispatch(cfqq); | 900 | cfq_mark_cfqq_must_dispatch(cfqq); |
| 917 | cfq_mark_cfqq_wait_request(cfqq); | 901 | cfq_mark_cfqq_wait_request(cfqq); |
| 918 | 902 | ||
| 919 | if (!timer_pending(&cfqd->idle_slice_timer)) { | 903 | sl = min(cfqq->slice_end - 1, (unsigned long) cfqd->cfq_slice_idle); |
| 920 | unsigned long slice_left = min(cfqq->slice_end - 1, (unsigned long) cfqd->cfq_slice_idle); | 904 | mod_timer(&cfqd->idle_slice_timer, jiffies + sl); |
| 921 | |||
| 922 | cfqd->idle_slice_timer.expires = jiffies + slice_left; | ||
| 923 | add_timer(&cfqd->idle_slice_timer); | ||
| 924 | } | ||
| 925 | |||
| 926 | return 1; | 905 | return 1; |
| 927 | } | 906 | } |
| 928 | 907 | ||
| @@ -1006,9 +985,6 @@ static struct cfq_queue *cfq_select_queue(struct cfq_data *cfqd) | |||
| 1006 | if (!cfqq) | 985 | if (!cfqq) |
| 1007 | goto new_queue; | 986 | goto new_queue; |
| 1008 | 987 | ||
| 1009 | if (cfq_cfqq_expired(cfqq)) | ||
| 1010 | goto new_queue; | ||
| 1011 | |||
| 1012 | /* | 988 | /* |
| 1013 | * slice has expired | 989 | * slice has expired |
| 1014 | */ | 990 | */ |
| @@ -1181,10 +1157,8 @@ static void cfq_put_queue(struct cfq_queue *cfqq) | |||
| 1181 | BUG_ON(cfqq->allocated[READ] + cfqq->allocated[WRITE]); | 1157 | BUG_ON(cfqq->allocated[READ] + cfqq->allocated[WRITE]); |
| 1182 | BUG_ON(cfq_cfqq_on_rr(cfqq)); | 1158 | BUG_ON(cfq_cfqq_on_rr(cfqq)); |
| 1183 | 1159 | ||
| 1184 | if (unlikely(cfqd->active_queue == cfqq)) { | 1160 | if (unlikely(cfqd->active_queue == cfqq)) |
| 1185 | __cfq_slice_expired(cfqd, cfqq, 0); | 1161 | __cfq_slice_expired(cfqd, cfqq, 0); |
| 1186 | cfq_schedule_dispatch(cfqd); | ||
| 1187 | } | ||
| 1188 | 1162 | ||
| 1189 | cfq_put_cfqd(cfqq->cfqd); | 1163 | cfq_put_cfqd(cfqq->cfqd); |
| 1190 | 1164 | ||
| @@ -1245,10 +1219,8 @@ static void cfq_exit_single_io_context(struct cfq_io_context *cic) | |||
| 1245 | 1219 | ||
| 1246 | spin_lock(q->queue_lock); | 1220 | spin_lock(q->queue_lock); |
| 1247 | 1221 | ||
| 1248 | if (unlikely(cic->cfqq == cfqd->active_queue)) { | 1222 | if (unlikely(cic->cfqq == cfqd->active_queue)) |
| 1249 | __cfq_slice_expired(cfqd, cic->cfqq, 0); | 1223 | __cfq_slice_expired(cfqd, cic->cfqq, 0); |
| 1250 | cfq_schedule_dispatch(cfqd); | ||
| 1251 | } | ||
| 1252 | 1224 | ||
| 1253 | cfq_put_queue(cic->cfqq); | 1225 | cfq_put_queue(cic->cfqq); |
| 1254 | cic->cfqq = NULL; | 1226 | cic->cfqq = NULL; |
| @@ -1715,10 +1687,7 @@ static void cfq_completed_request(request_queue_t *q, struct request *rq) | |||
| 1715 | cfqq->service_last = now; | 1687 | cfqq->service_last = now; |
| 1716 | cfq_resort_rr_list(cfqq, 0); | 1688 | cfq_resort_rr_list(cfqq, 0); |
| 1717 | } | 1689 | } |
| 1718 | if (cfq_cfqq_expired(cfqq)) { | 1690 | cfq_schedule_dispatch(cfqd); |
| 1719 | __cfq_slice_expired(cfqd, cfqq, 0); | ||
| 1720 | cfq_schedule_dispatch(cfqd); | ||
| 1721 | } | ||
| 1722 | } | 1691 | } |
| 1723 | 1692 | ||
| 1724 | if (cfq_crq_is_sync(crq)) | 1693 | if (cfq_crq_is_sync(crq)) |
diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c index 03d9c82b0fe7..0ef2971a9e82 100644 --- a/block/ll_rw_blk.c +++ b/block/ll_rw_blk.c | |||
| @@ -625,26 +625,31 @@ static inline int ordered_bio_endio(struct request *rq, struct bio *bio, | |||
| 625 | * Different hardware can have different requirements as to what pages | 625 | * Different hardware can have different requirements as to what pages |
| 626 | * it can do I/O directly to. A low level driver can call | 626 | * it can do I/O directly to. A low level driver can call |
| 627 | * blk_queue_bounce_limit to have lower memory pages allocated as bounce | 627 | * blk_queue_bounce_limit to have lower memory pages allocated as bounce |
| 628 | * buffers for doing I/O to pages residing above @page. By default | 628 | * buffers for doing I/O to pages residing above @page. |
| 629 | * the block layer sets this to the highest numbered "low" memory page. | ||
| 630 | **/ | 629 | **/ |
| 631 | void blk_queue_bounce_limit(request_queue_t *q, u64 dma_addr) | 630 | void blk_queue_bounce_limit(request_queue_t *q, u64 dma_addr) |
| 632 | { | 631 | { |
| 633 | unsigned long bounce_pfn = dma_addr >> PAGE_SHIFT; | 632 | unsigned long bounce_pfn = dma_addr >> PAGE_SHIFT; |
| 634 | 633 | int dma = 0; | |
| 635 | /* | 634 | |
| 636 | * set appropriate bounce gfp mask -- unfortunately we don't have a | 635 | q->bounce_gfp = GFP_NOIO; |
| 637 | * full 4GB zone, so we have to resort to low memory for any bounces. | 636 | #if BITS_PER_LONG == 64 |
| 638 | * ISA has its own < 16MB zone. | 637 | /* Assume anything <= 4GB can be handled by IOMMU. |
| 639 | */ | 638 | Actually some IOMMUs can handle everything, but I don't |
| 640 | if (bounce_pfn < blk_max_low_pfn) { | 639 | know of a way to test this here. */ |
| 641 | BUG_ON(dma_addr < BLK_BOUNCE_ISA); | 640 | if (bounce_pfn < (0xffffffff>>PAGE_SHIFT)) |
| 641 | dma = 1; | ||
| 642 | q->bounce_pfn = max_low_pfn; | ||
| 643 | #else | ||
| 644 | if (bounce_pfn < blk_max_low_pfn) | ||
| 645 | dma = 1; | ||
| 646 | q->bounce_pfn = bounce_pfn; | ||
| 647 | #endif | ||
| 648 | if (dma) { | ||
| 642 | init_emergency_isa_pool(); | 649 | init_emergency_isa_pool(); |
| 643 | q->bounce_gfp = GFP_NOIO | GFP_DMA; | 650 | q->bounce_gfp = GFP_NOIO | GFP_DMA; |
| 644 | } else | 651 | q->bounce_pfn = bounce_pfn; |
| 645 | q->bounce_gfp = GFP_NOIO; | 652 | } |
| 646 | |||
| 647 | q->bounce_pfn = bounce_pfn; | ||
| 648 | } | 653 | } |
| 649 | 654 | ||
| 650 | EXPORT_SYMBOL(blk_queue_bounce_limit); | 655 | EXPORT_SYMBOL(blk_queue_bounce_limit); |
diff --git a/drivers/atm/fore200e.c b/drivers/atm/fore200e.c index 14f6a6201da3..05983a312d50 100644 --- a/drivers/atm/fore200e.c +++ b/drivers/atm/fore200e.c | |||
| @@ -555,7 +555,7 @@ fore200e_pca_reset(struct fore200e* fore200e) | |||
| 555 | } | 555 | } |
| 556 | 556 | ||
| 557 | 557 | ||
| 558 | static int __init | 558 | static int __devinit |
| 559 | fore200e_pca_map(struct fore200e* fore200e) | 559 | fore200e_pca_map(struct fore200e* fore200e) |
| 560 | { | 560 | { |
| 561 | DPRINTK(2, "device %s being mapped in memory\n", fore200e->name); | 561 | DPRINTK(2, "device %s being mapped in memory\n", fore200e->name); |
| @@ -589,7 +589,7 @@ fore200e_pca_unmap(struct fore200e* fore200e) | |||
| 589 | } | 589 | } |
| 590 | 590 | ||
| 591 | 591 | ||
| 592 | static int __init | 592 | static int __devinit |
| 593 | fore200e_pca_configure(struct fore200e* fore200e) | 593 | fore200e_pca_configure(struct fore200e* fore200e) |
| 594 | { | 594 | { |
| 595 | struct pci_dev* pci_dev = (struct pci_dev*)fore200e->bus_dev; | 595 | struct pci_dev* pci_dev = (struct pci_dev*)fore200e->bus_dev; |
| @@ -2125,7 +2125,7 @@ fore200e_change_qos(struct atm_vcc* vcc,struct atm_qos* qos, int flags) | |||
| 2125 | } | 2125 | } |
| 2126 | 2126 | ||
| 2127 | 2127 | ||
| 2128 | static int __init | 2128 | static int __devinit |
| 2129 | fore200e_irq_request(struct fore200e* fore200e) | 2129 | fore200e_irq_request(struct fore200e* fore200e) |
| 2130 | { | 2130 | { |
| 2131 | if (request_irq(fore200e->irq, fore200e_interrupt, SA_SHIRQ, fore200e->name, fore200e->atm_dev) < 0) { | 2131 | if (request_irq(fore200e->irq, fore200e_interrupt, SA_SHIRQ, fore200e->name, fore200e->atm_dev) < 0) { |
| @@ -2148,7 +2148,7 @@ fore200e_irq_request(struct fore200e* fore200e) | |||
| 2148 | } | 2148 | } |
| 2149 | 2149 | ||
| 2150 | 2150 | ||
| 2151 | static int __init | 2151 | static int __devinit |
| 2152 | fore200e_get_esi(struct fore200e* fore200e) | 2152 | fore200e_get_esi(struct fore200e* fore200e) |
| 2153 | { | 2153 | { |
| 2154 | struct prom_data* prom = fore200e_kmalloc(sizeof(struct prom_data), GFP_KERNEL | GFP_DMA); | 2154 | struct prom_data* prom = fore200e_kmalloc(sizeof(struct prom_data), GFP_KERNEL | GFP_DMA); |
| @@ -2180,7 +2180,7 @@ fore200e_get_esi(struct fore200e* fore200e) | |||
| 2180 | } | 2180 | } |
| 2181 | 2181 | ||
| 2182 | 2182 | ||
| 2183 | static int __init | 2183 | static int __devinit |
| 2184 | fore200e_alloc_rx_buf(struct fore200e* fore200e) | 2184 | fore200e_alloc_rx_buf(struct fore200e* fore200e) |
| 2185 | { | 2185 | { |
| 2186 | int scheme, magn, nbr, size, i; | 2186 | int scheme, magn, nbr, size, i; |
| @@ -2245,7 +2245,7 @@ fore200e_alloc_rx_buf(struct fore200e* fore200e) | |||
| 2245 | } | 2245 | } |
| 2246 | 2246 | ||
| 2247 | 2247 | ||
| 2248 | static int __init | 2248 | static int __devinit |
| 2249 | fore200e_init_bs_queue(struct fore200e* fore200e) | 2249 | fore200e_init_bs_queue(struct fore200e* fore200e) |
| 2250 | { | 2250 | { |
| 2251 | int scheme, magn, i; | 2251 | int scheme, magn, i; |
| @@ -2308,7 +2308,7 @@ fore200e_init_bs_queue(struct fore200e* fore200e) | |||
| 2308 | } | 2308 | } |
| 2309 | 2309 | ||
| 2310 | 2310 | ||
| 2311 | static int __init | 2311 | static int __devinit |
| 2312 | fore200e_init_rx_queue(struct fore200e* fore200e) | 2312 | fore200e_init_rx_queue(struct fore200e* fore200e) |
| 2313 | { | 2313 | { |
| 2314 | struct host_rxq* rxq = &fore200e->host_rxq; | 2314 | struct host_rxq* rxq = &fore200e->host_rxq; |
| @@ -2368,7 +2368,7 @@ fore200e_init_rx_queue(struct fore200e* fore200e) | |||
| 2368 | } | 2368 | } |
| 2369 | 2369 | ||
| 2370 | 2370 | ||
| 2371 | static int __init | 2371 | static int __devinit |
| 2372 | fore200e_init_tx_queue(struct fore200e* fore200e) | 2372 | fore200e_init_tx_queue(struct fore200e* fore200e) |
| 2373 | { | 2373 | { |
| 2374 | struct host_txq* txq = &fore200e->host_txq; | 2374 | struct host_txq* txq = &fore200e->host_txq; |
| @@ -2431,7 +2431,7 @@ fore200e_init_tx_queue(struct fore200e* fore200e) | |||
| 2431 | } | 2431 | } |
| 2432 | 2432 | ||
| 2433 | 2433 | ||
| 2434 | static int __init | 2434 | static int __devinit |
| 2435 | fore200e_init_cmd_queue(struct fore200e* fore200e) | 2435 | fore200e_init_cmd_queue(struct fore200e* fore200e) |
| 2436 | { | 2436 | { |
| 2437 | struct host_cmdq* cmdq = &fore200e->host_cmdq; | 2437 | struct host_cmdq* cmdq = &fore200e->host_cmdq; |
| @@ -2487,7 +2487,7 @@ fore200e_param_bs_queue(struct fore200e* fore200e, | |||
| 2487 | } | 2487 | } |
| 2488 | 2488 | ||
| 2489 | 2489 | ||
| 2490 | static int __init | 2490 | static int __devinit |
| 2491 | fore200e_initialize(struct fore200e* fore200e) | 2491 | fore200e_initialize(struct fore200e* fore200e) |
| 2492 | { | 2492 | { |
| 2493 | struct cp_queues __iomem * cpq; | 2493 | struct cp_queues __iomem * cpq; |
| @@ -2539,7 +2539,7 @@ fore200e_initialize(struct fore200e* fore200e) | |||
| 2539 | } | 2539 | } |
| 2540 | 2540 | ||
| 2541 | 2541 | ||
| 2542 | static void __init | 2542 | static void __devinit |
| 2543 | fore200e_monitor_putc(struct fore200e* fore200e, char c) | 2543 | fore200e_monitor_putc(struct fore200e* fore200e, char c) |
| 2544 | { | 2544 | { |
| 2545 | struct cp_monitor __iomem * monitor = fore200e->cp_monitor; | 2545 | struct cp_monitor __iomem * monitor = fore200e->cp_monitor; |
| @@ -2551,7 +2551,7 @@ fore200e_monitor_putc(struct fore200e* fore200e, char c) | |||
| 2551 | } | 2551 | } |
| 2552 | 2552 | ||
| 2553 | 2553 | ||
| 2554 | static int __init | 2554 | static int __devinit |
| 2555 | fore200e_monitor_getc(struct fore200e* fore200e) | 2555 | fore200e_monitor_getc(struct fore200e* fore200e) |
| 2556 | { | 2556 | { |
| 2557 | struct cp_monitor __iomem * monitor = fore200e->cp_monitor; | 2557 | struct cp_monitor __iomem * monitor = fore200e->cp_monitor; |
| @@ -2576,7 +2576,7 @@ fore200e_monitor_getc(struct fore200e* fore200e) | |||
| 2576 | } | 2576 | } |
| 2577 | 2577 | ||
| 2578 | 2578 | ||
| 2579 | static void __init | 2579 | static void __devinit |
| 2580 | fore200e_monitor_puts(struct fore200e* fore200e, char* str) | 2580 | fore200e_monitor_puts(struct fore200e* fore200e, char* str) |
| 2581 | { | 2581 | { |
| 2582 | while (*str) { | 2582 | while (*str) { |
| @@ -2591,7 +2591,7 @@ fore200e_monitor_puts(struct fore200e* fore200e, char* str) | |||
| 2591 | } | 2591 | } |
| 2592 | 2592 | ||
| 2593 | 2593 | ||
| 2594 | static int __init | 2594 | static int __devinit |
| 2595 | fore200e_start_fw(struct fore200e* fore200e) | 2595 | fore200e_start_fw(struct fore200e* fore200e) |
| 2596 | { | 2596 | { |
| 2597 | int ok; | 2597 | int ok; |
| @@ -2622,7 +2622,7 @@ fore200e_start_fw(struct fore200e* fore200e) | |||
| 2622 | } | 2622 | } |
| 2623 | 2623 | ||
| 2624 | 2624 | ||
| 2625 | static int __init | 2625 | static int __devinit |
| 2626 | fore200e_load_fw(struct fore200e* fore200e) | 2626 | fore200e_load_fw(struct fore200e* fore200e) |
| 2627 | { | 2627 | { |
| 2628 | u32* fw_data = (u32*) fore200e->bus->fw_data; | 2628 | u32* fw_data = (u32*) fore200e->bus->fw_data; |
| @@ -2648,7 +2648,7 @@ fore200e_load_fw(struct fore200e* fore200e) | |||
| 2648 | } | 2648 | } |
| 2649 | 2649 | ||
| 2650 | 2650 | ||
| 2651 | static int __init | 2651 | static int __devinit |
| 2652 | fore200e_register(struct fore200e* fore200e) | 2652 | fore200e_register(struct fore200e* fore200e) |
| 2653 | { | 2653 | { |
| 2654 | struct atm_dev* atm_dev; | 2654 | struct atm_dev* atm_dev; |
| @@ -2675,7 +2675,7 @@ fore200e_register(struct fore200e* fore200e) | |||
| 2675 | } | 2675 | } |
| 2676 | 2676 | ||
| 2677 | 2677 | ||
| 2678 | static int __init | 2678 | static int __devinit |
| 2679 | fore200e_init(struct fore200e* fore200e) | 2679 | fore200e_init(struct fore200e* fore200e) |
| 2680 | { | 2680 | { |
| 2681 | if (fore200e_register(fore200e) < 0) | 2681 | if (fore200e_register(fore200e) < 0) |
| @@ -2721,7 +2721,7 @@ fore200e_init(struct fore200e* fore200e) | |||
| 2721 | return -EBUSY; | 2721 | return -EBUSY; |
| 2722 | 2722 | ||
| 2723 | fore200e_supply(fore200e); | 2723 | fore200e_supply(fore200e); |
| 2724 | 2724 | ||
| 2725 | /* all done, board initialization is now complete */ | 2725 | /* all done, board initialization is now complete */ |
| 2726 | fore200e->state = FORE200E_STATE_COMPLETE; | 2726 | fore200e->state = FORE200E_STATE_COMPLETE; |
| 2727 | return 0; | 2727 | return 0; |
diff --git a/drivers/block/DAC960.c b/drivers/block/DAC960.c index 6ede1f352c29..37b8cda3e8bc 100644 --- a/drivers/block/DAC960.c +++ b/drivers/block/DAC960.c | |||
| @@ -41,6 +41,7 @@ | |||
| 41 | #include <linux/timer.h> | 41 | #include <linux/timer.h> |
| 42 | #include <linux/pci.h> | 42 | #include <linux/pci.h> |
| 43 | #include <linux/init.h> | 43 | #include <linux/init.h> |
| 44 | #include <linux/random.h> | ||
| 44 | #include <asm/io.h> | 45 | #include <asm/io.h> |
| 45 | #include <asm/uaccess.h> | 46 | #include <asm/uaccess.h> |
| 46 | #include "DAC960.h" | 47 | #include "DAC960.h" |
| @@ -3463,7 +3464,7 @@ static inline boolean DAC960_ProcessCompletedRequest(DAC960_Command_T *Command, | |||
| 3463 | Command->SegmentCount, Command->DmaDirection); | 3464 | Command->SegmentCount, Command->DmaDirection); |
| 3464 | 3465 | ||
| 3465 | if (!end_that_request_first(Request, UpToDate, Command->BlockCount)) { | 3466 | if (!end_that_request_first(Request, UpToDate, Command->BlockCount)) { |
| 3466 | 3467 | add_disk_randomness(Request->rq_disk); | |
| 3467 | end_that_request_last(Request, UpToDate); | 3468 | end_that_request_last(Request, UpToDate); |
| 3468 | 3469 | ||
| 3469 | if (Command->Completion) { | 3470 | if (Command->Completion) { |
diff --git a/drivers/char/hw_random.c b/drivers/char/hw_random.c index b3bc2e37e616..29dc87e59020 100644 --- a/drivers/char/hw_random.c +++ b/drivers/char/hw_random.c | |||
| @@ -131,7 +131,9 @@ enum { | |||
| 131 | rng_hw_none, | 131 | rng_hw_none, |
| 132 | rng_hw_intel, | 132 | rng_hw_intel, |
| 133 | rng_hw_amd, | 133 | rng_hw_amd, |
| 134 | #ifdef __i386__ | ||
| 134 | rng_hw_via, | 135 | rng_hw_via, |
| 136 | #endif | ||
| 135 | rng_hw_geode, | 137 | rng_hw_geode, |
| 136 | }; | 138 | }; |
| 137 | 139 | ||
diff --git a/drivers/char/mmtimer.c b/drivers/char/mmtimer.c index c92378121b4c..1b05fa688996 100644 --- a/drivers/char/mmtimer.c +++ b/drivers/char/mmtimer.c | |||
| @@ -675,7 +675,7 @@ static int __init mmtimer_init(void) | |||
| 675 | cnodeid_t node, maxn = -1; | 675 | cnodeid_t node, maxn = -1; |
| 676 | 676 | ||
| 677 | if (!ia64_platform_is("sn2")) | 677 | if (!ia64_platform_is("sn2")) |
| 678 | return -1; | 678 | return 0; |
| 679 | 679 | ||
| 680 | /* | 680 | /* |
| 681 | * Sanity check the cycles/sec variable | 681 | * Sanity check the cycles/sec variable |
diff --git a/drivers/char/pcmcia/cm4000_cs.c b/drivers/char/pcmcia/cm4000_cs.c index 649677b5dc36..5fdf18515433 100644 --- a/drivers/char/pcmcia/cm4000_cs.c +++ b/drivers/char/pcmcia/cm4000_cs.c | |||
| @@ -13,11 +13,12 @@ | |||
| 13 | * | 13 | * |
| 14 | * (C) 2000,2001,2002,2003,2004 Omnikey AG | 14 | * (C) 2000,2001,2002,2003,2004 Omnikey AG |
| 15 | * | 15 | * |
| 16 | * (C) 2005 Harald Welte <laforge@gnumonks.org> | 16 | * (C) 2005-2006 Harald Welte <laforge@gnumonks.org> |
| 17 | * - Adhere to Kernel CodingStyle | 17 | * - Adhere to Kernel CodingStyle |
| 18 | * - Port to 2.6.13 "new" style PCMCIA | 18 | * - Port to 2.6.13 "new" style PCMCIA |
| 19 | * - Check for copy_{from,to}_user return values | 19 | * - Check for copy_{from,to}_user return values |
| 20 | * - Use nonseekable_open() | 20 | * - Use nonseekable_open() |
| 21 | * - add class interface for udev device creation | ||
| 21 | * | 22 | * |
| 22 | * All rights reserved. Licensed under dual BSD/GPL license. | 23 | * All rights reserved. Licensed under dual BSD/GPL license. |
| 23 | */ | 24 | */ |
| @@ -56,7 +57,7 @@ module_param(pc_debug, int, 0600); | |||
| 56 | #else | 57 | #else |
| 57 | #define DEBUGP(n, rdr, x, args...) | 58 | #define DEBUGP(n, rdr, x, args...) |
| 58 | #endif | 59 | #endif |
| 59 | static char *version = "cm4000_cs.c v2.4.0gm5 - All bugs added by Harald Welte"; | 60 | static char *version = "cm4000_cs.c v2.4.0gm6 - All bugs added by Harald Welte"; |
| 60 | 61 | ||
| 61 | #define T_1SEC (HZ) | 62 | #define T_1SEC (HZ) |
| 62 | #define T_10MSEC msecs_to_jiffies(10) | 63 | #define T_10MSEC msecs_to_jiffies(10) |
| @@ -156,6 +157,7 @@ struct cm4000_dev { | |||
| 156 | /*queue*/ 4*sizeof(wait_queue_head_t)) | 157 | /*queue*/ 4*sizeof(wait_queue_head_t)) |
| 157 | 158 | ||
| 158 | static dev_link_t *dev_table[CM4000_MAX_DEV]; | 159 | static dev_link_t *dev_table[CM4000_MAX_DEV]; |
| 160 | static struct class *cmm_class; | ||
| 159 | 161 | ||
| 160 | /* This table doesn't use spaces after the comma between fields and thus | 162 | /* This table doesn't use spaces after the comma between fields and thus |
| 161 | * violates CodingStyle. However, I don't really think wrapping it around will | 163 | * violates CodingStyle. However, I don't really think wrapping it around will |
| @@ -1937,6 +1939,9 @@ static int cm4000_attach(struct pcmcia_device *p_dev) | |||
| 1937 | link->state |= DEV_PRESENT | DEV_CONFIG_PENDING; | 1939 | link->state |= DEV_PRESENT | DEV_CONFIG_PENDING; |
| 1938 | cm4000_config(link, i); | 1940 | cm4000_config(link, i); |
| 1939 | 1941 | ||
| 1942 | class_device_create(cmm_class, NULL, MKDEV(major, i), NULL, | ||
| 1943 | "cmm%d", i); | ||
| 1944 | |||
| 1940 | return 0; | 1945 | return 0; |
| 1941 | } | 1946 | } |
| 1942 | 1947 | ||
| @@ -1962,6 +1967,8 @@ static void cm4000_detach(struct pcmcia_device *p_dev) | |||
| 1962 | dev_table[devno] = NULL; | 1967 | dev_table[devno] = NULL; |
| 1963 | kfree(dev); | 1968 | kfree(dev); |
| 1964 | 1969 | ||
| 1970 | class_device_destroy(cmm_class, MKDEV(major, devno)); | ||
| 1971 | |||
| 1965 | return; | 1972 | return; |
| 1966 | } | 1973 | } |
| 1967 | 1974 | ||
| @@ -1995,8 +2002,18 @@ static struct pcmcia_driver cm4000_driver = { | |||
| 1995 | 2002 | ||
| 1996 | static int __init cmm_init(void) | 2003 | static int __init cmm_init(void) |
| 1997 | { | 2004 | { |
| 2005 | int rc; | ||
| 2006 | |||
| 1998 | printk(KERN_INFO "%s\n", version); | 2007 | printk(KERN_INFO "%s\n", version); |
| 1999 | pcmcia_register_driver(&cm4000_driver); | 2008 | |
| 2009 | cmm_class = class_create(THIS_MODULE, "cardman_4000"); | ||
| 2010 | if (!cmm_class) | ||
| 2011 | return -1; | ||
| 2012 | |||
| 2013 | rc = pcmcia_register_driver(&cm4000_driver); | ||
| 2014 | if (rc < 0) | ||
| 2015 | return rc; | ||
| 2016 | |||
| 2000 | major = register_chrdev(0, DEVICE_NAME, &cm4000_fops); | 2017 | major = register_chrdev(0, DEVICE_NAME, &cm4000_fops); |
| 2001 | if (major < 0) { | 2018 | if (major < 0) { |
| 2002 | printk(KERN_WARNING MODULE_NAME | 2019 | printk(KERN_WARNING MODULE_NAME |
| @@ -2012,6 +2029,7 @@ static void __exit cmm_exit(void) | |||
| 2012 | printk(KERN_INFO MODULE_NAME ": unloading\n"); | 2029 | printk(KERN_INFO MODULE_NAME ": unloading\n"); |
| 2013 | pcmcia_unregister_driver(&cm4000_driver); | 2030 | pcmcia_unregister_driver(&cm4000_driver); |
| 2014 | unregister_chrdev(major, DEVICE_NAME); | 2031 | unregister_chrdev(major, DEVICE_NAME); |
| 2032 | class_destroy(cmm_class); | ||
| 2015 | }; | 2033 | }; |
| 2016 | 2034 | ||
| 2017 | module_init(cmm_init); | 2035 | module_init(cmm_init); |
diff --git a/drivers/char/pcmcia/cm4040_cs.c b/drivers/char/pcmcia/cm4040_cs.c index 46eb371bf17e..466e33bab029 100644 --- a/drivers/char/pcmcia/cm4040_cs.c +++ b/drivers/char/pcmcia/cm4040_cs.c | |||
| @@ -3,12 +3,13 @@ | |||
| 3 | * | 3 | * |
| 4 | * (c) 2000-2004 Omnikey AG (http://www.omnikey.com/) | 4 | * (c) 2000-2004 Omnikey AG (http://www.omnikey.com/) |
| 5 | * | 5 | * |
| 6 | * (C) 2005 Harald Welte <laforge@gnumonks.org> | 6 | * (C) 2005-2006 Harald Welte <laforge@gnumonks.org> |
| 7 | * - add support for poll() | 7 | * - add support for poll() |
| 8 | * - driver cleanup | 8 | * - driver cleanup |
| 9 | * - add waitqueues | 9 | * - add waitqueues |
| 10 | * - adhere to linux kernel coding style and policies | 10 | * - adhere to linux kernel coding style and policies |
| 11 | * - support 2.6.13 "new style" pcmcia interface | 11 | * - support 2.6.13 "new style" pcmcia interface |
| 12 | * - add class interface for udev device creation | ||
| 12 | * | 13 | * |
| 13 | * The device basically is a USB CCID compliant device that has been | 14 | * The device basically is a USB CCID compliant device that has been |
| 14 | * attached to an I/O-Mapped FIFO. | 15 | * attached to an I/O-Mapped FIFO. |
| @@ -53,7 +54,7 @@ module_param(pc_debug, int, 0600); | |||
| 53 | #endif | 54 | #endif |
| 54 | 55 | ||
| 55 | static char *version = | 56 | static char *version = |
| 56 | "OMNIKEY CardMan 4040 v1.1.0gm4 - All bugs added by Harald Welte"; | 57 | "OMNIKEY CardMan 4040 v1.1.0gm5 - All bugs added by Harald Welte"; |
| 57 | 58 | ||
| 58 | #define CCID_DRIVER_BULK_DEFAULT_TIMEOUT (150*HZ) | 59 | #define CCID_DRIVER_BULK_DEFAULT_TIMEOUT (150*HZ) |
| 59 | #define CCID_DRIVER_ASYNC_POWERUP_TIMEOUT (35*HZ) | 60 | #define CCID_DRIVER_ASYNC_POWERUP_TIMEOUT (35*HZ) |
| @@ -67,6 +68,7 @@ static char *version = | |||
| 67 | static void reader_release(dev_link_t *link); | 68 | static void reader_release(dev_link_t *link); |
| 68 | 69 | ||
| 69 | static int major; | 70 | static int major; |
| 71 | static struct class *cmx_class; | ||
| 70 | 72 | ||
| 71 | #define BS_READABLE 0x01 | 73 | #define BS_READABLE 0x01 |
| 72 | #define BS_WRITABLE 0x02 | 74 | #define BS_WRITABLE 0x02 |
| @@ -696,6 +698,9 @@ static int reader_attach(struct pcmcia_device *p_dev) | |||
| 696 | link->state |= DEV_PRESENT | DEV_CONFIG_PENDING; | 698 | link->state |= DEV_PRESENT | DEV_CONFIG_PENDING; |
| 697 | reader_config(link, i); | 699 | reader_config(link, i); |
| 698 | 700 | ||
| 701 | class_device_create(cmx_class, NULL, MKDEV(major, i), NULL, | ||
| 702 | "cmx%d", i); | ||
| 703 | |||
| 699 | return 0; | 704 | return 0; |
| 700 | } | 705 | } |
| 701 | 706 | ||
| @@ -721,6 +726,8 @@ static void reader_detach(struct pcmcia_device *p_dev) | |||
| 721 | dev_table[devno] = NULL; | 726 | dev_table[devno] = NULL; |
| 722 | kfree(dev); | 727 | kfree(dev); |
| 723 | 728 | ||
| 729 | class_device_destroy(cmx_class, MKDEV(major, devno)); | ||
| 730 | |||
| 724 | return; | 731 | return; |
| 725 | } | 732 | } |
| 726 | 733 | ||
| @@ -755,8 +762,17 @@ static struct pcmcia_driver reader_driver = { | |||
| 755 | 762 | ||
| 756 | static int __init cm4040_init(void) | 763 | static int __init cm4040_init(void) |
| 757 | { | 764 | { |
| 765 | int rc; | ||
| 766 | |||
| 758 | printk(KERN_INFO "%s\n", version); | 767 | printk(KERN_INFO "%s\n", version); |
| 759 | pcmcia_register_driver(&reader_driver); | 768 | cmx_class = class_create(THIS_MODULE, "cardman_4040"); |
| 769 | if (!cmx_class) | ||
| 770 | return -1; | ||
| 771 | |||
| 772 | rc = pcmcia_register_driver(&reader_driver); | ||
| 773 | if (rc < 0) | ||
| 774 | return rc; | ||
| 775 | |||
| 760 | major = register_chrdev(0, DEVICE_NAME, &reader_fops); | 776 | major = register_chrdev(0, DEVICE_NAME, &reader_fops); |
| 761 | if (major < 0) { | 777 | if (major < 0) { |
| 762 | printk(KERN_WARNING MODULE_NAME | 778 | printk(KERN_WARNING MODULE_NAME |
| @@ -771,6 +787,7 @@ static void __exit cm4040_exit(void) | |||
| 771 | printk(KERN_INFO MODULE_NAME ": unloading\n"); | 787 | printk(KERN_INFO MODULE_NAME ": unloading\n"); |
| 772 | pcmcia_unregister_driver(&reader_driver); | 788 | pcmcia_unregister_driver(&reader_driver); |
| 773 | unregister_chrdev(major, DEVICE_NAME); | 789 | unregister_chrdev(major, DEVICE_NAME); |
| 790 | class_destroy(cmx_class); | ||
| 774 | } | 791 | } |
| 775 | 792 | ||
| 776 | module_init(cm4040_init); | 793 | module_init(cm4040_init); |
diff --git a/drivers/char/snsc.h b/drivers/char/snsc.h index a9efc13cc858..8a98169b60c1 100644 --- a/drivers/char/snsc.h +++ b/drivers/char/snsc.h | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | * License. See the file "COPYING" in the main directory of this archive | 5 | * License. See the file "COPYING" in the main directory of this archive |
| 6 | * for more details. | 6 | * for more details. |
| 7 | * | 7 | * |
| 8 | * Copyright (C) 2004 Silicon Graphics, Inc. All rights reserved. | 8 | * Copyright (C) 2004-2006 Silicon Graphics, Inc. All rights reserved. |
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | /* | 11 | /* |
| @@ -70,6 +70,9 @@ struct sysctl_data_s { | |||
| 70 | #define EV_CLASS_TEST_WARNING 0x6000ul | 70 | #define EV_CLASS_TEST_WARNING 0x6000ul |
| 71 | #define EV_CLASS_PWRD_NOTIFY 0x8000ul | 71 | #define EV_CLASS_PWRD_NOTIFY 0x8000ul |
| 72 | 72 | ||
| 73 | /* ENV class codes */ | ||
| 74 | #define ENV_PWRDN_PEND 0x4101ul | ||
| 75 | |||
| 73 | #define EV_SEVERITY_POWER_STABLE 0x0000ul | 76 | #define EV_SEVERITY_POWER_STABLE 0x0000ul |
| 74 | #define EV_SEVERITY_POWER_LOW_WARNING 0x0100ul | 77 | #define EV_SEVERITY_POWER_LOW_WARNING 0x0100ul |
| 75 | #define EV_SEVERITY_POWER_HIGH_WARNING 0x0200ul | 78 | #define EV_SEVERITY_POWER_HIGH_WARNING 0x0200ul |
diff --git a/drivers/char/snsc_event.c b/drivers/char/snsc_event.c index baaa365285fa..a4fa507eed9e 100644 --- a/drivers/char/snsc_event.c +++ b/drivers/char/snsc_event.c | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | * License. See the file "COPYING" in the main directory of this archive | 5 | * License. See the file "COPYING" in the main directory of this archive |
| 6 | * for more details. | 6 | * for more details. |
| 7 | * | 7 | * |
| 8 | * Copyright (C) 2004 Silicon Graphics, Inc. All rights reserved. | 8 | * Copyright (C) 2004-2006 Silicon Graphics, Inc. All rights reserved. |
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | /* | 11 | /* |
| @@ -187,7 +187,8 @@ scdrv_event_severity(int code) | |||
| 187 | static void | 187 | static void |
| 188 | scdrv_dispatch_event(char *event, int len) | 188 | scdrv_dispatch_event(char *event, int len) |
| 189 | { | 189 | { |
| 190 | int code, esp_code, src; | 190 | static int snsc_shutting_down = 0; |
| 191 | int code, esp_code, src, class; | ||
| 191 | char desc[CHUNKSIZE]; | 192 | char desc[CHUNKSIZE]; |
| 192 | char *severity; | 193 | char *severity; |
| 193 | 194 | ||
| @@ -199,9 +200,25 @@ scdrv_dispatch_event(char *event, int len) | |||
| 199 | /* how urgent is the message? */ | 200 | /* how urgent is the message? */ |
| 200 | severity = scdrv_event_severity(code); | 201 | severity = scdrv_event_severity(code); |
| 201 | 202 | ||
| 202 | if ((code & EV_CLASS_MASK) == EV_CLASS_PWRD_NOTIFY) { | 203 | class = (code & EV_CLASS_MASK); |
| 204 | |||
| 205 | if (class == EV_CLASS_PWRD_NOTIFY || code == ENV_PWRDN_PEND) { | ||
| 203 | struct task_struct *p; | 206 | struct task_struct *p; |
| 204 | 207 | ||
| 208 | if (snsc_shutting_down) | ||
| 209 | return; | ||
| 210 | |||
| 211 | snsc_shutting_down = 1; | ||
| 212 | |||
| 213 | /* give a message for each type of event */ | ||
| 214 | if (class == EV_CLASS_PWRD_NOTIFY) | ||
| 215 | printk(KERN_NOTICE "Power off indication received." | ||
| 216 | " Sending SIGPWR to init...\n"); | ||
| 217 | else if (code == ENV_PWRDN_PEND) | ||
| 218 | printk(KERN_CRIT "WARNING: Shutting down the system" | ||
| 219 | " due to a critical environmental condition." | ||
| 220 | " Sending SIGPWR to init...\n"); | ||
| 221 | |||
| 205 | /* give a SIGPWR signal to init proc */ | 222 | /* give a SIGPWR signal to init proc */ |
| 206 | 223 | ||
| 207 | /* first find init's task */ | 224 | /* first find init's task */ |
| @@ -210,12 +227,11 @@ scdrv_dispatch_event(char *event, int len) | |||
| 210 | if (p->pid == 1) | 227 | if (p->pid == 1) |
| 211 | break; | 228 | break; |
| 212 | } | 229 | } |
| 213 | if (p) { /* we found init's task */ | 230 | if (p) { |
| 214 | printk(KERN_EMERG "Power off indication received. Initiating power fail sequence...\n"); | ||
| 215 | force_sig(SIGPWR, p); | 231 | force_sig(SIGPWR, p); |
| 216 | } else { /* failed to find init's task - just give message(s) */ | 232 | } else { |
| 217 | printk(KERN_WARNING "Failed to find init proc to handle power off!\n"); | 233 | printk(KERN_ERR "Failed to signal init!\n"); |
| 218 | printk("%s|$(0x%x)%s\n", severity, esp_code, desc); | 234 | snsc_shutting_down = 0; /* so can try again (?) */ |
| 219 | } | 235 | } |
| 220 | read_unlock(&tasklist_lock); | 236 | read_unlock(&tasklist_lock); |
| 221 | } else { | 237 | } else { |
diff --git a/drivers/char/sx.c b/drivers/char/sx.c index 588e75ec1630..a6b4f02bdceb 100644 --- a/drivers/char/sx.c +++ b/drivers/char/sx.c | |||
| @@ -1095,17 +1095,17 @@ static inline void sx_receive_chars (struct sx_port *port) | |||
| 1095 | 1095 | ||
| 1096 | sx_dprintk (SX_DEBUG_RECEIVE, "rxop=%d, c = %d.\n", rx_op, c); | 1096 | sx_dprintk (SX_DEBUG_RECEIVE, "rxop=%d, c = %d.\n", rx_op, c); |
| 1097 | 1097 | ||
| 1098 | /* Don't copy past the end of the hardware receive buffer */ | ||
| 1099 | if (rx_op + c > 0x100) c = 0x100 - rx_op; | ||
| 1100 | |||
| 1101 | sx_dprintk (SX_DEBUG_RECEIVE, "c = %d.\n", c); | ||
| 1102 | |||
| 1098 | /* Don't copy more bytes than there is room for in the buffer */ | 1103 | /* Don't copy more bytes than there is room for in the buffer */ |
| 1099 | 1104 | ||
| 1100 | c = tty_prepare_flip_string(tty, &rp, c); | 1105 | c = tty_prepare_flip_string(tty, &rp, c); |
| 1101 | 1106 | ||
| 1102 | sx_dprintk (SX_DEBUG_RECEIVE, "c = %d.\n", c); | 1107 | sx_dprintk (SX_DEBUG_RECEIVE, "c = %d.\n", c); |
| 1103 | 1108 | ||
| 1104 | /* Don't copy past the end of the hardware receive buffer */ | ||
| 1105 | if (rx_op + c > 0x100) c = 0x100 - rx_op; | ||
| 1106 | |||
| 1107 | sx_dprintk (SX_DEBUG_RECEIVE, "c = %d.\n", c); | ||
| 1108 | |||
| 1109 | /* If for one reason or another, we can't copy more data, we're done! */ | 1109 | /* If for one reason or another, we can't copy more data, we're done! */ |
| 1110 | if (c == 0) break; | 1110 | if (c == 0) break; |
| 1111 | 1111 | ||
diff --git a/drivers/char/synclink_gt.c b/drivers/char/synclink_gt.c index a85a60a93deb..b046390cd256 100644 --- a/drivers/char/synclink_gt.c +++ b/drivers/char/synclink_gt.c | |||
| @@ -306,7 +306,7 @@ struct slgt_info { | |||
| 306 | int tx_active; | 306 | int tx_active; |
| 307 | 307 | ||
| 308 | unsigned char signals; /* serial signal states */ | 308 | unsigned char signals; /* serial signal states */ |
| 309 | unsigned int init_error; /* initialization error */ | 309 | int init_error; /* initialization error */ |
| 310 | 310 | ||
| 311 | unsigned char *tx_buf; | 311 | unsigned char *tx_buf; |
| 312 | int tx_count; | 312 | int tx_count; |
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index e9bba94fc898..53d3d066554e 100644 --- a/drivers/char/tty_io.c +++ b/drivers/char/tty_io.c | |||
| @@ -303,7 +303,7 @@ static struct tty_buffer *tty_buffer_find(struct tty_struct *tty, size_t size) | |||
| 303 | t->commit = 0; | 303 | t->commit = 0; |
| 304 | t->read = 0; | 304 | t->read = 0; |
| 305 | /* DEBUG ONLY */ | 305 | /* DEBUG ONLY */ |
| 306 | memset(t->data, '*', size); | 306 | /* memset(t->data, '*', size); */ |
| 307 | /* printk("Flip recycle %p\n", t); */ | 307 | /* printk("Flip recycle %p\n", t); */ |
| 308 | return t; | 308 | return t; |
| 309 | } | 309 | } |
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 18a455651121..52f3eb45d2b9 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
| @@ -6,17 +6,29 @@ | |||
| 6 | # $Id: Kconfig,v 1.4.2.7 2005/07/08 22:05:38 dsp_llnl Exp $ | 6 | # $Id: Kconfig,v 1.4.2.7 2005/07/08 22:05:38 dsp_llnl Exp $ |
| 7 | # | 7 | # |
| 8 | 8 | ||
| 9 | menu 'EDAC - error detection and reporting (RAS)' | 9 | menu 'EDAC - error detection and reporting (RAS) (EXPERIMENTAL)' |
| 10 | 10 | ||
| 11 | config EDAC | 11 | config EDAC |
| 12 | tristate "EDAC core system error reporting" | 12 | tristate "EDAC core system error reporting (EXPERIMENTAL)" |
| 13 | depends on X86 | 13 | depends on X86 && EXPERIMENTAL |
| 14 | help | 14 | help |
| 15 | EDAC is designed to report errors in the core system. | 15 | EDAC is designed to report errors in the core system. |
| 16 | These are low-level errors that are reported in the CPU or | 16 | These are low-level errors that are reported in the CPU or |
| 17 | supporting chipset: memory errors, cache errors, PCI errors, | 17 | supporting chipset: memory errors, cache errors, PCI errors, |
| 18 | thermal throttling, etc.. If unsure, select 'Y'. | 18 | thermal throttling, etc.. If unsure, select 'Y'. |
| 19 | 19 | ||
| 20 | If this code is reporting problems on your system, please | ||
| 21 | see the EDAC project web pages for more information at: | ||
| 22 | |||
| 23 | <http://bluesmoke.sourceforge.net/> | ||
| 24 | |||
| 25 | and: | ||
| 26 | |||
| 27 | <http://buttersideup.com/edacwiki> | ||
| 28 | |||
| 29 | There is also a mailing list for the EDAC project, which can | ||
| 30 | be found via the sourceforge page. | ||
| 31 | |||
| 20 | 32 | ||
| 21 | comment "Reporting subsystems" | 33 | comment "Reporting subsystems" |
| 22 | depends on EDAC | 34 | depends on EDAC |
diff --git a/drivers/edac/edac_mc.c b/drivers/edac/edac_mc.c index b10ee4698b1d..9c205274c1cb 100644 --- a/drivers/edac/edac_mc.c +++ b/drivers/edac/edac_mc.c | |||
| @@ -38,6 +38,12 @@ | |||
| 38 | 38 | ||
| 39 | #define EDAC_MC_VERSION "edac_mc Ver: 2.0.0 " __DATE__ | 39 | #define EDAC_MC_VERSION "edac_mc Ver: 2.0.0 " __DATE__ |
| 40 | 40 | ||
| 41 | /* For now, disable the EDAC sysfs code. The sysfs interface that EDAC | ||
| 42 | * presents to user space needs more thought, and is likely to change | ||
| 43 | * substantially. | ||
| 44 | */ | ||
| 45 | #define DISABLE_EDAC_SYSFS | ||
| 46 | |||
| 41 | #ifdef CONFIG_EDAC_DEBUG | 47 | #ifdef CONFIG_EDAC_DEBUG |
| 42 | /* Values of 0 to 4 will generate output */ | 48 | /* Values of 0 to 4 will generate output */ |
| 43 | int edac_debug_level = 1; | 49 | int edac_debug_level = 1; |
| @@ -47,7 +53,7 @@ EXPORT_SYMBOL(edac_debug_level); | |||
| 47 | /* EDAC Controls, setable by module parameter, and sysfs */ | 53 | /* EDAC Controls, setable by module parameter, and sysfs */ |
| 48 | static int log_ue = 1; | 54 | static int log_ue = 1; |
| 49 | static int log_ce = 1; | 55 | static int log_ce = 1; |
| 50 | static int panic_on_ue = 1; | 56 | static int panic_on_ue; |
| 51 | static int poll_msec = 1000; | 57 | static int poll_msec = 1000; |
| 52 | 58 | ||
| 53 | static int check_pci_parity = 0; /* default YES check PCI parity */ | 59 | static int check_pci_parity = 0; /* default YES check PCI parity */ |
| @@ -77,6 +83,8 @@ static int pci_whitelist_count ; | |||
| 77 | 83 | ||
| 78 | /* START sysfs data and methods */ | 84 | /* START sysfs data and methods */ |
| 79 | 85 | ||
| 86 | #ifndef DISABLE_EDAC_SYSFS | ||
| 87 | |||
| 80 | static const char *mem_types[] = { | 88 | static const char *mem_types[] = { |
| 81 | [MEM_EMPTY] = "Empty", | 89 | [MEM_EMPTY] = "Empty", |
| 82 | [MEM_RESERVED] = "Reserved", | 90 | [MEM_RESERVED] = "Reserved", |
| @@ -132,11 +140,13 @@ static struct kobject edac_pci_kobj; | |||
| 132 | * /sys/devices/system/edac/mc; | 140 | * /sys/devices/system/edac/mc; |
| 133 | * data structures and methods | 141 | * data structures and methods |
| 134 | */ | 142 | */ |
| 143 | #if 0 | ||
| 135 | static ssize_t memctrl_string_show(void *ptr, char *buffer) | 144 | static ssize_t memctrl_string_show(void *ptr, char *buffer) |
| 136 | { | 145 | { |
| 137 | char *value = (char*) ptr; | 146 | char *value = (char*) ptr; |
| 138 | return sprintf(buffer, "%s\n", value); | 147 | return sprintf(buffer, "%s\n", value); |
| 139 | } | 148 | } |
| 149 | #endif | ||
| 140 | 150 | ||
| 141 | static ssize_t memctrl_int_show(void *ptr, char *buffer) | 151 | static ssize_t memctrl_int_show(void *ptr, char *buffer) |
| 142 | { | 152 | { |
| @@ -207,7 +217,9 @@ struct memctrl_dev_attribute attr_##_name = { \ | |||
| 207 | }; | 217 | }; |
| 208 | 218 | ||
| 209 | /* cwrow<id> attribute f*/ | 219 | /* cwrow<id> attribute f*/ |
| 220 | #if 0 | ||
| 210 | MEMCTRL_STRING_ATTR(mc_version,EDAC_MC_VERSION,S_IRUGO,memctrl_string_show,NULL); | 221 | MEMCTRL_STRING_ATTR(mc_version,EDAC_MC_VERSION,S_IRUGO,memctrl_string_show,NULL); |
| 222 | #endif | ||
| 211 | 223 | ||
| 212 | /* csrow<id> control files */ | 224 | /* csrow<id> control files */ |
| 213 | MEMCTRL_ATTR(panic_on_ue,S_IRUGO|S_IWUSR,memctrl_int_show,memctrl_int_store); | 225 | MEMCTRL_ATTR(panic_on_ue,S_IRUGO|S_IWUSR,memctrl_int_show,memctrl_int_store); |
| @@ -222,7 +234,6 @@ static struct memctrl_dev_attribute *memctrl_attr[] = { | |||
| 222 | &attr_log_ue, | 234 | &attr_log_ue, |
| 223 | &attr_log_ce, | 235 | &attr_log_ce, |
| 224 | &attr_poll_msec, | 236 | &attr_poll_msec, |
| 225 | &attr_mc_version, | ||
| 226 | NULL, | 237 | NULL, |
| 227 | }; | 238 | }; |
| 228 | 239 | ||
| @@ -238,6 +249,7 @@ static struct kobj_type ktype_memctrl = { | |||
| 238 | .default_attrs = (struct attribute **) memctrl_attr, | 249 | .default_attrs = (struct attribute **) memctrl_attr, |
| 239 | }; | 250 | }; |
| 240 | 251 | ||
| 252 | #endif /* DISABLE_EDAC_SYSFS */ | ||
| 241 | 253 | ||
| 242 | /* Initialize the main sysfs entries for edac: | 254 | /* Initialize the main sysfs entries for edac: |
| 243 | * /sys/devices/system/edac | 255 | * /sys/devices/system/edac |
| @@ -248,6 +260,11 @@ static struct kobj_type ktype_memctrl = { | |||
| 248 | * !0 FAILURE | 260 | * !0 FAILURE |
| 249 | */ | 261 | */ |
| 250 | static int edac_sysfs_memctrl_setup(void) | 262 | static int edac_sysfs_memctrl_setup(void) |
| 263 | #ifdef DISABLE_EDAC_SYSFS | ||
| 264 | { | ||
| 265 | return 0; | ||
| 266 | } | ||
| 267 | #else | ||
| 251 | { | 268 | { |
| 252 | int err=0; | 269 | int err=0; |
| 253 | 270 | ||
| @@ -280,6 +297,7 @@ static int edac_sysfs_memctrl_setup(void) | |||
| 280 | 297 | ||
| 281 | return err; | 298 | return err; |
| 282 | } | 299 | } |
| 300 | #endif /* DISABLE_EDAC_SYSFS */ | ||
| 283 | 301 | ||
| 284 | /* | 302 | /* |
| 285 | * MC teardown: | 303 | * MC teardown: |
| @@ -287,6 +305,7 @@ static int edac_sysfs_memctrl_setup(void) | |||
| 287 | */ | 305 | */ |
| 288 | static void edac_sysfs_memctrl_teardown(void) | 306 | static void edac_sysfs_memctrl_teardown(void) |
| 289 | { | 307 | { |
| 308 | #ifndef DISABLE_EDAC_SYSFS | ||
| 290 | debugf0("MC: " __FILE__ ": %s()\n", __func__); | 309 | debugf0("MC: " __FILE__ ": %s()\n", __func__); |
| 291 | 310 | ||
| 292 | /* Unregister the MC's kobject */ | 311 | /* Unregister the MC's kobject */ |
| @@ -297,8 +316,11 @@ static void edac_sysfs_memctrl_teardown(void) | |||
| 297 | 316 | ||
| 298 | /* Unregister the 'edac' object */ | 317 | /* Unregister the 'edac' object */ |
| 299 | sysdev_class_unregister(&edac_class); | 318 | sysdev_class_unregister(&edac_class); |
| 319 | #endif /* DISABLE_EDAC_SYSFS */ | ||
| 300 | } | 320 | } |
| 301 | 321 | ||
| 322 | #ifndef DISABLE_EDAC_SYSFS | ||
| 323 | |||
| 302 | /* | 324 | /* |
| 303 | * /sys/devices/system/edac/pci; | 325 | * /sys/devices/system/edac/pci; |
| 304 | * data structures and methods | 326 | * data structures and methods |
| @@ -309,6 +331,8 @@ struct list_control { | |||
| 309 | int *count; | 331 | int *count; |
| 310 | }; | 332 | }; |
| 311 | 333 | ||
| 334 | |||
| 335 | #if 0 | ||
| 312 | /* Output the list as: vendor_id:device:id<,vendor_id:device_id> */ | 336 | /* Output the list as: vendor_id:device:id<,vendor_id:device_id> */ |
| 313 | static ssize_t edac_pci_list_string_show(void *ptr, char *buffer) | 337 | static ssize_t edac_pci_list_string_show(void *ptr, char *buffer) |
| 314 | { | 338 | { |
| @@ -430,6 +454,7 @@ static ssize_t edac_pci_list_string_store(void *ptr, const char *buffer, | |||
| 430 | return count; | 454 | return count; |
| 431 | } | 455 | } |
| 432 | 456 | ||
| 457 | #endif | ||
| 433 | static ssize_t edac_pci_int_show(void *ptr, char *buffer) | 458 | static ssize_t edac_pci_int_show(void *ptr, char *buffer) |
| 434 | { | 459 | { |
| 435 | int *value = ptr; | 460 | int *value = ptr; |
| @@ -498,6 +523,7 @@ struct edac_pci_dev_attribute edac_pci_attr_##_name = { \ | |||
| 498 | .store = _store, \ | 523 | .store = _store, \ |
| 499 | }; | 524 | }; |
| 500 | 525 | ||
| 526 | #if 0 | ||
| 501 | static struct list_control pci_whitelist_control = { | 527 | static struct list_control pci_whitelist_control = { |
| 502 | .list = pci_whitelist, | 528 | .list = pci_whitelist, |
| 503 | .count = &pci_whitelist_count | 529 | .count = &pci_whitelist_count |
| @@ -520,6 +546,7 @@ EDAC_PCI_STRING_ATTR(pci_parity_blacklist, | |||
| 520 | S_IRUGO|S_IWUSR, | 546 | S_IRUGO|S_IWUSR, |
| 521 | edac_pci_list_string_show, | 547 | edac_pci_list_string_show, |
| 522 | edac_pci_list_string_store); | 548 | edac_pci_list_string_store); |
| 549 | #endif | ||
| 523 | 550 | ||
| 524 | /* PCI Parity control files */ | 551 | /* PCI Parity control files */ |
| 525 | EDAC_PCI_ATTR(check_pci_parity,S_IRUGO|S_IWUSR,edac_pci_int_show,edac_pci_int_store); | 552 | EDAC_PCI_ATTR(check_pci_parity,S_IRUGO|S_IWUSR,edac_pci_int_show,edac_pci_int_store); |
| @@ -531,8 +558,6 @@ static struct edac_pci_dev_attribute *edac_pci_attr[] = { | |||
| 531 | &edac_pci_attr_check_pci_parity, | 558 | &edac_pci_attr_check_pci_parity, |
| 532 | &edac_pci_attr_panic_on_pci_parity, | 559 | &edac_pci_attr_panic_on_pci_parity, |
| 533 | &edac_pci_attr_pci_parity_count, | 560 | &edac_pci_attr_pci_parity_count, |
| 534 | &edac_pci_attr_pci_parity_whitelist, | ||
| 535 | &edac_pci_attr_pci_parity_blacklist, | ||
| 536 | NULL, | 561 | NULL, |
| 537 | }; | 562 | }; |
| 538 | 563 | ||
| @@ -548,11 +573,18 @@ static struct kobj_type ktype_edac_pci = { | |||
| 548 | .default_attrs = (struct attribute **) edac_pci_attr, | 573 | .default_attrs = (struct attribute **) edac_pci_attr, |
| 549 | }; | 574 | }; |
| 550 | 575 | ||
| 576 | #endif /* DISABLE_EDAC_SYSFS */ | ||
| 577 | |||
| 551 | /** | 578 | /** |
| 552 | * edac_sysfs_pci_setup() | 579 | * edac_sysfs_pci_setup() |
| 553 | * | 580 | * |
| 554 | */ | 581 | */ |
| 555 | static int edac_sysfs_pci_setup(void) | 582 | static int edac_sysfs_pci_setup(void) |
| 583 | #ifdef DISABLE_EDAC_SYSFS | ||
| 584 | { | ||
| 585 | return 0; | ||
| 586 | } | ||
| 587 | #else | ||
| 556 | { | 588 | { |
| 557 | int err; | 589 | int err; |
| 558 | 590 | ||
| @@ -576,16 +608,20 @@ static int edac_sysfs_pci_setup(void) | |||
| 576 | } | 608 | } |
| 577 | return err; | 609 | return err; |
| 578 | } | 610 | } |
| 579 | 611 | #endif /* DISABLE_EDAC_SYSFS */ | |
| 580 | 612 | ||
| 581 | static void edac_sysfs_pci_teardown(void) | 613 | static void edac_sysfs_pci_teardown(void) |
| 582 | { | 614 | { |
| 615 | #ifndef DISABLE_EDAC_SYSFS | ||
| 583 | debugf0("MC: " __FILE__ ": %s()\n", __func__); | 616 | debugf0("MC: " __FILE__ ": %s()\n", __func__); |
| 584 | 617 | ||
| 585 | kobject_unregister(&edac_pci_kobj); | 618 | kobject_unregister(&edac_pci_kobj); |
| 586 | kobject_put(&edac_pci_kobj); | 619 | kobject_put(&edac_pci_kobj); |
| 620 | #endif | ||
| 587 | } | 621 | } |
| 588 | 622 | ||
| 623 | #ifndef DISABLE_EDAC_SYSFS | ||
| 624 | |||
| 589 | /* EDAC sysfs CSROW data structures and methods */ | 625 | /* EDAC sysfs CSROW data structures and methods */ |
| 590 | 626 | ||
| 591 | /* Set of more detailed csrow<id> attribute show/store functions */ | 627 | /* Set of more detailed csrow<id> attribute show/store functions */ |
| @@ -1039,6 +1075,8 @@ static struct kobj_type ktype_mci = { | |||
| 1039 | .default_attrs = (struct attribute **) mci_attr, | 1075 | .default_attrs = (struct attribute **) mci_attr, |
| 1040 | }; | 1076 | }; |
| 1041 | 1077 | ||
| 1078 | #endif /* DISABLE_EDAC_SYSFS */ | ||
| 1079 | |||
| 1042 | #define EDAC_DEVICE_SYMLINK "device" | 1080 | #define EDAC_DEVICE_SYMLINK "device" |
| 1043 | 1081 | ||
| 1044 | /* | 1082 | /* |
| @@ -1050,6 +1088,11 @@ static struct kobj_type ktype_mci = { | |||
| 1050 | * !0 Failure | 1088 | * !0 Failure |
| 1051 | */ | 1089 | */ |
| 1052 | static int edac_create_sysfs_mci_device(struct mem_ctl_info *mci) | 1090 | static int edac_create_sysfs_mci_device(struct mem_ctl_info *mci) |
| 1091 | #ifdef DISABLE_EDAC_SYSFS | ||
| 1092 | { | ||
| 1093 | return 0; | ||
| 1094 | } | ||
| 1095 | #else | ||
| 1053 | { | 1096 | { |
| 1054 | int i; | 1097 | int i; |
| 1055 | int err; | 1098 | int err; |
| @@ -1118,12 +1161,14 @@ fail: | |||
| 1118 | 1161 | ||
| 1119 | return err; | 1162 | return err; |
| 1120 | } | 1163 | } |
| 1164 | #endif /* DISABLE_EDAC_SYSFS */ | ||
| 1121 | 1165 | ||
| 1122 | /* | 1166 | /* |
| 1123 | * remove a Memory Controller instance | 1167 | * remove a Memory Controller instance |
| 1124 | */ | 1168 | */ |
| 1125 | static void edac_remove_sysfs_mci_device(struct mem_ctl_info *mci) | 1169 | static void edac_remove_sysfs_mci_device(struct mem_ctl_info *mci) |
| 1126 | { | 1170 | { |
| 1171 | #ifndef DISABLE_EDAC_SYSFS | ||
| 1127 | int i; | 1172 | int i; |
| 1128 | 1173 | ||
| 1129 | debugf0("MC: " __FILE__ ": %s()\n", __func__); | 1174 | debugf0("MC: " __FILE__ ": %s()\n", __func__); |
| @@ -1140,6 +1185,7 @@ static void edac_remove_sysfs_mci_device(struct mem_ctl_info *mci) | |||
| 1140 | 1185 | ||
| 1141 | kobject_unregister(&mci->edac_mci_kobj); | 1186 | kobject_unregister(&mci->edac_mci_kobj); |
| 1142 | kobject_put(&mci->edac_mci_kobj); | 1187 | kobject_put(&mci->edac_mci_kobj); |
| 1188 | #endif /* DISABLE_EDAC_SYSFS */ | ||
| 1143 | } | 1189 | } |
| 1144 | 1190 | ||
| 1145 | /* END OF sysfs data and methods */ | 1191 | /* END OF sysfs data and methods */ |
diff --git a/drivers/firmware/dcdbas.c b/drivers/firmware/dcdbas.c index 8ed6ddbb9c5d..4652512f7d1a 100644 --- a/drivers/firmware/dcdbas.c +++ b/drivers/firmware/dcdbas.c | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | #include "dcdbas.h" | 39 | #include "dcdbas.h" |
| 40 | 40 | ||
| 41 | #define DRIVER_NAME "dcdbas" | 41 | #define DRIVER_NAME "dcdbas" |
| 42 | #define DRIVER_VERSION "5.6.0-1" | 42 | #define DRIVER_VERSION "5.6.0-2" |
| 43 | #define DRIVER_DESCRIPTION "Dell Systems Management Base Driver" | 43 | #define DRIVER_DESCRIPTION "Dell Systems Management Base Driver" |
| 44 | 44 | ||
| 45 | static struct platform_device *dcdbas_pdev; | 45 | static struct platform_device *dcdbas_pdev; |
| @@ -581,9 +581,13 @@ static int __init dcdbas_init(void) | |||
| 581 | */ | 581 | */ |
| 582 | static void __exit dcdbas_exit(void) | 582 | static void __exit dcdbas_exit(void) |
| 583 | { | 583 | { |
| 584 | platform_device_unregister(dcdbas_pdev); | 584 | /* |
| 585 | * make sure functions that use dcdbas_pdev are called | ||
| 586 | * before platform_device_unregister | ||
| 587 | */ | ||
| 585 | unregister_reboot_notifier(&dcdbas_reboot_nb); | 588 | unregister_reboot_notifier(&dcdbas_reboot_nb); |
| 586 | smi_data_buf_free(); | 589 | smi_data_buf_free(); |
| 590 | platform_device_unregister(dcdbas_pdev); | ||
| 587 | } | 591 | } |
| 588 | 592 | ||
| 589 | module_init(dcdbas_init); | 593 | module_init(dcdbas_init); |
diff --git a/drivers/ide/legacy/ide-cs.c b/drivers/ide/legacy/ide-cs.c index 4c2af9020905..6213bd3caee5 100644 --- a/drivers/ide/legacy/ide-cs.c +++ b/drivers/ide/legacy/ide-cs.c | |||
| @@ -445,6 +445,7 @@ static struct pcmcia_device_id ide_ids[] = { | |||
| 445 | PCMCIA_DEVICE_PROD_ID12("PCMCIA", "PnPIDE", 0x281f1c5d, 0x0c694728), | 445 | PCMCIA_DEVICE_PROD_ID12("PCMCIA", "PnPIDE", 0x281f1c5d, 0x0c694728), |
| 446 | PCMCIA_DEVICE_PROD_ID12("SHUTTLE TECHNOLOGY LTD.", "PCCARD-IDE/ATAPI Adapter", 0x4a3f0ba0, 0x322560e1), | 446 | PCMCIA_DEVICE_PROD_ID12("SHUTTLE TECHNOLOGY LTD.", "PCCARD-IDE/ATAPI Adapter", 0x4a3f0ba0, 0x322560e1), |
| 447 | PCMCIA_DEVICE_PROD_ID12("TOSHIBA", "MK2001MPL", 0xb4585a1a, 0x3489e003), | 447 | PCMCIA_DEVICE_PROD_ID12("TOSHIBA", "MK2001MPL", 0xb4585a1a, 0x3489e003), |
| 448 | PCMCIA_DEVICE_PROD_ID1("TRANSCEND 512M ", 0xd0909443), | ||
| 448 | PCMCIA_DEVICE_PROD_ID12("WIT", "IDE16", 0x244e5994, 0x3e232852), | 449 | PCMCIA_DEVICE_PROD_ID12("WIT", "IDE16", 0x244e5994, 0x3e232852), |
| 449 | PCMCIA_DEVICE_PROD_ID1("STI Flash", 0xe4a13209), | 450 | PCMCIA_DEVICE_PROD_ID1("STI Flash", 0xe4a13209), |
| 450 | PCMCIA_DEVICE_PROD_ID12("STI", "Flash 5.0", 0xbf2df18d, 0x8cb57a0e), | 451 | PCMCIA_DEVICE_PROD_ID12("STI", "Flash 5.0", 0xbf2df18d, 0x8cb57a0e), |
diff --git a/drivers/ieee1394/video1394.c b/drivers/ieee1394/video1394.c index 39fb88309e8e..216dbbf1dc8e 100644 --- a/drivers/ieee1394/video1394.c +++ b/drivers/ieee1394/video1394.c | |||
| @@ -744,7 +744,7 @@ static int __video1394_ioctl(struct file *file, | |||
| 744 | if (i == ISO_CHANNELS) { | 744 | if (i == ISO_CHANNELS) { |
| 745 | PRINT(KERN_ERR, ohci->host->id, | 745 | PRINT(KERN_ERR, ohci->host->id, |
| 746 | "No free channel found"); | 746 | "No free channel found"); |
| 747 | return EAGAIN; | 747 | return -EAGAIN; |
| 748 | } | 748 | } |
| 749 | if (!(ohci->ISO_channel_usage & mask)) { | 749 | if (!(ohci->ISO_channel_usage & mask)) { |
| 750 | v.channel = i; | 750 | v.channel = i; |
diff --git a/drivers/infiniband/ulp/srp/ib_srp.c b/drivers/infiniband/ulp/srp/ib_srp.c index 2d2d4ac3525a..960dae5c87d1 100644 --- a/drivers/infiniband/ulp/srp/ib_srp.c +++ b/drivers/infiniband/ulp/srp/ib_srp.c | |||
| @@ -1155,6 +1155,12 @@ static int srp_send_tsk_mgmt(struct scsi_cmnd *scmnd, u8 func) | |||
| 1155 | 1155 | ||
| 1156 | spin_lock_irq(target->scsi_host->host_lock); | 1156 | spin_lock_irq(target->scsi_host->host_lock); |
| 1157 | 1157 | ||
| 1158 | if (target->state == SRP_TARGET_DEAD || | ||
| 1159 | target->state == SRP_TARGET_REMOVED) { | ||
| 1160 | scmnd->result = DID_BAD_TARGET << 16; | ||
| 1161 | goto out; | ||
| 1162 | } | ||
| 1163 | |||
| 1158 | if (scmnd->host_scribble == (void *) -1L) | 1164 | if (scmnd->host_scribble == (void *) -1L) |
| 1159 | goto out; | 1165 | goto out; |
| 1160 | 1166 | ||
diff --git a/drivers/input/mouse/psmouse-base.c b/drivers/input/mouse/psmouse-base.c index 19b1b0121726..ad6217467676 100644 --- a/drivers/input/mouse/psmouse-base.c +++ b/drivers/input/mouse/psmouse-base.c | |||
| @@ -58,7 +58,7 @@ static unsigned int psmouse_resetafter = 5; | |||
| 58 | module_param_named(resetafter, psmouse_resetafter, uint, 0644); | 58 | module_param_named(resetafter, psmouse_resetafter, uint, 0644); |
| 59 | MODULE_PARM_DESC(resetafter, "Reset device after so many bad packets (0 = never)."); | 59 | MODULE_PARM_DESC(resetafter, "Reset device after so many bad packets (0 = never)."); |
| 60 | 60 | ||
| 61 | static unsigned int psmouse_resync_time = 5; | 61 | static unsigned int psmouse_resync_time; |
| 62 | module_param_named(resync_time, psmouse_resync_time, uint, 0644); | 62 | module_param_named(resync_time, psmouse_resync_time, uint, 0644); |
| 63 | MODULE_PARM_DESC(resync_time, "How long can mouse stay idle before forcing resync (in seconds, 0 = never)."); | 63 | MODULE_PARM_DESC(resync_time, "How long can mouse stay idle before forcing resync (in seconds, 0 = never)."); |
| 64 | 64 | ||
diff --git a/drivers/isdn/hisax/config.c b/drivers/isdn/hisax/config.c index 8159bcecd0c2..df9d65201819 100644 --- a/drivers/isdn/hisax/config.c +++ b/drivers/isdn/hisax/config.c | |||
| @@ -1929,6 +1929,8 @@ static struct pci_device_id hisax_pci_tbl[] __initdata = { | |||
| 1929 | {PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_B00B, PCI_ANY_ID, PCI_ANY_ID}, | 1929 | {PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_B00B, PCI_ANY_ID, PCI_ANY_ID}, |
| 1930 | {PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_B00C, PCI_ANY_ID, PCI_ANY_ID}, | 1930 | {PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_B00C, PCI_ANY_ID, PCI_ANY_ID}, |
| 1931 | {PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_B100, PCI_ANY_ID, PCI_ANY_ID}, | 1931 | {PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_B100, PCI_ANY_ID, PCI_ANY_ID}, |
| 1932 | {PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_B700, PCI_ANY_ID, PCI_ANY_ID}, | ||
| 1933 | {PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_B701, PCI_ANY_ID, PCI_ANY_ID}, | ||
| 1932 | {PCI_VENDOR_ID_ABOCOM, PCI_DEVICE_ID_ABOCOM_2BD1, PCI_ANY_ID, PCI_ANY_ID}, | 1934 | {PCI_VENDOR_ID_ABOCOM, PCI_DEVICE_ID_ABOCOM_2BD1, PCI_ANY_ID, PCI_ANY_ID}, |
| 1933 | {PCI_VENDOR_ID_ASUSTEK, PCI_DEVICE_ID_ASUSTEK_0675, PCI_ANY_ID, PCI_ANY_ID}, | 1935 | {PCI_VENDOR_ID_ASUSTEK, PCI_DEVICE_ID_ASUSTEK_0675, PCI_ANY_ID, PCI_ANY_ID}, |
| 1934 | {PCI_VENDOR_ID_BERKOM, PCI_DEVICE_ID_BERKOM_T_CONCEPT, PCI_ANY_ID, PCI_ANY_ID}, | 1936 | {PCI_VENDOR_ID_BERKOM, PCI_DEVICE_ID_BERKOM_T_CONCEPT, PCI_ANY_ID, PCI_ANY_ID}, |
diff --git a/drivers/isdn/hisax/hfc_pci.c b/drivers/isdn/hisax/hfc_pci.c index 4866fc32d8d9..91d25acb5ede 100644 --- a/drivers/isdn/hisax/hfc_pci.c +++ b/drivers/isdn/hisax/hfc_pci.c | |||
| @@ -51,6 +51,8 @@ static const PCI_ENTRY id_list[] = | |||
| 51 | {PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_B00B, "Billion", "B00B"}, | 51 | {PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_B00B, "Billion", "B00B"}, |
| 52 | {PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_B00C, "Billion", "B00C"}, | 52 | {PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_B00C, "Billion", "B00C"}, |
| 53 | {PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_B100, "Seyeon", "B100"}, | 53 | {PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_B100, "Seyeon", "B100"}, |
| 54 | {PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_B700, "Primux II S0", "B700"}, | ||
| 55 | {PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_B701, "Primux II S0 NT", "B701"}, | ||
| 54 | {PCI_VENDOR_ID_ABOCOM, PCI_DEVICE_ID_ABOCOM_2BD1, "Abocom/Magitek", "2BD1"}, | 56 | {PCI_VENDOR_ID_ABOCOM, PCI_DEVICE_ID_ABOCOM_2BD1, "Abocom/Magitek", "2BD1"}, |
| 55 | {PCI_VENDOR_ID_ASUSTEK, PCI_DEVICE_ID_ASUSTEK_0675, "Asuscom/Askey", "675"}, | 57 | {PCI_VENDOR_ID_ASUSTEK, PCI_DEVICE_ID_ASUSTEK_0675, "Asuscom/Askey", "675"}, |
| 56 | {PCI_VENDOR_ID_BERKOM, PCI_DEVICE_ID_BERKOM_T_CONCEPT, "German telekom", "T-Concept"}, | 58 | {PCI_VENDOR_ID_BERKOM, PCI_DEVICE_ID_BERKOM_T_CONCEPT, "German telekom", "T-Concept"}, |
diff --git a/drivers/isdn/hisax/hfc_usb.c b/drivers/isdn/hisax/hfc_usb.c index ca5b4a3b683e..262c44127419 100644 --- a/drivers/isdn/hisax/hfc_usb.c +++ b/drivers/isdn/hisax/hfc_usb.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * hfc_usb.c | 2 | * hfc_usb.c |
| 3 | * | 3 | * |
| 4 | * $Id: hfc_usb.c,v 4.36 2005/04/08 09:55:13 martinb1 Exp $ | 4 | * $Id: hfc_usb.c,v 2.3.2.13 2006/02/17 17:17:22 mbachem Exp $ |
| 5 | * | 5 | * |
| 6 | * modular HiSax ISDN driver for Colognechip HFC-S USB chip | 6 | * modular HiSax ISDN driver for Colognechip HFC-S USB chip |
| 7 | * | 7 | * |
| @@ -45,7 +45,7 @@ | |||
| 45 | #include "hfc_usb.h" | 45 | #include "hfc_usb.h" |
| 46 | 46 | ||
| 47 | static const char *hfcusb_revision = | 47 | static const char *hfcusb_revision = |
| 48 | "$Revision: 4.36 $ $Date: 2005/04/08 09:55:13 $ "; | 48 | "$Revision: 2.3.2.13 $ $Date: 2006/02/17 17:17:22 $ "; |
| 49 | 49 | ||
| 50 | /* Hisax debug support | 50 | /* Hisax debug support |
| 51 | * use "modprobe debug=x" where x is bitfield of USB_DBG & ISDN_DBG | 51 | * use "modprobe debug=x" where x is bitfield of USB_DBG & ISDN_DBG |
| @@ -219,7 +219,7 @@ symbolic(struct hfcusb_symbolic_list list[], const int num) | |||
| 219 | for (i = 0; list[i].name != NULL; i++) | 219 | for (i = 0; list[i].name != NULL; i++) |
| 220 | if (list[i].num == num) | 220 | if (list[i].num == num) |
| 221 | return (list[i].name); | 221 | return (list[i].name); |
| 222 | return "<unkown ERROR>"; | 222 | return "<unknown ERROR>"; |
| 223 | } | 223 | } |
| 224 | 224 | ||
| 225 | 225 | ||
| @@ -235,9 +235,9 @@ ctrl_start_transfer(hfcusb_data * hfc) | |||
| 235 | hfc->ctrl_urb->transfer_buffer = NULL; | 235 | hfc->ctrl_urb->transfer_buffer = NULL; |
| 236 | hfc->ctrl_urb->transfer_buffer_length = 0; | 236 | hfc->ctrl_urb->transfer_buffer_length = 0; |
| 237 | hfc->ctrl_write.wIndex = | 237 | hfc->ctrl_write.wIndex = |
| 238 | hfc->ctrl_buff[hfc->ctrl_out_idx].hfc_reg; | 238 | cpu_to_le16(hfc->ctrl_buff[hfc->ctrl_out_idx].hfc_reg); |
| 239 | hfc->ctrl_write.wValue = | 239 | hfc->ctrl_write.wValue = |
| 240 | hfc->ctrl_buff[hfc->ctrl_out_idx].reg_val; | 240 | cpu_to_le16(hfc->ctrl_buff[hfc->ctrl_out_idx].reg_val); |
| 241 | 241 | ||
| 242 | usb_submit_urb(hfc->ctrl_urb, GFP_ATOMIC); /* start transfer */ | 242 | usb_submit_urb(hfc->ctrl_urb, GFP_ATOMIC); /* start transfer */ |
| 243 | } | 243 | } |
| @@ -1282,7 +1282,7 @@ usb_init(hfcusb_data * hfc) | |||
| 1282 | /* init the background machinery for control requests */ | 1282 | /* init the background machinery for control requests */ |
| 1283 | hfc->ctrl_read.bRequestType = 0xc0; | 1283 | hfc->ctrl_read.bRequestType = 0xc0; |
| 1284 | hfc->ctrl_read.bRequest = 1; | 1284 | hfc->ctrl_read.bRequest = 1; |
| 1285 | hfc->ctrl_read.wLength = 1; | 1285 | hfc->ctrl_read.wLength = cpu_to_le16(1); |
| 1286 | hfc->ctrl_write.bRequestType = 0x40; | 1286 | hfc->ctrl_write.bRequestType = 0x40; |
| 1287 | hfc->ctrl_write.bRequest = 0; | 1287 | hfc->ctrl_write.bRequest = 0; |
| 1288 | hfc->ctrl_write.wLength = 0; | 1288 | hfc->ctrl_write.wLength = 0; |
| @@ -1373,9 +1373,8 @@ hfc_usb_probe(struct usb_interface *intf, const struct usb_device_id *id) | |||
| 1373 | 1373 | ||
| 1374 | vend_idx = 0xffff; | 1374 | vend_idx = 0xffff; |
| 1375 | for (i = 0; hfcusb_idtab[i].idVendor; i++) { | 1375 | for (i = 0; hfcusb_idtab[i].idVendor; i++) { |
| 1376 | if (dev->descriptor.idVendor == hfcusb_idtab[i].idVendor | 1376 | if ((le16_to_cpu(dev->descriptor.idVendor) == hfcusb_idtab[i].idVendor) |
| 1377 | && dev->descriptor.idProduct == | 1377 | && (le16_to_cpu(dev->descriptor.idProduct) == hfcusb_idtab[i].idProduct)) { |
| 1378 | hfcusb_idtab[i].idProduct) { | ||
| 1379 | vend_idx = i; | 1378 | vend_idx = i; |
| 1380 | continue; | 1379 | continue; |
| 1381 | } | 1380 | } |
| @@ -1516,8 +1515,7 @@ hfc_usb_probe(struct usb_interface *intf, const struct usb_device_id *id) | |||
| 1516 | usb_transfer_mode | 1515 | usb_transfer_mode |
| 1517 | = USB_INT; | 1516 | = USB_INT; |
| 1518 | packet_size = | 1517 | packet_size = |
| 1519 | ep->desc. | 1518 | le16_to_cpu(ep->desc.wMaxPacketSize); |
| 1520 | wMaxPacketSize; | ||
| 1521 | break; | 1519 | break; |
| 1522 | case USB_ENDPOINT_XFER_BULK: | 1520 | case USB_ENDPOINT_XFER_BULK: |
| 1523 | if (ep_addr & 0x80) | 1521 | if (ep_addr & 0x80) |
| @@ -1545,8 +1543,7 @@ hfc_usb_probe(struct usb_interface *intf, const struct usb_device_id *id) | |||
| 1545 | usb_transfer_mode | 1543 | usb_transfer_mode |
| 1546 | = USB_BULK; | 1544 | = USB_BULK; |
| 1547 | packet_size = | 1545 | packet_size = |
| 1548 | ep->desc. | 1546 | le16_to_cpu(ep->desc.wMaxPacketSize); |
| 1549 | wMaxPacketSize; | ||
| 1550 | break; | 1547 | break; |
| 1551 | case USB_ENDPOINT_XFER_ISOC: | 1548 | case USB_ENDPOINT_XFER_ISOC: |
| 1552 | if (ep_addr & 0x80) | 1549 | if (ep_addr & 0x80) |
| @@ -1574,8 +1571,7 @@ hfc_usb_probe(struct usb_interface *intf, const struct usb_device_id *id) | |||
| 1574 | usb_transfer_mode | 1571 | usb_transfer_mode |
| 1575 | = USB_ISOC; | 1572 | = USB_ISOC; |
| 1576 | iso_packet_size = | 1573 | iso_packet_size = |
| 1577 | ep->desc. | 1574 | le16_to_cpu(ep->desc.wMaxPacketSize); |
| 1578 | wMaxPacketSize; | ||
| 1579 | break; | 1575 | break; |
| 1580 | default: | 1576 | default: |
| 1581 | context-> | 1577 | context-> |
| @@ -1588,10 +1584,8 @@ hfc_usb_probe(struct usb_interface *intf, const struct usb_device_id *id) | |||
| 1588 | fifonum = cidx; | 1584 | fifonum = cidx; |
| 1589 | context->fifos[cidx].hfc = | 1585 | context->fifos[cidx].hfc = |
| 1590 | context; | 1586 | context; |
| 1591 | context->fifos[cidx]. | 1587 | context->fifos[cidx].usb_packet_maxlen = |
| 1592 | usb_packet_maxlen = | 1588 | le16_to_cpu(ep->desc.wMaxPacketSize); |
| 1593 | ep->desc. | ||
| 1594 | wMaxPacketSize; | ||
| 1595 | context->fifos[cidx]. | 1589 | context->fifos[cidx]. |
| 1596 | intervall = | 1590 | intervall = |
| 1597 | ep->desc.bInterval; | 1591 | ep->desc.bInterval; |
diff --git a/drivers/isdn/i4l/isdn_tty.c b/drivers/isdn/i4l/isdn_tty.c index 393633681f49..aeaa1db74bd8 100644 --- a/drivers/isdn/i4l/isdn_tty.c +++ b/drivers/isdn/i4l/isdn_tty.c | |||
| @@ -1682,6 +1682,7 @@ isdn_tty_close(struct tty_struct *tty, struct file *filp) | |||
| 1682 | #ifdef ISDN_DEBUG_MODEM_OPEN | 1682 | #ifdef ISDN_DEBUG_MODEM_OPEN |
| 1683 | printk(KERN_DEBUG "isdn_tty_close after info->count != 0\n"); | 1683 | printk(KERN_DEBUG "isdn_tty_close after info->count != 0\n"); |
| 1684 | #endif | 1684 | #endif |
| 1685 | module_put(info->owner); | ||
| 1685 | return; | 1686 | return; |
| 1686 | } | 1687 | } |
| 1687 | info->flags |= ISDN_ASYNC_CLOSING; | 1688 | info->flags |= ISDN_ASYNC_CLOSING; |
diff --git a/drivers/macintosh/via-pmu.c b/drivers/macintosh/via-pmu.c index 6eb93e45fcd3..4a478eb0e27d 100644 --- a/drivers/macintosh/via-pmu.c +++ b/drivers/macintosh/via-pmu.c | |||
| @@ -825,7 +825,7 @@ proc_get_info(char *page, char **start, off_t off, | |||
| 825 | p += sprintf(p, "PMU driver version : %d\n", PMU_DRIVER_VERSION); | 825 | p += sprintf(p, "PMU driver version : %d\n", PMU_DRIVER_VERSION); |
| 826 | p += sprintf(p, "PMU firmware version : %02x\n", pmu_version); | 826 | p += sprintf(p, "PMU firmware version : %02x\n", pmu_version); |
| 827 | p += sprintf(p, "AC Power : %d\n", | 827 | p += sprintf(p, "AC Power : %d\n", |
| 828 | ((pmu_power_flags & PMU_PWR_AC_PRESENT) != 0)); | 828 | ((pmu_power_flags & PMU_PWR_AC_PRESENT) != 0) || pmu_battery_count == 0); |
| 829 | p += sprintf(p, "Battery count : %d\n", pmu_battery_count); | 829 | p += sprintf(p, "Battery count : %d\n", pmu_battery_count); |
| 830 | 830 | ||
| 831 | return p - page; | 831 | return p - page; |
diff --git a/drivers/macintosh/windfarm_core.c b/drivers/macintosh/windfarm_core.c index bb8d5efe19bf..6c0ba04bc57a 100644 --- a/drivers/macintosh/windfarm_core.c +++ b/drivers/macintosh/windfarm_core.c | |||
| @@ -35,6 +35,8 @@ | |||
| 35 | #include <linux/platform_device.h> | 35 | #include <linux/platform_device.h> |
| 36 | #include <linux/mutex.h> | 36 | #include <linux/mutex.h> |
| 37 | 37 | ||
| 38 | #include <asm/prom.h> | ||
| 39 | |||
| 38 | #include "windfarm.h" | 40 | #include "windfarm.h" |
| 39 | 41 | ||
| 40 | #define VERSION "0.2" | 42 | #define VERSION "0.2" |
| @@ -465,6 +467,11 @@ static int __init windfarm_core_init(void) | |||
| 465 | { | 467 | { |
| 466 | DBG("wf: core loaded\n"); | 468 | DBG("wf: core loaded\n"); |
| 467 | 469 | ||
| 470 | /* Don't register on old machines that use therm_pm72 for now */ | ||
| 471 | if (machine_is_compatible("PowerMac7,2") || | ||
| 472 | machine_is_compatible("PowerMac7,3") || | ||
| 473 | machine_is_compatible("RackMac3,1")) | ||
| 474 | return -ENODEV; | ||
| 468 | platform_device_register(&wf_platform_device); | 475 | platform_device_register(&wf_platform_device); |
| 469 | return 0; | 476 | return 0; |
| 470 | } | 477 | } |
diff --git a/drivers/macintosh/windfarm_cpufreq_clamp.c b/drivers/macintosh/windfarm_cpufreq_clamp.c index 607dbaca69c9..81337cd16e80 100644 --- a/drivers/macintosh/windfarm_cpufreq_clamp.c +++ b/drivers/macintosh/windfarm_cpufreq_clamp.c | |||
| @@ -8,6 +8,8 @@ | |||
| 8 | #include <linux/wait.h> | 8 | #include <linux/wait.h> |
| 9 | #include <linux/cpufreq.h> | 9 | #include <linux/cpufreq.h> |
| 10 | 10 | ||
| 11 | #include <asm/prom.h> | ||
| 12 | |||
| 11 | #include "windfarm.h" | 13 | #include "windfarm.h" |
| 12 | 14 | ||
| 13 | #define VERSION "0.3" | 15 | #define VERSION "0.3" |
| @@ -74,6 +76,12 @@ static int __init wf_cpufreq_clamp_init(void) | |||
| 74 | { | 76 | { |
| 75 | struct wf_control *clamp; | 77 | struct wf_control *clamp; |
| 76 | 78 | ||
| 79 | /* Don't register on old machines that use therm_pm72 for now */ | ||
| 80 | if (machine_is_compatible("PowerMac7,2") || | ||
| 81 | machine_is_compatible("PowerMac7,3") || | ||
| 82 | machine_is_compatible("RackMac3,1")) | ||
| 83 | return -ENODEV; | ||
| 84 | |||
| 77 | clamp = kmalloc(sizeof(struct wf_control), GFP_KERNEL); | 85 | clamp = kmalloc(sizeof(struct wf_control), GFP_KERNEL); |
| 78 | if (clamp == NULL) | 86 | if (clamp == NULL) |
| 79 | return -ENOMEM; | 87 | return -ENOMEM; |
diff --git a/drivers/macintosh/windfarm_lm75_sensor.c b/drivers/macintosh/windfarm_lm75_sensor.c index 906d3ecae6e6..423bfa2432c0 100644 --- a/drivers/macintosh/windfarm_lm75_sensor.c +++ b/drivers/macintosh/windfarm_lm75_sensor.c | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | #include "windfarm.h" | 26 | #include "windfarm.h" |
| 27 | 27 | ||
| 28 | #define VERSION "0.1" | 28 | #define VERSION "0.2" |
| 29 | 29 | ||
| 30 | #undef DEBUG | 30 | #undef DEBUG |
| 31 | 31 | ||
| @@ -113,6 +113,7 @@ static struct wf_lm75_sensor *wf_lm75_create(struct i2c_adapter *adapter, | |||
| 113 | const char *loc) | 113 | const char *loc) |
| 114 | { | 114 | { |
| 115 | struct wf_lm75_sensor *lm; | 115 | struct wf_lm75_sensor *lm; |
| 116 | int rc; | ||
| 116 | 117 | ||
| 117 | DBG("wf_lm75: creating %s device at address 0x%02x\n", | 118 | DBG("wf_lm75: creating %s device at address 0x%02x\n", |
| 118 | ds1775 ? "ds1775" : "lm75", addr); | 119 | ds1775 ? "ds1775" : "lm75", addr); |
| @@ -139,9 +140,11 @@ static struct wf_lm75_sensor *wf_lm75_create(struct i2c_adapter *adapter, | |||
| 139 | lm->i2c.driver = &wf_lm75_driver; | 140 | lm->i2c.driver = &wf_lm75_driver; |
| 140 | strncpy(lm->i2c.name, lm->sens.name, I2C_NAME_SIZE-1); | 141 | strncpy(lm->i2c.name, lm->sens.name, I2C_NAME_SIZE-1); |
| 141 | 142 | ||
| 142 | if (i2c_attach_client(&lm->i2c)) { | 143 | rc = i2c_attach_client(&lm->i2c); |
| 143 | printk(KERN_ERR "windfarm: failed to attach %s %s to i2c\n", | 144 | if (rc) { |
| 144 | ds1775 ? "ds1775" : "lm75", lm->i2c.name); | 145 | printk(KERN_ERR "windfarm: failed to attach %s %s to i2c," |
| 146 | " err %d\n", ds1775 ? "ds1775" : "lm75", | ||
| 147 | lm->i2c.name, rc); | ||
| 145 | goto fail; | 148 | goto fail; |
| 146 | } | 149 | } |
| 147 | 150 | ||
| @@ -175,16 +178,22 @@ static int wf_lm75_attach(struct i2c_adapter *adapter) | |||
| 175 | (dev = of_get_next_child(busnode, dev)) != NULL;) { | 178 | (dev = of_get_next_child(busnode, dev)) != NULL;) { |
| 176 | const char *loc = | 179 | const char *loc = |
| 177 | get_property(dev, "hwsensor-location", NULL); | 180 | get_property(dev, "hwsensor-location", NULL); |
| 178 | u32 *reg = (u32 *)get_property(dev, "reg", NULL); | 181 | u8 addr; |
| 179 | DBG(" dev: %s... (loc: %p, reg: %p)\n", dev->name, loc, reg); | 182 | |
| 180 | if (loc == NULL || reg == NULL) | 183 | /* We must re-match the adapter in order to properly check |
| 184 | * the channel on multibus setups | ||
| 185 | */ | ||
| 186 | if (!pmac_i2c_match_adapter(dev, adapter)) | ||
| 187 | continue; | ||
| 188 | addr = pmac_i2c_get_dev_addr(dev); | ||
| 189 | if (loc == NULL || addr == 0) | ||
| 181 | continue; | 190 | continue; |
| 182 | /* real lm75 */ | 191 | /* real lm75 */ |
| 183 | if (device_is_compatible(dev, "lm75")) | 192 | if (device_is_compatible(dev, "lm75")) |
| 184 | wf_lm75_create(adapter, *reg, 0, loc); | 193 | wf_lm75_create(adapter, addr, 0, loc); |
| 185 | /* ds1775 (compatible, better resolution */ | 194 | /* ds1775 (compatible, better resolution */ |
| 186 | else if (device_is_compatible(dev, "ds1775")) | 195 | else if (device_is_compatible(dev, "ds1775")) |
| 187 | wf_lm75_create(adapter, *reg, 1, loc); | 196 | wf_lm75_create(adapter, addr, 1, loc); |
| 188 | } | 197 | } |
| 189 | return 0; | 198 | return 0; |
| 190 | } | 199 | } |
| @@ -206,6 +215,11 @@ static int wf_lm75_detach(struct i2c_client *client) | |||
| 206 | 215 | ||
| 207 | static int __init wf_lm75_sensor_init(void) | 216 | static int __init wf_lm75_sensor_init(void) |
| 208 | { | 217 | { |
| 218 | /* Don't register on old machines that use therm_pm72 for now */ | ||
| 219 | if (machine_is_compatible("PowerMac7,2") || | ||
| 220 | machine_is_compatible("PowerMac7,3") || | ||
| 221 | machine_is_compatible("RackMac3,1")) | ||
| 222 | return -ENODEV; | ||
| 209 | return i2c_add_driver(&wf_lm75_driver); | 223 | return i2c_add_driver(&wf_lm75_driver); |
| 210 | } | 224 | } |
| 211 | 225 | ||
diff --git a/drivers/macintosh/windfarm_max6690_sensor.c b/drivers/macintosh/windfarm_max6690_sensor.c index 5b9ad6ca7cba..8e99d408fddd 100644 --- a/drivers/macintosh/windfarm_max6690_sensor.c +++ b/drivers/macintosh/windfarm_max6690_sensor.c | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | 17 | ||
| 18 | #include "windfarm.h" | 18 | #include "windfarm.h" |
| 19 | 19 | ||
| 20 | #define VERSION "0.1" | 20 | #define VERSION "0.2" |
| 21 | 21 | ||
| 22 | /* This currently only exports the external temperature sensor, | 22 | /* This currently only exports the external temperature sensor, |
| 23 | since that's all the control loops need. */ | 23 | since that's all the control loops need. */ |
| @@ -81,7 +81,7 @@ static struct wf_sensor_ops wf_max6690_ops = { | |||
| 81 | static void wf_max6690_create(struct i2c_adapter *adapter, u8 addr) | 81 | static void wf_max6690_create(struct i2c_adapter *adapter, u8 addr) |
| 82 | { | 82 | { |
| 83 | struct wf_6690_sensor *max; | 83 | struct wf_6690_sensor *max; |
| 84 | char *name = "u4-temp"; | 84 | char *name = "backside-temp"; |
| 85 | 85 | ||
| 86 | max = kzalloc(sizeof(struct wf_6690_sensor), GFP_KERNEL); | 86 | max = kzalloc(sizeof(struct wf_6690_sensor), GFP_KERNEL); |
| 87 | if (max == NULL) { | 87 | if (max == NULL) { |
| @@ -118,7 +118,6 @@ static int wf_max6690_attach(struct i2c_adapter *adapter) | |||
| 118 | struct device_node *busnode, *dev = NULL; | 118 | struct device_node *busnode, *dev = NULL; |
| 119 | struct pmac_i2c_bus *bus; | 119 | struct pmac_i2c_bus *bus; |
| 120 | const char *loc; | 120 | const char *loc; |
| 121 | u32 *reg; | ||
| 122 | 121 | ||
| 123 | bus = pmac_i2c_adapter_to_bus(adapter); | 122 | bus = pmac_i2c_adapter_to_bus(adapter); |
| 124 | if (bus == NULL) | 123 | if (bus == NULL) |
| @@ -126,16 +125,23 @@ static int wf_max6690_attach(struct i2c_adapter *adapter) | |||
| 126 | busnode = pmac_i2c_get_bus_node(bus); | 125 | busnode = pmac_i2c_get_bus_node(bus); |
| 127 | 126 | ||
| 128 | while ((dev = of_get_next_child(busnode, dev)) != NULL) { | 127 | while ((dev = of_get_next_child(busnode, dev)) != NULL) { |
| 128 | u8 addr; | ||
| 129 | |||
| 130 | /* We must re-match the adapter in order to properly check | ||
| 131 | * the channel on multibus setups | ||
| 132 | */ | ||
| 133 | if (!pmac_i2c_match_adapter(dev, adapter)) | ||
| 134 | continue; | ||
| 129 | if (!device_is_compatible(dev, "max6690")) | 135 | if (!device_is_compatible(dev, "max6690")) |
| 130 | continue; | 136 | continue; |
| 137 | addr = pmac_i2c_get_dev_addr(dev); | ||
| 131 | loc = get_property(dev, "hwsensor-location", NULL); | 138 | loc = get_property(dev, "hwsensor-location", NULL); |
| 132 | reg = (u32 *) get_property(dev, "reg", NULL); | 139 | if (loc == NULL || addr == 0) |
| 133 | if (!loc || !reg) | ||
| 134 | continue; | 140 | continue; |
| 135 | printk("found max6690, loc=%s reg=%x\n", loc, *reg); | 141 | printk("found max6690, loc=%s addr=0x%02x\n", loc, addr); |
| 136 | if (strcmp(loc, "BACKSIDE")) | 142 | if (strcmp(loc, "BACKSIDE")) |
| 137 | continue; | 143 | continue; |
| 138 | wf_max6690_create(adapter, *reg); | 144 | wf_max6690_create(adapter, addr); |
| 139 | } | 145 | } |
| 140 | 146 | ||
| 141 | return 0; | 147 | return 0; |
| @@ -153,6 +159,11 @@ static int wf_max6690_detach(struct i2c_client *client) | |||
| 153 | 159 | ||
| 154 | static int __init wf_max6690_sensor_init(void) | 160 | static int __init wf_max6690_sensor_init(void) |
| 155 | { | 161 | { |
| 162 | /* Don't register on old machines that use therm_pm72 for now */ | ||
| 163 | if (machine_is_compatible("PowerMac7,2") || | ||
| 164 | machine_is_compatible("PowerMac7,3") || | ||
| 165 | machine_is_compatible("RackMac3,1")) | ||
| 166 | return -ENODEV; | ||
| 156 | return i2c_add_driver(&wf_max6690_driver); | 167 | return i2c_add_driver(&wf_max6690_driver); |
| 157 | } | 168 | } |
| 158 | 169 | ||
diff --git a/drivers/macintosh/windfarm_pid.c b/drivers/macintosh/windfarm_pid.c index 0842432e27ad..f10efb28cae4 100644 --- a/drivers/macintosh/windfarm_pid.c +++ b/drivers/macintosh/windfarm_pid.c | |||
| @@ -143,3 +143,7 @@ s32 wf_cpu_pid_run(struct wf_cpu_pid_state *st, s32 new_power, s32 new_temp) | |||
| 143 | return st->target; | 143 | return st->target; |
| 144 | } | 144 | } |
| 145 | EXPORT_SYMBOL_GPL(wf_cpu_pid_run); | 145 | EXPORT_SYMBOL_GPL(wf_cpu_pid_run); |
| 146 | |||
| 147 | MODULE_AUTHOR("Benjamin Herrenschmidt <benh@kernel.crashing.org>"); | ||
| 148 | MODULE_DESCRIPTION("PID algorithm for PowerMacs thermal control"); | ||
| 149 | MODULE_LICENSE("GPL"); | ||
diff --git a/drivers/macintosh/windfarm_pm112.c b/drivers/macintosh/windfarm_pm112.c index c2a4e689c784..ef66bf2778ec 100644 --- a/drivers/macintosh/windfarm_pm112.c +++ b/drivers/macintosh/windfarm_pm112.c | |||
| @@ -358,6 +358,7 @@ static void backside_fan_tick(void) | |||
| 358 | return; | 358 | return; |
| 359 | if (!backside_tick) { | 359 | if (!backside_tick) { |
| 360 | /* first time; initialize things */ | 360 | /* first time; initialize things */ |
| 361 | printk(KERN_INFO "windfarm: Backside control loop started.\n"); | ||
| 361 | backside_param.min = backside_fan->ops->get_min(backside_fan); | 362 | backside_param.min = backside_fan->ops->get_min(backside_fan); |
| 362 | backside_param.max = backside_fan->ops->get_max(backside_fan); | 363 | backside_param.max = backside_fan->ops->get_max(backside_fan); |
| 363 | wf_pid_init(&backside_pid, &backside_param); | 364 | wf_pid_init(&backside_pid, &backside_param); |
| @@ -407,6 +408,7 @@ static void drive_bay_fan_tick(void) | |||
| 407 | return; | 408 | return; |
| 408 | if (!drive_bay_tick) { | 409 | if (!drive_bay_tick) { |
| 409 | /* first time; initialize things */ | 410 | /* first time; initialize things */ |
| 411 | printk(KERN_INFO "windfarm: Drive bay control loop started.\n"); | ||
| 410 | drive_bay_prm.min = drive_bay_fan->ops->get_min(drive_bay_fan); | 412 | drive_bay_prm.min = drive_bay_fan->ops->get_min(drive_bay_fan); |
| 411 | drive_bay_prm.max = drive_bay_fan->ops->get_max(drive_bay_fan); | 413 | drive_bay_prm.max = drive_bay_fan->ops->get_max(drive_bay_fan); |
| 412 | wf_pid_init(&drive_bay_pid, &drive_bay_prm); | 414 | wf_pid_init(&drive_bay_pid, &drive_bay_prm); |
| @@ -458,6 +460,7 @@ static void slots_fan_tick(void) | |||
| 458 | return; | 460 | return; |
| 459 | if (!slots_started) { | 461 | if (!slots_started) { |
| 460 | /* first time; initialize things */ | 462 | /* first time; initialize things */ |
| 463 | printk(KERN_INFO "windfarm: Slots control loop started.\n"); | ||
| 461 | wf_pid_init(&slots_pid, &slots_param); | 464 | wf_pid_init(&slots_pid, &slots_param); |
| 462 | slots_started = 1; | 465 | slots_started = 1; |
| 463 | } | 466 | } |
| @@ -504,6 +507,7 @@ static void pm112_tick(void) | |||
| 504 | 507 | ||
| 505 | if (!started) { | 508 | if (!started) { |
| 506 | started = 1; | 509 | started = 1; |
| 510 | printk(KERN_INFO "windfarm: CPUs control loops started.\n"); | ||
| 507 | for (i = 0; i < nr_cores; ++i) { | 511 | for (i = 0; i < nr_cores; ++i) { |
| 508 | if (create_cpu_loop(i) < 0) { | 512 | if (create_cpu_loop(i) < 0) { |
| 509 | failure_state = FAILURE_PERM; | 513 | failure_state = FAILURE_PERM; |
| @@ -594,8 +598,6 @@ static void pm112_new_sensor(struct wf_sensor *sr) | |||
| 594 | { | 598 | { |
| 595 | unsigned int i; | 599 | unsigned int i; |
| 596 | 600 | ||
| 597 | if (have_all_sensors) | ||
| 598 | return; | ||
| 599 | if (!strncmp(sr->name, "cpu-temp-", 9)) { | 601 | if (!strncmp(sr->name, "cpu-temp-", 9)) { |
| 600 | i = sr->name[9] - '0'; | 602 | i = sr->name[9] - '0'; |
| 601 | if (sr->name[10] == 0 && i < NR_CORES && | 603 | if (sr->name[10] == 0 && i < NR_CORES && |
| @@ -613,7 +615,7 @@ static void pm112_new_sensor(struct wf_sensor *sr) | |||
| 613 | } else if (!strcmp(sr->name, "slots-power")) { | 615 | } else if (!strcmp(sr->name, "slots-power")) { |
| 614 | if (slots_power == NULL && wf_get_sensor(sr) == 0) | 616 | if (slots_power == NULL && wf_get_sensor(sr) == 0) |
| 615 | slots_power = sr; | 617 | slots_power = sr; |
| 616 | } else if (!strcmp(sr->name, "u4-temp")) { | 618 | } else if (!strcmp(sr->name, "backside-temp")) { |
| 617 | if (u4_temp == NULL && wf_get_sensor(sr) == 0) | 619 | if (u4_temp == NULL && wf_get_sensor(sr) == 0) |
| 618 | u4_temp = sr; | 620 | u4_temp = sr; |
| 619 | } else | 621 | } else |
diff --git a/drivers/md/dm-stripe.c b/drivers/md/dm-stripe.c index ab89278a56bf..697aacafb02a 100644 --- a/drivers/md/dm-stripe.c +++ b/drivers/md/dm-stripe.c | |||
| @@ -103,9 +103,15 @@ static int stripe_ctr(struct dm_target *ti, unsigned int argc, char **argv) | |||
| 103 | return -EINVAL; | 103 | return -EINVAL; |
| 104 | } | 104 | } |
| 105 | 105 | ||
| 106 | if (((uint32_t)ti->len) & (chunk_size - 1)) { | ||
| 107 | ti->error = "dm-stripe: Target length not divisible by " | ||
| 108 | "chunk size"; | ||
| 109 | return -EINVAL; | ||
| 110 | } | ||
| 111 | |||
| 106 | width = ti->len; | 112 | width = ti->len; |
| 107 | if (sector_div(width, stripes)) { | 113 | if (sector_div(width, stripes)) { |
| 108 | ti->error = "dm-stripe: Target length not divisable by " | 114 | ti->error = "dm-stripe: Target length not divisible by " |
| 109 | "number of stripes"; | 115 | "number of stripes"; |
| 110 | return -EINVAL; | 116 | return -EINVAL; |
| 111 | } | 117 | } |
diff --git a/drivers/md/raid1.c b/drivers/md/raid1.c index d39f584cd8b3..5d88329e3c7a 100644 --- a/drivers/md/raid1.c +++ b/drivers/md/raid1.c | |||
| @@ -306,6 +306,7 @@ static int raid1_end_write_request(struct bio *bio, unsigned int bytes_done, int | |||
| 306 | r1bio_t * r1_bio = (r1bio_t *)(bio->bi_private); | 306 | r1bio_t * r1_bio = (r1bio_t *)(bio->bi_private); |
| 307 | int mirror, behind = test_bit(R1BIO_BehindIO, &r1_bio->state); | 307 | int mirror, behind = test_bit(R1BIO_BehindIO, &r1_bio->state); |
| 308 | conf_t *conf = mddev_to_conf(r1_bio->mddev); | 308 | conf_t *conf = mddev_to_conf(r1_bio->mddev); |
| 309 | struct bio *to_put = NULL; | ||
| 309 | 310 | ||
| 310 | if (bio->bi_size) | 311 | if (bio->bi_size) |
| 311 | return 1; | 312 | return 1; |
| @@ -323,6 +324,7 @@ static int raid1_end_write_request(struct bio *bio, unsigned int bytes_done, int | |||
| 323 | * this branch is our 'one mirror IO has finished' event handler: | 324 | * this branch is our 'one mirror IO has finished' event handler: |
| 324 | */ | 325 | */ |
| 325 | r1_bio->bios[mirror] = NULL; | 326 | r1_bio->bios[mirror] = NULL; |
| 327 | to_put = bio; | ||
| 326 | if (!uptodate) { | 328 | if (!uptodate) { |
| 327 | md_error(r1_bio->mddev, conf->mirrors[mirror].rdev); | 329 | md_error(r1_bio->mddev, conf->mirrors[mirror].rdev); |
| 328 | /* an I/O failed, we can't clear the bitmap */ | 330 | /* an I/O failed, we can't clear the bitmap */ |
| @@ -375,7 +377,7 @@ static int raid1_end_write_request(struct bio *bio, unsigned int bytes_done, int | |||
| 375 | /* Don't dec_pending yet, we want to hold | 377 | /* Don't dec_pending yet, we want to hold |
| 376 | * the reference over the retry | 378 | * the reference over the retry |
| 377 | */ | 379 | */ |
| 378 | return 0; | 380 | goto out; |
| 379 | } | 381 | } |
| 380 | if (test_bit(R1BIO_BehindIO, &r1_bio->state)) { | 382 | if (test_bit(R1BIO_BehindIO, &r1_bio->state)) { |
| 381 | /* free extra copy of the data pages */ | 383 | /* free extra copy of the data pages */ |
| @@ -392,10 +394,11 @@ static int raid1_end_write_request(struct bio *bio, unsigned int bytes_done, int | |||
| 392 | raid_end_bio_io(r1_bio); | 394 | raid_end_bio_io(r1_bio); |
| 393 | } | 395 | } |
| 394 | 396 | ||
| 395 | if (r1_bio->bios[mirror]==NULL) | ||
| 396 | bio_put(bio); | ||
| 397 | |||
| 398 | rdev_dec_pending(conf->mirrors[mirror].rdev, conf->mddev); | 397 | rdev_dec_pending(conf->mirrors[mirror].rdev, conf->mddev); |
| 398 | out: | ||
| 399 | if (to_put) | ||
| 400 | bio_put(to_put); | ||
| 401 | |||
| 399 | return 0; | 402 | return 0; |
| 400 | } | 403 | } |
| 401 | 404 | ||
| @@ -857,7 +860,7 @@ static int make_request(request_queue_t *q, struct bio * bio) | |||
| 857 | atomic_set(&r1_bio->remaining, 0); | 860 | atomic_set(&r1_bio->remaining, 0); |
| 858 | atomic_set(&r1_bio->behind_remaining, 0); | 861 | atomic_set(&r1_bio->behind_remaining, 0); |
| 859 | 862 | ||
| 860 | do_barriers = bio->bi_rw & BIO_RW_BARRIER; | 863 | do_barriers = bio_barrier(bio); |
| 861 | if (do_barriers) | 864 | if (do_barriers) |
| 862 | set_bit(R1BIO_Barrier, &r1_bio->state); | 865 | set_bit(R1BIO_Barrier, &r1_bio->state); |
| 863 | 866 | ||
diff --git a/drivers/media/dvb/b2c2/flexcop-fe-tuner.c b/drivers/media/dvb/b2c2/flexcop-fe-tuner.c index 390cc3a99ce6..9c7f122826e0 100644 --- a/drivers/media/dvb/b2c2/flexcop-fe-tuner.c +++ b/drivers/media/dvb/b2c2/flexcop-fe-tuner.c | |||
| @@ -526,7 +526,7 @@ int flexcop_frontend_init(struct flexcop_device *fc) | |||
| 526 | info("found the stv0297 at i2c address: 0x%02x",alps_tdee4_stv0297_config.demod_address); | 526 | info("found the stv0297 at i2c address: 0x%02x",alps_tdee4_stv0297_config.demod_address); |
| 527 | } else | 527 | } else |
| 528 | /* try the sky v2.3 (vp310/Samsung tbdu18132(tsa5059)) */ | 528 | /* try the sky v2.3 (vp310/Samsung tbdu18132(tsa5059)) */ |
| 529 | if ((fc->fe = vp310_attach(&skystar23_samsung_tbdu18132_config, &fc->i2c_adap)) != NULL) { | 529 | if ((fc->fe = vp310_mt312_attach(&skystar23_samsung_tbdu18132_config, &fc->i2c_adap)) != NULL) { |
| 530 | ops = fc->fe->ops; | 530 | ops = fc->fe->ops; |
| 531 | 531 | ||
| 532 | ops->diseqc_send_master_cmd = flexcop_diseqc_send_master_cmd; | 532 | ops->diseqc_send_master_cmd = flexcop_diseqc_send_master_cmd; |
diff --git a/drivers/media/dvb/bt8xx/bt878.c b/drivers/media/dvb/bt8xx/bt878.c index 34c3189a1a33..356f447ee2ab 100644 --- a/drivers/media/dvb/bt8xx/bt878.c +++ b/drivers/media/dvb/bt8xx/bt878.c | |||
| @@ -382,7 +382,7 @@ bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet * | |||
| 382 | EXPORT_SYMBOL(bt878_device_control); | 382 | EXPORT_SYMBOL(bt878_device_control); |
| 383 | 383 | ||
| 384 | 384 | ||
| 385 | struct cards card_list[] __devinitdata = { | 385 | static struct cards card_list[] __devinitdata = { |
| 386 | 386 | ||
| 387 | { 0x01010071, BTTV_BOARD_NEBULA_DIGITV, "Nebula Electronics DigiTV" }, | 387 | { 0x01010071, BTTV_BOARD_NEBULA_DIGITV, "Nebula Electronics DigiTV" }, |
| 388 | { 0x07611461, BTTV_BOARD_AVDVBT_761, "AverMedia AverTV DVB-T 761" }, | 388 | { 0x07611461, BTTV_BOARD_AVDVBT_761, "AverMedia AverTV DVB-T 761" }, |
diff --git a/drivers/media/dvb/bt8xx/dst.c b/drivers/media/dvb/bt8xx/dst.c index 3a2ff1cc24b7..0310e3dd07e6 100644 --- a/drivers/media/dvb/bt8xx/dst.c +++ b/drivers/media/dvb/bt8xx/dst.c | |||
| @@ -602,7 +602,7 @@ static int dst_type_print(u8 type) | |||
| 602 | 602 | ||
| 603 | */ | 603 | */ |
| 604 | 604 | ||
| 605 | struct dst_types dst_tlist[] = { | 605 | static struct dst_types dst_tlist[] = { |
| 606 | { | 606 | { |
| 607 | .device_id = "200103A", | 607 | .device_id = "200103A", |
| 608 | .offset = 0, | 608 | .offset = 0, |
diff --git a/drivers/media/dvb/dvb-core/demux.h b/drivers/media/dvb/dvb-core/demux.h index 9f025825b2d2..0c1d87c5227a 100644 --- a/drivers/media/dvb/dvb-core/demux.h +++ b/drivers/media/dvb/dvb-core/demux.h | |||
| @@ -216,7 +216,7 @@ struct dmx_frontend { | |||
| 216 | /*--------------------------------------------------------------------------*/ | 216 | /*--------------------------------------------------------------------------*/ |
| 217 | 217 | ||
| 218 | /* | 218 | /* |
| 219 | * Flags OR'ed in the capabilites field of struct dmx_demux. | 219 | * Flags OR'ed in the capabilities field of struct dmx_demux. |
| 220 | */ | 220 | */ |
| 221 | 221 | ||
| 222 | #define DMX_TS_FILTERING 1 | 222 | #define DMX_TS_FILTERING 1 |
diff --git a/drivers/media/dvb/dvb-usb/cxusb.c b/drivers/media/dvb/dvb-usb/cxusb.c index f327fac1688e..162f9795cd89 100644 --- a/drivers/media/dvb/dvb-usb/cxusb.c +++ b/drivers/media/dvb/dvb-usb/cxusb.c | |||
| @@ -282,7 +282,7 @@ static struct cx22702_config cxusb_cx22702_config = { | |||
| 282 | .pll_set = dvb_usb_pll_set_i2c, | 282 | .pll_set = dvb_usb_pll_set_i2c, |
| 283 | }; | 283 | }; |
| 284 | 284 | ||
| 285 | static struct lgdt330x_config cxusb_lgdt330x_config = { | 285 | static struct lgdt330x_config cxusb_lgdt3303_config = { |
| 286 | .demod_address = 0x0e, | 286 | .demod_address = 0x0e, |
| 287 | .demod_chip = LGDT3303, | 287 | .demod_chip = LGDT3303, |
| 288 | .pll_set = dvb_usb_pll_set_i2c, | 288 | .pll_set = dvb_usb_pll_set_i2c, |
| @@ -357,14 +357,14 @@ static int cxusb_cx22702_frontend_attach(struct dvb_usb_device *d) | |||
| 357 | return -EIO; | 357 | return -EIO; |
| 358 | } | 358 | } |
| 359 | 359 | ||
| 360 | static int cxusb_lgdt330x_frontend_attach(struct dvb_usb_device *d) | 360 | static int cxusb_lgdt3303_frontend_attach(struct dvb_usb_device *d) |
| 361 | { | 361 | { |
| 362 | if (usb_set_interface(d->udev,0,7) < 0) | 362 | if (usb_set_interface(d->udev,0,7) < 0) |
| 363 | err("set interface failed"); | 363 | err("set interface failed"); |
| 364 | 364 | ||
| 365 | cxusb_ctrl_msg(d,CMD_DIGITAL, NULL, 0, NULL, 0); | 365 | cxusb_ctrl_msg(d,CMD_DIGITAL, NULL, 0, NULL, 0); |
| 366 | 366 | ||
| 367 | if ((d->fe = lgdt330x_attach(&cxusb_lgdt330x_config, &d->i2c_adap)) != NULL) | 367 | if ((d->fe = lgdt330x_attach(&cxusb_lgdt3303_config, &d->i2c_adap)) != NULL) |
| 368 | return 0; | 368 | return 0; |
| 369 | 369 | ||
| 370 | return -EIO; | 370 | return -EIO; |
| @@ -506,7 +506,7 @@ static struct dvb_usb_properties cxusb_bluebird_lgh064f_properties = { | |||
| 506 | 506 | ||
| 507 | .streaming_ctrl = cxusb_streaming_ctrl, | 507 | .streaming_ctrl = cxusb_streaming_ctrl, |
| 508 | .power_ctrl = cxusb_power_ctrl, | 508 | .power_ctrl = cxusb_power_ctrl, |
| 509 | .frontend_attach = cxusb_lgdt330x_frontend_attach, | 509 | .frontend_attach = cxusb_lgdt3303_frontend_attach, |
| 510 | .tuner_attach = cxusb_lgh064f_tuner_attach, | 510 | .tuner_attach = cxusb_lgh064f_tuner_attach, |
| 511 | 511 | ||
| 512 | .i2c_algo = &cxusb_i2c_algo, | 512 | .i2c_algo = &cxusb_i2c_algo, |
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-init.c b/drivers/media/dvb/dvb-usb/dvb-usb-init.c index 716f8bf528cd..ce34a55e5c24 100644 --- a/drivers/media/dvb/dvb-usb/dvb-usb-init.c +++ b/drivers/media/dvb/dvb-usb/dvb-usb-init.c | |||
| @@ -47,7 +47,7 @@ static int dvb_usb_init(struct dvb_usb_device *d) | |||
| 47 | 47 | ||
| 48 | d->state = DVB_USB_STATE_INIT; | 48 | d->state = DVB_USB_STATE_INIT; |
| 49 | 49 | ||
| 50 | /* check the capabilites and set appropriate variables */ | 50 | /* check the capabilities and set appropriate variables */ |
| 51 | 51 | ||
| 52 | /* speed - when running at FULL speed we need a HW PID filter */ | 52 | /* speed - when running at FULL speed we need a HW PID filter */ |
| 53 | if (d->udev->speed == USB_SPEED_FULL && !(d->props.caps & DVB_USB_HAS_PID_FILTER)) { | 53 | if (d->udev->speed == USB_SPEED_FULL && !(d->props.caps & DVB_USB_HAS_PID_FILTER)) { |
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb.h b/drivers/media/dvb/dvb-usb/dvb-usb.h index 5e5d21ad93c9..d4909e5c67e0 100644 --- a/drivers/media/dvb/dvb-usb/dvb-usb.h +++ b/drivers/media/dvb/dvb-usb/dvb-usb.h | |||
| @@ -87,7 +87,7 @@ struct dvb_usb_device; | |||
| 87 | 87 | ||
| 88 | /** | 88 | /** |
| 89 | * struct dvb_usb_properties - properties of a dvb-usb-device | 89 | * struct dvb_usb_properties - properties of a dvb-usb-device |
| 90 | * @caps: capabilites of the DVB USB device. | 90 | * @caps: capabilities of the DVB USB device. |
| 91 | * @pid_filter_count: number of PID filter position in the optional hardware | 91 | * @pid_filter_count: number of PID filter position in the optional hardware |
| 92 | * PID-filter. | 92 | * PID-filter. |
| 93 | * | 93 | * |
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 76b6a2aef32f..c676b1e23ab0 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
| @@ -29,7 +29,7 @@ config DVB_TDA8083 | |||
| 29 | A DVB-S tuner module. Say Y when you want to support this frontend. | 29 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 30 | 30 | ||
| 31 | config DVB_MT312 | 31 | config DVB_MT312 |
| 32 | tristate "Zarlink MT312 based" | 32 | tristate "Zarlink VP310/MT312 based" |
| 33 | depends on DVB_CORE | 33 | depends on DVB_CORE |
| 34 | help | 34 | help |
| 35 | A DVB-S tuner module. Say Y when you want to support this frontend. | 35 | A DVB-S tuner module. Say Y when you want to support this frontend. |
diff --git a/drivers/media/dvb/frontends/mt312.c b/drivers/media/dvb/frontends/mt312.c index ec4e641acc64..d3aea83cf218 100644 --- a/drivers/media/dvb/frontends/mt312.c +++ b/drivers/media/dvb/frontends/mt312.c | |||
| @@ -612,76 +612,6 @@ static void mt312_release(struct dvb_frontend* fe) | |||
| 612 | kfree(state); | 612 | kfree(state); |
| 613 | } | 613 | } |
| 614 | 614 | ||
| 615 | static struct dvb_frontend_ops vp310_mt312_ops; | ||
| 616 | |||
| 617 | struct dvb_frontend* vp310_attach(const struct mt312_config* config, | ||
| 618 | struct i2c_adapter* i2c) | ||
| 619 | { | ||
| 620 | struct mt312_state* state = NULL; | ||
| 621 | |||
| 622 | /* allocate memory for the internal state */ | ||
| 623 | state = kmalloc(sizeof(struct mt312_state), GFP_KERNEL); | ||
| 624 | if (state == NULL) | ||
| 625 | goto error; | ||
| 626 | |||
| 627 | /* setup the state */ | ||
| 628 | state->config = config; | ||
| 629 | state->i2c = i2c; | ||
| 630 | memcpy(&state->ops, &vp310_mt312_ops, sizeof(struct dvb_frontend_ops)); | ||
| 631 | strcpy(state->ops.info.name, "Zarlink VP310 DVB-S"); | ||
| 632 | |||
| 633 | /* check if the demod is there */ | ||
| 634 | if (mt312_readreg(state, ID, &state->id) < 0) | ||
| 635 | goto error; | ||
| 636 | if (state->id != ID_VP310) { | ||
| 637 | goto error; | ||
| 638 | } | ||
| 639 | |||
| 640 | /* create dvb_frontend */ | ||
| 641 | state->frequency = 90; | ||
| 642 | state->frontend.ops = &state->ops; | ||
| 643 | state->frontend.demodulator_priv = state; | ||
| 644 | return &state->frontend; | ||
| 645 | |||
| 646 | error: | ||
| 647 | kfree(state); | ||
| 648 | return NULL; | ||
| 649 | } | ||
| 650 | |||
| 651 | struct dvb_frontend* mt312_attach(const struct mt312_config* config, | ||
| 652 | struct i2c_adapter* i2c) | ||
| 653 | { | ||
| 654 | struct mt312_state* state = NULL; | ||
| 655 | |||
| 656 | /* allocate memory for the internal state */ | ||
| 657 | state = kmalloc(sizeof(struct mt312_state), GFP_KERNEL); | ||
| 658 | if (state == NULL) | ||
| 659 | goto error; | ||
| 660 | |||
| 661 | /* setup the state */ | ||
| 662 | state->config = config; | ||
| 663 | state->i2c = i2c; | ||
| 664 | memcpy(&state->ops, &vp310_mt312_ops, sizeof(struct dvb_frontend_ops)); | ||
| 665 | strcpy(state->ops.info.name, "Zarlink MT312 DVB-S"); | ||
| 666 | |||
| 667 | /* check if the demod is there */ | ||
| 668 | if (mt312_readreg(state, ID, &state->id) < 0) | ||
| 669 | goto error; | ||
| 670 | if (state->id != ID_MT312) { | ||
| 671 | goto error; | ||
| 672 | } | ||
| 673 | |||
| 674 | /* create dvb_frontend */ | ||
| 675 | state->frequency = 60; | ||
| 676 | state->frontend.ops = &state->ops; | ||
| 677 | state->frontend.demodulator_priv = state; | ||
| 678 | return &state->frontend; | ||
| 679 | |||
| 680 | error: | ||
| 681 | kfree(state); | ||
| 682 | return NULL; | ||
| 683 | } | ||
| 684 | |||
| 685 | static struct dvb_frontend_ops vp310_mt312_ops = { | 615 | static struct dvb_frontend_ops vp310_mt312_ops = { |
| 686 | 616 | ||
| 687 | .info = { | 617 | .info = { |
| @@ -720,6 +650,49 @@ static struct dvb_frontend_ops vp310_mt312_ops = { | |||
| 720 | .set_voltage = mt312_set_voltage, | 650 | .set_voltage = mt312_set_voltage, |
| 721 | }; | 651 | }; |
| 722 | 652 | ||
| 653 | struct dvb_frontend* vp310_mt312_attach(const struct mt312_config* config, | ||
| 654 | struct i2c_adapter* i2c) | ||
| 655 | { | ||
| 656 | struct mt312_state* state = NULL; | ||
| 657 | |||
| 658 | /* allocate memory for the internal state */ | ||
| 659 | state = kmalloc(sizeof(struct mt312_state), GFP_KERNEL); | ||
| 660 | if (state == NULL) | ||
| 661 | goto error; | ||
| 662 | |||
| 663 | /* setup the state */ | ||
| 664 | state->config = config; | ||
| 665 | state->i2c = i2c; | ||
| 666 | memcpy(&state->ops, &vp310_mt312_ops, sizeof(struct dvb_frontend_ops)); | ||
| 667 | |||
| 668 | /* check if the demod is there */ | ||
| 669 | if (mt312_readreg(state, ID, &state->id) < 0) | ||
| 670 | goto error; | ||
| 671 | |||
| 672 | switch (state->id) { | ||
| 673 | case ID_VP310: | ||
| 674 | strcpy(state->ops.info.name, "Zarlink VP310 DVB-S"); | ||
| 675 | state->frequency = 90; | ||
| 676 | break; | ||
| 677 | case ID_MT312: | ||
| 678 | strcpy(state->ops.info.name, "Zarlink MT312 DVB-S"); | ||
| 679 | state->frequency = 60; | ||
| 680 | break; | ||
| 681 | default: | ||
| 682 | printk (KERN_WARNING "Only Zarlink VP310/MT312 are supported chips.\n"); | ||
| 683 | goto error; | ||
| 684 | } | ||
| 685 | |||
| 686 | /* create dvb_frontend */ | ||
| 687 | state->frontend.ops = &state->ops; | ||
| 688 | state->frontend.demodulator_priv = state; | ||
| 689 | return &state->frontend; | ||
| 690 | |||
| 691 | error: | ||
| 692 | kfree(state); | ||
| 693 | return NULL; | ||
| 694 | } | ||
| 695 | |||
| 723 | module_param(debug, int, 0644); | 696 | module_param(debug, int, 0644); |
| 724 | MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off)."); | 697 | MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off)."); |
| 725 | 698 | ||
| @@ -727,5 +700,4 @@ MODULE_DESCRIPTION("Zarlink VP310/MT312 DVB-S Demodulator driver"); | |||
| 727 | MODULE_AUTHOR("Andreas Oberritter <obi@linuxtv.org>"); | 700 | MODULE_AUTHOR("Andreas Oberritter <obi@linuxtv.org>"); |
| 728 | MODULE_LICENSE("GPL"); | 701 | MODULE_LICENSE("GPL"); |
| 729 | 702 | ||
| 730 | EXPORT_SYMBOL(mt312_attach); | 703 | EXPORT_SYMBOL(vp310_mt312_attach); |
| 731 | EXPORT_SYMBOL(vp310_attach); | ||
diff --git a/drivers/media/dvb/frontends/mt312.h b/drivers/media/dvb/frontends/mt312.h index b3a53a73a117..074d844f0139 100644 --- a/drivers/media/dvb/frontends/mt312.h +++ b/drivers/media/dvb/frontends/mt312.h | |||
| @@ -38,10 +38,8 @@ struct mt312_config | |||
| 38 | int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params); | 38 | int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params); |
| 39 | }; | 39 | }; |
| 40 | 40 | ||
| 41 | extern struct dvb_frontend* mt312_attach(const struct mt312_config* config, | 41 | struct dvb_frontend* vp310_mt312_attach(const struct mt312_config* config, |
| 42 | struct i2c_adapter* i2c); | 42 | struct i2c_adapter* i2c); |
| 43 | 43 | ||
| 44 | extern struct dvb_frontend* vp310_attach(const struct mt312_config* config, | ||
| 45 | struct i2c_adapter* i2c); | ||
| 46 | 44 | ||
| 47 | #endif // MT312_H | 45 | #endif // MT312_H |
diff --git a/drivers/media/dvb/frontends/stv0297.c b/drivers/media/dvb/frontends/stv0297.c index 6122ba754bc5..eb15676d374f 100644 --- a/drivers/media/dvb/frontends/stv0297.c +++ b/drivers/media/dvb/frontends/stv0297.c | |||
| @@ -393,10 +393,6 @@ static int stv0297_set_frontend(struct dvb_frontend *fe, struct dvb_frontend_par | |||
| 393 | break; | 393 | break; |
| 394 | 394 | ||
| 395 | case QAM_128: | 395 | case QAM_128: |
| 396 | delay = 150; | ||
| 397 | sweeprate = 1000; | ||
| 398 | break; | ||
| 399 | |||
| 400 | case QAM_256: | 396 | case QAM_256: |
| 401 | delay = 200; | 397 | delay = 200; |
| 402 | sweeprate = 500; | 398 | sweeprate = 500; |
diff --git a/drivers/media/dvb/ttpci/av7110.c b/drivers/media/dvb/ttpci/av7110.c index d36369e9e88f..7c6ccb96b157 100644 --- a/drivers/media/dvb/ttpci/av7110.c +++ b/drivers/media/dvb/ttpci/av7110.c | |||
| @@ -1439,7 +1439,7 @@ static int check_firmware(struct av7110* av7110) | |||
| 1439 | len = ntohl(*(u32*) ptr); | 1439 | len = ntohl(*(u32*) ptr); |
| 1440 | ptr += 4; | 1440 | ptr += 4; |
| 1441 | if (len >= 512) { | 1441 | if (len >= 512) { |
| 1442 | printk("dvb-ttpci: dpram file is way to big.\n"); | 1442 | printk("dvb-ttpci: dpram file is way too big.\n"); |
| 1443 | return -EINVAL; | 1443 | return -EINVAL; |
| 1444 | } | 1444 | } |
| 1445 | if (crc != crc32_le(0, ptr, len)) { | 1445 | if (crc != crc32_le(0, ptr, len)) { |
| @@ -2477,7 +2477,8 @@ static int frontend_init(struct av7110 *av7110) | |||
| 2477 | * The same behaviour of missing VSYNC can be duplicated on budget | 2477 | * The same behaviour of missing VSYNC can be duplicated on budget |
| 2478 | * cards, by seting DD1_INIT trigger mode 7 in 3rd nibble. | 2478 | * cards, by seting DD1_INIT trigger mode 7 in 3rd nibble. |
| 2479 | */ | 2479 | */ |
| 2480 | static int av7110_attach(struct saa7146_dev* dev, struct saa7146_pci_extension_data *pci_ext) | 2480 | static int __devinit av7110_attach(struct saa7146_dev* dev, |
| 2481 | struct saa7146_pci_extension_data *pci_ext) | ||
| 2481 | { | 2482 | { |
| 2482 | const int length = TS_WIDTH * TS_HEIGHT; | 2483 | const int length = TS_WIDTH * TS_HEIGHT; |
| 2483 | struct pci_dev *pdev = dev->pci; | 2484 | struct pci_dev *pdev = dev->pci; |
| @@ -2827,7 +2828,7 @@ err_kfree_0: | |||
| 2827 | goto out; | 2828 | goto out; |
| 2828 | } | 2829 | } |
| 2829 | 2830 | ||
| 2830 | static int av7110_detach(struct saa7146_dev* saa) | 2831 | static int __devexit av7110_detach(struct saa7146_dev* saa) |
| 2831 | { | 2832 | { |
| 2832 | struct av7110 *av7110 = saa->ext_priv; | 2833 | struct av7110 *av7110 = saa->ext_priv; |
| 2833 | dprintk(4, "%p\n", av7110); | 2834 | dprintk(4, "%p\n", av7110); |
| @@ -2974,7 +2975,7 @@ static struct saa7146_extension av7110_extension = { | |||
| 2974 | .module = THIS_MODULE, | 2975 | .module = THIS_MODULE, |
| 2975 | .pci_tbl = &pci_tbl[0], | 2976 | .pci_tbl = &pci_tbl[0], |
| 2976 | .attach = av7110_attach, | 2977 | .attach = av7110_attach, |
| 2977 | .detach = av7110_detach, | 2978 | .detach = __devexit_p(av7110_detach), |
| 2978 | 2979 | ||
| 2979 | .irq_mask = MASK_19 | MASK_03 | MASK_10, | 2980 | .irq_mask = MASK_19 | MASK_03 | MASK_10, |
| 2980 | .irq_func = av7110_irq, | 2981 | .irq_func = av7110_irq, |
diff --git a/drivers/media/dvb/ttpci/av7110_hw.c b/drivers/media/dvb/ttpci/av7110_hw.c index b2e63e9fc053..0bb6e74ae7f0 100644 --- a/drivers/media/dvb/ttpci/av7110_hw.c +++ b/drivers/media/dvb/ttpci/av7110_hw.c | |||
| @@ -245,6 +245,9 @@ int av7110_bootarm(struct av7110 *av7110) | |||
| 245 | 245 | ||
| 246 | /* test DEBI */ | 246 | /* test DEBI */ |
| 247 | iwdebi(av7110, DEBISWAP, DPRAM_BASE, 0x76543210, 4); | 247 | iwdebi(av7110, DEBISWAP, DPRAM_BASE, 0x76543210, 4); |
| 248 | /* FIXME: Why does Nexus CA require 2x iwdebi for first init? */ | ||
| 249 | iwdebi(av7110, DEBISWAP, DPRAM_BASE, 0x76543210, 4); | ||
| 250 | |||
| 248 | if ((ret=irdebi(av7110, DEBINOSWAP, DPRAM_BASE, 0, 4)) != 0x10325476) { | 251 | if ((ret=irdebi(av7110, DEBINOSWAP, DPRAM_BASE, 0, 4)) != 0x10325476) { |
| 249 | printk(KERN_ERR "dvb-ttpci: debi test in av7110_bootarm() failed: " | 252 | printk(KERN_ERR "dvb-ttpci: debi test in av7110_bootarm() failed: " |
| 250 | "%08x != %08x (check your BIOS 'Plug&Play OS' settings)\n", | 253 | "%08x != %08x (check your BIOS 'Plug&Play OS' settings)\n", |
diff --git a/drivers/media/dvb/ttpci/av7110_ir.c b/drivers/media/dvb/ttpci/av7110_ir.c index 617e4f6c0ed7..d54bbcdde2cc 100644 --- a/drivers/media/dvb/ttpci/av7110_ir.c +++ b/drivers/media/dvb/ttpci/av7110_ir.c | |||
| @@ -208,7 +208,7 @@ static void ir_handler(struct av7110 *av7110, u32 ircom) | |||
| 208 | } | 208 | } |
| 209 | 209 | ||
| 210 | 210 | ||
| 211 | int __init av7110_ir_init(struct av7110 *av7110) | 211 | int __devinit av7110_ir_init(struct av7110 *av7110) |
| 212 | { | 212 | { |
| 213 | static struct proc_dir_entry *e; | 213 | static struct proc_dir_entry *e; |
| 214 | 214 | ||
| @@ -248,7 +248,7 @@ int __init av7110_ir_init(struct av7110 *av7110) | |||
| 248 | } | 248 | } |
| 249 | 249 | ||
| 250 | 250 | ||
| 251 | void __exit av7110_ir_exit(struct av7110 *av7110) | 251 | void __devexit av7110_ir_exit(struct av7110 *av7110) |
| 252 | { | 252 | { |
| 253 | int i; | 253 | int i; |
| 254 | 254 | ||
diff --git a/drivers/media/video/cpia.c b/drivers/media/video/cpia.c index 9f59541155d9..85d964b5b33c 100644 --- a/drivers/media/video/cpia.c +++ b/drivers/media/video/cpia.c | |||
| @@ -3369,7 +3369,7 @@ static int cpia_do_ioctl(struct inode *inode, struct file *file, | |||
| 3369 | //DBG("cpia_ioctl: %u\n", ioctlnr); | 3369 | //DBG("cpia_ioctl: %u\n", ioctlnr); |
| 3370 | 3370 | ||
| 3371 | switch (ioctlnr) { | 3371 | switch (ioctlnr) { |
| 3372 | /* query capabilites */ | 3372 | /* query capabilities */ |
| 3373 | case VIDIOCGCAP: | 3373 | case VIDIOCGCAP: |
| 3374 | { | 3374 | { |
| 3375 | struct video_capability *b = arg; | 3375 | struct video_capability *b = arg; |
diff --git a/drivers/media/video/cx25840/cx25840-core.c b/drivers/media/video/cx25840/cx25840-core.c index 08ffd1f325fc..5588b9a5c430 100644 --- a/drivers/media/video/cx25840/cx25840-core.c +++ b/drivers/media/video/cx25840/cx25840-core.c | |||
| @@ -567,7 +567,7 @@ static struct v4l2_queryctrl cx25840_qctrl[] = { | |||
| 567 | .type = V4L2_CTRL_TYPE_INTEGER, | 567 | .type = V4L2_CTRL_TYPE_INTEGER, |
| 568 | .name = "Contrast", | 568 | .name = "Contrast", |
| 569 | .minimum = 0, | 569 | .minimum = 0, |
| 570 | .maximum = 255, | 570 | .maximum = 127, |
| 571 | .step = 1, | 571 | .step = 1, |
| 572 | .default_value = 64, | 572 | .default_value = 64, |
| 573 | .flags = 0, | 573 | .flags = 0, |
| @@ -576,7 +576,7 @@ static struct v4l2_queryctrl cx25840_qctrl[] = { | |||
| 576 | .type = V4L2_CTRL_TYPE_INTEGER, | 576 | .type = V4L2_CTRL_TYPE_INTEGER, |
| 577 | .name = "Saturation", | 577 | .name = "Saturation", |
| 578 | .minimum = 0, | 578 | .minimum = 0, |
| 579 | .maximum = 255, | 579 | .maximum = 127, |
| 580 | .step = 1, | 580 | .step = 1, |
| 581 | .default_value = 64, | 581 | .default_value = 64, |
| 582 | .flags = 0, | 582 | .flags = 0, |
diff --git a/drivers/media/video/cx88/Kconfig b/drivers/media/video/cx88/Kconfig index e99dfbbf3e95..87d79df05336 100644 --- a/drivers/media/video/cx88/Kconfig +++ b/drivers/media/video/cx88/Kconfig | |||
| @@ -15,20 +15,6 @@ config VIDEO_CX88 | |||
| 15 | To compile this driver as a module, choose M here: the | 15 | To compile this driver as a module, choose M here: the |
| 16 | module will be called cx8800 | 16 | module will be called cx8800 |
| 17 | 17 | ||
| 18 | config VIDEO_CX88_DVB | ||
| 19 | tristate "DVB/ATSC Support for cx2388x based TV cards" | ||
| 20 | depends on VIDEO_CX88 && DVB_CORE | ||
| 21 | select VIDEO_BUF_DVB | ||
| 22 | ---help--- | ||
| 23 | This adds support for DVB/ATSC cards based on the | ||
| 24 | Connexant 2388x chip. | ||
| 25 | |||
| 26 | To compile this driver as a module, choose M here: the | ||
| 27 | module will be called cx88-dvb. | ||
| 28 | |||
| 29 | You must also select one or more DVB/ATSC demodulators. | ||
| 30 | If you are unsure which you need, choose all of them. | ||
| 31 | |||
| 32 | config VIDEO_CX88_ALSA | 18 | config VIDEO_CX88_ALSA |
| 33 | tristate "ALSA DMA audio support" | 19 | tristate "ALSA DMA audio support" |
| 34 | depends on VIDEO_CX88 && SND && EXPERIMENTAL | 20 | depends on VIDEO_CX88 && SND && EXPERIMENTAL |
| @@ -44,6 +30,20 @@ config VIDEO_CX88_ALSA | |||
| 44 | To compile this driver as a module, choose M here: the | 30 | To compile this driver as a module, choose M here: the |
| 45 | module will be called cx88-alsa. | 31 | module will be called cx88-alsa. |
| 46 | 32 | ||
| 33 | config VIDEO_CX88_DVB | ||
| 34 | tristate "DVB/ATSC Support for cx2388x based TV cards" | ||
| 35 | depends on VIDEO_CX88 && DVB_CORE | ||
| 36 | select VIDEO_BUF_DVB | ||
| 37 | ---help--- | ||
| 38 | This adds support for DVB/ATSC cards based on the | ||
| 39 | Connexant 2388x chip. | ||
| 40 | |||
| 41 | To compile this driver as a module, choose M here: the | ||
| 42 | module will be called cx88-dvb. | ||
| 43 | |||
| 44 | You must also select one or more DVB/ATSC demodulators. | ||
| 45 | If you are unsure which you need, choose all of them. | ||
| 46 | |||
| 47 | config VIDEO_CX88_DVB_ALL_FRONTENDS | 47 | config VIDEO_CX88_DVB_ALL_FRONTENDS |
| 48 | bool "Build all supported frontends for cx2388x based TV cards" | 48 | bool "Build all supported frontends for cx2388x based TV cards" |
| 49 | default y | 49 | default y |
diff --git a/drivers/media/video/em28xx/em28xx-video.c b/drivers/media/video/em28xx/em28xx-video.c index 94a14a2bb6d6..5b267808a9d4 100644 --- a/drivers/media/video/em28xx/em28xx-video.c +++ b/drivers/media/video/em28xx/em28xx-video.c | |||
| @@ -367,6 +367,9 @@ static int em28xx_v4l2_open(struct inode *inode, struct file *filp) | |||
| 367 | em28xx_capture_start(dev, 1); | 367 | em28xx_capture_start(dev, 1); |
| 368 | em28xx_resolution_set(dev); | 368 | em28xx_resolution_set(dev); |
| 369 | 369 | ||
| 370 | /* device needs to be initialized before isoc transfer */ | ||
| 371 | video_mux(dev, 0); | ||
| 372 | |||
| 370 | /* start the transfer */ | 373 | /* start the transfer */ |
| 371 | errCode = em28xx_init_isoc(dev); | 374 | errCode = em28xx_init_isoc(dev); |
| 372 | if (errCode) | 375 | if (errCode) |
diff --git a/drivers/media/video/mxb.c b/drivers/media/video/mxb.c index 8416ceff524b..41715cacf926 100644 --- a/drivers/media/video/mxb.c +++ b/drivers/media/video/mxb.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | mxb - v4l2 driver for the Multimedia eXtension Board | 2 | mxb - v4l2 driver for the Multimedia eXtension Board |
| 3 | 3 | ||
| 4 | Copyright (C) 1998-2003 Michael Hunold <michael@mihu.de> | 4 | Copyright (C) 1998-2006 Michael Hunold <michael@mihu.de> |
| 5 | 5 | ||
| 6 | Visit http://www.mihu.de/linux/saa7146/mxb/ | 6 | Visit http://www.mihu.de/linux/saa7146/mxb/ |
| 7 | for further details about this card. | 7 | for further details about this card. |
| @@ -327,6 +327,7 @@ static int mxb_init_done(struct saa7146_dev* dev) | |||
| 327 | struct video_decoder_init init; | 327 | struct video_decoder_init init; |
| 328 | struct i2c_msg msg; | 328 | struct i2c_msg msg; |
| 329 | struct tuner_setup tun_setup; | 329 | struct tuner_setup tun_setup; |
| 330 | v4l2_std_id std = V4L2_STD_PAL_BG; | ||
| 330 | 331 | ||
| 331 | int i = 0, err = 0; | 332 | int i = 0, err = 0; |
| 332 | struct tea6415c_multiplex vm; | 333 | struct tea6415c_multiplex vm; |
| @@ -361,6 +362,9 @@ static int mxb_init_done(struct saa7146_dev* dev) | |||
| 361 | mxb->tuner->driver->command(mxb->tuner, VIDIOC_S_FREQUENCY, | 362 | mxb->tuner->driver->command(mxb->tuner, VIDIOC_S_FREQUENCY, |
| 362 | &mxb->cur_freq); | 363 | &mxb->cur_freq); |
| 363 | 364 | ||
| 365 | /* set a default video standard */ | ||
| 366 | mxb->tuner->driver->command(mxb->tuner, VIDIOC_S_STD, &std); | ||
| 367 | |||
| 364 | /* mute audio on tea6420s */ | 368 | /* mute audio on tea6420s */ |
| 365 | mxb->tea6420_1->driver->command(mxb->tea6420_1,TEA6420_SWITCH, &TEA6420_line[6][0]); | 369 | mxb->tea6420_1->driver->command(mxb->tea6420_1,TEA6420_SWITCH, &TEA6420_line[6][0]); |
| 366 | mxb->tea6420_2->driver->command(mxb->tea6420_2,TEA6420_SWITCH, &TEA6420_line[6][1]); | 370 | mxb->tea6420_2->driver->command(mxb->tea6420_2,TEA6420_SWITCH, &TEA6420_line[6][1]); |
| @@ -921,17 +925,21 @@ static int std_callback(struct saa7146_dev* dev, struct saa7146_standard *std) | |||
| 921 | int one = 1; | 925 | int one = 1; |
| 922 | 926 | ||
| 923 | if(V4L2_STD_PAL_I == std->id ) { | 927 | if(V4L2_STD_PAL_I == std->id ) { |
| 928 | v4l2_std_id std = V4L2_STD_PAL_I; | ||
| 924 | DEB_D(("VIDIOC_S_STD: setting mxb for PAL_I.\n")); | 929 | DEB_D(("VIDIOC_S_STD: setting mxb for PAL_I.\n")); |
| 925 | /* set the 7146 gpio register -- I don't know what this does exactly */ | 930 | /* set the 7146 gpio register -- I don't know what this does exactly */ |
| 926 | saa7146_write(dev, GPIO_CTRL, 0x00404050); | 931 | saa7146_write(dev, GPIO_CTRL, 0x00404050); |
| 927 | /* unset the 7111 gpio register -- I don't know what this does exactly */ | 932 | /* unset the 7111 gpio register -- I don't know what this does exactly */ |
| 928 | mxb->saa7111a->driver->command(mxb->saa7111a,DECODER_SET_GPIO, &zero); | 933 | mxb->saa7111a->driver->command(mxb->saa7111a,DECODER_SET_GPIO, &zero); |
| 934 | mxb->tuner->driver->command(mxb->tuner, VIDIOC_S_STD, &std); | ||
| 929 | } else { | 935 | } else { |
| 936 | v4l2_std_id std = V4L2_STD_PAL_BG; | ||
| 930 | DEB_D(("VIDIOC_S_STD: setting mxb for PAL/NTSC/SECAM.\n")); | 937 | DEB_D(("VIDIOC_S_STD: setting mxb for PAL/NTSC/SECAM.\n")); |
| 931 | /* set the 7146 gpio register -- I don't know what this does exactly */ | 938 | /* set the 7146 gpio register -- I don't know what this does exactly */ |
| 932 | saa7146_write(dev, GPIO_CTRL, 0x00404050); | 939 | saa7146_write(dev, GPIO_CTRL, 0x00404050); |
| 933 | /* set the 7111 gpio register -- I don't know what this does exactly */ | 940 | /* set the 7111 gpio register -- I don't know what this does exactly */ |
| 934 | mxb->saa7111a->driver->command(mxb->saa7111a,DECODER_SET_GPIO, &one); | 941 | mxb->saa7111a->driver->command(mxb->saa7111a,DECODER_SET_GPIO, &one); |
| 942 | mxb->tuner->driver->command(mxb->tuner, VIDIOC_S_STD, &std); | ||
| 935 | } | 943 | } |
| 936 | return 0; | 944 | return 0; |
| 937 | } | 945 | } |
diff --git a/drivers/media/video/saa7115.c b/drivers/media/video/saa7115.c index 048d000941c7..ffd87ce55556 100644 --- a/drivers/media/video/saa7115.c +++ b/drivers/media/video/saa7115.c | |||
| @@ -1027,7 +1027,7 @@ static struct v4l2_queryctrl saa7115_qctrl[] = { | |||
| 1027 | .type = V4L2_CTRL_TYPE_INTEGER, | 1027 | .type = V4L2_CTRL_TYPE_INTEGER, |
| 1028 | .name = "Contrast", | 1028 | .name = "Contrast", |
| 1029 | .minimum = 0, | 1029 | .minimum = 0, |
| 1030 | .maximum = 255, | 1030 | .maximum = 127, |
| 1031 | .step = 1, | 1031 | .step = 1, |
| 1032 | .default_value = 64, | 1032 | .default_value = 64, |
| 1033 | .flags = 0, | 1033 | .flags = 0, |
| @@ -1036,7 +1036,7 @@ static struct v4l2_queryctrl saa7115_qctrl[] = { | |||
| 1036 | .type = V4L2_CTRL_TYPE_INTEGER, | 1036 | .type = V4L2_CTRL_TYPE_INTEGER, |
| 1037 | .name = "Saturation", | 1037 | .name = "Saturation", |
| 1038 | .minimum = 0, | 1038 | .minimum = 0, |
| 1039 | .maximum = 255, | 1039 | .maximum = 127, |
| 1040 | .step = 1, | 1040 | .step = 1, |
| 1041 | .default_value = 64, | 1041 | .default_value = 64, |
| 1042 | .flags = 0, | 1042 | .flags = 0, |
diff --git a/drivers/media/video/saa7134/saa7134-alsa.c b/drivers/media/video/saa7134/saa7134-alsa.c index a7a6ab9298a9..7df5e0826e12 100644 --- a/drivers/media/video/saa7134/saa7134-alsa.c +++ b/drivers/media/video/saa7134/saa7134-alsa.c | |||
| @@ -54,10 +54,12 @@ MODULE_PARM_DESC(debug,"enable debug messages [alsa]"); | |||
| 54 | 54 | ||
| 55 | static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ | 55 | static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ |
| 56 | static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ | 56 | static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ |
| 57 | static int enable[SNDRV_CARDS] = {1, [1 ... (SNDRV_CARDS - 1)] = 0}; | 57 | static int enable[SNDRV_CARDS] = {1, [1 ... (SNDRV_CARDS - 1)] = 1}; |
| 58 | 58 | ||
| 59 | module_param_array(index, int, NULL, 0444); | 59 | module_param_array(index, int, NULL, 0444); |
| 60 | module_param_array(enable, int, NULL, 0444); | ||
| 60 | MODULE_PARM_DESC(index, "Index value for SAA7134 capture interface(s)."); | 61 | MODULE_PARM_DESC(index, "Index value for SAA7134 capture interface(s)."); |
| 62 | MODULE_PARM_DESC(enable, "Enable (or not) the SAA7134 capture interface(s)."); | ||
| 61 | 63 | ||
| 62 | #define dprintk(fmt, arg...) if (debug) \ | 64 | #define dprintk(fmt, arg...) if (debug) \ |
| 63 | printk(KERN_DEBUG "%s/alsa: " fmt, dev->name , ##arg) | 65 | printk(KERN_DEBUG "%s/alsa: " fmt, dev->name , ##arg) |
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c index 5a35d3b6550d..6bc63a4086c1 100644 --- a/drivers/media/video/saa7134/saa7134-cards.c +++ b/drivers/media/video/saa7134/saa7134-cards.c | |||
| @@ -977,7 +977,7 @@ struct saa7134_board saa7134_boards[] = { | |||
| 977 | .radio_type = UNSET, | 977 | .radio_type = UNSET, |
| 978 | .tuner_addr = ADDR_UNSET, | 978 | .tuner_addr = ADDR_UNSET, |
| 979 | .radio_addr = ADDR_UNSET, | 979 | .radio_addr = ADDR_UNSET, |
| 980 | .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER | TDA9887_PORT2_ACTIVE, | 980 | .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER | TDA9887_PORT2_INACTIVE, |
| 981 | .inputs = {{ | 981 | .inputs = {{ |
| 982 | .name = name_tv, | 982 | .name = name_tv, |
| 983 | .vmux = 3, | 983 | .vmux = 3, |
| @@ -1666,7 +1666,7 @@ struct saa7134_board saa7134_boards[] = { | |||
| 1666 | .radio_type = UNSET, | 1666 | .radio_type = UNSET, |
| 1667 | .tuner_addr = ADDR_UNSET, | 1667 | .tuner_addr = ADDR_UNSET, |
| 1668 | .radio_addr = ADDR_UNSET, | 1668 | .radio_addr = ADDR_UNSET, |
| 1669 | .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER | TDA9887_PORT2_ACTIVE, | 1669 | .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER | TDA9887_PORT2_INACTIVE, |
| 1670 | .mpeg = SAA7134_MPEG_DVB, | 1670 | .mpeg = SAA7134_MPEG_DVB, |
| 1671 | .inputs = {{ | 1671 | .inputs = {{ |
| 1672 | .name = name_tv, | 1672 | .name = name_tv, |
| @@ -2187,7 +2187,7 @@ struct saa7134_board saa7134_boards[] = { | |||
| 2187 | .radio_type = UNSET, | 2187 | .radio_type = UNSET, |
| 2188 | .tuner_addr = 0x61, | 2188 | .tuner_addr = 0x61, |
| 2189 | .radio_addr = ADDR_UNSET, | 2189 | .radio_addr = ADDR_UNSET, |
| 2190 | .tda9887_conf = TDA9887_PRESENT, | 2190 | .tda9887_conf = TDA9887_PRESENT | TDA9887_PORT1_ACTIVE, |
| 2191 | .mpeg = SAA7134_MPEG_DVB, | 2191 | .mpeg = SAA7134_MPEG_DVB, |
| 2192 | .inputs = {{ | 2192 | .inputs = {{ |
| 2193 | .name = name_tv, | 2193 | .name = name_tv, |
| @@ -2211,7 +2211,7 @@ struct saa7134_board saa7134_boards[] = { | |||
| 2211 | .radio_type = UNSET, | 2211 | .radio_type = UNSET, |
| 2212 | .tuner_addr = 0x61, | 2212 | .tuner_addr = 0x61, |
| 2213 | .radio_addr = ADDR_UNSET, | 2213 | .radio_addr = ADDR_UNSET, |
| 2214 | .tda9887_conf = TDA9887_PRESENT, | 2214 | .tda9887_conf = TDA9887_PRESENT | TDA9887_PORT1_ACTIVE, |
| 2215 | .mpeg = SAA7134_MPEG_DVB, | 2215 | .mpeg = SAA7134_MPEG_DVB, |
| 2216 | .inputs = {{ | 2216 | .inputs = {{ |
| 2217 | .name = name_tv, | 2217 | .name = name_tv, |
| @@ -2392,7 +2392,7 @@ struct saa7134_board saa7134_boards[] = { | |||
| 2392 | }}, | 2392 | }}, |
| 2393 | }, | 2393 | }, |
| 2394 | [SAA7134_BOARD_PINNACLE_PCTV_110i] = { | 2394 | [SAA7134_BOARD_PINNACLE_PCTV_110i] = { |
| 2395 | .name = "Pinnacle PCTV 110i (saa7133)", | 2395 | .name = "Pinnacle PCTV 40i/50i/110i (saa7133)", |
| 2396 | .audio_clock = 0x00187de7, | 2396 | .audio_clock = 0x00187de7, |
| 2397 | .tuner_type = TUNER_PHILIPS_TDA8290, | 2397 | .tuner_type = TUNER_PHILIPS_TDA8290, |
| 2398 | .radio_type = UNSET, | 2398 | .radio_type = UNSET, |
| @@ -2407,6 +2407,10 @@ struct saa7134_board saa7134_boards[] = { | |||
| 2407 | },{ | 2407 | },{ |
| 2408 | .name = name_comp1, | 2408 | .name = name_comp1, |
| 2409 | .vmux = 1, | 2409 | .vmux = 1, |
| 2410 | .amux = LINE2, | ||
| 2411 | },{ | ||
| 2412 | .name = name_comp2, | ||
| 2413 | .vmux = 0, | ||
| 2410 | .amux = LINE2, | 2414 | .amux = LINE2, |
| 2411 | },{ | 2415 | },{ |
| 2412 | .name = name_svideo, | 2416 | .name = name_svideo, |
| @@ -2745,7 +2749,7 @@ struct pci_device_id saa7134_pci_tbl[] = { | |||
| 2745 | .vendor = PCI_VENDOR_ID_PHILIPS, | 2749 | .vendor = PCI_VENDOR_ID_PHILIPS, |
| 2746 | .device = PCI_DEVICE_ID_PHILIPS_SAA7130, | 2750 | .device = PCI_DEVICE_ID_PHILIPS_SAA7130, |
| 2747 | .subvendor = 0x1048, | 2751 | .subvendor = 0x1048, |
| 2748 | .subdevice = 0x226b, | 2752 | .subdevice = 0x226a, |
| 2749 | .driver_data = SAA7134_BOARD_ELSA_500TV, | 2753 | .driver_data = SAA7134_BOARD_ELSA_500TV, |
| 2750 | },{ | 2754 | },{ |
| 2751 | .vendor = PCI_VENDOR_ID_PHILIPS, | 2755 | .vendor = PCI_VENDOR_ID_PHILIPS, |
| @@ -3201,6 +3205,11 @@ int saa7134_board_init1(struct saa7134_dev *dev) | |||
| 3201 | /* power-up tuner chip */ | 3205 | /* power-up tuner chip */ |
| 3202 | saa_andorl(SAA7134_GPIO_GPMODE0 >> 2, 0x00040000, 0x00040000); | 3206 | saa_andorl(SAA7134_GPIO_GPMODE0 >> 2, 0x00040000, 0x00040000); |
| 3203 | saa_andorl(SAA7134_GPIO_GPSTATUS0 >> 2, 0x00040000, 0x00000000); | 3207 | saa_andorl(SAA7134_GPIO_GPSTATUS0 >> 2, 0x00040000, 0x00000000); |
| 3208 | case SAA7134_BOARD_PINNACLE_300I_DVBT_PAL: | ||
| 3209 | /* this turns the remote control chip off to work around a bug in it */ | ||
| 3210 | saa_writeb(SAA7134_GPIO_GPMODE1, 0x80); | ||
| 3211 | saa_writeb(SAA7134_GPIO_GPSTATUS1, 0x80); | ||
| 3212 | break; | ||
| 3204 | case SAA7134_BOARD_MONSTERTV_MOBILE: | 3213 | case SAA7134_BOARD_MONSTERTV_MOBILE: |
| 3205 | /* power-up tuner chip */ | 3214 | /* power-up tuner chip */ |
| 3206 | saa_andorl(SAA7134_GPIO_GPMODE0 >> 2, 0x00040000, 0x00040000); | 3215 | saa_andorl(SAA7134_GPIO_GPMODE0 >> 2, 0x00040000, 0x00040000); |
diff --git a/drivers/media/video/saa7134/saa7134-dvb.c b/drivers/media/video/saa7134/saa7134-dvb.c index 1a536e865277..9db8e13f21c3 100644 --- a/drivers/media/video/saa7134/saa7134-dvb.c +++ b/drivers/media/video/saa7134/saa7134-dvb.c | |||
| @@ -110,6 +110,7 @@ static int mt352_pinnacle_init(struct dvb_frontend* fe) | |||
| 110 | mt352_write(fe, fsm_ctl_cfg, sizeof(fsm_ctl_cfg)); | 110 | mt352_write(fe, fsm_ctl_cfg, sizeof(fsm_ctl_cfg)); |
| 111 | mt352_write(fe, scan_ctl_cfg, sizeof(scan_ctl_cfg)); | 111 | mt352_write(fe, scan_ctl_cfg, sizeof(scan_ctl_cfg)); |
| 112 | mt352_write(fe, irq_cfg, sizeof(irq_cfg)); | 112 | mt352_write(fe, irq_cfg, sizeof(irq_cfg)); |
| 113 | |||
| 113 | return 0; | 114 | return 0; |
| 114 | } | 115 | } |
| 115 | 116 | ||
| @@ -117,8 +118,10 @@ static int mt352_pinnacle_pll_set(struct dvb_frontend* fe, | |||
| 117 | struct dvb_frontend_parameters* params, | 118 | struct dvb_frontend_parameters* params, |
| 118 | u8* pllbuf) | 119 | u8* pllbuf) |
| 119 | { | 120 | { |
| 120 | static int on = TDA9887_PRESENT | TDA9887_PORT2_INACTIVE; | 121 | u8 off[] = { 0x00, 0xf1}; |
| 121 | static int off = TDA9887_PRESENT | TDA9887_PORT2_ACTIVE; | 122 | u8 on[] = { 0x00, 0x71}; |
| 123 | struct i2c_msg msg = {.addr=0x43, .flags=0, .buf=off, .len = sizeof(off)}; | ||
| 124 | |||
| 122 | struct saa7134_dev *dev = fe->dvb->priv; | 125 | struct saa7134_dev *dev = fe->dvb->priv; |
| 123 | struct v4l2_frequency f; | 126 | struct v4l2_frequency f; |
| 124 | 127 | ||
| @@ -126,9 +129,10 @@ static int mt352_pinnacle_pll_set(struct dvb_frontend* fe, | |||
| 126 | f.tuner = 0; | 129 | f.tuner = 0; |
| 127 | f.type = V4L2_TUNER_DIGITAL_TV; | 130 | f.type = V4L2_TUNER_DIGITAL_TV; |
| 128 | f.frequency = params->frequency / 1000 * 16 / 1000; | 131 | f.frequency = params->frequency / 1000 * 16 / 1000; |
| 129 | saa7134_i2c_call_clients(dev,TDA9887_SET_CONFIG,&on); | 132 | i2c_transfer(&dev->i2c_adap, &msg, 1); |
| 130 | saa7134_i2c_call_clients(dev,VIDIOC_S_FREQUENCY,&f); | 133 | saa7134_i2c_call_clients(dev,VIDIOC_S_FREQUENCY,&f); |
| 131 | saa7134_i2c_call_clients(dev,TDA9887_SET_CONFIG,&off); | 134 | msg.buf = on; |
| 135 | i2c_transfer(&dev->i2c_adap, &msg, 1); | ||
| 132 | 136 | ||
| 133 | pinnacle_antenna_pwr(dev, antenna_pwr); | 137 | pinnacle_antenna_pwr(dev, antenna_pwr); |
| 134 | 138 | ||
diff --git a/drivers/media/video/tda8290.c b/drivers/media/video/tda8290.c index 7b4fb282ac82..a796a4e1917c 100644 --- a/drivers/media/video/tda8290.c +++ b/drivers/media/video/tda8290.c | |||
| @@ -580,9 +580,10 @@ int tda8290_init(struct i2c_client *c) | |||
| 580 | 580 | ||
| 581 | int tda8290_probe(struct i2c_client *c) | 581 | int tda8290_probe(struct i2c_client *c) |
| 582 | { | 582 | { |
| 583 | unsigned char soft_reset[] = { 0x00, 0x00 }; | 583 | unsigned char soft_reset[] = { 0x00, 0x00 }; |
| 584 | unsigned char easy_mode_b[] = { 0x01, 0x02 }; | 584 | unsigned char easy_mode_b[] = { 0x01, 0x02 }; |
| 585 | unsigned char easy_mode_g[] = { 0x01, 0x04 }; | 585 | unsigned char easy_mode_g[] = { 0x01, 0x04 }; |
| 586 | unsigned char restore_9886[] = { 0x00, 0xd6, 0x30 }; | ||
| 586 | unsigned char addr_dto_lsb = 0x07; | 587 | unsigned char addr_dto_lsb = 0x07; |
| 587 | unsigned char data; | 588 | unsigned char data; |
| 588 | 589 | ||
| @@ -599,6 +600,7 @@ int tda8290_probe(struct i2c_client *c) | |||
| 599 | return 0; | 600 | return 0; |
| 600 | } | 601 | } |
| 601 | } | 602 | } |
| 603 | i2c_master_send(c, restore_9886, 3); | ||
| 602 | return -1; | 604 | return -1; |
| 603 | } | 605 | } |
| 604 | 606 | ||
diff --git a/drivers/media/video/tuner-core.c b/drivers/media/video/tuner-core.c index e7ee619d62c5..b6101bf446d4 100644 --- a/drivers/media/video/tuner-core.c +++ b/drivers/media/video/tuner-core.c | |||
| @@ -713,8 +713,9 @@ static int tuner_command(struct i2c_client *client, unsigned int cmd, void *arg) | |||
| 713 | struct v4l2_frequency *f = arg; | 713 | struct v4l2_frequency *f = arg; |
| 714 | 714 | ||
| 715 | switch_v4l2(); | 715 | switch_v4l2(); |
| 716 | if (V4L2_TUNER_RADIO == f->type && | 716 | if ((V4L2_TUNER_RADIO == f->type && V4L2_TUNER_RADIO != t->mode) |
| 717 | V4L2_TUNER_RADIO != t->mode) { | 717 | || (V4L2_TUNER_DIGITAL_TV == f->type |
| 718 | && V4L2_TUNER_DIGITAL_TV != t->mode)) { | ||
| 718 | if (set_mode (client, t, f->type, "VIDIOC_S_FREQUENCY") | 719 | if (set_mode (client, t, f->type, "VIDIOC_S_FREQUENCY") |
| 719 | == EINVAL) | 720 | == EINVAL) |
| 720 | return 0; | 721 | return 0; |
diff --git a/drivers/media/video/videocodec.h b/drivers/media/video/videocodec.h index 156ae57096fe..b1239ac7f371 100644 --- a/drivers/media/video/videocodec.h +++ b/drivers/media/video/videocodec.h | |||
| @@ -56,7 +56,7 @@ | |||
| 56 | the slave is bound to it). Otherwise it doesn't need this functions and | 56 | the slave is bound to it). Otherwise it doesn't need this functions and |
| 57 | therfor they may not be initialized. | 57 | therfor they may not be initialized. |
| 58 | 58 | ||
| 59 | The other fuctions are just for convenience, as they are for shure used by | 59 | The other fuctions are just for convenience, as they are for sure used by |
| 60 | most/all of the codecs. The last ones may be ommited, too. | 60 | most/all of the codecs. The last ones may be ommited, too. |
| 61 | 61 | ||
| 62 | See the structure declaration below for more information and which data has | 62 | See the structure declaration below for more information and which data has |
diff --git a/drivers/media/video/zr36050.c b/drivers/media/video/zr36050.c index bd0cd28543ca..6699725be605 100644 --- a/drivers/media/video/zr36050.c +++ b/drivers/media/video/zr36050.c | |||
| @@ -159,7 +159,7 @@ zr36050_wait_end (struct zr36050 *ptr) | |||
| 159 | 159 | ||
| 160 | while (!(zr36050_read_status1(ptr) & 0x4)) { | 160 | while (!(zr36050_read_status1(ptr) & 0x4)) { |
| 161 | udelay(1); | 161 | udelay(1); |
| 162 | if (i++ > 200000) { // 200ms, there is for shure something wrong!!! | 162 | if (i++ > 200000) { // 200ms, there is for sure something wrong!!! |
| 163 | dprintk(1, | 163 | dprintk(1, |
| 164 | "%s: timout at wait_end (last status: 0x%02x)\n", | 164 | "%s: timout at wait_end (last status: 0x%02x)\n", |
| 165 | ptr->name, ptr->status1); | 165 | ptr->name, ptr->status1); |
diff --git a/drivers/media/video/zr36060.c b/drivers/media/video/zr36060.c index 28fa31a5f150..d8dd003a7aad 100644 --- a/drivers/media/video/zr36060.c +++ b/drivers/media/video/zr36060.c | |||
| @@ -161,7 +161,7 @@ zr36060_wait_end (struct zr36060 *ptr) | |||
| 161 | 161 | ||
| 162 | while (zr36060_read_status(ptr) & ZR060_CFSR_Busy) { | 162 | while (zr36060_read_status(ptr) & ZR060_CFSR_Busy) { |
| 163 | udelay(1); | 163 | udelay(1); |
| 164 | if (i++ > 200000) { // 200ms, there is for shure something wrong!!! | 164 | if (i++ > 200000) { // 200ms, there is for sure something wrong!!! |
| 165 | dprintk(1, | 165 | dprintk(1, |
| 166 | "%s: timout at wait_end (last status: 0x%02x)\n", | 166 | "%s: timout at wait_end (last status: 0x%02x)\n", |
| 167 | ptr->name, ptr->status); | 167 | ptr->name, ptr->status); |
diff --git a/drivers/media/video/zr36120_i2c.c b/drivers/media/video/zr36120_i2c.c index 6bfe84d657f1..21fde43a6aed 100644 --- a/drivers/media/video/zr36120_i2c.c +++ b/drivers/media/video/zr36120_i2c.c | |||
| @@ -65,7 +65,7 @@ void attach_inform(struct i2c_bus *bus, int id) | |||
| 65 | case I2C_DRIVERID_VIDEODECODER: | 65 | case I2C_DRIVERID_VIDEODECODER: |
| 66 | DEBUG(printk(CARD_INFO "decoder attached\n",CARD)); | 66 | DEBUG(printk(CARD_INFO "decoder attached\n",CARD)); |
| 67 | 67 | ||
| 68 | /* fetch the capabilites of the decoder */ | 68 | /* fetch the capabilities of the decoder */ |
| 69 | rv = i2c_control_device(&ztv->i2c, I2C_DRIVERID_VIDEODECODER, DECODER_GET_CAPABILITIES, &dc); | 69 | rv = i2c_control_device(&ztv->i2c, I2C_DRIVERID_VIDEODECODER, DECODER_GET_CAPABILITIES, &dc); |
| 70 | if (rv) { | 70 | if (rv) { |
| 71 | DEBUG(printk(CARD_DEBUG "decoder is not V4L aware!\n",CARD)); | 71 | DEBUG(printk(CARD_DEBUG "decoder is not V4L aware!\n",CARD)); |
diff --git a/drivers/misc/ibmasm/ibmasm.h b/drivers/misc/ibmasm/ibmasm.h index 1cef2387fa65..6aba41954448 100644 --- a/drivers/misc/ibmasm/ibmasm.h +++ b/drivers/misc/ibmasm/ibmasm.h | |||
| @@ -101,15 +101,16 @@ struct command { | |||
| 101 | static inline void command_put(struct command *cmd) | 101 | static inline void command_put(struct command *cmd) |
| 102 | { | 102 | { |
| 103 | unsigned long flags; | 103 | unsigned long flags; |
| 104 | spinlock_t *lock = cmd->lock; | ||
| 104 | 105 | ||
| 105 | spin_lock_irqsave(cmd->lock, flags); | 106 | spin_lock_irqsave(lock, flags); |
| 106 | kobject_put(&cmd->kobj); | 107 | kobject_put(&cmd->kobj); |
| 107 | spin_unlock_irqrestore(cmd->lock, flags); | 108 | spin_unlock_irqrestore(lock, flags); |
| 108 | } | 109 | } |
| 109 | 110 | ||
| 110 | static inline void command_get(struct command *cmd) | 111 | static inline void command_get(struct command *cmd) |
| 111 | { | 112 | { |
| 112 | kobject_get(&cmd->kobj); | 113 | kobject_get(&cmd->kobj); |
| 113 | } | 114 | } |
| 114 | 115 | ||
| 115 | 116 | ||
diff --git a/drivers/mmc/au1xmmc.c b/drivers/mmc/au1xmmc.c index 227c39a7c1b4..8d84b045bc83 100644 --- a/drivers/mmc/au1xmmc.c +++ b/drivers/mmc/au1xmmc.c | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | #include <linux/config.h> | 37 | #include <linux/config.h> |
| 38 | #include <linux/module.h> | 38 | #include <linux/module.h> |
| 39 | #include <linux/init.h> | 39 | #include <linux/init.h> |
| 40 | #include <linux/device.h> | 40 | #include <linux/platform_device.h> |
| 41 | #include <linux/mm.h> | 41 | #include <linux/mm.h> |
| 42 | #include <linux/interrupt.h> | 42 | #include <linux/interrupt.h> |
| 43 | #include <linux/dma-mapping.h> | 43 | #include <linux/dma-mapping.h> |
| @@ -194,7 +194,7 @@ static int au1xmmc_send_command(struct au1xmmc_host *host, int wait, | |||
| 194 | 194 | ||
| 195 | u32 mmccmd = (cmd->opcode << SD_CMD_CI_SHIFT); | 195 | u32 mmccmd = (cmd->opcode << SD_CMD_CI_SHIFT); |
| 196 | 196 | ||
| 197 | switch (mmc_rsp_type(cmd->flags)) { | 197 | switch (mmc_resp_type(cmd)) { |
| 198 | case MMC_RSP_R1: | 198 | case MMC_RSP_R1: |
| 199 | mmccmd |= SD_CMD_RT_1; | 199 | mmccmd |= SD_CMD_RT_1; |
| 200 | break; | 200 | break; |
| @@ -740,7 +740,6 @@ static void au1xmmc_set_ios(struct mmc_host* mmc, struct mmc_ios* ios) | |||
| 740 | static void au1xmmc_dma_callback(int irq, void *dev_id, struct pt_regs *regs) | 740 | static void au1xmmc_dma_callback(int irq, void *dev_id, struct pt_regs *regs) |
| 741 | { | 741 | { |
| 742 | struct au1xmmc_host *host = (struct au1xmmc_host *) dev_id; | 742 | struct au1xmmc_host *host = (struct au1xmmc_host *) dev_id; |
| 743 | u32 status; | ||
| 744 | 743 | ||
| 745 | /* Avoid spurious interrupts */ | 744 | /* Avoid spurious interrupts */ |
| 746 | 745 | ||
| @@ -887,7 +886,7 @@ struct mmc_host_ops au1xmmc_ops = { | |||
| 887 | .set_ios = au1xmmc_set_ios, | 886 | .set_ios = au1xmmc_set_ios, |
| 888 | }; | 887 | }; |
| 889 | 888 | ||
| 890 | static int au1xmmc_probe(struct device *dev) | 889 | static int __devinit au1xmmc_probe(struct platform_device *pdev) |
| 891 | { | 890 | { |
| 892 | 891 | ||
| 893 | int i, ret = 0; | 892 | int i, ret = 0; |
| @@ -904,7 +903,7 @@ static int au1xmmc_probe(struct device *dev) | |||
| 904 | disable_irq(AU1100_SD_IRQ); | 903 | disable_irq(AU1100_SD_IRQ); |
| 905 | 904 | ||
| 906 | for(i = 0; i < AU1XMMC_CONTROLLER_COUNT; i++) { | 905 | for(i = 0; i < AU1XMMC_CONTROLLER_COUNT; i++) { |
| 907 | struct mmc_host *mmc = mmc_alloc_host(sizeof(struct au1xmmc_host), dev); | 906 | struct mmc_host *mmc = mmc_alloc_host(sizeof(struct au1xmmc_host), &pdev->dev); |
| 908 | struct au1xmmc_host *host = 0; | 907 | struct au1xmmc_host *host = 0; |
| 909 | 908 | ||
| 910 | if (!mmc) { | 909 | if (!mmc) { |
| @@ -967,7 +966,7 @@ static int au1xmmc_probe(struct device *dev) | |||
| 967 | return 0; | 966 | return 0; |
| 968 | } | 967 | } |
| 969 | 968 | ||
| 970 | static int au1xmmc_remove(struct device *dev) | 969 | static int __devexit au1xmmc_remove(struct platform_device *pdev) |
| 971 | { | 970 | { |
| 972 | 971 | ||
| 973 | int i; | 972 | int i; |
| @@ -997,23 +996,24 @@ static int au1xmmc_remove(struct device *dev) | |||
| 997 | return 0; | 996 | return 0; |
| 998 | } | 997 | } |
| 999 | 998 | ||
| 1000 | static struct device_driver au1xmmc_driver = { | 999 | static struct platform_driver au1xmmc_driver = { |
| 1001 | .name = DRIVER_NAME, | ||
| 1002 | .bus = &platform_bus_type, | ||
| 1003 | .probe = au1xmmc_probe, | 1000 | .probe = au1xmmc_probe, |
| 1004 | .remove = au1xmmc_remove, | 1001 | .remove = au1xmmc_remove, |
| 1005 | .suspend = NULL, | 1002 | .suspend = NULL, |
| 1006 | .resume = NULL | 1003 | .resume = NULL, |
| 1004 | .driver = { | ||
| 1005 | .name = DRIVER_NAME, | ||
| 1006 | }, | ||
| 1007 | }; | 1007 | }; |
| 1008 | 1008 | ||
| 1009 | static int __init au1xmmc_init(void) | 1009 | static int __init au1xmmc_init(void) |
| 1010 | { | 1010 | { |
| 1011 | return driver_register(&au1xmmc_driver); | 1011 | return platform_driver_register(&au1xmmc_driver); |
| 1012 | } | 1012 | } |
| 1013 | 1013 | ||
| 1014 | static void __exit au1xmmc_exit(void) | 1014 | static void __exit au1xmmc_exit(void) |
| 1015 | { | 1015 | { |
| 1016 | driver_unregister(&au1xmmc_driver); | 1016 | platform_driver_unregister(&au1xmmc_driver); |
| 1017 | } | 1017 | } |
| 1018 | 1018 | ||
| 1019 | module_init(au1xmmc_init); | 1019 | module_init(au1xmmc_init); |
diff --git a/drivers/mtd/devices/mtd_dataflash.c b/drivers/mtd/devices/mtd_dataflash.c index 155737e7483f..a19480d07888 100644 --- a/drivers/mtd/devices/mtd_dataflash.c +++ b/drivers/mtd/devices/mtd_dataflash.c | |||
| @@ -178,7 +178,7 @@ static int dataflash_erase(struct mtd_info *mtd, struct erase_info *instr) | |||
| 178 | * we're at a block boundary and need to erase the whole block. | 178 | * we're at a block boundary and need to erase the whole block. |
| 179 | */ | 179 | */ |
| 180 | pageaddr = instr->addr / priv->page_size; | 180 | pageaddr = instr->addr / priv->page_size; |
| 181 | do_block = (pageaddr & 0x7) == 0 && instr->len <= blocksize; | 181 | do_block = (pageaddr & 0x7) == 0 && instr->len >= blocksize; |
| 182 | pageaddr = pageaddr << priv->page_offset; | 182 | pageaddr = pageaddr << priv->page_offset; |
| 183 | 183 | ||
| 184 | command[0] = do_block ? OP_ERASE_BLOCK : OP_ERASE_PAGE; | 184 | command[0] = do_block ? OP_ERASE_BLOCK : OP_ERASE_PAGE; |
diff --git a/drivers/mtd/redboot.c b/drivers/mtd/redboot.c index 7b7ca5ab5ae4..8815c8dbef2d 100644 --- a/drivers/mtd/redboot.c +++ b/drivers/mtd/redboot.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * $Id: redboot.c,v 1.18 2005/11/07 11:14:21 gleixner Exp $ | 2 | * $Id: redboot.c,v 1.19 2005/12/01 10:03:51 dwmw2 Exp $ |
| 3 | * | 3 | * |
| 4 | * Parse RedBoot-style Flash Image System (FIS) tables and | 4 | * Parse RedBoot-style Flash Image System (FIS) tables and |
| 5 | * produce a Linux partition array to match. | 5 | * produce a Linux partition array to match. |
| @@ -89,8 +89,32 @@ static int parse_redboot_partitions(struct mtd_info *master, | |||
| 89 | i = numslots; | 89 | i = numslots; |
| 90 | break; | 90 | break; |
| 91 | } | 91 | } |
| 92 | if (!memcmp(buf[i].name, "FIS directory", 14)) | 92 | if (!memcmp(buf[i].name, "FIS directory", 14)) { |
| 93 | /* This is apparently the FIS directory entry for the | ||
| 94 | * FIS directory itself. The FIS directory size is | ||
| 95 | * one erase block; if the buf[i].size field is | ||
| 96 | * swab32(erasesize) then we know we are looking at | ||
| 97 | * a byte swapped FIS directory - swap all the entries! | ||
| 98 | * (NOTE: this is 'size' not 'data_length'; size is | ||
| 99 | * the full size of the entry.) | ||
| 100 | */ | ||
| 101 | if (swab32(buf[i].size) == master->erasesize) { | ||
| 102 | int j; | ||
| 103 | for (j = 0; j < numslots && buf[j].name[0] != 0xff; ++j) { | ||
| 104 | /* The unsigned long fields were written with the | ||
| 105 | * wrong byte sex, name and pad have no byte sex. | ||
| 106 | */ | ||
| 107 | swab32s(&buf[j].flash_base); | ||
| 108 | swab32s(&buf[j].mem_base); | ||
| 109 | swab32s(&buf[j].size); | ||
| 110 | swab32s(&buf[j].entry_point); | ||
| 111 | swab32s(&buf[j].data_length); | ||
| 112 | swab32s(&buf[j].desc_cksum); | ||
| 113 | swab32s(&buf[j].file_cksum); | ||
| 114 | } | ||
| 115 | } | ||
| 93 | break; | 116 | break; |
| 117 | } | ||
| 94 | } | 118 | } |
| 95 | if (i == numslots) { | 119 | if (i == numslots) { |
| 96 | /* Didn't find it */ | 120 | /* Didn't find it */ |
diff --git a/drivers/net/3c509.c b/drivers/net/3c509.c index 824e430486c2..830528dce0ca 100644 --- a/drivers/net/3c509.c +++ b/drivers/net/3c509.c | |||
| @@ -1574,6 +1574,7 @@ MODULE_LICENSE("GPL"); | |||
| 1574 | 1574 | ||
| 1575 | static int __init el3_init_module(void) | 1575 | static int __init el3_init_module(void) |
| 1576 | { | 1576 | { |
| 1577 | int ret = 0; | ||
| 1577 | el3_cards = 0; | 1578 | el3_cards = 0; |
| 1578 | 1579 | ||
| 1579 | if (debug >= 0) | 1580 | if (debug >= 0) |
| @@ -1589,14 +1590,16 @@ static int __init el3_init_module(void) | |||
| 1589 | } | 1590 | } |
| 1590 | 1591 | ||
| 1591 | #ifdef CONFIG_EISA | 1592 | #ifdef CONFIG_EISA |
| 1592 | if (eisa_driver_register (&el3_eisa_driver) < 0) { | 1593 | ret = eisa_driver_register(&el3_eisa_driver); |
| 1593 | eisa_driver_unregister (&el3_eisa_driver); | ||
| 1594 | } | ||
| 1595 | #endif | 1594 | #endif |
| 1596 | #ifdef CONFIG_MCA | 1595 | #ifdef CONFIG_MCA |
| 1597 | mca_register_driver(&el3_mca_driver); | 1596 | { |
| 1597 | int err = mca_register_driver(&el3_mca_driver); | ||
| 1598 | if (ret == 0) | ||
| 1599 | ret = err; | ||
| 1600 | } | ||
| 1598 | #endif | 1601 | #endif |
| 1599 | return 0; | 1602 | return ret; |
| 1600 | } | 1603 | } |
| 1601 | 1604 | ||
| 1602 | static void __exit el3_cleanup_module(void) | 1605 | static void __exit el3_cleanup_module(void) |
diff --git a/drivers/net/8139cp.c b/drivers/net/8139cp.c index f822cd3025ff..dd410496aadb 100644 --- a/drivers/net/8139cp.c +++ b/drivers/net/8139cp.c | |||
| @@ -1118,13 +1118,18 @@ err_out: | |||
| 1118 | return -ENOMEM; | 1118 | return -ENOMEM; |
| 1119 | } | 1119 | } |
| 1120 | 1120 | ||
| 1121 | static void cp_init_rings_index (struct cp_private *cp) | ||
| 1122 | { | ||
| 1123 | cp->rx_tail = 0; | ||
| 1124 | cp->tx_head = cp->tx_tail = 0; | ||
| 1125 | } | ||
| 1126 | |||
| 1121 | static int cp_init_rings (struct cp_private *cp) | 1127 | static int cp_init_rings (struct cp_private *cp) |
| 1122 | { | 1128 | { |
| 1123 | memset(cp->tx_ring, 0, sizeof(struct cp_desc) * CP_TX_RING_SIZE); | 1129 | memset(cp->tx_ring, 0, sizeof(struct cp_desc) * CP_TX_RING_SIZE); |
| 1124 | cp->tx_ring[CP_TX_RING_SIZE - 1].opts1 = cpu_to_le32(RingEnd); | 1130 | cp->tx_ring[CP_TX_RING_SIZE - 1].opts1 = cpu_to_le32(RingEnd); |
| 1125 | 1131 | ||
| 1126 | cp->rx_tail = 0; | 1132 | cp_init_rings_index(cp); |
| 1127 | cp->tx_head = cp->tx_tail = 0; | ||
| 1128 | 1133 | ||
| 1129 | return cp_refill_rx (cp); | 1134 | return cp_refill_rx (cp); |
| 1130 | } | 1135 | } |
| @@ -1886,30 +1891,30 @@ static int cp_suspend (struct pci_dev *pdev, pm_message_t state) | |||
| 1886 | 1891 | ||
| 1887 | spin_unlock_irqrestore (&cp->lock, flags); | 1892 | spin_unlock_irqrestore (&cp->lock, flags); |
| 1888 | 1893 | ||
| 1889 | if (cp->pdev && cp->wol_enabled) { | 1894 | pci_save_state(pdev); |
| 1890 | pci_save_state (cp->pdev); | 1895 | pci_enable_wake(pdev, pci_choose_state(pdev, state), cp->wol_enabled); |
| 1891 | cp_set_d3_state (cp); | 1896 | pci_set_power_state(pdev, pci_choose_state(pdev, state)); |
| 1892 | } | ||
| 1893 | 1897 | ||
| 1894 | return 0; | 1898 | return 0; |
| 1895 | } | 1899 | } |
| 1896 | 1900 | ||
| 1897 | static int cp_resume (struct pci_dev *pdev) | 1901 | static int cp_resume (struct pci_dev *pdev) |
| 1898 | { | 1902 | { |
| 1899 | struct net_device *dev; | 1903 | struct net_device *dev = pci_get_drvdata (pdev); |
| 1900 | struct cp_private *cp; | 1904 | struct cp_private *cp = netdev_priv(dev); |
| 1901 | unsigned long flags; | 1905 | unsigned long flags; |
| 1902 | 1906 | ||
| 1903 | dev = pci_get_drvdata (pdev); | 1907 | if (!netif_running(dev)) |
| 1904 | cp = netdev_priv(dev); | 1908 | return 0; |
| 1905 | 1909 | ||
| 1906 | netif_device_attach (dev); | 1910 | netif_device_attach (dev); |
| 1907 | 1911 | ||
| 1908 | if (cp->pdev && cp->wol_enabled) { | 1912 | pci_set_power_state(pdev, PCI_D0); |
| 1909 | pci_set_power_state (cp->pdev, PCI_D0); | 1913 | pci_restore_state(pdev); |
| 1910 | pci_restore_state (cp->pdev); | 1914 | pci_enable_wake(pdev, PCI_D0, 0); |
| 1911 | } | 1915 | |
| 1912 | 1916 | /* FIXME: sh*t may happen if the Rx ring buffer is depleted */ | |
| 1917 | cp_init_rings_index (cp); | ||
| 1913 | cp_init_hw (cp); | 1918 | cp_init_hw (cp); |
| 1914 | netif_start_queue (dev); | 1919 | netif_start_queue (dev); |
| 1915 | 1920 | ||
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index e45a8f959719..aa633fa95e64 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
| @@ -1087,7 +1087,8 @@ config NE2000 | |||
| 1087 | without a specific driver are compatible with NE2000. | 1087 | without a specific driver are compatible with NE2000. |
| 1088 | 1088 | ||
| 1089 | If you have a PCI NE2000 card however, say N here and Y to "PCI | 1089 | If you have a PCI NE2000 card however, say N here and Y to "PCI |
| 1090 | NE2000 support", above. If you have a NE2000 card and are running on | 1090 | NE2000 and clone support" under "EISA, VLB, PCI and on board |
| 1091 | controllers" below. If you have a NE2000 card and are running on | ||
| 1091 | an MCA system (a bus system used on some IBM PS/2 computers and | 1092 | an MCA system (a bus system used on some IBM PS/2 computers and |
| 1092 | laptops), say N here and Y to "NE/2 (ne2000 MCA version) support", | 1093 | laptops), say N here and Y to "NE/2 (ne2000 MCA version) support", |
| 1093 | below. | 1094 | below. |
diff --git a/drivers/net/chelsio/espi.c b/drivers/net/chelsio/espi.c index 230642571c92..e824acaf188a 100644 --- a/drivers/net/chelsio/espi.c +++ b/drivers/net/chelsio/espi.c | |||
| @@ -296,9 +296,7 @@ void t1_espi_destroy(struct peespi *espi) | |||
| 296 | 296 | ||
| 297 | struct peespi *t1_espi_create(adapter_t *adapter) | 297 | struct peespi *t1_espi_create(adapter_t *adapter) |
| 298 | { | 298 | { |
| 299 | struct peespi *espi = kmalloc(sizeof(*espi), GFP_KERNEL); | 299 | struct peespi *espi = kzalloc(sizeof(*espi), GFP_KERNEL); |
| 300 | |||
| 301 | memset(espi, 0, sizeof(*espi)); | ||
| 302 | 300 | ||
| 303 | if (espi) | 301 | if (espi) |
| 304 | espi->adapter = adapter; | 302 | espi->adapter = adapter; |
diff --git a/drivers/net/chelsio/sge.c b/drivers/net/chelsio/sge.c index 2c5b849b7ba4..30ff8ea1a402 100644 --- a/drivers/net/chelsio/sge.c +++ b/drivers/net/chelsio/sge.c | |||
| @@ -1021,7 +1021,7 @@ static void restart_tx_queues(struct sge *sge) | |||
| 1021 | if (test_and_clear_bit(nd->if_port, | 1021 | if (test_and_clear_bit(nd->if_port, |
| 1022 | &sge->stopped_tx_queues) && | 1022 | &sge->stopped_tx_queues) && |
| 1023 | netif_running(nd)) { | 1023 | netif_running(nd)) { |
| 1024 | sge->stats.cmdQ_restarted[3]++; | 1024 | sge->stats.cmdQ_restarted[2]++; |
| 1025 | netif_wake_queue(nd); | 1025 | netif_wake_queue(nd); |
| 1026 | } | 1026 | } |
| 1027 | } | 1027 | } |
| @@ -1350,7 +1350,7 @@ static int t1_sge_tx(struct sk_buff *skb, struct adapter *adapter, | |||
| 1350 | if (unlikely(credits < count)) { | 1350 | if (unlikely(credits < count)) { |
| 1351 | netif_stop_queue(dev); | 1351 | netif_stop_queue(dev); |
| 1352 | set_bit(dev->if_port, &sge->stopped_tx_queues); | 1352 | set_bit(dev->if_port, &sge->stopped_tx_queues); |
| 1353 | sge->stats.cmdQ_full[3]++; | 1353 | sge->stats.cmdQ_full[2]++; |
| 1354 | spin_unlock(&q->lock); | 1354 | spin_unlock(&q->lock); |
| 1355 | if (!netif_queue_stopped(dev)) | 1355 | if (!netif_queue_stopped(dev)) |
| 1356 | CH_ERR("%s: Tx ring full while queue awake!\n", | 1356 | CH_ERR("%s: Tx ring full while queue awake!\n", |
| @@ -1358,7 +1358,7 @@ static int t1_sge_tx(struct sk_buff *skb, struct adapter *adapter, | |||
| 1358 | return NETDEV_TX_BUSY; | 1358 | return NETDEV_TX_BUSY; |
| 1359 | } | 1359 | } |
| 1360 | if (unlikely(credits - count < q->stop_thres)) { | 1360 | if (unlikely(credits - count < q->stop_thres)) { |
| 1361 | sge->stats.cmdQ_full[3]++; | 1361 | sge->stats.cmdQ_full[2]++; |
| 1362 | netif_stop_queue(dev); | 1362 | netif_stop_queue(dev); |
| 1363 | set_bit(dev->if_port, &sge->stopped_tx_queues); | 1363 | set_bit(dev->if_port, &sge->stopped_tx_queues); |
| 1364 | } | 1364 | } |
diff --git a/drivers/net/de620.c b/drivers/net/de620.c index 0069f5fa973a..22fc5b869a60 100644 --- a/drivers/net/de620.c +++ b/drivers/net/de620.c | |||
| @@ -1012,7 +1012,7 @@ static int __init read_eeprom(struct net_device *dev) | |||
| 1012 | #ifdef MODULE | 1012 | #ifdef MODULE |
| 1013 | static struct net_device *de620_dev; | 1013 | static struct net_device *de620_dev; |
| 1014 | 1014 | ||
| 1015 | int init_module(void) | 1015 | int __init init_module(void) |
| 1016 | { | 1016 | { |
| 1017 | de620_dev = de620_probe(-1); | 1017 | de620_dev = de620_probe(-1); |
| 1018 | if (IS_ERR(de620_dev)) | 1018 | if (IS_ERR(de620_dev)) |
diff --git a/drivers/net/dl2k.c b/drivers/net/dl2k.c index 430c628279b3..fb9dae302dcc 100644 --- a/drivers/net/dl2k.c +++ b/drivers/net/dl2k.c | |||
| @@ -50,8 +50,8 @@ | |||
| 50 | 50 | ||
| 51 | */ | 51 | */ |
| 52 | #define DRV_NAME "D-Link DL2000-based linux driver" | 52 | #define DRV_NAME "D-Link DL2000-based linux driver" |
| 53 | #define DRV_VERSION "v1.17a" | 53 | #define DRV_VERSION "v1.17b" |
| 54 | #define DRV_RELDATE "2002/10/04" | 54 | #define DRV_RELDATE "2006/03/10" |
| 55 | #include "dl2k.h" | 55 | #include "dl2k.h" |
| 56 | 56 | ||
| 57 | static char version[] __devinitdata = | 57 | static char version[] __devinitdata = |
| @@ -765,7 +765,7 @@ rio_free_tx (struct net_device *dev, int irq) | |||
| 765 | break; | 765 | break; |
| 766 | skb = np->tx_skbuff[entry]; | 766 | skb = np->tx_skbuff[entry]; |
| 767 | pci_unmap_single (np->pdev, | 767 | pci_unmap_single (np->pdev, |
| 768 | np->tx_ring[entry].fraginfo, | 768 | np->tx_ring[entry].fraginfo & 0xffffffffffff, |
| 769 | skb->len, PCI_DMA_TODEVICE); | 769 | skb->len, PCI_DMA_TODEVICE); |
| 770 | if (irq) | 770 | if (irq) |
| 771 | dev_kfree_skb_irq (skb); | 771 | dev_kfree_skb_irq (skb); |
| @@ -892,14 +892,16 @@ receive_packet (struct net_device *dev) | |||
| 892 | 892 | ||
| 893 | /* Small skbuffs for short packets */ | 893 | /* Small skbuffs for short packets */ |
| 894 | if (pkt_len > copy_thresh) { | 894 | if (pkt_len > copy_thresh) { |
| 895 | pci_unmap_single (np->pdev, desc->fraginfo, | 895 | pci_unmap_single (np->pdev, |
| 896 | desc->fraginfo & 0xffffffffffff, | ||
| 896 | np->rx_buf_sz, | 897 | np->rx_buf_sz, |
| 897 | PCI_DMA_FROMDEVICE); | 898 | PCI_DMA_FROMDEVICE); |
| 898 | skb_put (skb = np->rx_skbuff[entry], pkt_len); | 899 | skb_put (skb = np->rx_skbuff[entry], pkt_len); |
| 899 | np->rx_skbuff[entry] = NULL; | 900 | np->rx_skbuff[entry] = NULL; |
| 900 | } else if ((skb = dev_alloc_skb (pkt_len + 2)) != NULL) { | 901 | } else if ((skb = dev_alloc_skb (pkt_len + 2)) != NULL) { |
| 901 | pci_dma_sync_single_for_cpu(np->pdev, | 902 | pci_dma_sync_single_for_cpu(np->pdev, |
| 902 | desc->fraginfo, | 903 | desc->fraginfo & |
| 904 | 0xffffffffffff, | ||
| 903 | np->rx_buf_sz, | 905 | np->rx_buf_sz, |
| 904 | PCI_DMA_FROMDEVICE); | 906 | PCI_DMA_FROMDEVICE); |
| 905 | skb->dev = dev; | 907 | skb->dev = dev; |
| @@ -910,7 +912,8 @@ receive_packet (struct net_device *dev) | |||
| 910 | pkt_len, 0); | 912 | pkt_len, 0); |
| 911 | skb_put (skb, pkt_len); | 913 | skb_put (skb, pkt_len); |
| 912 | pci_dma_sync_single_for_device(np->pdev, | 914 | pci_dma_sync_single_for_device(np->pdev, |
| 913 | desc->fraginfo, | 915 | desc->fraginfo & |
| 916 | 0xffffffffffff, | ||
| 914 | np->rx_buf_sz, | 917 | np->rx_buf_sz, |
| 915 | PCI_DMA_FROMDEVICE); | 918 | PCI_DMA_FROMDEVICE); |
| 916 | } | 919 | } |
| @@ -1796,8 +1799,9 @@ rio_close (struct net_device *dev) | |||
| 1796 | np->rx_ring[i].fraginfo = 0; | 1799 | np->rx_ring[i].fraginfo = 0; |
| 1797 | skb = np->rx_skbuff[i]; | 1800 | skb = np->rx_skbuff[i]; |
| 1798 | if (skb) { | 1801 | if (skb) { |
| 1799 | pci_unmap_single (np->pdev, np->rx_ring[i].fraginfo, | 1802 | pci_unmap_single(np->pdev, |
| 1800 | skb->len, PCI_DMA_FROMDEVICE); | 1803 | np->rx_ring[i].fraginfo & 0xffffffffffff, |
| 1804 | skb->len, PCI_DMA_FROMDEVICE); | ||
| 1801 | dev_kfree_skb (skb); | 1805 | dev_kfree_skb (skb); |
| 1802 | np->rx_skbuff[i] = NULL; | 1806 | np->rx_skbuff[i] = NULL; |
| 1803 | } | 1807 | } |
| @@ -1805,8 +1809,9 @@ rio_close (struct net_device *dev) | |||
| 1805 | for (i = 0; i < TX_RING_SIZE; i++) { | 1809 | for (i = 0; i < TX_RING_SIZE; i++) { |
| 1806 | skb = np->tx_skbuff[i]; | 1810 | skb = np->tx_skbuff[i]; |
| 1807 | if (skb) { | 1811 | if (skb) { |
| 1808 | pci_unmap_single (np->pdev, np->tx_ring[i].fraginfo, | 1812 | pci_unmap_single(np->pdev, |
| 1809 | skb->len, PCI_DMA_TODEVICE); | 1813 | np->tx_ring[i].fraginfo & 0xffffffffffff, |
| 1814 | skb->len, PCI_DMA_TODEVICE); | ||
| 1810 | dev_kfree_skb (skb); | 1815 | dev_kfree_skb (skb); |
| 1811 | np->tx_skbuff[i] = NULL; | 1816 | np->tx_skbuff[i] = NULL; |
| 1812 | } | 1817 | } |
diff --git a/drivers/net/e100.c b/drivers/net/e100.c index 24253c807e55..f57a85feda3d 100644 --- a/drivers/net/e100.c +++ b/drivers/net/e100.c | |||
| @@ -2154,6 +2154,9 @@ static int e100_loopback_test(struct nic *nic, enum loopback loopback_mode) | |||
| 2154 | 2154 | ||
| 2155 | msleep(10); | 2155 | msleep(10); |
| 2156 | 2156 | ||
| 2157 | pci_dma_sync_single_for_cpu(nic->pdev, nic->rx_to_clean->dma_addr, | ||
| 2158 | RFD_BUF_LEN, PCI_DMA_FROMDEVICE); | ||
| 2159 | |||
| 2157 | if(memcmp(nic->rx_to_clean->skb->data + sizeof(struct rfd), | 2160 | if(memcmp(nic->rx_to_clean->skb->data + sizeof(struct rfd), |
| 2158 | skb->data, ETH_DATA_LEN)) | 2161 | skb->data, ETH_DATA_LEN)) |
| 2159 | err = -EAGAIN; | 2162 | err = -EAGAIN; |
| @@ -2161,8 +2164,8 @@ static int e100_loopback_test(struct nic *nic, enum loopback loopback_mode) | |||
| 2161 | err_loopback_none: | 2164 | err_loopback_none: |
| 2162 | mdio_write(nic->netdev, nic->mii.phy_id, MII_BMCR, 0); | 2165 | mdio_write(nic->netdev, nic->mii.phy_id, MII_BMCR, 0); |
| 2163 | nic->loopback = lb_none; | 2166 | nic->loopback = lb_none; |
| 2164 | e100_hw_init(nic); | ||
| 2165 | e100_clean_cbs(nic); | 2167 | e100_clean_cbs(nic); |
| 2168 | e100_hw_reset(nic); | ||
| 2166 | err_clean_rx: | 2169 | err_clean_rx: |
| 2167 | e100_rx_clean_list(nic); | 2170 | e100_rx_clean_list(nic); |
| 2168 | return err; | 2171 | return err; |
diff --git a/drivers/net/e1000/e1000.h b/drivers/net/e1000/e1000.h index 27c77306193b..99baf0e099fc 100644 --- a/drivers/net/e1000/e1000.h +++ b/drivers/net/e1000/e1000.h | |||
| @@ -225,9 +225,6 @@ struct e1000_rx_ring { | |||
| 225 | struct e1000_ps_page *ps_page; | 225 | struct e1000_ps_page *ps_page; |
| 226 | struct e1000_ps_page_dma *ps_page_dma; | 226 | struct e1000_ps_page_dma *ps_page_dma; |
| 227 | 227 | ||
| 228 | struct sk_buff *rx_skb_top; | ||
| 229 | struct sk_buff *rx_skb_prev; | ||
| 230 | |||
| 231 | /* cpu for rx queue */ | 228 | /* cpu for rx queue */ |
| 232 | int cpu; | 229 | int cpu; |
| 233 | 230 | ||
diff --git a/drivers/net/e1000/e1000_main.c b/drivers/net/e1000/e1000_main.c index 31e332935e5a..84dcca3776ee 100644 --- a/drivers/net/e1000/e1000_main.c +++ b/drivers/net/e1000/e1000_main.c | |||
| @@ -103,7 +103,7 @@ static char e1000_driver_string[] = "Intel(R) PRO/1000 Network Driver"; | |||
| 103 | #else | 103 | #else |
| 104 | #define DRIVERNAPI "-NAPI" | 104 | #define DRIVERNAPI "-NAPI" |
| 105 | #endif | 105 | #endif |
| 106 | #define DRV_VERSION "6.3.9-k2"DRIVERNAPI | 106 | #define DRV_VERSION "6.3.9-k4"DRIVERNAPI |
| 107 | char e1000_driver_version[] = DRV_VERSION; | 107 | char e1000_driver_version[] = DRV_VERSION; |
| 108 | static char e1000_copyright[] = "Copyright (c) 1999-2005 Intel Corporation."; | 108 | static char e1000_copyright[] = "Copyright (c) 1999-2005 Intel Corporation."; |
| 109 | 109 | ||
| @@ -1635,8 +1635,6 @@ setup_rx_desc_die: | |||
| 1635 | 1635 | ||
| 1636 | rxdr->next_to_clean = 0; | 1636 | rxdr->next_to_clean = 0; |
| 1637 | rxdr->next_to_use = 0; | 1637 | rxdr->next_to_use = 0; |
| 1638 | rxdr->rx_skb_top = NULL; | ||
| 1639 | rxdr->rx_skb_prev = NULL; | ||
| 1640 | 1638 | ||
| 1641 | return 0; | 1639 | return 0; |
| 1642 | } | 1640 | } |
| @@ -1713,8 +1711,23 @@ e1000_setup_rctl(struct e1000_adapter *adapter) | |||
| 1713 | rctl |= adapter->rx_buffer_len << 0x11; | 1711 | rctl |= adapter->rx_buffer_len << 0x11; |
| 1714 | } else { | 1712 | } else { |
| 1715 | rctl &= ~E1000_RCTL_SZ_4096; | 1713 | rctl &= ~E1000_RCTL_SZ_4096; |
| 1716 | rctl &= ~E1000_RCTL_BSEX; | 1714 | rctl |= E1000_RCTL_BSEX; |
| 1717 | rctl |= E1000_RCTL_SZ_2048; | 1715 | switch (adapter->rx_buffer_len) { |
| 1716 | case E1000_RXBUFFER_2048: | ||
| 1717 | default: | ||
| 1718 | rctl |= E1000_RCTL_SZ_2048; | ||
| 1719 | rctl &= ~E1000_RCTL_BSEX; | ||
| 1720 | break; | ||
| 1721 | case E1000_RXBUFFER_4096: | ||
| 1722 | rctl |= E1000_RCTL_SZ_4096; | ||
| 1723 | break; | ||
| 1724 | case E1000_RXBUFFER_8192: | ||
| 1725 | rctl |= E1000_RCTL_SZ_8192; | ||
| 1726 | break; | ||
| 1727 | case E1000_RXBUFFER_16384: | ||
| 1728 | rctl |= E1000_RCTL_SZ_16384; | ||
| 1729 | break; | ||
| 1730 | } | ||
| 1718 | } | 1731 | } |
| 1719 | 1732 | ||
| 1720 | #ifndef CONFIG_E1000_DISABLE_PACKET_SPLIT | 1733 | #ifndef CONFIG_E1000_DISABLE_PACKET_SPLIT |
| @@ -2107,16 +2120,6 @@ e1000_clean_rx_ring(struct e1000_adapter *adapter, | |||
| 2107 | } | 2120 | } |
| 2108 | } | 2121 | } |
| 2109 | 2122 | ||
| 2110 | /* there also may be some cached data in our adapter */ | ||
| 2111 | if (rx_ring->rx_skb_top) { | ||
| 2112 | dev_kfree_skb(rx_ring->rx_skb_top); | ||
| 2113 | |||
| 2114 | /* rx_skb_prev will be wiped out by rx_skb_top */ | ||
| 2115 | rx_ring->rx_skb_top = NULL; | ||
| 2116 | rx_ring->rx_skb_prev = NULL; | ||
| 2117 | } | ||
| 2118 | |||
| 2119 | |||
| 2120 | size = sizeof(struct e1000_buffer) * rx_ring->count; | 2123 | size = sizeof(struct e1000_buffer) * rx_ring->count; |
| 2121 | memset(rx_ring->buffer_info, 0, size); | 2124 | memset(rx_ring->buffer_info, 0, size); |
| 2122 | size = sizeof(struct e1000_ps_page) * rx_ring->count; | 2125 | size = sizeof(struct e1000_ps_page) * rx_ring->count; |
| @@ -2914,7 +2917,7 @@ e1000_xmit_frame(struct sk_buff *skb, struct net_device *netdev) | |||
| 2914 | if (!__pskb_pull_tail(skb, pull_size)) { | 2917 | if (!__pskb_pull_tail(skb, pull_size)) { |
| 2915 | printk(KERN_ERR "__pskb_pull_tail failed.\n"); | 2918 | printk(KERN_ERR "__pskb_pull_tail failed.\n"); |
| 2916 | dev_kfree_skb_any(skb); | 2919 | dev_kfree_skb_any(skb); |
| 2917 | return -EFAULT; | 2920 | return NETDEV_TX_OK; |
| 2918 | } | 2921 | } |
| 2919 | len = skb->len - skb->data_len; | 2922 | len = skb->len - skb->data_len; |
| 2920 | } | 2923 | } |
| @@ -3106,24 +3109,27 @@ e1000_change_mtu(struct net_device *netdev, int new_mtu) | |||
| 3106 | break; | 3109 | break; |
| 3107 | } | 3110 | } |
| 3108 | 3111 | ||
| 3109 | /* since the driver code now supports splitting a packet across | 3112 | |
| 3110 | * multiple descriptors, most of the fifo related limitations on | ||
| 3111 | * jumbo frame traffic have gone away. | ||
| 3112 | * simply use 2k descriptors for everything. | ||
| 3113 | * | ||
| 3114 | * NOTE: dev_alloc_skb reserves 16 bytes, and typically NET_IP_ALIGN | ||
| 3115 | * means we reserve 2 more, this pushes us to allocate from the next | ||
| 3116 | * larger slab size | ||
| 3117 | * i.e. RXBUFFER_2048 --> size-4096 slab */ | ||
| 3118 | |||
| 3119 | /* recent hardware supports 1KB granularity */ | ||
| 3120 | if (adapter->hw.mac_type > e1000_82547_rev_2) { | 3113 | if (adapter->hw.mac_type > e1000_82547_rev_2) { |
| 3121 | adapter->rx_buffer_len = | 3114 | adapter->rx_buffer_len = max_frame; |
| 3122 | ((max_frame < E1000_RXBUFFER_2048) ? | ||
| 3123 | max_frame : E1000_RXBUFFER_2048); | ||
| 3124 | E1000_ROUNDUP(adapter->rx_buffer_len, 1024); | 3115 | E1000_ROUNDUP(adapter->rx_buffer_len, 1024); |
| 3125 | } else | 3116 | } else { |
| 3126 | adapter->rx_buffer_len = E1000_RXBUFFER_2048; | 3117 | if(unlikely((adapter->hw.mac_type < e1000_82543) && |
| 3118 | (max_frame > MAXIMUM_ETHERNET_FRAME_SIZE))) { | ||
| 3119 | DPRINTK(PROBE, ERR, "Jumbo Frames not supported " | ||
| 3120 | "on 82542\n"); | ||
| 3121 | return -EINVAL; | ||
| 3122 | } else { | ||
| 3123 | if(max_frame <= E1000_RXBUFFER_2048) | ||
| 3124 | adapter->rx_buffer_len = E1000_RXBUFFER_2048; | ||
| 3125 | else if(max_frame <= E1000_RXBUFFER_4096) | ||
| 3126 | adapter->rx_buffer_len = E1000_RXBUFFER_4096; | ||
| 3127 | else if(max_frame <= E1000_RXBUFFER_8192) | ||
| 3128 | adapter->rx_buffer_len = E1000_RXBUFFER_8192; | ||
| 3129 | else if(max_frame <= E1000_RXBUFFER_16384) | ||
| 3130 | adapter->rx_buffer_len = E1000_RXBUFFER_16384; | ||
| 3131 | } | ||
| 3132 | } | ||
| 3127 | 3133 | ||
| 3128 | netdev->mtu = new_mtu; | 3134 | netdev->mtu = new_mtu; |
| 3129 | 3135 | ||
| @@ -3620,7 +3626,7 @@ e1000_clean_rx_irq(struct e1000_adapter *adapter, | |||
| 3620 | uint8_t last_byte; | 3626 | uint8_t last_byte; |
| 3621 | unsigned int i; | 3627 | unsigned int i; |
| 3622 | int cleaned_count = 0; | 3628 | int cleaned_count = 0; |
| 3623 | boolean_t cleaned = FALSE, multi_descriptor = FALSE; | 3629 | boolean_t cleaned = FALSE; |
| 3624 | 3630 | ||
| 3625 | i = rx_ring->next_to_clean; | 3631 | i = rx_ring->next_to_clean; |
| 3626 | rx_desc = E1000_RX_DESC(*rx_ring, i); | 3632 | rx_desc = E1000_RX_DESC(*rx_ring, i); |
| @@ -3652,43 +3658,12 @@ e1000_clean_rx_irq(struct e1000_adapter *adapter, | |||
| 3652 | 3658 | ||
| 3653 | length = le16_to_cpu(rx_desc->length); | 3659 | length = le16_to_cpu(rx_desc->length); |
| 3654 | 3660 | ||
| 3655 | skb_put(skb, length); | 3661 | if (unlikely(!(status & E1000_RXD_STAT_EOP))) { |
| 3656 | 3662 | /* All receives must fit into a single buffer */ | |
| 3657 | if (!(status & E1000_RXD_STAT_EOP)) { | 3663 | E1000_DBG("%s: Receive packet consumed multiple" |
| 3658 | if (!rx_ring->rx_skb_top) { | 3664 | " buffers\n", netdev->name); |
| 3659 | rx_ring->rx_skb_top = skb; | 3665 | dev_kfree_skb_irq(skb); |
| 3660 | rx_ring->rx_skb_top->len = length; | ||
| 3661 | rx_ring->rx_skb_prev = skb; | ||
| 3662 | } else { | ||
| 3663 | if (skb_shinfo(rx_ring->rx_skb_top)->frag_list) { | ||
| 3664 | rx_ring->rx_skb_prev->next = skb; | ||
| 3665 | skb->prev = rx_ring->rx_skb_prev; | ||
| 3666 | } else { | ||
| 3667 | skb_shinfo(rx_ring->rx_skb_top)->frag_list = skb; | ||
| 3668 | } | ||
| 3669 | rx_ring->rx_skb_prev = skb; | ||
| 3670 | rx_ring->rx_skb_top->data_len += length; | ||
| 3671 | } | ||
| 3672 | goto next_desc; | 3666 | goto next_desc; |
| 3673 | } else { | ||
| 3674 | if (rx_ring->rx_skb_top) { | ||
| 3675 | if (skb_shinfo(rx_ring->rx_skb_top) | ||
| 3676 | ->frag_list) { | ||
| 3677 | rx_ring->rx_skb_prev->next = skb; | ||
| 3678 | skb->prev = rx_ring->rx_skb_prev; | ||
| 3679 | } else | ||
| 3680 | skb_shinfo(rx_ring->rx_skb_top) | ||
| 3681 | ->frag_list = skb; | ||
| 3682 | |||
| 3683 | rx_ring->rx_skb_top->data_len += length; | ||
| 3684 | rx_ring->rx_skb_top->len += | ||
| 3685 | rx_ring->rx_skb_top->data_len; | ||
| 3686 | |||
| 3687 | skb = rx_ring->rx_skb_top; | ||
| 3688 | multi_descriptor = TRUE; | ||
| 3689 | rx_ring->rx_skb_top = NULL; | ||
| 3690 | rx_ring->rx_skb_prev = NULL; | ||
| 3691 | } | ||
| 3692 | } | 3667 | } |
| 3693 | 3668 | ||
| 3694 | if (unlikely(rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK)) { | 3669 | if (unlikely(rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK)) { |
| @@ -3712,10 +3687,7 @@ e1000_clean_rx_irq(struct e1000_adapter *adapter, | |||
| 3712 | * performance for small packets with large amounts | 3687 | * performance for small packets with large amounts |
| 3713 | * of reassembly being done in the stack */ | 3688 | * of reassembly being done in the stack */ |
| 3714 | #define E1000_CB_LENGTH 256 | 3689 | #define E1000_CB_LENGTH 256 |
| 3715 | if ((length < E1000_CB_LENGTH) && | 3690 | if (length < E1000_CB_LENGTH) { |
| 3716 | !rx_ring->rx_skb_top && | ||
| 3717 | /* or maybe (status & E1000_RXD_STAT_EOP) && */ | ||
| 3718 | !multi_descriptor) { | ||
| 3719 | struct sk_buff *new_skb = | 3691 | struct sk_buff *new_skb = |
| 3720 | dev_alloc_skb(length + NET_IP_ALIGN); | 3692 | dev_alloc_skb(length + NET_IP_ALIGN); |
| 3721 | if (new_skb) { | 3693 | if (new_skb) { |
| @@ -3729,7 +3701,8 @@ e1000_clean_rx_irq(struct e1000_adapter *adapter, | |||
| 3729 | skb = new_skb; | 3701 | skb = new_skb; |
| 3730 | skb_put(skb, length); | 3702 | skb_put(skb, length); |
| 3731 | } | 3703 | } |
| 3732 | } | 3704 | } else |
| 3705 | skb_put(skb, length); | ||
| 3733 | 3706 | ||
| 3734 | /* end copybreak code */ | 3707 | /* end copybreak code */ |
| 3735 | 3708 | ||
| @@ -3737,7 +3710,7 @@ e1000_clean_rx_irq(struct e1000_adapter *adapter, | |||
| 3737 | e1000_rx_checksum(adapter, | 3710 | e1000_rx_checksum(adapter, |
| 3738 | (uint32_t)(status) | | 3711 | (uint32_t)(status) | |
| 3739 | ((uint32_t)(rx_desc->errors) << 24), | 3712 | ((uint32_t)(rx_desc->errors) << 24), |
| 3740 | rx_desc->csum, skb); | 3713 | le16_to_cpu(rx_desc->csum), skb); |
| 3741 | 3714 | ||
| 3742 | skb->protocol = eth_type_trans(skb, netdev); | 3715 | skb->protocol = eth_type_trans(skb, netdev); |
| 3743 | #ifdef CONFIG_E1000_NAPI | 3716 | #ifdef CONFIG_E1000_NAPI |
| @@ -3881,11 +3854,11 @@ e1000_clean_rx_irq_ps(struct e1000_adapter *adapter, | |||
| 3881 | } | 3854 | } |
| 3882 | 3855 | ||
| 3883 | e1000_rx_checksum(adapter, staterr, | 3856 | e1000_rx_checksum(adapter, staterr, |
| 3884 | rx_desc->wb.lower.hi_dword.csum_ip.csum, skb); | 3857 | le16_to_cpu(rx_desc->wb.lower.hi_dword.csum_ip.csum), skb); |
| 3885 | skb->protocol = eth_type_trans(skb, netdev); | 3858 | skb->protocol = eth_type_trans(skb, netdev); |
| 3886 | 3859 | ||
| 3887 | if (likely(rx_desc->wb.upper.header_status & | 3860 | if (likely(rx_desc->wb.upper.header_status & |
| 3888 | E1000_RXDPS_HDRSTAT_HDRSP)) | 3861 | cpu_to_le16(E1000_RXDPS_HDRSTAT_HDRSP))) |
| 3889 | adapter->rx_hdr_split++; | 3862 | adapter->rx_hdr_split++; |
| 3890 | #ifdef CONFIG_E1000_NAPI | 3863 | #ifdef CONFIG_E1000_NAPI |
| 3891 | if (unlikely(adapter->vlgrp && (staterr & E1000_RXD_STAT_VP))) { | 3864 | if (unlikely(adapter->vlgrp && (staterr & E1000_RXD_STAT_VP))) { |
| @@ -3911,7 +3884,7 @@ e1000_clean_rx_irq_ps(struct e1000_adapter *adapter, | |||
| 3911 | #endif | 3884 | #endif |
| 3912 | 3885 | ||
| 3913 | next_desc: | 3886 | next_desc: |
| 3914 | rx_desc->wb.middle.status_error &= ~0xFF; | 3887 | rx_desc->wb.middle.status_error &= cpu_to_le32(~0xFF); |
| 3915 | buffer_info->skb = NULL; | 3888 | buffer_info->skb = NULL; |
| 3916 | 3889 | ||
| 3917 | /* return some buffers to hardware, one at a time is too slow */ | 3890 | /* return some buffers to hardware, one at a time is too slow */ |
diff --git a/drivers/net/pcmcia/axnet_cs.c b/drivers/net/pcmcia/axnet_cs.c index 01ddfc8cce3f..aa5581369399 100644 --- a/drivers/net/pcmcia/axnet_cs.c +++ b/drivers/net/pcmcia/axnet_cs.c | |||
| @@ -806,6 +806,7 @@ static struct pcmcia_device_id axnet_ids[] = { | |||
| 806 | PCMCIA_DEVICE_MANF_CARD(0x026f, 0x0309), | 806 | PCMCIA_DEVICE_MANF_CARD(0x026f, 0x0309), |
| 807 | PCMCIA_DEVICE_MANF_CARD(0x0274, 0x1106), | 807 | PCMCIA_DEVICE_MANF_CARD(0x0274, 0x1106), |
| 808 | PCMCIA_DEVICE_MANF_CARD(0x8a01, 0xc1ab), | 808 | PCMCIA_DEVICE_MANF_CARD(0x8a01, 0xc1ab), |
| 809 | PCMCIA_DEVICE_PROD_ID12("AmbiCom,Inc.", "Fast Ethernet PC Card(AMB8110)", 0x49b020a7, 0x119cc9fc), | ||
| 809 | PCMCIA_DEVICE_PROD_ID124("Fast Ethernet", "16-bit PC Card", "AX88190", 0xb4be14e3, 0x9a12eb6a, 0xab9be5ef), | 810 | PCMCIA_DEVICE_PROD_ID124("Fast Ethernet", "16-bit PC Card", "AX88190", 0xb4be14e3, 0x9a12eb6a, 0xab9be5ef), |
| 810 | PCMCIA_DEVICE_PROD_ID12("ASIX", "AX88190", 0x0959823b, 0xab9be5ef), | 811 | PCMCIA_DEVICE_PROD_ID12("ASIX", "AX88190", 0x0959823b, 0xab9be5ef), |
| 811 | PCMCIA_DEVICE_PROD_ID12("Billionton", "LNA-100B", 0x552ab682, 0xbc3b87e1), | 812 | PCMCIA_DEVICE_PROD_ID12("Billionton", "LNA-100B", 0x552ab682, 0xbc3b87e1), |
diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c index 49b597cbc19a..b7f00d6eb6a6 100644 --- a/drivers/net/s2io.c +++ b/drivers/net/s2io.c | |||
| @@ -4092,6 +4092,7 @@ static void s2io_set_multicast(struct net_device *dev) | |||
| 4092 | i++, mclist = mclist->next) { | 4092 | i++, mclist = mclist->next) { |
| 4093 | memcpy(sp->usr_addrs[i].addr, mclist->dmi_addr, | 4093 | memcpy(sp->usr_addrs[i].addr, mclist->dmi_addr, |
| 4094 | ETH_ALEN); | 4094 | ETH_ALEN); |
| 4095 | mac_addr = 0; | ||
| 4095 | for (j = 0; j < ETH_ALEN; j++) { | 4096 | for (j = 0; j < ETH_ALEN; j++) { |
| 4096 | mac_addr |= mclist->dmi_addr[j]; | 4097 | mac_addr |= mclist->dmi_addr[j]; |
| 4097 | mac_addr <<= 8; | 4098 | mac_addr <<= 8; |
diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c index ca8160d68229..73260364cba3 100644 --- a/drivers/net/sky2.c +++ b/drivers/net/sky2.c | |||
| @@ -74,7 +74,7 @@ | |||
| 74 | #define TX_RING_SIZE 512 | 74 | #define TX_RING_SIZE 512 |
| 75 | #define TX_DEF_PENDING (TX_RING_SIZE - 1) | 75 | #define TX_DEF_PENDING (TX_RING_SIZE - 1) |
| 76 | #define TX_MIN_PENDING 64 | 76 | #define TX_MIN_PENDING 64 |
| 77 | #define MAX_SKB_TX_LE (4 + 2*MAX_SKB_FRAGS) | 77 | #define MAX_SKB_TX_LE (4 + (sizeof(dma_addr_t)/sizeof(u32))*MAX_SKB_FRAGS) |
| 78 | 78 | ||
| 79 | #define STATUS_RING_SIZE 2048 /* 2 ports * (TX + 2*RX) */ | 79 | #define STATUS_RING_SIZE 2048 /* 2 ports * (TX + 2*RX) */ |
| 80 | #define STATUS_LE_BYTES (STATUS_RING_SIZE*sizeof(struct sky2_status_le)) | 80 | #define STATUS_LE_BYTES (STATUS_RING_SIZE*sizeof(struct sky2_status_le)) |
| @@ -96,10 +96,6 @@ static int copybreak __read_mostly = 256; | |||
| 96 | module_param(copybreak, int, 0); | 96 | module_param(copybreak, int, 0); |
| 97 | MODULE_PARM_DESC(copybreak, "Receive copy threshold"); | 97 | MODULE_PARM_DESC(copybreak, "Receive copy threshold"); |
| 98 | 98 | ||
| 99 | static int disable_msi = 0; | ||
| 100 | module_param(disable_msi, int, 0); | ||
| 101 | MODULE_PARM_DESC(disable_msi, "Disable Message Signaled Interrupt (MSI)"); | ||
| 102 | |||
| 103 | static const struct pci_device_id sky2_id_table[] = { | 99 | static const struct pci_device_id sky2_id_table[] = { |
| 104 | { PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x9000) }, | 100 | { PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x9000) }, |
| 105 | { PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x9E00) }, | 101 | { PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x9E00) }, |
| @@ -626,8 +622,8 @@ static void sky2_mac_init(struct sky2_hw *hw, unsigned port) | |||
| 626 | 622 | ||
| 627 | /* Configure Rx MAC FIFO */ | 623 | /* Configure Rx MAC FIFO */ |
| 628 | sky2_write8(hw, SK_REG(port, RX_GMF_CTRL_T), GMF_RST_CLR); | 624 | sky2_write8(hw, SK_REG(port, RX_GMF_CTRL_T), GMF_RST_CLR); |
| 629 | sky2_write16(hw, SK_REG(port, RX_GMF_CTRL_T), | 625 | sky2_write32(hw, SK_REG(port, RX_GMF_CTRL_T), |
| 630 | GMF_RX_CTRL_DEF); | 626 | GMF_OPER_ON | GMF_RX_F_FL_ON); |
| 631 | 627 | ||
| 632 | /* Flush Rx MAC FIFO on any flow control or error */ | 628 | /* Flush Rx MAC FIFO on any flow control or error */ |
| 633 | sky2_write16(hw, SK_REG(port, RX_GMF_FL_MSK), GMR_FS_ANY_ERR); | 629 | sky2_write16(hw, SK_REG(port, RX_GMF_FL_MSK), GMR_FS_ANY_ERR); |
| @@ -999,6 +995,10 @@ static int sky2_rx_start(struct sky2_port *sky2) | |||
| 999 | sky2_rx_add(sky2, re->mapaddr); | 995 | sky2_rx_add(sky2, re->mapaddr); |
| 1000 | } | 996 | } |
| 1001 | 997 | ||
| 998 | /* Truncate oversize frames */ | ||
| 999 | sky2_write16(hw, SK_REG(sky2->port, RX_GMF_TR_THR), sky2->rx_bufsize - 8); | ||
| 1000 | sky2_write32(hw, SK_REG(sky2->port, RX_GMF_CTRL_T), RX_TRUNC_ON); | ||
| 1001 | |||
| 1002 | /* Tell chip about available buffers */ | 1002 | /* Tell chip about available buffers */ |
| 1003 | sky2_write16(hw, Y2_QADDR(rxq, PREF_UNIT_PUT_IDX), sky2->rx_put); | 1003 | sky2_write16(hw, Y2_QADDR(rxq, PREF_UNIT_PUT_IDX), sky2->rx_put); |
| 1004 | sky2->rx_last_put = sky2_read16(hw, Y2_QADDR(rxq, PREF_UNIT_PUT_IDX)); | 1004 | sky2->rx_last_put = sky2_read16(hw, Y2_QADDR(rxq, PREF_UNIT_PUT_IDX)); |
| @@ -1149,6 +1149,7 @@ static int sky2_xmit_frame(struct sk_buff *skb, struct net_device *dev) | |||
| 1149 | struct sky2_tx_le *le = NULL; | 1149 | struct sky2_tx_le *le = NULL; |
| 1150 | struct tx_ring_info *re; | 1150 | struct tx_ring_info *re; |
| 1151 | unsigned i, len; | 1151 | unsigned i, len; |
| 1152 | int avail; | ||
| 1152 | dma_addr_t mapping; | 1153 | dma_addr_t mapping; |
| 1153 | u32 addr64; | 1154 | u32 addr64; |
| 1154 | u16 mss; | 1155 | u16 mss; |
| @@ -1291,12 +1292,16 @@ static int sky2_xmit_frame(struct sk_buff *skb, struct net_device *dev) | |||
| 1291 | re->idx = sky2->tx_prod; | 1292 | re->idx = sky2->tx_prod; |
| 1292 | le->ctrl |= EOP; | 1293 | le->ctrl |= EOP; |
| 1293 | 1294 | ||
| 1295 | avail = tx_avail(sky2); | ||
| 1296 | if (mss != 0 || avail < TX_MIN_PENDING) { | ||
| 1297 | le->ctrl |= FRC_STAT; | ||
| 1298 | if (avail <= MAX_SKB_TX_LE) | ||
| 1299 | netif_stop_queue(dev); | ||
| 1300 | } | ||
| 1301 | |||
| 1294 | sky2_put_idx(hw, txqaddr[sky2->port], sky2->tx_prod, | 1302 | sky2_put_idx(hw, txqaddr[sky2->port], sky2->tx_prod, |
| 1295 | &sky2->tx_last_put, TX_RING_SIZE); | 1303 | &sky2->tx_last_put, TX_RING_SIZE); |
| 1296 | 1304 | ||
| 1297 | if (tx_avail(sky2) <= MAX_SKB_TX_LE) | ||
| 1298 | netif_stop_queue(dev); | ||
| 1299 | |||
| 1300 | out_unlock: | 1305 | out_unlock: |
| 1301 | spin_unlock(&sky2->tx_lock); | 1306 | spin_unlock(&sky2->tx_lock); |
| 1302 | 1307 | ||
| @@ -1711,10 +1716,12 @@ static void sky2_tx_timeout(struct net_device *dev) | |||
| 1711 | 1716 | ||
| 1712 | 1717 | ||
| 1713 | #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) | 1718 | #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) |
| 1714 | /* Want receive buffer size to be multiple of 64 bits, and incl room for vlan */ | 1719 | /* Want receive buffer size to be multiple of 64 bits |
| 1720 | * and incl room for vlan and truncation | ||
| 1721 | */ | ||
| 1715 | static inline unsigned sky2_buf_size(int mtu) | 1722 | static inline unsigned sky2_buf_size(int mtu) |
| 1716 | { | 1723 | { |
| 1717 | return roundup(mtu + ETH_HLEN + 4, 8); | 1724 | return roundup(mtu + ETH_HLEN + VLAN_HLEN, 8) + 8; |
| 1718 | } | 1725 | } |
| 1719 | 1726 | ||
| 1720 | static int sky2_change_mtu(struct net_device *dev, int new_mtu) | 1727 | static int sky2_change_mtu(struct net_device *dev, int new_mtu) |
| @@ -1797,7 +1804,7 @@ static struct sk_buff *sky2_receive(struct sky2_port *sky2, | |||
| 1797 | if (!(status & GMR_FS_RX_OK)) | 1804 | if (!(status & GMR_FS_RX_OK)) |
| 1798 | goto resubmit; | 1805 | goto resubmit; |
| 1799 | 1806 | ||
| 1800 | if ((status >> 16) != length || length > sky2->rx_bufsize) | 1807 | if (length > sky2->netdev->mtu + ETH_HLEN) |
| 1801 | goto oversize; | 1808 | goto oversize; |
| 1802 | 1809 | ||
| 1803 | if (length < copybreak) { | 1810 | if (length < copybreak) { |
| @@ -3126,61 +3133,6 @@ static void __devinit sky2_show_addr(struct net_device *dev) | |||
| 3126 | dev->dev_addr[3], dev->dev_addr[4], dev->dev_addr[5]); | 3133 | dev->dev_addr[3], dev->dev_addr[4], dev->dev_addr[5]); |
| 3127 | } | 3134 | } |
| 3128 | 3135 | ||
| 3129 | /* Handle software interrupt used during MSI test */ | ||
| 3130 | static irqreturn_t __devinit sky2_test_intr(int irq, void *dev_id, | ||
| 3131 | struct pt_regs *regs) | ||
| 3132 | { | ||
| 3133 | struct sky2_hw *hw = dev_id; | ||
| 3134 | u32 status = sky2_read32(hw, B0_Y2_SP_ISRC2); | ||
| 3135 | |||
| 3136 | if (status == 0) | ||
| 3137 | return IRQ_NONE; | ||
| 3138 | |||
| 3139 | if (status & Y2_IS_IRQ_SW) { | ||
| 3140 | sky2_write8(hw, B0_CTST, CS_CL_SW_IRQ); | ||
| 3141 | hw->msi = 1; | ||
| 3142 | } | ||
| 3143 | sky2_write32(hw, B0_Y2_SP_ICR, 2); | ||
| 3144 | |||
| 3145 | sky2_read32(hw, B0_IMSK); | ||
| 3146 | return IRQ_HANDLED; | ||
| 3147 | } | ||
| 3148 | |||
| 3149 | /* Test interrupt path by forcing a a software IRQ */ | ||
| 3150 | static int __devinit sky2_test_msi(struct sky2_hw *hw) | ||
| 3151 | { | ||
| 3152 | struct pci_dev *pdev = hw->pdev; | ||
| 3153 | int i, err; | ||
| 3154 | |||
| 3155 | sky2_write32(hw, B0_IMSK, Y2_IS_IRQ_SW); | ||
| 3156 | |||
| 3157 | err = request_irq(pdev->irq, sky2_test_intr, SA_SHIRQ, DRV_NAME, hw); | ||
| 3158 | if (err) { | ||
| 3159 | printk(KERN_ERR PFX "%s: cannot assign irq %d\n", | ||
| 3160 | pci_name(pdev), pdev->irq); | ||
| 3161 | return err; | ||
| 3162 | } | ||
| 3163 | |||
| 3164 | sky2_write8(hw, B0_CTST, CS_ST_SW_IRQ); | ||
| 3165 | wmb(); | ||
| 3166 | |||
| 3167 | for (i = 0; i < 10; i++) { | ||
| 3168 | barrier(); | ||
| 3169 | if (hw->msi) | ||
| 3170 | goto found; | ||
| 3171 | mdelay(1); | ||
| 3172 | } | ||
| 3173 | |||
| 3174 | err = -EOPNOTSUPP; | ||
| 3175 | sky2_write8(hw, B0_CTST, CS_CL_SW_IRQ); | ||
| 3176 | found: | ||
| 3177 | sky2_write32(hw, B0_IMSK, 0); | ||
| 3178 | |||
| 3179 | free_irq(pdev->irq, hw); | ||
| 3180 | |||
| 3181 | return err; | ||
| 3182 | } | ||
| 3183 | |||
| 3184 | static int __devinit sky2_probe(struct pci_dev *pdev, | 3136 | static int __devinit sky2_probe(struct pci_dev *pdev, |
| 3185 | const struct pci_device_id *ent) | 3137 | const struct pci_device_id *ent) |
| 3186 | { | 3138 | { |
| @@ -3302,22 +3254,7 @@ static int __devinit sky2_probe(struct pci_dev *pdev, | |||
| 3302 | } | 3254 | } |
| 3303 | } | 3255 | } |
| 3304 | 3256 | ||
| 3305 | if (!disable_msi && pci_enable_msi(pdev) == 0) { | 3257 | err = request_irq(pdev->irq, sky2_intr, SA_SHIRQ, DRV_NAME, hw); |
| 3306 | err = sky2_test_msi(hw); | ||
| 3307 | if (err == -EOPNOTSUPP) { | ||
| 3308 | /* MSI test failed, go back to INTx mode */ | ||
| 3309 | printk(KERN_WARNING PFX "%s: No interrupt was generated using MSI, " | ||
| 3310 | "switching to INTx mode. Please report this failure to " | ||
| 3311 | "the PCI maintainer and include system chipset information.\n", | ||
| 3312 | pci_name(pdev)); | ||
| 3313 | pci_disable_msi(pdev); | ||
| 3314 | } | ||
| 3315 | else if (err) | ||
| 3316 | goto err_out_unregister; | ||
| 3317 | } | ||
| 3318 | |||
| 3319 | err = request_irq(pdev->irq, sky2_intr, SA_SHIRQ | SA_SAMPLE_RANDOM, | ||
| 3320 | DRV_NAME, hw); | ||
| 3321 | if (err) { | 3258 | if (err) { |
| 3322 | printk(KERN_ERR PFX "%s: cannot assign irq %d\n", | 3259 | printk(KERN_ERR PFX "%s: cannot assign irq %d\n", |
| 3323 | pci_name(pdev), pdev->irq); | 3260 | pci_name(pdev), pdev->irq); |
| @@ -3332,8 +3269,6 @@ static int __devinit sky2_probe(struct pci_dev *pdev, | |||
| 3332 | return 0; | 3269 | return 0; |
| 3333 | 3270 | ||
| 3334 | err_out_unregister: | 3271 | err_out_unregister: |
| 3335 | if (hw->msi) | ||
| 3336 | pci_disable_msi(pdev); | ||
| 3337 | if (dev1) { | 3272 | if (dev1) { |
| 3338 | unregister_netdev(dev1); | 3273 | unregister_netdev(dev1); |
| 3339 | free_netdev(dev1); | 3274 | free_netdev(dev1); |
| @@ -3376,8 +3311,6 @@ static void __devexit sky2_remove(struct pci_dev *pdev) | |||
| 3376 | sky2_read8(hw, B0_CTST); | 3311 | sky2_read8(hw, B0_CTST); |
| 3377 | 3312 | ||
| 3378 | free_irq(pdev->irq, hw); | 3313 | free_irq(pdev->irq, hw); |
| 3379 | if (hw->msi) | ||
| 3380 | pci_disable_msi(pdev); | ||
| 3381 | pci_free_consistent(pdev, STATUS_LE_BYTES, hw->st_le, hw->st_dma); | 3314 | pci_free_consistent(pdev, STATUS_LE_BYTES, hw->st_le, hw->st_dma); |
| 3382 | pci_release_regions(pdev); | 3315 | pci_release_regions(pdev); |
| 3383 | pci_disable_device(pdev); | 3316 | pci_disable_device(pdev); |
diff --git a/drivers/net/sky2.h b/drivers/net/sky2.h index 3edb98075e0a..dce955c76f3c 100644 --- a/drivers/net/sky2.h +++ b/drivers/net/sky2.h | |||
| @@ -1881,7 +1881,6 @@ struct sky2_hw { | |||
| 1881 | u32 intr_mask; | 1881 | u32 intr_mask; |
| 1882 | 1882 | ||
| 1883 | int pm_cap; | 1883 | int pm_cap; |
| 1884 | int msi; | ||
| 1885 | u8 chip_id; | 1884 | u8 chip_id; |
| 1886 | u8 chip_rev; | 1885 | u8 chip_rev; |
| 1887 | u8 copper; | 1886 | u8 copper; |
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index e7dc653d5bd6..caf4102b54ce 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
| @@ -3532,9 +3532,23 @@ static inline int tg3_4g_overflow_test(dma_addr_t mapping, int len) | |||
| 3532 | (base + len + 8 < base)); | 3532 | (base + len + 8 < base)); |
| 3533 | } | 3533 | } |
| 3534 | 3534 | ||
| 3535 | /* Test for DMA addresses > 40-bit */ | ||
| 3536 | static inline int tg3_40bit_overflow_test(struct tg3 *tp, dma_addr_t mapping, | ||
| 3537 | int len) | ||
| 3538 | { | ||
| 3539 | #if defined(CONFIG_HIGHMEM) && (BITS_PER_LONG == 64) | ||
| 3540 | if (tp->tg3_flags2 & TG3_FLG2_5780_CLASS) | ||
| 3541 | return (((u64) mapping + len) > DMA_40BIT_MASK); | ||
| 3542 | return 0; | ||
| 3543 | #else | ||
| 3544 | return 0; | ||
| 3545 | #endif | ||
| 3546 | } | ||
| 3547 | |||
| 3535 | static void tg3_set_txd(struct tg3 *, int, dma_addr_t, int, u32, u32); | 3548 | static void tg3_set_txd(struct tg3 *, int, dma_addr_t, int, u32, u32); |
| 3536 | 3549 | ||
| 3537 | static int tigon3_4gb_hwbug_workaround(struct tg3 *tp, struct sk_buff *skb, | 3550 | /* Workaround 4GB and 40-bit hardware DMA bugs. */ |
| 3551 | static int tigon3_dma_hwbug_workaround(struct tg3 *tp, struct sk_buff *skb, | ||
| 3538 | u32 last_plus_one, u32 *start, | 3552 | u32 last_plus_one, u32 *start, |
| 3539 | u32 base_flags, u32 mss) | 3553 | u32 base_flags, u32 mss) |
| 3540 | { | 3554 | { |
| @@ -3742,6 +3756,9 @@ static int tg3_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
| 3742 | if (tg3_4g_overflow_test(mapping, len)) | 3756 | if (tg3_4g_overflow_test(mapping, len)) |
| 3743 | would_hit_hwbug = 1; | 3757 | would_hit_hwbug = 1; |
| 3744 | 3758 | ||
| 3759 | if (tg3_40bit_overflow_test(tp, mapping, len)) | ||
| 3760 | would_hit_hwbug = 1; | ||
| 3761 | |||
| 3745 | if (tp->tg3_flags2 & TG3_FLG2_HW_TSO) | 3762 | if (tp->tg3_flags2 & TG3_FLG2_HW_TSO) |
| 3746 | tg3_set_txd(tp, entry, mapping, len, | 3763 | tg3_set_txd(tp, entry, mapping, len, |
| 3747 | base_flags, (i == last)|(mss << 1)); | 3764 | base_flags, (i == last)|(mss << 1)); |
| @@ -3763,7 +3780,7 @@ static int tg3_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
| 3763 | /* If the workaround fails due to memory/mapping | 3780 | /* If the workaround fails due to memory/mapping |
| 3764 | * failure, silently drop this packet. | 3781 | * failure, silently drop this packet. |
| 3765 | */ | 3782 | */ |
| 3766 | if (tigon3_4gb_hwbug_workaround(tp, skb, last_plus_one, | 3783 | if (tigon3_dma_hwbug_workaround(tp, skb, last_plus_one, |
| 3767 | &start, base_flags, mss)) | 3784 | &start, base_flags, mss)) |
| 3768 | goto out_unlock; | 3785 | goto out_unlock; |
| 3769 | 3786 | ||
| @@ -9408,6 +9425,15 @@ static int __devinit tg3_is_sun_570X(struct tg3 *tp) | |||
| 9408 | return 0; | 9425 | return 0; |
| 9409 | if (venid == PCI_VENDOR_ID_SUN) | 9426 | if (venid == PCI_VENDOR_ID_SUN) |
| 9410 | return 1; | 9427 | return 1; |
| 9428 | |||
| 9429 | /* TG3 chips onboard the SunBlade-2500 don't have the | ||
| 9430 | * subsystem-vendor-id set to PCI_VENDOR_ID_SUN but they | ||
| 9431 | * are distinguishable from non-Sun variants by being | ||
| 9432 | * named "network" by the firmware. Non-Sun cards will | ||
| 9433 | * show up as being named "ethernet". | ||
| 9434 | */ | ||
| 9435 | if (!strcmp(pcp->prom_name, "network")) | ||
| 9436 | return 1; | ||
| 9411 | } | 9437 | } |
| 9412 | return 0; | 9438 | return 0; |
| 9413 | } | 9439 | } |
| @@ -9526,12 +9552,36 @@ static int __devinit tg3_get_invariants(struct tg3 *tp) | |||
| 9526 | } | 9552 | } |
| 9527 | } | 9553 | } |
| 9528 | 9554 | ||
| 9529 | /* Find msi capability. */ | 9555 | /* The EPB bridge inside 5714, 5715, and 5780 cannot support |
| 9556 | * DMA addresses > 40-bit. This bridge may have other additional | ||
| 9557 | * 57xx devices behind it in some 4-port NIC designs for example. | ||
| 9558 | * Any tg3 device found behind the bridge will also need the 40-bit | ||
| 9559 | * DMA workaround. | ||
| 9560 | */ | ||
| 9530 | if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5780 || | 9561 | if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5780 || |
| 9531 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5714) { | 9562 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5714) { |
| 9532 | tp->tg3_flags2 |= TG3_FLG2_5780_CLASS; | 9563 | tp->tg3_flags2 |= TG3_FLG2_5780_CLASS; |
| 9564 | tp->tg3_flags |= TG3_FLAG_40BIT_DMA_BUG; | ||
| 9533 | tp->msi_cap = pci_find_capability(tp->pdev, PCI_CAP_ID_MSI); | 9565 | tp->msi_cap = pci_find_capability(tp->pdev, PCI_CAP_ID_MSI); |
| 9534 | } | 9566 | } |
| 9567 | else { | ||
| 9568 | struct pci_dev *bridge = NULL; | ||
| 9569 | |||
| 9570 | do { | ||
| 9571 | bridge = pci_get_device(PCI_VENDOR_ID_SERVERWORKS, | ||
| 9572 | PCI_DEVICE_ID_SERVERWORKS_EPB, | ||
| 9573 | bridge); | ||
| 9574 | if (bridge && bridge->subordinate && | ||
| 9575 | (bridge->subordinate->number <= | ||
| 9576 | tp->pdev->bus->number) && | ||
| 9577 | (bridge->subordinate->subordinate >= | ||
| 9578 | tp->pdev->bus->number)) { | ||
| 9579 | tp->tg3_flags |= TG3_FLAG_40BIT_DMA_BUG; | ||
| 9580 | pci_dev_put(bridge); | ||
| 9581 | break; | ||
| 9582 | } | ||
| 9583 | } while (bridge); | ||
| 9584 | } | ||
| 9535 | 9585 | ||
| 9536 | /* Initialize misc host control in PCI block. */ | 9586 | /* Initialize misc host control in PCI block. */ |
| 9537 | tp->misc_host_ctrl |= (misc_ctrl_reg & | 9587 | tp->misc_host_ctrl |= (misc_ctrl_reg & |
| @@ -10277,7 +10327,14 @@ static int __devinit tg3_test_dma(struct tg3 *tp) | |||
| 10277 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5704) { | 10327 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5704) { |
| 10278 | u32 ccval = (tr32(TG3PCI_CLOCK_CTRL) & 0x1f); | 10328 | u32 ccval = (tr32(TG3PCI_CLOCK_CTRL) & 0x1f); |
| 10279 | 10329 | ||
| 10280 | if (ccval == 0x6 || ccval == 0x7) | 10330 | /* If the 5704 is behind the EPB bridge, we can |
| 10331 | * do the less restrictive ONE_DMA workaround for | ||
| 10332 | * better performance. | ||
| 10333 | */ | ||
| 10334 | if ((tp->tg3_flags & TG3_FLAG_40BIT_DMA_BUG) && | ||
| 10335 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5704) | ||
| 10336 | tp->dma_rwctrl |= 0x8000; | ||
| 10337 | else if (ccval == 0x6 || ccval == 0x7) | ||
| 10281 | tp->dma_rwctrl |= DMA_RWCTRL_ONE_DMA; | 10338 | tp->dma_rwctrl |= DMA_RWCTRL_ONE_DMA; |
| 10282 | 10339 | ||
| 10283 | /* Set bit 23 to enable PCIX hw bug fix */ | 10340 | /* Set bit 23 to enable PCIX hw bug fix */ |
| @@ -10517,8 +10574,6 @@ static char * __devinit tg3_bus_string(struct tg3 *tp, char *str) | |||
| 10517 | strcat(str, "66MHz"); | 10574 | strcat(str, "66MHz"); |
| 10518 | else if (clock_ctrl == 6) | 10575 | else if (clock_ctrl == 6) |
| 10519 | strcat(str, "100MHz"); | 10576 | strcat(str, "100MHz"); |
| 10520 | else if (clock_ctrl == 7) | ||
| 10521 | strcat(str, "133MHz"); | ||
| 10522 | } else { | 10577 | } else { |
| 10523 | strcpy(str, "PCI:"); | 10578 | strcpy(str, "PCI:"); |
| 10524 | if (tp->tg3_flags & TG3_FLAG_PCI_HIGH_SPEED) | 10579 | if (tp->tg3_flags & TG3_FLAG_PCI_HIGH_SPEED) |
| @@ -10599,8 +10654,9 @@ static int __devinit tg3_init_one(struct pci_dev *pdev, | |||
| 10599 | unsigned long tg3reg_base, tg3reg_len; | 10654 | unsigned long tg3reg_base, tg3reg_len; |
| 10600 | struct net_device *dev; | 10655 | struct net_device *dev; |
| 10601 | struct tg3 *tp; | 10656 | struct tg3 *tp; |
| 10602 | int i, err, pci_using_dac, pm_cap; | 10657 | int i, err, pm_cap; |
| 10603 | char str[40]; | 10658 | char str[40]; |
| 10659 | u64 dma_mask, persist_dma_mask; | ||
| 10604 | 10660 | ||
| 10605 | if (tg3_version_printed++ == 0) | 10661 | if (tg3_version_printed++ == 0) |
| 10606 | printk(KERN_INFO "%s", version); | 10662 | printk(KERN_INFO "%s", version); |
| @@ -10637,26 +10693,6 @@ static int __devinit tg3_init_one(struct pci_dev *pdev, | |||
| 10637 | goto err_out_free_res; | 10693 | goto err_out_free_res; |
| 10638 | } | 10694 | } |
| 10639 | 10695 | ||
| 10640 | /* Configure DMA attributes. */ | ||
| 10641 | err = pci_set_dma_mask(pdev, DMA_64BIT_MASK); | ||
| 10642 | if (!err) { | ||
| 10643 | pci_using_dac = 1; | ||
| 10644 | err = pci_set_consistent_dma_mask(pdev, DMA_64BIT_MASK); | ||
| 10645 | if (err < 0) { | ||
| 10646 | printk(KERN_ERR PFX "Unable to obtain 64 bit DMA " | ||
| 10647 | "for consistent allocations\n"); | ||
| 10648 | goto err_out_free_res; | ||
| 10649 | } | ||
| 10650 | } else { | ||
| 10651 | err = pci_set_dma_mask(pdev, DMA_32BIT_MASK); | ||
| 10652 | if (err) { | ||
| 10653 | printk(KERN_ERR PFX "No usable DMA configuration, " | ||
| 10654 | "aborting.\n"); | ||
| 10655 | goto err_out_free_res; | ||
| 10656 | } | ||
| 10657 | pci_using_dac = 0; | ||
| 10658 | } | ||
| 10659 | |||
| 10660 | tg3reg_base = pci_resource_start(pdev, 0); | 10696 | tg3reg_base = pci_resource_start(pdev, 0); |
| 10661 | tg3reg_len = pci_resource_len(pdev, 0); | 10697 | tg3reg_len = pci_resource_len(pdev, 0); |
| 10662 | 10698 | ||
| @@ -10670,8 +10706,6 @@ static int __devinit tg3_init_one(struct pci_dev *pdev, | |||
| 10670 | SET_MODULE_OWNER(dev); | 10706 | SET_MODULE_OWNER(dev); |
| 10671 | SET_NETDEV_DEV(dev, &pdev->dev); | 10707 | SET_NETDEV_DEV(dev, &pdev->dev); |
| 10672 | 10708 | ||
| 10673 | if (pci_using_dac) | ||
| 10674 | dev->features |= NETIF_F_HIGHDMA; | ||
| 10675 | dev->features |= NETIF_F_LLTX; | 10709 | dev->features |= NETIF_F_LLTX; |
| 10676 | #if TG3_VLAN_TAG_USED | 10710 | #if TG3_VLAN_TAG_USED |
| 10677 | dev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX; | 10711 | dev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX; |
| @@ -10756,6 +10790,45 @@ static int __devinit tg3_init_one(struct pci_dev *pdev, | |||
| 10756 | goto err_out_iounmap; | 10790 | goto err_out_iounmap; |
| 10757 | } | 10791 | } |
| 10758 | 10792 | ||
| 10793 | /* The EPB bridge inside 5714, 5715, and 5780 and any | ||
| 10794 | * device behind the EPB cannot support DMA addresses > 40-bit. | ||
| 10795 | * On 64-bit systems with IOMMU, use 40-bit dma_mask. | ||
| 10796 | * On 64-bit systems without IOMMU, use 64-bit dma_mask and | ||
| 10797 | * do DMA address check in tg3_start_xmit(). | ||
| 10798 | */ | ||
| 10799 | if (tp->tg3_flags2 & TG3_FLG2_IS_5788) | ||
| 10800 | persist_dma_mask = dma_mask = DMA_32BIT_MASK; | ||
| 10801 | else if (tp->tg3_flags & TG3_FLAG_40BIT_DMA_BUG) { | ||
| 10802 | persist_dma_mask = dma_mask = DMA_40BIT_MASK; | ||
| 10803 | #ifdef CONFIG_HIGHMEM | ||
| 10804 | dma_mask = DMA_64BIT_MASK; | ||
| 10805 | #endif | ||
| 10806 | } else | ||
| 10807 | persist_dma_mask = dma_mask = DMA_64BIT_MASK; | ||
| 10808 | |||
| 10809 | /* Configure DMA attributes. */ | ||
| 10810 | if (dma_mask > DMA_32BIT_MASK) { | ||
| 10811 | err = pci_set_dma_mask(pdev, dma_mask); | ||
| 10812 | if (!err) { | ||
| 10813 | dev->features |= NETIF_F_HIGHDMA; | ||
| 10814 | err = pci_set_consistent_dma_mask(pdev, | ||
| 10815 | persist_dma_mask); | ||
| 10816 | if (err < 0) { | ||
| 10817 | printk(KERN_ERR PFX "Unable to obtain 64 bit " | ||
| 10818 | "DMA for consistent allocations\n"); | ||
| 10819 | goto err_out_iounmap; | ||
| 10820 | } | ||
| 10821 | } | ||
| 10822 | } | ||
| 10823 | if (err || dma_mask == DMA_32BIT_MASK) { | ||
| 10824 | err = pci_set_dma_mask(pdev, DMA_32BIT_MASK); | ||
| 10825 | if (err) { | ||
| 10826 | printk(KERN_ERR PFX "No usable DMA configuration, " | ||
| 10827 | "aborting.\n"); | ||
| 10828 | goto err_out_iounmap; | ||
| 10829 | } | ||
| 10830 | } | ||
| 10831 | |||
| 10759 | tg3_init_bufmgr_config(tp); | 10832 | tg3_init_bufmgr_config(tp); |
| 10760 | 10833 | ||
| 10761 | #if TG3_TSO_SUPPORT != 0 | 10834 | #if TG3_TSO_SUPPORT != 0 |
| @@ -10824,9 +10897,6 @@ static int __devinit tg3_init_one(struct pci_dev *pdev, | |||
| 10824 | } else | 10897 | } else |
| 10825 | tp->tg3_flags &= ~TG3_FLAG_RX_CHECKSUMS; | 10898 | tp->tg3_flags &= ~TG3_FLAG_RX_CHECKSUMS; |
| 10826 | 10899 | ||
| 10827 | if (tp->tg3_flags2 & TG3_FLG2_IS_5788) | ||
| 10828 | dev->features &= ~NETIF_F_HIGHDMA; | ||
| 10829 | |||
| 10830 | /* flow control autonegotiation is default behavior */ | 10900 | /* flow control autonegotiation is default behavior */ |
| 10831 | tp->tg3_flags |= TG3_FLAG_PAUSE_AUTONEG; | 10901 | tp->tg3_flags |= TG3_FLAG_PAUSE_AUTONEG; |
| 10832 | 10902 | ||
| @@ -10870,8 +10940,10 @@ static int __devinit tg3_init_one(struct pci_dev *pdev, | |||
| 10870 | (tp->tg3_flags & TG3_FLAG_SPLIT_MODE) != 0, | 10940 | (tp->tg3_flags & TG3_FLAG_SPLIT_MODE) != 0, |
| 10871 | (tp->tg3_flags2 & TG3_FLG2_NO_ETH_WIRE_SPEED) == 0, | 10941 | (tp->tg3_flags2 & TG3_FLG2_NO_ETH_WIRE_SPEED) == 0, |
| 10872 | (tp->tg3_flags2 & TG3_FLG2_TSO_CAPABLE) != 0); | 10942 | (tp->tg3_flags2 & TG3_FLG2_TSO_CAPABLE) != 0); |
| 10873 | printk(KERN_INFO "%s: dma_rwctrl[%08x]\n", | 10943 | printk(KERN_INFO "%s: dma_rwctrl[%08x] dma_mask[%d-bit]\n", |
| 10874 | dev->name, tp->dma_rwctrl); | 10944 | dev->name, tp->dma_rwctrl, |
| 10945 | (pdev->dma_mask == DMA_32BIT_MASK) ? 32 : | ||
| 10946 | (((u64) pdev->dma_mask == DMA_40BIT_MASK) ? 40 : 64)); | ||
| 10875 | 10947 | ||
| 10876 | return 0; | 10948 | return 0; |
| 10877 | 10949 | ||
diff --git a/drivers/net/tg3.h b/drivers/net/tg3.h index 7f4b7f6ac40d..7e3b613afb29 100644 --- a/drivers/net/tg3.h +++ b/drivers/net/tg3.h | |||
| @@ -2163,6 +2163,7 @@ struct tg3 { | |||
| 2163 | #define TG3_FLAG_10_100_ONLY 0x01000000 | 2163 | #define TG3_FLAG_10_100_ONLY 0x01000000 |
| 2164 | #define TG3_FLAG_PAUSE_AUTONEG 0x02000000 | 2164 | #define TG3_FLAG_PAUSE_AUTONEG 0x02000000 |
| 2165 | #define TG3_FLAG_IN_RESET_TASK 0x04000000 | 2165 | #define TG3_FLAG_IN_RESET_TASK 0x04000000 |
| 2166 | #define TG3_FLAG_40BIT_DMA_BUG 0x08000000 | ||
| 2166 | #define TG3_FLAG_BROKEN_CHECKSUMS 0x10000000 | 2167 | #define TG3_FLAG_BROKEN_CHECKSUMS 0x10000000 |
| 2167 | #define TG3_FLAG_GOT_SERDES_FLOWCTL 0x20000000 | 2168 | #define TG3_FLAG_GOT_SERDES_FLOWCTL 0x20000000 |
| 2168 | #define TG3_FLAG_SPLIT_MODE 0x40000000 | 2169 | #define TG3_FLAG_SPLIT_MODE 0x40000000 |
diff --git a/drivers/net/tulip/de2104x.c b/drivers/net/tulip/de2104x.c index d7fb3ffe06ac..2d0cfbceee22 100644 --- a/drivers/net/tulip/de2104x.c +++ b/drivers/net/tulip/de2104x.c | |||
| @@ -1362,7 +1362,6 @@ static int de_open (struct net_device *dev) | |||
| 1362 | { | 1362 | { |
| 1363 | struct de_private *de = dev->priv; | 1363 | struct de_private *de = dev->priv; |
| 1364 | int rc; | 1364 | int rc; |
| 1365 | unsigned long flags; | ||
| 1366 | 1365 | ||
| 1367 | if (netif_msg_ifup(de)) | 1366 | if (netif_msg_ifup(de)) |
| 1368 | printk(KERN_DEBUG "%s: enabling interface\n", dev->name); | 1367 | printk(KERN_DEBUG "%s: enabling interface\n", dev->name); |
| @@ -1376,18 +1375,20 @@ static int de_open (struct net_device *dev) | |||
| 1376 | return rc; | 1375 | return rc; |
| 1377 | } | 1376 | } |
| 1378 | 1377 | ||
| 1379 | rc = de_init_hw(de); | 1378 | dw32(IntrMask, 0); |
| 1380 | if (rc) { | ||
| 1381 | printk(KERN_ERR "%s: h/w init failure, err=%d\n", | ||
| 1382 | dev->name, rc); | ||
| 1383 | goto err_out_free; | ||
| 1384 | } | ||
| 1385 | 1379 | ||
| 1386 | rc = request_irq(dev->irq, de_interrupt, SA_SHIRQ, dev->name, dev); | 1380 | rc = request_irq(dev->irq, de_interrupt, SA_SHIRQ, dev->name, dev); |
| 1387 | if (rc) { | 1381 | if (rc) { |
| 1388 | printk(KERN_ERR "%s: IRQ %d request failure, err=%d\n", | 1382 | printk(KERN_ERR "%s: IRQ %d request failure, err=%d\n", |
| 1389 | dev->name, dev->irq, rc); | 1383 | dev->name, dev->irq, rc); |
| 1390 | goto err_out_hw; | 1384 | goto err_out_free; |
| 1385 | } | ||
| 1386 | |||
| 1387 | rc = de_init_hw(de); | ||
| 1388 | if (rc) { | ||
| 1389 | printk(KERN_ERR "%s: h/w init failure, err=%d\n", | ||
| 1390 | dev->name, rc); | ||
| 1391 | goto err_out_free_irq; | ||
| 1391 | } | 1392 | } |
| 1392 | 1393 | ||
| 1393 | netif_start_queue(dev); | 1394 | netif_start_queue(dev); |
| @@ -1395,11 +1396,8 @@ static int de_open (struct net_device *dev) | |||
| 1395 | 1396 | ||
| 1396 | return 0; | 1397 | return 0; |
| 1397 | 1398 | ||
| 1398 | err_out_hw: | 1399 | err_out_free_irq: |
| 1399 | spin_lock_irqsave(&de->lock, flags); | 1400 | free_irq(dev->irq, dev); |
| 1400 | de_stop_hw(de); | ||
| 1401 | spin_unlock_irqrestore(&de->lock, flags); | ||
| 1402 | |||
| 1403 | err_out_free: | 1401 | err_out_free: |
| 1404 | de_free_rings(de); | 1402 | de_free_rings(de); |
| 1405 | return rc; | 1403 | return rc; |
| @@ -1455,6 +1453,8 @@ static void de_tx_timeout (struct net_device *dev) | |||
| 1455 | synchronize_irq(dev->irq); | 1453 | synchronize_irq(dev->irq); |
| 1456 | de_clean_rings(de); | 1454 | de_clean_rings(de); |
| 1457 | 1455 | ||
| 1456 | de_init_rings(de); | ||
| 1457 | |||
| 1458 | de_init_hw(de); | 1458 | de_init_hw(de); |
| 1459 | 1459 | ||
| 1460 | netif_wake_queue(dev); | 1460 | netif_wake_queue(dev); |
diff --git a/drivers/net/tun.c b/drivers/net/tun.c index 50b8c6754b1e..a1ed2d983740 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c | |||
| @@ -249,8 +249,11 @@ static __inline__ ssize_t tun_get_user(struct tun_struct *tun, struct iovec *iv, | |||
| 249 | 249 | ||
| 250 | if (align) | 250 | if (align) |
| 251 | skb_reserve(skb, align); | 251 | skb_reserve(skb, align); |
| 252 | if (memcpy_fromiovec(skb_put(skb, len), iv, len)) | 252 | if (memcpy_fromiovec(skb_put(skb, len), iv, len)) { |
| 253 | tun->stats.rx_dropped++; | ||
| 254 | kfree_skb(skb); | ||
| 253 | return -EFAULT; | 255 | return -EFAULT; |
| 256 | } | ||
| 254 | 257 | ||
| 255 | skb->dev = tun->dev; | 258 | skb->dev = tun->dev; |
| 256 | switch (tun->flags & TUN_TYPE_MASK) { | 259 | switch (tun->flags & TUN_TYPE_MASK) { |
diff --git a/drivers/net/via-velocity.c b/drivers/net/via-velocity.c index c2d5907dc8e0..ed1f837c8fda 100644 --- a/drivers/net/via-velocity.c +++ b/drivers/net/via-velocity.c | |||
| @@ -1106,6 +1106,9 @@ static void velocity_free_rd_ring(struct velocity_info *vptr) | |||
| 1106 | 1106 | ||
| 1107 | for (i = 0; i < vptr->options.numrx; i++) { | 1107 | for (i = 0; i < vptr->options.numrx; i++) { |
| 1108 | struct velocity_rd_info *rd_info = &(vptr->rd_info[i]); | 1108 | struct velocity_rd_info *rd_info = &(vptr->rd_info[i]); |
| 1109 | struct rx_desc *rd = vptr->rd_ring + i; | ||
| 1110 | |||
| 1111 | memset(rd, 0, sizeof(*rd)); | ||
| 1109 | 1112 | ||
| 1110 | if (!rd_info->skb) | 1113 | if (!rd_info->skb) |
| 1111 | continue; | 1114 | continue; |
diff --git a/drivers/net/wireless/hostap/hostap_cs.c b/drivers/net/wireless/hostap/hostap_cs.c index 8bc0b528548f..f8f4503475f9 100644 --- a/drivers/net/wireless/hostap/hostap_cs.c +++ b/drivers/net/wireless/hostap/hostap_cs.c | |||
| @@ -877,7 +877,6 @@ static struct pcmcia_device_id hostap_cs_ids[] = { | |||
| 877 | PCMCIA_DEVICE_MANF_CARD(0x0101, 0x0777), | 877 | PCMCIA_DEVICE_MANF_CARD(0x0101, 0x0777), |
| 878 | PCMCIA_DEVICE_MANF_CARD(0x0126, 0x8000), | 878 | PCMCIA_DEVICE_MANF_CARD(0x0126, 0x8000), |
| 879 | PCMCIA_DEVICE_MANF_CARD(0x0138, 0x0002), | 879 | PCMCIA_DEVICE_MANF_CARD(0x0138, 0x0002), |
| 880 | PCMCIA_DEVICE_MANF_CARD(0x0156, 0x0002), | ||
| 881 | PCMCIA_DEVICE_MANF_CARD(0x0250, 0x0002), | 880 | PCMCIA_DEVICE_MANF_CARD(0x0250, 0x0002), |
| 882 | PCMCIA_DEVICE_MANF_CARD(0x026f, 0x030b), | 881 | PCMCIA_DEVICE_MANF_CARD(0x026f, 0x030b), |
| 883 | PCMCIA_DEVICE_MANF_CARD(0x0274, 0x1612), | 882 | PCMCIA_DEVICE_MANF_CARD(0x0274, 0x1612), |
| @@ -891,6 +890,10 @@ static struct pcmcia_device_id hostap_cs_ids[] = { | |||
| 891 | PCMCIA_DEVICE_MANF_CARD(0xd601, 0x0002), | 890 | PCMCIA_DEVICE_MANF_CARD(0xd601, 0x0002), |
| 892 | PCMCIA_DEVICE_MANF_CARD(0xd601, 0x0005), | 891 | PCMCIA_DEVICE_MANF_CARD(0xd601, 0x0005), |
| 893 | PCMCIA_DEVICE_MANF_CARD(0xd601, 0x0010), | 892 | PCMCIA_DEVICE_MANF_CARD(0xd601, 0x0010), |
| 893 | PCMCIA_DEVICE_MANF_CARD_PROD_ID1(0x0156, 0x0002, "INTERSIL", | ||
| 894 | 0x74c5e40d), | ||
| 895 | PCMCIA_DEVICE_MANF_CARD_PROD_ID1(0x0156, 0x0002, "Intersil", | ||
| 896 | 0x4b801a17), | ||
| 894 | PCMCIA_MFC_DEVICE_PROD_ID12(0, "SanDisk", "ConnectPlus", | 897 | PCMCIA_MFC_DEVICE_PROD_ID12(0, "SanDisk", "ConnectPlus", |
| 895 | 0x7a954bd9, 0x74be00c6), | 898 | 0x7a954bd9, 0x74be00c6), |
| 896 | PCMCIA_DEVICE_PROD_ID1234( | 899 | PCMCIA_DEVICE_PROD_ID1234( |
diff --git a/drivers/parport/parport_serial.c b/drivers/parport/parport_serial.c index 166de3507780..10845253c9e0 100644 --- a/drivers/parport/parport_serial.c +++ b/drivers/parport/parport_serial.c | |||
| @@ -312,8 +312,7 @@ static int __devinit parport_register (struct pci_dev *dev, | |||
| 312 | { | 312 | { |
| 313 | struct parport_pc_pci *card; | 313 | struct parport_pc_pci *card; |
| 314 | struct parport_serial_private *priv = pci_get_drvdata (dev); | 314 | struct parport_serial_private *priv = pci_get_drvdata (dev); |
| 315 | int i = id->driver_data, n; | 315 | int n, success = 0; |
| 316 | int success = 0; | ||
| 317 | 316 | ||
| 318 | priv->par = cards[id->driver_data]; | 317 | priv->par = cards[id->driver_data]; |
| 319 | card = &priv->par; | 318 | card = &priv->par; |
| @@ -344,10 +343,8 @@ static int __devinit parport_register (struct pci_dev *dev, | |||
| 344 | "hi" as an offset (see SYBA | 343 | "hi" as an offset (see SYBA |
| 345 | def.) */ | 344 | def.) */ |
| 346 | /* TODO: test if sharing interrupts works */ | 345 | /* TODO: test if sharing interrupts works */ |
| 347 | printk (KERN_DEBUG "PCI parallel port detected: %04x:%04x, " | 346 | dev_dbg(&dev->dev, "PCI parallel port detected: I/O at " |
| 348 | "I/O at %#lx(%#lx)\n", | 347 | "%#lx(%#lx)\n", io_lo, io_hi); |
| 349 | parport_serial_pci_tbl[i].vendor, | ||
| 350 | parport_serial_pci_tbl[i].device, io_lo, io_hi); | ||
| 351 | port = parport_pc_probe_port (io_lo, io_hi, PARPORT_IRQ_NONE, | 348 | port = parport_pc_probe_port (io_lo, io_hi, PARPORT_IRQ_NONE, |
| 352 | PARPORT_DMA_NONE, dev); | 349 | PARPORT_DMA_NONE, dev); |
| 353 | if (port) { | 350 | if (port) { |
| @@ -359,7 +356,7 @@ static int __devinit parport_register (struct pci_dev *dev, | |||
| 359 | if (card->postinit_hook) | 356 | if (card->postinit_hook) |
| 360 | card->postinit_hook (dev, card, !success); | 357 | card->postinit_hook (dev, card, !success); |
| 361 | 358 | ||
| 362 | return success ? 0 : 1; | 359 | return 0; |
| 363 | } | 360 | } |
| 364 | 361 | ||
| 365 | static int __devinit parport_serial_pci_probe (struct pci_dev *dev, | 362 | static int __devinit parport_serial_pci_probe (struct pci_dev *dev, |
diff --git a/drivers/pcmcia/ds.c b/drivers/pcmcia/ds.c index 0a424a4e8187..bb96ce1db08c 100644 --- a/drivers/pcmcia/ds.c +++ b/drivers/pcmcia/ds.c | |||
| @@ -352,11 +352,20 @@ static void pcmcia_release_dev(struct device *dev) | |||
| 352 | kfree(p_dev); | 352 | kfree(p_dev); |
| 353 | } | 353 | } |
| 354 | 354 | ||
| 355 | static void pcmcia_add_pseudo_device(struct pcmcia_socket *s) | ||
| 356 | { | ||
| 357 | if (!s->pcmcia_state.device_add_pending) { | ||
| 358 | s->pcmcia_state.device_add_pending = 1; | ||
| 359 | schedule_work(&s->device_add); | ||
| 360 | } | ||
| 361 | return; | ||
| 362 | } | ||
| 355 | 363 | ||
| 356 | static int pcmcia_device_probe(struct device * dev) | 364 | static int pcmcia_device_probe(struct device * dev) |
| 357 | { | 365 | { |
| 358 | struct pcmcia_device *p_dev; | 366 | struct pcmcia_device *p_dev; |
| 359 | struct pcmcia_driver *p_drv; | 367 | struct pcmcia_driver *p_drv; |
| 368 | struct pcmcia_device_id *did; | ||
| 360 | struct pcmcia_socket *s; | 369 | struct pcmcia_socket *s; |
| 361 | int ret = 0; | 370 | int ret = 0; |
| 362 | 371 | ||
| @@ -392,6 +401,19 @@ static int pcmcia_device_probe(struct device * dev) | |||
| 392 | } | 401 | } |
| 393 | 402 | ||
| 394 | ret = p_drv->probe(p_dev); | 403 | ret = p_drv->probe(p_dev); |
| 404 | if (ret) | ||
| 405 | goto put_module; | ||
| 406 | |||
| 407 | /* handle pseudo multifunction devices: | ||
| 408 | * there are at most two pseudo multifunction devices. | ||
| 409 | * if we're matching against the first, schedule a | ||
| 410 | * call which will then check whether there are two | ||
| 411 | * pseudo devices, and if not, add the second one. | ||
| 412 | */ | ||
| 413 | did = (struct pcmcia_device_id *) p_dev->dev.driver_data; | ||
| 414 | if (did && (did->match_flags & PCMCIA_DEV_ID_MATCH_DEVICE_NO) && | ||
| 415 | (p_dev->socket->device_count == 1) && (p_dev->device_no == 0)) | ||
| 416 | pcmcia_add_pseudo_device(p_dev->socket); | ||
| 395 | 417 | ||
| 396 | put_module: | 418 | put_module: |
| 397 | if (ret) | 419 | if (ret) |
| @@ -660,15 +682,6 @@ static void pcmcia_delayed_add_pseudo_device(void *data) | |||
| 660 | s->pcmcia_state.device_add_pending = 0; | 682 | s->pcmcia_state.device_add_pending = 0; |
| 661 | } | 683 | } |
| 662 | 684 | ||
| 663 | static inline void pcmcia_add_pseudo_device(struct pcmcia_socket *s) | ||
| 664 | { | ||
| 665 | if (!s->pcmcia_state.device_add_pending) { | ||
| 666 | s->pcmcia_state.device_add_pending = 1; | ||
| 667 | schedule_work(&s->device_add); | ||
| 668 | } | ||
| 669 | return; | ||
| 670 | } | ||
| 671 | |||
| 672 | static int pcmcia_requery(struct device *dev, void * _data) | 685 | static int pcmcia_requery(struct device *dev, void * _data) |
| 673 | { | 686 | { |
| 674 | struct pcmcia_device *p_dev = to_pcmcia_dev(dev); | 687 | struct pcmcia_device *p_dev = to_pcmcia_dev(dev); |
| @@ -755,15 +768,6 @@ static inline int pcmcia_devmatch(struct pcmcia_device *dev, | |||
| 755 | } | 768 | } |
| 756 | 769 | ||
| 757 | if (did->match_flags & PCMCIA_DEV_ID_MATCH_DEVICE_NO) { | 770 | if (did->match_flags & PCMCIA_DEV_ID_MATCH_DEVICE_NO) { |
| 758 | /* handle pseudo multifunction devices: | ||
| 759 | * there are at most two pseudo multifunction devices. | ||
| 760 | * if we're matching against the first, schedule a | ||
| 761 | * call which will then check whether there are two | ||
| 762 | * pseudo devices, and if not, add the second one. | ||
| 763 | */ | ||
| 764 | if (dev->device_no == 0) | ||
| 765 | pcmcia_add_pseudo_device(dev->socket); | ||
| 766 | |||
| 767 | if (dev->device_no != did->device_no) | 771 | if (dev->device_no != did->device_no) |
| 768 | return 0; | 772 | return 0; |
| 769 | } | 773 | } |
diff --git a/drivers/pnp/card.c b/drivers/pnp/card.c index aaa568a3806e..b68eef251614 100644 --- a/drivers/pnp/card.c +++ b/drivers/pnp/card.c | |||
| @@ -303,13 +303,11 @@ found: | |||
| 303 | down_write(&dev->dev.bus->subsys.rwsem); | 303 | down_write(&dev->dev.bus->subsys.rwsem); |
| 304 | dev->card_link = clink; | 304 | dev->card_link = clink; |
| 305 | dev->dev.driver = &drv->link.driver; | 305 | dev->dev.driver = &drv->link.driver; |
| 306 | if (drv->link.driver.probe) { | 306 | if (pnp_bus_type.probe(&dev->dev)) { |
| 307 | if (drv->link.driver.probe(&dev->dev)) { | 307 | dev->dev.driver = NULL; |
| 308 | dev->dev.driver = NULL; | 308 | dev->card_link = NULL; |
| 309 | dev->card_link = NULL; | 309 | up_write(&dev->dev.bus->subsys.rwsem); |
| 310 | up_write(&dev->dev.bus->subsys.rwsem); | 310 | return NULL; |
| 311 | return NULL; | ||
| 312 | } | ||
| 313 | } | 311 | } |
| 314 | device_bind_driver(&dev->dev); | 312 | device_bind_driver(&dev->dev); |
| 315 | up_write(&dev->dev.bus->subsys.rwsem); | 313 | up_write(&dev->dev.bus->subsys.rwsem); |
diff --git a/drivers/s390/block/dasd.c b/drivers/s390/block/dasd.c index af1d5b404cee..33157c84d1d3 100644 --- a/drivers/s390/block/dasd.c +++ b/drivers/s390/block/dasd.c | |||
| @@ -215,9 +215,10 @@ dasd_state_basic_to_known(struct dasd_device * device) | |||
| 215 | * interrupt for this detection ccw uses the kernel event daemon to | 215 | * interrupt for this detection ccw uses the kernel event daemon to |
| 216 | * trigger the call to dasd_change_state. All this is done in the | 216 | * trigger the call to dasd_change_state. All this is done in the |
| 217 | * discipline code, see dasd_eckd.c. | 217 | * discipline code, see dasd_eckd.c. |
| 218 | * After the analysis ccw is done (do_analysis returned 0 or error) | 218 | * After the analysis ccw is done (do_analysis returned 0) the block |
| 219 | * the block device is setup. Either a fake disk is added to allow | 219 | * device is setup. |
| 220 | * formatting or a proper device request queue is created. | 220 | * In case the analysis returns an error, the device setup is stopped |
| 221 | * (a fake disk was already added to allow formatting). | ||
| 221 | */ | 222 | */ |
| 222 | static inline int | 223 | static inline int |
| 223 | dasd_state_basic_to_ready(struct dasd_device * device) | 224 | dasd_state_basic_to_ready(struct dasd_device * device) |
| @@ -227,13 +228,19 @@ dasd_state_basic_to_ready(struct dasd_device * device) | |||
| 227 | rc = 0; | 228 | rc = 0; |
| 228 | if (device->discipline->do_analysis != NULL) | 229 | if (device->discipline->do_analysis != NULL) |
| 229 | rc = device->discipline->do_analysis(device); | 230 | rc = device->discipline->do_analysis(device); |
| 230 | if (rc) | 231 | if (rc) { |
| 232 | if (rc != -EAGAIN) | ||
| 233 | device->state = DASD_STATE_UNFMT; | ||
| 231 | return rc; | 234 | return rc; |
| 235 | } | ||
| 236 | /* make disk known with correct capacity */ | ||
| 232 | dasd_setup_queue(device); | 237 | dasd_setup_queue(device); |
| 238 | set_capacity(device->gdp, device->blocks << device->s2b_shift); | ||
| 233 | device->state = DASD_STATE_READY; | 239 | device->state = DASD_STATE_READY; |
| 234 | if (dasd_scan_partitions(device) != 0) | 240 | rc = dasd_scan_partitions(device); |
| 241 | if (rc) | ||
| 235 | device->state = DASD_STATE_BASIC; | 242 | device->state = DASD_STATE_BASIC; |
| 236 | return 0; | 243 | return rc; |
| 237 | } | 244 | } |
| 238 | 245 | ||
| 239 | /* | 246 | /* |
| @@ -254,6 +261,15 @@ dasd_state_ready_to_basic(struct dasd_device * device) | |||
| 254 | } | 261 | } |
| 255 | 262 | ||
| 256 | /* | 263 | /* |
| 264 | * Back to basic. | ||
| 265 | */ | ||
| 266 | static inline void | ||
| 267 | dasd_state_unfmt_to_basic(struct dasd_device * device) | ||
| 268 | { | ||
| 269 | device->state = DASD_STATE_BASIC; | ||
| 270 | } | ||
| 271 | |||
| 272 | /* | ||
| 257 | * Make the device online and schedule the bottom half to start | 273 | * Make the device online and schedule the bottom half to start |
| 258 | * the requeueing of requests from the linux request queue to the | 274 | * the requeueing of requests from the linux request queue to the |
| 259 | * ccw queue. | 275 | * ccw queue. |
| @@ -319,8 +335,12 @@ dasd_decrease_state(struct dasd_device *device) | |||
| 319 | if (device->state == DASD_STATE_READY && | 335 | if (device->state == DASD_STATE_READY && |
| 320 | device->target <= DASD_STATE_BASIC) | 336 | device->target <= DASD_STATE_BASIC) |
| 321 | dasd_state_ready_to_basic(device); | 337 | dasd_state_ready_to_basic(device); |
| 322 | 338 | ||
| 323 | if (device->state == DASD_STATE_BASIC && | 339 | if (device->state == DASD_STATE_UNFMT && |
| 340 | device->target <= DASD_STATE_BASIC) | ||
| 341 | dasd_state_unfmt_to_basic(device); | ||
| 342 | |||
| 343 | if (device->state == DASD_STATE_BASIC && | ||
| 324 | device->target <= DASD_STATE_KNOWN) | 344 | device->target <= DASD_STATE_KNOWN) |
| 325 | dasd_state_basic_to_known(device); | 345 | dasd_state_basic_to_known(device); |
| 326 | 346 | ||
| @@ -1722,7 +1742,7 @@ dasd_open(struct inode *inp, struct file *filp) | |||
| 1722 | goto out; | 1742 | goto out; |
| 1723 | } | 1743 | } |
| 1724 | 1744 | ||
| 1725 | if (device->state < DASD_STATE_BASIC) { | 1745 | if (device->state <= DASD_STATE_BASIC) { |
| 1726 | DBF_DEV_EVENT(DBF_ERR, device, " %s", | 1746 | DBF_DEV_EVENT(DBF_ERR, device, " %s", |
| 1727 | " Cannot open unrecognized device"); | 1747 | " Cannot open unrecognized device"); |
| 1728 | rc = -ENODEV; | 1748 | rc = -ENODEV; |
diff --git a/drivers/s390/block/dasd_genhd.c b/drivers/s390/block/dasd_genhd.c index 65dc844b975c..fce2835e7d19 100644 --- a/drivers/s390/block/dasd_genhd.c +++ b/drivers/s390/block/dasd_genhd.c | |||
| @@ -100,8 +100,6 @@ dasd_scan_partitions(struct dasd_device * device) | |||
| 100 | { | 100 | { |
| 101 | struct block_device *bdev; | 101 | struct block_device *bdev; |
| 102 | 102 | ||
| 103 | /* Make the disk known. */ | ||
| 104 | set_capacity(device->gdp, device->blocks << device->s2b_shift); | ||
| 105 | bdev = bdget_disk(device->gdp, 0); | 103 | bdev = bdget_disk(device->gdp, 0); |
| 106 | if (!bdev || blkdev_get(bdev, FMODE_READ, 1) < 0) | 104 | if (!bdev || blkdev_get(bdev, FMODE_READ, 1) < 0) |
| 107 | return -ENODEV; | 105 | return -ENODEV; |
diff --git a/drivers/s390/block/dasd_int.h b/drivers/s390/block/dasd_int.h index 0592354cc604..7cb0b9e78a6a 100644 --- a/drivers/s390/block/dasd_int.h +++ b/drivers/s390/block/dasd_int.h | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | * new: the dasd_device structure is allocated. | 26 | * new: the dasd_device structure is allocated. |
| 27 | * known: the discipline for the device is identified. | 27 | * known: the discipline for the device is identified. |
| 28 | * basic: the device can do basic i/o. | 28 | * basic: the device can do basic i/o. |
| 29 | * accept: the device is analysed (format is known). | 29 | * unfmt: the device could not be analyzed (format is unknown). |
| 30 | * ready: partition detection is done and the device is can do block io. | 30 | * ready: partition detection is done and the device is can do block io. |
| 31 | * online: the device accepts requests from the block device queue. | 31 | * online: the device accepts requests from the block device queue. |
| 32 | * | 32 | * |
| @@ -47,8 +47,9 @@ | |||
| 47 | #define DASD_STATE_NEW 0 | 47 | #define DASD_STATE_NEW 0 |
| 48 | #define DASD_STATE_KNOWN 1 | 48 | #define DASD_STATE_KNOWN 1 |
| 49 | #define DASD_STATE_BASIC 2 | 49 | #define DASD_STATE_BASIC 2 |
| 50 | #define DASD_STATE_READY 3 | 50 | #define DASD_STATE_UNFMT 3 |
| 51 | #define DASD_STATE_ONLINE 4 | 51 | #define DASD_STATE_READY 4 |
| 52 | #define DASD_STATE_ONLINE 5 | ||
| 52 | 53 | ||
| 53 | #include <linux/module.h> | 54 | #include <linux/module.h> |
| 54 | #include <linux/wait.h> | 55 | #include <linux/wait.h> |
diff --git a/drivers/s390/block/dasd_proc.c b/drivers/s390/block/dasd_proc.c index 2d5da3c75ca7..1aa3c261718a 100644 --- a/drivers/s390/block/dasd_proc.c +++ b/drivers/s390/block/dasd_proc.c | |||
| @@ -93,6 +93,9 @@ dasd_devices_show(struct seq_file *m, void *v) | |||
| 93 | case DASD_STATE_BASIC: | 93 | case DASD_STATE_BASIC: |
| 94 | seq_printf(m, "basic"); | 94 | seq_printf(m, "basic"); |
| 95 | break; | 95 | break; |
| 96 | case DASD_STATE_UNFMT: | ||
| 97 | seq_printf(m, "unformatted"); | ||
| 98 | break; | ||
| 96 | case DASD_STATE_READY: | 99 | case DASD_STATE_READY: |
| 97 | case DASD_STATE_ONLINE: | 100 | case DASD_STATE_ONLINE: |
| 98 | seq_printf(m, "active "); | 101 | seq_printf(m, "active "); |
diff --git a/drivers/s390/cio/chsc.c b/drivers/s390/cio/chsc.c index 8cf9905d484b..f4183d660258 100644 --- a/drivers/s390/cio/chsc.c +++ b/drivers/s390/cio/chsc.c | |||
| @@ -1115,6 +1115,9 @@ chsc_enable_facility(int operation_code) | |||
| 1115 | goto out; | 1115 | goto out; |
| 1116 | } | 1116 | } |
| 1117 | switch (sda_area->response.code) { | 1117 | switch (sda_area->response.code) { |
| 1118 | case 0x0001: /* everything ok */ | ||
| 1119 | ret = 0; | ||
| 1120 | break; | ||
| 1118 | case 0x0003: /* invalid request block */ | 1121 | case 0x0003: /* invalid request block */ |
| 1119 | case 0x0007: | 1122 | case 0x0007: |
| 1120 | ret = -EINVAL; | 1123 | ret = -EINVAL; |
| @@ -1123,6 +1126,8 @@ chsc_enable_facility(int operation_code) | |||
| 1123 | case 0x0101: /* facility not provided */ | 1126 | case 0x0101: /* facility not provided */ |
| 1124 | ret = -EOPNOTSUPP; | 1127 | ret = -EOPNOTSUPP; |
| 1125 | break; | 1128 | break; |
| 1129 | default: /* something went wrong */ | ||
| 1130 | ret = -EIO; | ||
| 1126 | } | 1131 | } |
| 1127 | out: | 1132 | out: |
| 1128 | free_page((unsigned long)sda_area); | 1133 | free_page((unsigned long)sda_area); |
diff --git a/drivers/s390/cio/css.c b/drivers/s390/cio/css.c index 1bbf231f8aaf..3c77d65960db 100644 --- a/drivers/s390/cio/css.c +++ b/drivers/s390/cio/css.c | |||
| @@ -409,6 +409,9 @@ __init_channel_subsystem(struct subchannel_id schid, void *data) | |||
| 409 | /* -ENXIO: no more subchannels. */ | 409 | /* -ENXIO: no more subchannels. */ |
| 410 | case -ENXIO: | 410 | case -ENXIO: |
| 411 | return ret; | 411 | return ret; |
| 412 | /* -EIO: this subchannel set not supported. */ | ||
| 413 | case -EIO: | ||
| 414 | return ret; | ||
| 412 | default: | 415 | default: |
| 413 | return 0; | 416 | return 0; |
| 414 | } | 417 | } |
diff --git a/drivers/s390/net/smsgiucv.c b/drivers/s390/net/smsgiucv.c index d6469baa7e16..72118ee68954 100644 --- a/drivers/s390/net/smsgiucv.c +++ b/drivers/s390/net/smsgiucv.c | |||
| @@ -168,7 +168,7 @@ smsg_init(void) | |||
| 168 | driver_unregister(&smsg_driver); | 168 | driver_unregister(&smsg_driver); |
| 169 | return -EIO; /* better errno ? */ | 169 | return -EIO; /* better errno ? */ |
| 170 | } | 170 | } |
| 171 | rc = iucv_connect (&smsg_pathid, 1, 0, "*MSG ", 0, 0, 0, 0, | 171 | rc = iucv_connect (&smsg_pathid, 255, 0, "*MSG ", 0, 0, 0, 0, |
| 172 | smsg_handle, 0); | 172 | smsg_handle, 0); |
| 173 | if (rc) { | 173 | if (rc) { |
| 174 | printk(KERN_ERR "SMSGIUCV: failed to connect to *MSG"); | 174 | printk(KERN_ERR "SMSGIUCV: failed to connect to *MSG"); |
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index 7f551d66f47f..6eba56cd89ba 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
| @@ -664,6 +664,7 @@ do { \ | |||
| 664 | #define ZFCP_STATUS_UNIT_TEMPORARY 0x00000002 | 664 | #define ZFCP_STATUS_UNIT_TEMPORARY 0x00000002 |
| 665 | #define ZFCP_STATUS_UNIT_SHARED 0x00000004 | 665 | #define ZFCP_STATUS_UNIT_SHARED 0x00000004 |
| 666 | #define ZFCP_STATUS_UNIT_READONLY 0x00000008 | 666 | #define ZFCP_STATUS_UNIT_READONLY 0x00000008 |
| 667 | #define ZFCP_STATUS_UNIT_REGISTERED 0x00000010 | ||
| 667 | 668 | ||
| 668 | /* FSF request status (this does not have a common part) */ | 669 | /* FSF request status (this does not have a common part) */ |
| 669 | #define ZFCP_STATUS_FSFREQ_NOT_INIT 0x00000000 | 670 | #define ZFCP_STATUS_FSFREQ_NOT_INIT 0x00000000 |
diff --git a/drivers/s390/scsi/zfcp_erp.c b/drivers/s390/scsi/zfcp_erp.c index e3c4bdd29a60..57cb628a05aa 100644 --- a/drivers/s390/scsi/zfcp_erp.c +++ b/drivers/s390/scsi/zfcp_erp.c | |||
| @@ -3391,10 +3391,13 @@ zfcp_erp_action_cleanup(int action, struct zfcp_adapter *adapter, | |||
| 3391 | && (!atomic_test_mask(ZFCP_STATUS_UNIT_TEMPORARY, | 3391 | && (!atomic_test_mask(ZFCP_STATUS_UNIT_TEMPORARY, |
| 3392 | &unit->status)) | 3392 | &unit->status)) |
| 3393 | && !unit->device | 3393 | && !unit->device |
| 3394 | && port->rport) | 3394 | && port->rport) { |
| 3395 | scsi_add_device(port->adapter->scsi_host, 0, | 3395 | atomic_set_mask(ZFCP_STATUS_UNIT_REGISTERED, |
| 3396 | port->rport->scsi_target_id, | 3396 | &unit->status); |
| 3397 | unit->scsi_lun); | 3397 | scsi_scan_target(&port->rport->dev, 0, |
| 3398 | port->rport->scsi_target_id, | ||
| 3399 | unit->scsi_lun, 0); | ||
| 3400 | } | ||
| 3398 | zfcp_unit_put(unit); | 3401 | zfcp_unit_put(unit); |
| 3399 | break; | 3402 | break; |
| 3400 | case ZFCP_ERP_ACTION_REOPEN_PORT_FORCED: | 3403 | case ZFCP_ERP_ACTION_REOPEN_PORT_FORCED: |
diff --git a/drivers/s390/scsi/zfcp_scsi.c b/drivers/s390/scsi/zfcp_scsi.c index 9f6b4d7a46f3..9e6d07d7b3c8 100644 --- a/drivers/s390/scsi/zfcp_scsi.c +++ b/drivers/s390/scsi/zfcp_scsi.c | |||
| @@ -68,7 +68,7 @@ struct zfcp_data zfcp_data = { | |||
| 68 | eh_host_reset_handler: zfcp_scsi_eh_host_reset_handler, | 68 | eh_host_reset_handler: zfcp_scsi_eh_host_reset_handler, |
| 69 | /* FIXME(openfcp): Tune */ | 69 | /* FIXME(openfcp): Tune */ |
| 70 | can_queue: 4096, | 70 | can_queue: 4096, |
| 71 | this_id: 0, | 71 | this_id: -1, |
| 72 | /* | 72 | /* |
| 73 | * FIXME: | 73 | * FIXME: |
| 74 | * one less? can zfcp_create_sbale cope with it? | 74 | * one less? can zfcp_create_sbale cope with it? |
| @@ -183,7 +183,8 @@ zfcp_scsi_slave_alloc(struct scsi_device *sdp) | |||
| 183 | 183 | ||
| 184 | read_lock_irqsave(&zfcp_data.config_lock, flags); | 184 | read_lock_irqsave(&zfcp_data.config_lock, flags); |
| 185 | unit = zfcp_unit_lookup(adapter, sdp->channel, sdp->id, sdp->lun); | 185 | unit = zfcp_unit_lookup(adapter, sdp->channel, sdp->id, sdp->lun); |
| 186 | if (unit) { | 186 | if (unit && atomic_test_mask(ZFCP_STATUS_UNIT_REGISTERED, |
| 187 | &unit->status)) { | ||
| 187 | sdp->hostdata = unit; | 188 | sdp->hostdata = unit; |
| 188 | unit->device = sdp; | 189 | unit->device = sdp; |
| 189 | zfcp_unit_get(unit); | 190 | zfcp_unit_get(unit); |
| @@ -208,6 +209,7 @@ zfcp_scsi_slave_destroy(struct scsi_device *sdpnt) | |||
| 208 | struct zfcp_unit *unit = (struct zfcp_unit *) sdpnt->hostdata; | 209 | struct zfcp_unit *unit = (struct zfcp_unit *) sdpnt->hostdata; |
| 209 | 210 | ||
| 210 | if (unit) { | 211 | if (unit) { |
| 212 | atomic_clear_mask(ZFCP_STATUS_UNIT_REGISTERED, &unit->status); | ||
| 211 | sdpnt->hostdata = NULL; | 213 | sdpnt->hostdata = NULL; |
| 212 | unit->device = NULL; | 214 | unit->device = NULL; |
| 213 | zfcp_unit_put(unit); | 215 | zfcp_unit_put(unit); |
| @@ -291,7 +293,7 @@ zfcp_scsi_command_async(struct zfcp_adapter *adapter, struct zfcp_unit *unit, | |||
| 291 | "on port 0x%016Lx in recovery\n", | 293 | "on port 0x%016Lx in recovery\n", |
| 292 | zfcp_get_busid_by_unit(unit), | 294 | zfcp_get_busid_by_unit(unit), |
| 293 | unit->fcp_lun, unit->port->wwpn); | 295 | unit->fcp_lun, unit->port->wwpn); |
| 294 | retval = SCSI_MLQUEUE_DEVICE_BUSY; | 296 | zfcp_scsi_command_fail(scpnt, DID_NO_CONNECT); |
| 295 | goto out; | 297 | goto out; |
| 296 | } | 298 | } |
| 297 | 299 | ||
diff --git a/drivers/scsi/aha152x.c b/drivers/scsi/aha152x.c index cb2ee25f213f..531a1f9ceb51 100644 --- a/drivers/scsi/aha152x.c +++ b/drivers/scsi/aha152x.c | |||
| @@ -1260,16 +1260,15 @@ static void free_hard_reset_SCs(struct Scsi_Host *shpnt, Scsi_Cmnd **SCs) | |||
| 1260 | * Reset the bus | 1260 | * Reset the bus |
| 1261 | * | 1261 | * |
| 1262 | */ | 1262 | */ |
| 1263 | static int aha152x_bus_reset(Scsi_Cmnd *SCpnt) | 1263 | static int aha152x_bus_reset_host(struct Scsi_Host *shpnt) |
| 1264 | { | 1264 | { |
| 1265 | struct Scsi_Host *shpnt = SCpnt->device->host; | ||
| 1266 | unsigned long flags; | 1265 | unsigned long flags; |
| 1267 | 1266 | ||
| 1268 | DO_LOCK(flags); | 1267 | DO_LOCK(flags); |
| 1269 | 1268 | ||
| 1270 | #if defined(AHA152X_DEBUG) | 1269 | #if defined(AHA152X_DEBUG) |
| 1271 | if(HOSTDATA(shpnt)->debug & debug_eh) { | 1270 | if(HOSTDATA(shpnt)->debug & debug_eh) { |
| 1272 | printk(DEBUG_LEAD "aha152x_bus_reset(%p)", CMDINFO(SCpnt), SCpnt); | 1271 | printk(KERN_DEBUG "scsi%d: bus reset", shpnt->host_no); |
| 1273 | show_queues(shpnt); | 1272 | show_queues(shpnt); |
| 1274 | } | 1273 | } |
| 1275 | #endif | 1274 | #endif |
| @@ -1277,14 +1276,14 @@ static int aha152x_bus_reset(Scsi_Cmnd *SCpnt) | |||
| 1277 | free_hard_reset_SCs(shpnt, &ISSUE_SC); | 1276 | free_hard_reset_SCs(shpnt, &ISSUE_SC); |
| 1278 | free_hard_reset_SCs(shpnt, &DISCONNECTED_SC); | 1277 | free_hard_reset_SCs(shpnt, &DISCONNECTED_SC); |
| 1279 | 1278 | ||
| 1280 | DPRINTK(debug_eh, DEBUG_LEAD "resetting bus\n", CMDINFO(SCpnt)); | 1279 | DPRINTK(debug_eh, KERN_DEBUG "scsi%d: resetting bus\n", shpnt->host_no); |
| 1281 | 1280 | ||
| 1282 | SETPORT(SCSISEQ, SCSIRSTO); | 1281 | SETPORT(SCSISEQ, SCSIRSTO); |
| 1283 | mdelay(256); | 1282 | mdelay(256); |
| 1284 | SETPORT(SCSISEQ, 0); | 1283 | SETPORT(SCSISEQ, 0); |
| 1285 | mdelay(DELAY); | 1284 | mdelay(DELAY); |
| 1286 | 1285 | ||
| 1287 | DPRINTK(debug_eh, DEBUG_LEAD "bus resetted\n", CMDINFO(SCpnt)); | 1286 | DPRINTK(debug_eh, KERN_DEBUG "scsi%d: bus resetted\n", shpnt->host_no); |
| 1288 | 1287 | ||
| 1289 | setup_expected_interrupts(shpnt); | 1288 | setup_expected_interrupts(shpnt); |
| 1290 | if(HOSTDATA(shpnt)->commands==0) | 1289 | if(HOSTDATA(shpnt)->commands==0) |
| @@ -1295,6 +1294,14 @@ static int aha152x_bus_reset(Scsi_Cmnd *SCpnt) | |||
| 1295 | return SUCCESS; | 1294 | return SUCCESS; |
| 1296 | } | 1295 | } |
| 1297 | 1296 | ||
| 1297 | /* | ||
| 1298 | * Reset the bus | ||
| 1299 | * | ||
| 1300 | */ | ||
| 1301 | static int aha152x_bus_reset(Scsi_Cmnd *SCpnt) | ||
| 1302 | { | ||
| 1303 | return aha152x_bus_reset_host(SCpnt->device->host); | ||
| 1304 | } | ||
| 1298 | 1305 | ||
| 1299 | /* | 1306 | /* |
| 1300 | * Restore default values to the AIC-6260 registers and reset the fifos | 1307 | * Restore default values to the AIC-6260 registers and reset the fifos |
| @@ -1337,23 +1344,28 @@ static void reset_ports(struct Scsi_Host *shpnt) | |||
| 1337 | * Reset the host (bus and controller) | 1344 | * Reset the host (bus and controller) |
| 1338 | * | 1345 | * |
| 1339 | */ | 1346 | */ |
| 1340 | int aha152x_host_reset(Scsi_Cmnd * SCpnt) | 1347 | int aha152x_host_reset_host(struct Scsi_Host *shpnt) |
| 1341 | { | 1348 | { |
| 1342 | #if defined(AHA152X_DEBUG) | 1349 | DPRINTK(debug_eh, KERN_DEBUG "scsi%d: host reset\n", shpnt->host_no); |
| 1343 | struct Scsi_Host *shpnt = SCpnt->device->host; | ||
| 1344 | #endif | ||
| 1345 | |||
| 1346 | DPRINTK(debug_eh, DEBUG_LEAD "aha152x_host_reset(%p)\n", CMDINFO(SCpnt), SCpnt); | ||
| 1347 | 1350 | ||
| 1348 | aha152x_bus_reset(SCpnt); | 1351 | aha152x_bus_reset_host(shpnt); |
| 1349 | 1352 | ||
| 1350 | DPRINTK(debug_eh, DEBUG_LEAD "resetting ports\n", CMDINFO(SCpnt)); | 1353 | DPRINTK(debug_eh, KERN_DEBUG "scsi%d: resetting ports\n", shpnt->host_no); |
| 1351 | reset_ports(SCpnt->device->host); | 1354 | reset_ports(shpnt); |
| 1352 | 1355 | ||
| 1353 | return SUCCESS; | 1356 | return SUCCESS; |
| 1354 | } | 1357 | } |
| 1355 | 1358 | ||
| 1356 | /* | 1359 | /* |
| 1360 | * Reset the host (bus and controller) | ||
| 1361 | * | ||
| 1362 | */ | ||
| 1363 | static int aha152x_host_reset(Scsi_Cmnd *SCpnt) | ||
| 1364 | { | ||
| 1365 | return aha152x_host_reset_host(SCpnt->device->host); | ||
| 1366 | } | ||
| 1367 | |||
| 1368 | /* | ||
| 1357 | * Return the "logical geometry" | 1369 | * Return the "logical geometry" |
| 1358 | * | 1370 | * |
| 1359 | */ | 1371 | */ |
| @@ -1431,22 +1443,18 @@ static void run(void) | |||
| 1431 | { | 1443 | { |
| 1432 | int i; | 1444 | int i; |
| 1433 | for (i = 0; i<ARRAY_SIZE(aha152x_host); i++) { | 1445 | for (i = 0; i<ARRAY_SIZE(aha152x_host); i++) { |
| 1434 | struct Scsi_Host *shpnt = aha152x_host[i]; | 1446 | is_complete(aha152x_host[i]); |
| 1435 | if (shpnt && HOSTDATA(shpnt)->service) { | ||
| 1436 | HOSTDATA(shpnt)->service=0; | ||
| 1437 | is_complete(shpnt); | ||
| 1438 | } | ||
| 1439 | } | 1447 | } |
| 1440 | } | 1448 | } |
| 1441 | 1449 | ||
| 1442 | /* | 1450 | /* |
| 1443 | * Interrupts handler | 1451 | * Interrupt handler |
| 1444 | * | 1452 | * |
| 1445 | */ | 1453 | */ |
| 1446 | |||
| 1447 | static irqreturn_t intr(int irqno, void *dev_id, struct pt_regs *regs) | 1454 | static irqreturn_t intr(int irqno, void *dev_id, struct pt_regs *regs) |
| 1448 | { | 1455 | { |
| 1449 | struct Scsi_Host *shpnt = lookup_irq(irqno); | 1456 | struct Scsi_Host *shpnt = lookup_irq(irqno); |
| 1457 | unsigned long flags; | ||
| 1450 | unsigned char rev, dmacntrl0; | 1458 | unsigned char rev, dmacntrl0; |
| 1451 | 1459 | ||
| 1452 | if (!shpnt) { | 1460 | if (!shpnt) { |
| @@ -1472,23 +1480,23 @@ static irqreturn_t intr(int irqno, void *dev_id, struct pt_regs *regs) | |||
| 1472 | if ((rev == 0xFF) && (dmacntrl0 == 0xFF)) | 1480 | if ((rev == 0xFF) && (dmacntrl0 == 0xFF)) |
| 1473 | return IRQ_NONE; | 1481 | return IRQ_NONE; |
| 1474 | 1482 | ||
| 1483 | if( TESTLO(DMASTAT, INTSTAT) ) | ||
| 1484 | return IRQ_NONE; | ||
| 1485 | |||
| 1475 | /* no more interrupts from the controller, while we're busy. | 1486 | /* no more interrupts from the controller, while we're busy. |
| 1476 | INTEN is restored by the BH handler */ | 1487 | INTEN is restored by the BH handler */ |
| 1477 | CLRBITS(DMACNTRL0, INTEN); | 1488 | CLRBITS(DMACNTRL0, INTEN); |
| 1478 | 1489 | ||
| 1479 | #if 0 | 1490 | DO_LOCK(flags); |
| 1480 | /* check if there is already something to be | 1491 | if( HOSTDATA(shpnt)->service==0 ) { |
| 1481 | serviced; should not happen */ | 1492 | HOSTDATA(shpnt)->service=1; |
| 1482 | if(HOSTDATA(shpnt)->service) { | 1493 | |
| 1483 | printk(KERN_ERR "aha152x%d: lost interrupt (%d)\n", HOSTNO, HOSTDATA(shpnt)->service); | 1494 | /* Poke the BH handler */ |
| 1484 | show_queues(shpnt); | 1495 | INIT_WORK(&aha152x_tq, (void *) run, NULL); |
| 1496 | schedule_work(&aha152x_tq); | ||
| 1485 | } | 1497 | } |
| 1486 | #endif | 1498 | DO_UNLOCK(flags); |
| 1487 | 1499 | ||
| 1488 | /* Poke the BH handler */ | ||
| 1489 | HOSTDATA(shpnt)->service++; | ||
| 1490 | INIT_WORK(&aha152x_tq, (void *) run, NULL); | ||
| 1491 | schedule_work(&aha152x_tq); | ||
| 1492 | return IRQ_HANDLED; | 1500 | return IRQ_HANDLED; |
| 1493 | } | 1501 | } |
| 1494 | 1502 | ||
| @@ -2527,7 +2535,18 @@ static void is_complete(struct Scsi_Host *shpnt) | |||
| 2527 | unsigned long flags; | 2535 | unsigned long flags; |
| 2528 | int pending; | 2536 | int pending; |
| 2529 | 2537 | ||
| 2538 | if(!shpnt) | ||
| 2539 | return; | ||
| 2540 | |||
| 2530 | DO_LOCK(flags); | 2541 | DO_LOCK(flags); |
| 2542 | |||
| 2543 | if( HOSTDATA(shpnt)->service==0 ) { | ||
| 2544 | DO_UNLOCK(flags); | ||
| 2545 | return; | ||
| 2546 | } | ||
| 2547 | |||
| 2548 | HOSTDATA(shpnt)->service = 0; | ||
| 2549 | |||
| 2531 | if(HOSTDATA(shpnt)->in_intr) { | 2550 | if(HOSTDATA(shpnt)->in_intr) { |
| 2532 | DO_UNLOCK(flags); | 2551 | DO_UNLOCK(flags); |
| 2533 | /* aha152x_error never returns.. */ | 2552 | /* aha152x_error never returns.. */ |
diff --git a/drivers/scsi/aha152x.h b/drivers/scsi/aha152x.h index d277613af29b..d2add24d02a3 100644 --- a/drivers/scsi/aha152x.h +++ b/drivers/scsi/aha152x.h | |||
| @@ -332,6 +332,6 @@ struct aha152x_setup { | |||
| 332 | 332 | ||
| 333 | struct Scsi_Host *aha152x_probe_one(struct aha152x_setup *); | 333 | struct Scsi_Host *aha152x_probe_one(struct aha152x_setup *); |
| 334 | void aha152x_release(struct Scsi_Host *); | 334 | void aha152x_release(struct Scsi_Host *); |
| 335 | int aha152x_host_reset(Scsi_Cmnd *); | 335 | int aha152x_host_reset_host(struct Scsi_Host *); |
| 336 | 336 | ||
| 337 | #endif /* _AHA152X_H */ | 337 | #endif /* _AHA152X_H */ |
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c index a800fb51168b..559ff7aae3f1 100644 --- a/drivers/scsi/ahci.c +++ b/drivers/scsi/ahci.c | |||
| @@ -742,23 +742,17 @@ static irqreturn_t ahci_interrupt (int irq, void *dev_instance, struct pt_regs * | |||
| 742 | struct ata_queued_cmd *qc; | 742 | struct ata_queued_cmd *qc; |
| 743 | qc = ata_qc_from_tag(ap, ap->active_tag); | 743 | qc = ata_qc_from_tag(ap, ap->active_tag); |
| 744 | if (!ahci_host_intr(ap, qc)) | 744 | if (!ahci_host_intr(ap, qc)) |
| 745 | if (ata_ratelimit()) { | 745 | if (ata_ratelimit()) |
| 746 | struct pci_dev *pdev = | 746 | dev_printk(KERN_WARNING, host_set->dev, |
| 747 | to_pci_dev(ap->host_set->dev); | ||
| 748 | dev_printk(KERN_WARNING, &pdev->dev, | ||
| 749 | "unhandled interrupt on port %u\n", | 747 | "unhandled interrupt on port %u\n", |
| 750 | i); | 748 | i); |
| 751 | } | ||
| 752 | 749 | ||
| 753 | VPRINTK("port %u\n", i); | 750 | VPRINTK("port %u\n", i); |
| 754 | } else { | 751 | } else { |
| 755 | VPRINTK("port %u (no irq)\n", i); | 752 | VPRINTK("port %u (no irq)\n", i); |
| 756 | if (ata_ratelimit()) { | 753 | if (ata_ratelimit()) |
| 757 | struct pci_dev *pdev = | 754 | dev_printk(KERN_WARNING, host_set->dev, |
| 758 | to_pci_dev(ap->host_set->dev); | ||
| 759 | dev_printk(KERN_WARNING, &pdev->dev, | ||
| 760 | "interrupt on disabled port %u\n", i); | 755 | "interrupt on disabled port %u\n", i); |
| 761 | } | ||
| 762 | } | 756 | } |
| 763 | 757 | ||
| 764 | irq_ack |= (1 << i); | 758 | irq_ack |= (1 << i); |
diff --git a/drivers/scsi/jazz_esp.c b/drivers/scsi/jazz_esp.c index 23728d1c980c..fcd304e11c26 100644 --- a/drivers/scsi/jazz_esp.c +++ b/drivers/scsi/jazz_esp.c | |||
| @@ -65,27 +65,6 @@ static int jazz_esp_release(struct Scsi_Host *shost) | |||
| 65 | return 0; | 65 | return 0; |
| 66 | } | 66 | } |
| 67 | 67 | ||
| 68 | static struct scsi_host_template driver_template = { | ||
| 69 | .proc_name = "jazz_esp", | ||
| 70 | .proc_info = &esp_proc_info, | ||
| 71 | .name = "ESP 100/100a/200", | ||
| 72 | .detect = jazz_esp_detect, | ||
| 73 | .slave_alloc = esp_slave_alloc, | ||
| 74 | .slave_destroy = esp_slave_destroy, | ||
| 75 | .release = jazz_esp_release, | ||
| 76 | .info = esp_info, | ||
| 77 | .queuecommand = esp_queue, | ||
| 78 | .eh_abort_handler = esp_abort, | ||
| 79 | .eh_bus_reset_handler = esp_reset, | ||
| 80 | .can_queue = 7, | ||
| 81 | .this_id = 7, | ||
| 82 | .sg_tablesize = SG_ALL, | ||
| 83 | .cmd_per_lun = 1, | ||
| 84 | .use_clustering = DISABLE_CLUSTERING, | ||
| 85 | }; | ||
| 86 | |||
| 87 | #include "scsi_module.c" | ||
| 88 | |||
| 89 | /***************************************************************** Detection */ | 68 | /***************************************************************** Detection */ |
| 90 | static int jazz_esp_detect(struct scsi_host_template *tpnt) | 69 | static int jazz_esp_detect(struct scsi_host_template *tpnt) |
| 91 | { | 70 | { |
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c index 5f1d7580218d..4f91b0dc572b 100644 --- a/drivers/scsi/libata-core.c +++ b/drivers/scsi/libata-core.c | |||
| @@ -82,6 +82,10 @@ int atapi_enabled = 0; | |||
| 82 | module_param(atapi_enabled, int, 0444); | 82 | module_param(atapi_enabled, int, 0444); |
| 83 | MODULE_PARM_DESC(atapi_enabled, "Enable discovery of ATAPI devices (0=off, 1=on)"); | 83 | MODULE_PARM_DESC(atapi_enabled, "Enable discovery of ATAPI devices (0=off, 1=on)"); |
| 84 | 84 | ||
| 85 | int libata_fua = 0; | ||
| 86 | module_param_named(fua, libata_fua, int, 0444); | ||
| 87 | MODULE_PARM_DESC(fua, "FUA support (0=off, 1=on)"); | ||
| 88 | |||
| 85 | MODULE_AUTHOR("Jeff Garzik"); | 89 | MODULE_AUTHOR("Jeff Garzik"); |
| 86 | MODULE_DESCRIPTION("Library module for ATA devices"); | 90 | MODULE_DESCRIPTION("Library module for ATA devices"); |
| 87 | MODULE_LICENSE("GPL"); | 91 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/scsi/libata-scsi.c b/drivers/scsi/libata-scsi.c index 07b1e7cc61df..59503c9ccac9 100644 --- a/drivers/scsi/libata-scsi.c +++ b/drivers/scsi/libata-scsi.c | |||
| @@ -1708,6 +1708,8 @@ static int ata_dev_supports_fua(u16 *id) | |||
| 1708 | { | 1708 | { |
| 1709 | unsigned char model[41], fw[9]; | 1709 | unsigned char model[41], fw[9]; |
| 1710 | 1710 | ||
| 1711 | if (!libata_fua) | ||
| 1712 | return 0; | ||
| 1711 | if (!ata_id_has_fua(id)) | 1713 | if (!ata_id_has_fua(id)) |
| 1712 | return 0; | 1714 | return 0; |
| 1713 | 1715 | ||
diff --git a/drivers/scsi/libata.h b/drivers/scsi/libata.h index e03ce48b7b4b..fddaf479a544 100644 --- a/drivers/scsi/libata.h +++ b/drivers/scsi/libata.h | |||
| @@ -41,6 +41,7 @@ struct ata_scsi_args { | |||
| 41 | 41 | ||
| 42 | /* libata-core.c */ | 42 | /* libata-core.c */ |
| 43 | extern int atapi_enabled; | 43 | extern int atapi_enabled; |
| 44 | extern int libata_fua; | ||
| 44 | extern struct ata_queued_cmd *ata_qc_new_init(struct ata_port *ap, | 45 | extern struct ata_queued_cmd *ata_qc_new_init(struct ata_port *ap, |
| 45 | struct ata_device *dev); | 46 | struct ata_device *dev); |
| 46 | extern int ata_rwcmd_protocol(struct ata_queued_cmd *qc); | 47 | extern int ata_rwcmd_protocol(struct ata_queued_cmd *qc); |
diff --git a/drivers/scsi/megaraid/megaraid_sas.c b/drivers/scsi/megaraid/megaraid_sas.c index 7de267e14458..4f39dd01936d 100644 --- a/drivers/scsi/megaraid/megaraid_sas.c +++ b/drivers/scsi/megaraid/megaraid_sas.c | |||
| @@ -793,6 +793,20 @@ megasas_queue_command(struct scsi_cmnd *scmd, void (*done) (struct scsi_cmnd *)) | |||
| 793 | return 0; | 793 | return 0; |
| 794 | } | 794 | } |
| 795 | 795 | ||
| 796 | static int megasas_slave_configure(struct scsi_device *sdev) | ||
| 797 | { | ||
| 798 | /* | ||
| 799 | * Don't export physical disk devices to the disk driver. | ||
| 800 | * | ||
| 801 | * FIXME: Currently we don't export them to the midlayer at all. | ||
| 802 | * That will be fixed once LSI engineers have audited the | ||
| 803 | * firmware for possible issues. | ||
| 804 | */ | ||
| 805 | if (sdev->channel < MEGASAS_MAX_PD_CHANNELS && sdev->type == TYPE_DISK) | ||
| 806 | return -ENXIO; | ||
| 807 | return 0; | ||
| 808 | } | ||
| 809 | |||
| 796 | /** | 810 | /** |
| 797 | * megasas_wait_for_outstanding - Wait for all outstanding cmds | 811 | * megasas_wait_for_outstanding - Wait for all outstanding cmds |
| 798 | * @instance: Adapter soft state | 812 | * @instance: Adapter soft state |
| @@ -943,6 +957,7 @@ static struct scsi_host_template megasas_template = { | |||
| 943 | .module = THIS_MODULE, | 957 | .module = THIS_MODULE, |
| 944 | .name = "LSI Logic SAS based MegaRAID driver", | 958 | .name = "LSI Logic SAS based MegaRAID driver", |
| 945 | .proc_name = "megaraid_sas", | 959 | .proc_name = "megaraid_sas", |
| 960 | .slave_configure = megasas_slave_configure, | ||
| 946 | .queuecommand = megasas_queue_command, | 961 | .queuecommand = megasas_queue_command, |
| 947 | .eh_device_reset_handler = megasas_reset_device, | 962 | .eh_device_reset_handler = megasas_reset_device, |
| 948 | .eh_bus_reset_handler = megasas_reset_bus_host, | 963 | .eh_bus_reset_handler = megasas_reset_bus_host, |
| @@ -1071,20 +1086,6 @@ megasas_complete_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd, | |||
| 1071 | break; | 1086 | break; |
| 1072 | } | 1087 | } |
| 1073 | 1088 | ||
| 1074 | /* | ||
| 1075 | * Don't export physical disk devices to mid-layer. | ||
| 1076 | */ | ||
| 1077 | if (!MEGASAS_IS_LOGICAL(cmd->scmd) && | ||
| 1078 | (hdr->cmd_status == MFI_STAT_OK) && | ||
| 1079 | (cmd->scmd->cmnd[0] == INQUIRY)) { | ||
| 1080 | |||
| 1081 | if (((*(u8 *) cmd->scmd->request_buffer) & 0x1F) == | ||
| 1082 | TYPE_DISK) { | ||
| 1083 | cmd->scmd->result = DID_BAD_TARGET << 16; | ||
| 1084 | exception = 1; | ||
| 1085 | } | ||
| 1086 | } | ||
| 1087 | |||
| 1088 | case MFI_CMD_LD_READ: | 1089 | case MFI_CMD_LD_READ: |
| 1089 | case MFI_CMD_LD_WRITE: | 1090 | case MFI_CMD_LD_WRITE: |
| 1090 | 1091 | ||
diff --git a/drivers/scsi/pcmcia/Kconfig b/drivers/scsi/pcmcia/Kconfig index df52190f4d94..eac8e179cfff 100644 --- a/drivers/scsi/pcmcia/Kconfig +++ b/drivers/scsi/pcmcia/Kconfig | |||
| @@ -8,6 +8,7 @@ menu "PCMCIA SCSI adapter support" | |||
| 8 | config PCMCIA_AHA152X | 8 | config PCMCIA_AHA152X |
| 9 | tristate "Adaptec AHA152X PCMCIA support" | 9 | tristate "Adaptec AHA152X PCMCIA support" |
| 10 | depends on m && !64BIT | 10 | depends on m && !64BIT |
| 11 | select SCSI_SPI_ATTRS | ||
| 11 | help | 12 | help |
| 12 | Say Y here if you intend to attach this type of PCMCIA SCSI host | 13 | Say Y here if you intend to attach this type of PCMCIA SCSI host |
| 13 | adapter to your computer. | 14 | adapter to your computer. |
diff --git a/drivers/scsi/pcmcia/aha152x_stub.c b/drivers/scsi/pcmcia/aha152x_stub.c index 0c9edb7051f4..5609847e254a 100644 --- a/drivers/scsi/pcmcia/aha152x_stub.c +++ b/drivers/scsi/pcmcia/aha152x_stub.c | |||
| @@ -275,10 +275,8 @@ static int aha152x_resume(struct pcmcia_device *dev) | |||
| 275 | 275 | ||
| 276 | link->state &= ~DEV_SUSPEND; | 276 | link->state &= ~DEV_SUSPEND; |
| 277 | if (link->state & DEV_CONFIG) { | 277 | if (link->state & DEV_CONFIG) { |
| 278 | Scsi_Cmnd tmp; | ||
| 279 | pcmcia_request_configuration(link->handle, &link->conf); | 278 | pcmcia_request_configuration(link->handle, &link->conf); |
| 280 | tmp.device->host = info->host; | 279 | aha152x_host_reset_host(info->host); |
| 281 | aha152x_host_reset(&tmp); | ||
| 282 | } | 280 | } |
| 283 | 281 | ||
| 284 | return 0; | 282 | return 0; |
diff --git a/drivers/scsi/scsi_devinfo.c b/drivers/scsi/scsi_devinfo.c index f01ec0a7c506..84c3937ae8fb 100644 --- a/drivers/scsi/scsi_devinfo.c +++ b/drivers/scsi/scsi_devinfo.c | |||
| @@ -126,6 +126,7 @@ static struct { | |||
| 126 | {"ADAPTEC", "Adaptec 5400S", NULL, BLIST_FORCELUN}, | 126 | {"ADAPTEC", "Adaptec 5400S", NULL, BLIST_FORCELUN}, |
| 127 | {"AFT PRO", "-IX CF", "0.0>", BLIST_FORCELUN}, | 127 | {"AFT PRO", "-IX CF", "0.0>", BLIST_FORCELUN}, |
| 128 | {"BELKIN", "USB 2 HS-CF", "1.95", BLIST_FORCELUN | BLIST_INQUIRY_36}, | 128 | {"BELKIN", "USB 2 HS-CF", "1.95", BLIST_FORCELUN | BLIST_INQUIRY_36}, |
| 129 | {"BROWNIE", "1600U3P", NULL, BLIST_NOREPORTLUN}, | ||
| 129 | {"CANON", "IPUBJD", NULL, BLIST_SPARSELUN}, | 130 | {"CANON", "IPUBJD", NULL, BLIST_SPARSELUN}, |
| 130 | {"CBOX3", "USB Storage-SMC", "300A", BLIST_FORCELUN | BLIST_INQUIRY_36}, | 131 | {"CBOX3", "USB Storage-SMC", "300A", BLIST_FORCELUN | BLIST_INQUIRY_36}, |
| 131 | {"CMD", "CRA-7280", NULL, BLIST_SPARSELUN}, /* CMD RAID Controller */ | 132 | {"CMD", "CRA-7280", NULL, BLIST_SPARSELUN}, /* CMD RAID Controller */ |
diff --git a/drivers/scsi/scsi_error.c b/drivers/scsi/scsi_error.c index 5cc97b721661..ff82ccfbb106 100644 --- a/drivers/scsi/scsi_error.c +++ b/drivers/scsi/scsi_error.c | |||
| @@ -1308,7 +1308,7 @@ int scsi_decide_disposition(struct scsi_cmnd *scmd) | |||
| 1308 | * the request was not marked fast fail. Note that above, | 1308 | * the request was not marked fast fail. Note that above, |
| 1309 | * even if the request is marked fast fail, we still requeue | 1309 | * even if the request is marked fast fail, we still requeue |
| 1310 | * for queue congestion conditions (QUEUE_FULL or BUSY) */ | 1310 | * for queue congestion conditions (QUEUE_FULL or BUSY) */ |
| 1311 | if ((++scmd->retries) < scmd->allowed | 1311 | if ((++scmd->retries) <= scmd->allowed |
| 1312 | && !blk_noretry_request(scmd->request)) { | 1312 | && !blk_noretry_request(scmd->request)) { |
| 1313 | return NEEDS_RETRY; | 1313 | return NEEDS_RETRY; |
| 1314 | } else { | 1314 | } else { |
| @@ -1433,7 +1433,7 @@ static void scsi_eh_flush_done_q(struct list_head *done_q) | |||
| 1433 | list_del_init(&scmd->eh_entry); | 1433 | list_del_init(&scmd->eh_entry); |
| 1434 | if (scsi_device_online(scmd->device) && | 1434 | if (scsi_device_online(scmd->device) && |
| 1435 | !blk_noretry_request(scmd->request) && | 1435 | !blk_noretry_request(scmd->request) && |
| 1436 | (++scmd->retries < scmd->allowed)) { | 1436 | (++scmd->retries <= scmd->allowed)) { |
| 1437 | SCSI_LOG_ERROR_RECOVERY(3, printk("%s: flush" | 1437 | SCSI_LOG_ERROR_RECOVERY(3, printk("%s: flush" |
| 1438 | " retry cmd: %p\n", | 1438 | " retry cmd: %p\n", |
| 1439 | current->comm, | 1439 | current->comm, |
diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c index 4362dcde74af..701a328f7beb 100644 --- a/drivers/scsi/scsi_lib.c +++ b/drivers/scsi/scsi_lib.c | |||
| @@ -1498,7 +1498,7 @@ static void scsi_kill_request(struct request *req, request_queue_t *q) | |||
| 1498 | static void scsi_softirq_done(struct request *rq) | 1498 | static void scsi_softirq_done(struct request *rq) |
| 1499 | { | 1499 | { |
| 1500 | struct scsi_cmnd *cmd = rq->completion_data; | 1500 | struct scsi_cmnd *cmd = rq->completion_data; |
| 1501 | unsigned long wait_for = cmd->allowed * cmd->timeout_per_command; | 1501 | unsigned long wait_for = (cmd->allowed + 1) * cmd->timeout_per_command; |
| 1502 | int disposition; | 1502 | int disposition; |
| 1503 | 1503 | ||
| 1504 | INIT_LIST_HEAD(&cmd->eh_entry); | 1504 | INIT_LIST_HEAD(&cmd->eh_entry); |
diff --git a/drivers/scsi/scsi_scan.c b/drivers/scsi/scsi_scan.c index 5acb83ca5ae5..f9ecc3dea7df 100644 --- a/drivers/scsi/scsi_scan.c +++ b/drivers/scsi/scsi_scan.c | |||
| @@ -752,8 +752,20 @@ static int scsi_add_lun(struct scsi_device *sdev, char *inq_result, int *bflags) | |||
| 752 | 752 | ||
| 753 | transport_configure_device(&sdev->sdev_gendev); | 753 | transport_configure_device(&sdev->sdev_gendev); |
| 754 | 754 | ||
| 755 | if (sdev->host->hostt->slave_configure) | 755 | if (sdev->host->hostt->slave_configure) { |
| 756 | sdev->host->hostt->slave_configure(sdev); | 756 | int ret = sdev->host->hostt->slave_configure(sdev); |
| 757 | if (ret) { | ||
| 758 | /* | ||
| 759 | * if LLDD reports slave not present, don't clutter | ||
| 760 | * console with alloc failure messages | ||
| 761 | */ | ||
| 762 | if (ret != -ENXIO) { | ||
| 763 | sdev_printk(KERN_ERR, sdev, | ||
| 764 | "failed to configure device\n"); | ||
| 765 | } | ||
| 766 | return SCSI_SCAN_NO_RESPONSE; | ||
| 767 | } | ||
| 768 | } | ||
| 757 | 769 | ||
| 758 | /* | 770 | /* |
| 759 | * Ok, the device is now all set up, we can | 771 | * Ok, the device is now all set up, we can |
diff --git a/drivers/scsi/scsi_transport_fc.c b/drivers/scsi/scsi_transport_fc.c index f2c9acf11bd0..13ea64119b73 100644 --- a/drivers/scsi/scsi_transport_fc.c +++ b/drivers/scsi/scsi_transport_fc.c | |||
| @@ -223,7 +223,7 @@ static void fc_rport_terminate(struct fc_rport *rport); | |||
| 223 | */ | 223 | */ |
| 224 | #define FC_STARGET_NUM_ATTRS 3 | 224 | #define FC_STARGET_NUM_ATTRS 3 |
| 225 | #define FC_RPORT_NUM_ATTRS 9 | 225 | #define FC_RPORT_NUM_ATTRS 9 |
| 226 | #define FC_HOST_NUM_ATTRS 16 | 226 | #define FC_HOST_NUM_ATTRS 17 |
| 227 | 227 | ||
| 228 | struct fc_internal { | 228 | struct fc_internal { |
| 229 | struct scsi_transport_template t; | 229 | struct scsi_transport_template t; |
| @@ -1498,8 +1498,7 @@ fc_remote_port_add(struct Scsi_Host *shost, int channel, | |||
| 1498 | } | 1498 | } |
| 1499 | 1499 | ||
| 1500 | /* Search the bindings array */ | 1500 | /* Search the bindings array */ |
| 1501 | if (likely((ids->roles & FC_RPORT_ROLE_FCP_TARGET) && | 1501 | if (fc_host_tgtid_bind_type(shost) != FC_TGTID_BIND_NONE) { |
| 1502 | (fc_host_tgtid_bind_type(shost) != FC_TGTID_BIND_NONE))) { | ||
| 1503 | 1502 | ||
| 1504 | /* search for a matching consistent binding */ | 1503 | /* search for a matching consistent binding */ |
| 1505 | 1504 | ||
diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c index 2a547538d444..5a0a19322d01 100644 --- a/drivers/scsi/sg.c +++ b/drivers/scsi/sg.c | |||
| @@ -2162,7 +2162,7 @@ sg_link_reserve(Sg_fd * sfp, Sg_request * srp, int size) | |||
| 2162 | 2162 | ||
| 2163 | srp->res_used = 1; | 2163 | srp->res_used = 1; |
| 2164 | SCSI_LOG_TIMEOUT(4, printk("sg_link_reserve: size=%d\n", size)); | 2164 | SCSI_LOG_TIMEOUT(4, printk("sg_link_reserve: size=%d\n", size)); |
| 2165 | rem = size = (size + 1) & (~1); /* round to even for aha1542 */ | 2165 | rem = size; |
| 2166 | 2166 | ||
| 2167 | for (k = 0; k < rsv_schp->k_use_sg; ++k, ++sg) { | 2167 | for (k = 0; k < rsv_schp->k_use_sg; ++k, ++sg) { |
| 2168 | num = sg->length; | 2168 | num = sg->length; |
diff --git a/drivers/scsi/sr_ioctl.c b/drivers/scsi/sr_ioctl.c index 5d02ff4db6cc..b65462f76484 100644 --- a/drivers/scsi/sr_ioctl.c +++ b/drivers/scsi/sr_ioctl.c | |||
| @@ -192,7 +192,7 @@ int sr_do_ioctl(Scsi_CD *cd, struct packet_command *cgc) | |||
| 192 | SDev = cd->device; | 192 | SDev = cd->device; |
| 193 | 193 | ||
| 194 | if (!sense) { | 194 | if (!sense) { |
| 195 | sense = kmalloc(sizeof(*sense), GFP_KERNEL); | 195 | sense = kmalloc(SCSI_SENSE_BUFFERSIZE, GFP_KERNEL); |
| 196 | if (!sense) { | 196 | if (!sense) { |
| 197 | err = -ENOMEM; | 197 | err = -ENOMEM; |
| 198 | goto out; | 198 | goto out; |
diff --git a/drivers/scsi/sym53c8xx_2/sym_hipd.c b/drivers/scsi/sym53c8xx_2/sym_hipd.c index f4854c33f48d..2627000ca653 100644 --- a/drivers/scsi/sym53c8xx_2/sym_hipd.c +++ b/drivers/scsi/sym53c8xx_2/sym_hipd.c | |||
| @@ -919,6 +919,8 @@ static int sym_prepare_setting(struct Scsi_Host *shost, struct sym_hcb *np, stru | |||
| 919 | 919 | ||
| 920 | tp->usrflags |= (SYM_DISC_ENABLED | SYM_TAGS_ENABLED); | 920 | tp->usrflags |= (SYM_DISC_ENABLED | SYM_TAGS_ENABLED); |
| 921 | tp->usrtags = SYM_SETUP_MAX_TAG; | 921 | tp->usrtags = SYM_SETUP_MAX_TAG; |
| 922 | tp->usr_width = np->maxwide; | ||
| 923 | tp->usr_period = 9; | ||
| 922 | 924 | ||
| 923 | sym_nvram_setup_target(tp, i, nvram); | 925 | sym_nvram_setup_target(tp, i, nvram); |
| 924 | 926 | ||
diff --git a/drivers/serial/ioc4_serial.c b/drivers/serial/ioc4_serial.c index f3763d2ccb86..a37579ce6d76 100644 --- a/drivers/serial/ioc4_serial.c +++ b/drivers/serial/ioc4_serial.c | |||
| @@ -2301,7 +2301,6 @@ static void receive_chars(struct uart_port *the_port) | |||
| 2301 | int read_count, request_count = IOC4_MAX_CHARS; | 2301 | int read_count, request_count = IOC4_MAX_CHARS; |
| 2302 | struct uart_icount *icount; | 2302 | struct uart_icount *icount; |
| 2303 | struct uart_info *info = the_port->info; | 2303 | struct uart_info *info = the_port->info; |
| 2304 | int flip = 0; | ||
| 2305 | unsigned long pflags; | 2304 | unsigned long pflags; |
| 2306 | 2305 | ||
| 2307 | /* Make sure all the pointers are "good" ones */ | 2306 | /* Make sure all the pointers are "good" ones */ |
| @@ -2313,7 +2312,7 @@ static void receive_chars(struct uart_port *the_port) | |||
| 2313 | spin_lock_irqsave(&the_port->lock, pflags); | 2312 | spin_lock_irqsave(&the_port->lock, pflags); |
| 2314 | tty = info->tty; | 2313 | tty = info->tty; |
| 2315 | 2314 | ||
| 2316 | request_count = tty_buffer_request_room(tty, IOC4_MAX_CHARS - 2); | 2315 | request_count = tty_buffer_request_room(tty, IOC4_MAX_CHARS); |
| 2317 | 2316 | ||
| 2318 | if (request_count > 0) { | 2317 | if (request_count > 0) { |
| 2319 | icount = &the_port->icount; | 2318 | icount = &the_port->icount; |
| @@ -2326,8 +2325,7 @@ static void receive_chars(struct uart_port *the_port) | |||
| 2326 | 2325 | ||
| 2327 | spin_unlock_irqrestore(&the_port->lock, pflags); | 2326 | spin_unlock_irqrestore(&the_port->lock, pflags); |
| 2328 | 2327 | ||
| 2329 | if (flip) | 2328 | tty_flip_buffer_push(tty); |
| 2330 | tty_flip_buffer_push(tty); | ||
| 2331 | } | 2329 | } |
| 2332 | 2330 | ||
| 2333 | /** | 2331 | /** |
diff --git a/drivers/serial/ip22zilog.c b/drivers/serial/ip22zilog.c index 419dd3cd7862..193722d680cf 100644 --- a/drivers/serial/ip22zilog.c +++ b/drivers/serial/ip22zilog.c | |||
| @@ -420,10 +420,8 @@ static void ip22zilog_transmit_chars(struct uart_ip22zilog_port *up, | |||
| 420 | if (up->port.info == NULL) | 420 | if (up->port.info == NULL) |
| 421 | goto ack_tx_int; | 421 | goto ack_tx_int; |
| 422 | xmit = &up->port.info->xmit; | 422 | xmit = &up->port.info->xmit; |
| 423 | if (uart_circ_empty(xmit)) { | 423 | if (uart_circ_empty(xmit)) |
| 424 | uart_write_wakeup(&up->port); | ||
| 425 | goto ack_tx_int; | 424 | goto ack_tx_int; |
| 426 | } | ||
| 427 | if (uart_tx_stopped(&up->port)) | 425 | if (uart_tx_stopped(&up->port)) |
| 428 | goto ack_tx_int; | 426 | goto ack_tx_int; |
| 429 | 427 | ||
diff --git a/drivers/serial/serial_core.c b/drivers/serial/serial_core.c index 95fb4939c675..cc1faa31d124 100644 --- a/drivers/serial/serial_core.c +++ b/drivers/serial/serial_core.c | |||
| @@ -71,6 +71,11 @@ static void uart_change_pm(struct uart_state *state, int pm_state); | |||
| 71 | void uart_write_wakeup(struct uart_port *port) | 71 | void uart_write_wakeup(struct uart_port *port) |
| 72 | { | 72 | { |
| 73 | struct uart_info *info = port->info; | 73 | struct uart_info *info = port->info; |
| 74 | /* | ||
| 75 | * This means you called this function _after_ the port was | ||
| 76 | * closed. No cookie for you. | ||
| 77 | */ | ||
| 78 | BUG_ON(!info); | ||
| 74 | tasklet_schedule(&info->tlet); | 79 | tasklet_schedule(&info->tlet); |
| 75 | } | 80 | } |
| 76 | 81 | ||
| @@ -471,14 +476,26 @@ static void uart_flush_chars(struct tty_struct *tty) | |||
| 471 | } | 476 | } |
| 472 | 477 | ||
| 473 | static int | 478 | static int |
| 474 | uart_write(struct tty_struct *tty, const unsigned char * buf, int count) | 479 | uart_write(struct tty_struct *tty, const unsigned char *buf, int count) |
| 475 | { | 480 | { |
| 476 | struct uart_state *state = tty->driver_data; | 481 | struct uart_state *state = tty->driver_data; |
| 477 | struct uart_port *port = state->port; | 482 | struct uart_port *port; |
| 478 | struct circ_buf *circ = &state->info->xmit; | 483 | struct circ_buf *circ; |
| 479 | unsigned long flags; | 484 | unsigned long flags; |
| 480 | int c, ret = 0; | 485 | int c, ret = 0; |
| 481 | 486 | ||
| 487 | /* | ||
| 488 | * This means you called this function _after_ the port was | ||
| 489 | * closed. No cookie for you. | ||
| 490 | */ | ||
| 491 | if (!state || !state->info) { | ||
| 492 | WARN_ON(1); | ||
| 493 | return -EL3HLT; | ||
| 494 | } | ||
| 495 | |||
| 496 | port = state->port; | ||
| 497 | circ = &state->info->xmit; | ||
| 498 | |||
| 482 | if (!circ->buf) | 499 | if (!circ->buf) |
| 483 | return 0; | 500 | return 0; |
| 484 | 501 | ||
| @@ -521,6 +538,15 @@ static void uart_flush_buffer(struct tty_struct *tty) | |||
| 521 | struct uart_port *port = state->port; | 538 | struct uart_port *port = state->port; |
| 522 | unsigned long flags; | 539 | unsigned long flags; |
| 523 | 540 | ||
| 541 | /* | ||
| 542 | * This means you called this function _after_ the port was | ||
| 543 | * closed. No cookie for you. | ||
| 544 | */ | ||
| 545 | if (!state || !state->info) { | ||
| 546 | WARN_ON(1); | ||
| 547 | return; | ||
| 548 | } | ||
| 549 | |||
| 524 | DPRINTK("uart_flush_buffer(%d) called\n", tty->index); | 550 | DPRINTK("uart_flush_buffer(%d) called\n", tty->index); |
| 525 | 551 | ||
| 526 | spin_lock_irqsave(&port->lock, flags); | 552 | spin_lock_irqsave(&port->lock, flags); |
diff --git a/drivers/serial/sn_console.c b/drivers/serial/sn_console.c index 43e67d6c29d4..60ea4a3f0713 100644 --- a/drivers/serial/sn_console.c +++ b/drivers/serial/sn_console.c | |||
| @@ -820,7 +820,7 @@ static int __init sn_sal_module_init(void) | |||
| 820 | int retval; | 820 | int retval; |
| 821 | 821 | ||
| 822 | if (!ia64_platform_is("sn2")) | 822 | if (!ia64_platform_is("sn2")) |
| 823 | return -ENODEV; | 823 | return 0; |
| 824 | 824 | ||
| 825 | printk(KERN_INFO "sn_console: Console driver init\n"); | 825 | printk(KERN_INFO "sn_console: Console driver init\n"); |
| 826 | 826 | ||
diff --git a/drivers/serial/sunsu.c b/drivers/serial/sunsu.c index 308704566948..4e453fa966ae 100644 --- a/drivers/serial/sunsu.c +++ b/drivers/serial/sunsu.c | |||
| @@ -299,13 +299,10 @@ static void sunsu_start_tx(struct uart_port *port) | |||
| 299 | static void sunsu_stop_rx(struct uart_port *port) | 299 | static void sunsu_stop_rx(struct uart_port *port) |
| 300 | { | 300 | { |
| 301 | struct uart_sunsu_port *up = (struct uart_sunsu_port *) port; | 301 | struct uart_sunsu_port *up = (struct uart_sunsu_port *) port; |
| 302 | unsigned long flags; | ||
| 303 | 302 | ||
| 304 | spin_lock_irqsave(&up->port.lock, flags); | ||
| 305 | up->ier &= ~UART_IER_RLSI; | 303 | up->ier &= ~UART_IER_RLSI; |
| 306 | up->port.read_status_mask &= ~UART_LSR_DR; | 304 | up->port.read_status_mask &= ~UART_LSR_DR; |
| 307 | serial_out(up, UART_IER, up->ier); | 305 | serial_out(up, UART_IER, up->ier); |
| 308 | spin_unlock_irqrestore(&up->port.lock, flags); | ||
| 309 | } | 306 | } |
| 310 | 307 | ||
| 311 | static void sunsu_enable_ms(struct uart_port *port) | 308 | static void sunsu_enable_ms(struct uart_port *port) |
diff --git a/drivers/sn/Kconfig b/drivers/sn/Kconfig index d95265b187a3..a34731625877 100644 --- a/drivers/sn/Kconfig +++ b/drivers/sn/Kconfig | |||
| @@ -3,10 +3,11 @@ | |||
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | menu "SN Devices" | 5 | menu "SN Devices" |
| 6 | depends on SGI_SN | ||
| 6 | 7 | ||
| 7 | config SGI_IOC4 | 8 | config SGI_IOC4 |
| 8 | tristate "SGI IOC4 Base IO support" | 9 | tristate "SGI IOC4 Base IO support" |
| 9 | depends on (IA64_GENERIC || IA64_SGI_SN2) && MMTIMER | 10 | depends on MMTIMER |
| 10 | default m | 11 | default m |
| 11 | ---help--- | 12 | ---help--- |
| 12 | This option enables basic support for the SGI IOC4-based Base IO | 13 | This option enables basic support for the SGI IOC4-based Base IO |
| @@ -19,7 +20,6 @@ config SGI_IOC4 | |||
| 19 | 20 | ||
| 20 | config SGI_IOC3 | 21 | config SGI_IOC3 |
| 21 | tristate "SGI IOC3 Base IO support" | 22 | tristate "SGI IOC3 Base IO support" |
| 22 | depends on (IA64_GENERIC || IA64_SGI_SN2) | ||
| 23 | default m | 23 | default m |
| 24 | ---help--- | 24 | ---help--- |
| 25 | This option enables basic support for the SGI IOC3-based Base IO | 25 | This option enables basic support for the SGI IOC3-based Base IO |
diff --git a/drivers/sn/ioc3.c b/drivers/sn/ioc3.c index 12357e1fa558..93449a1a0065 100644 --- a/drivers/sn/ioc3.c +++ b/drivers/sn/ioc3.c | |||
| @@ -62,7 +62,7 @@ static int nic_reset(struct ioc3_driver_data *idd) | |||
| 62 | return presence; | 62 | return presence; |
| 63 | } | 63 | } |
| 64 | 64 | ||
| 65 | static inline int nic_read_bit(struct ioc3_driver_data *idd) | 65 | static int nic_read_bit(struct ioc3_driver_data *idd) |
| 66 | { | 66 | { |
| 67 | int result; | 67 | int result; |
| 68 | unsigned long flags; | 68 | unsigned long flags; |
| @@ -77,7 +77,7 @@ static inline int nic_read_bit(struct ioc3_driver_data *idd) | |||
| 77 | return result; | 77 | return result; |
| 78 | } | 78 | } |
| 79 | 79 | ||
| 80 | static inline void nic_write_bit(struct ioc3_driver_data *idd, int bit) | 80 | static void nic_write_bit(struct ioc3_driver_data *idd, int bit) |
| 81 | { | 81 | { |
| 82 | if (bit) | 82 | if (bit) |
| 83 | writel(mcr_pack(6, 110), &idd->vma->mcr); | 83 | writel(mcr_pack(6, 110), &idd->vma->mcr); |
| @@ -371,8 +371,7 @@ static void probe_nic(struct ioc3_driver_data *idd) | |||
| 371 | 371 | ||
| 372 | /* Interrupts */ | 372 | /* Interrupts */ |
| 373 | 373 | ||
| 374 | static inline void | 374 | static void write_ireg(struct ioc3_driver_data *idd, uint32_t val, int which) |
| 375 | write_ireg(struct ioc3_driver_data *idd, uint32_t val, int which) | ||
| 376 | { | 375 | { |
| 377 | unsigned long flags; | 376 | unsigned long flags; |
| 378 | 377 | ||
| @@ -735,14 +734,12 @@ static int ioc3_probe(struct pci_dev *pdev, const struct pci_device_id *pci_id) | |||
| 735 | } | 734 | } |
| 736 | 735 | ||
| 737 | /* Add this IOC3 to all submodules */ | 736 | /* Add this IOC3 to all submodules */ |
| 738 | read_lock(&ioc3_submodules_lock); | ||
| 739 | for(id=0;id<IOC3_MAX_SUBMODULES;id++) | 737 | for(id=0;id<IOC3_MAX_SUBMODULES;id++) |
| 740 | if(ioc3_submodules[id] && ioc3_submodules[id]->probe) { | 738 | if(ioc3_submodules[id] && ioc3_submodules[id]->probe) { |
| 741 | idd->active[id] = 1; | 739 | idd->active[id] = 1; |
| 742 | idd->active[id] = !ioc3_submodules[id]->probe | 740 | idd->active[id] = !ioc3_submodules[id]->probe |
| 743 | (ioc3_submodules[id], idd); | 741 | (ioc3_submodules[id], idd); |
| 744 | } | 742 | } |
| 745 | read_unlock(&ioc3_submodules_lock); | ||
| 746 | 743 | ||
| 747 | printk(KERN_INFO "IOC3 Master Driver loaded for %s\n", pci_name(pdev)); | 744 | printk(KERN_INFO "IOC3 Master Driver loaded for %s\n", pci_name(pdev)); |
| 748 | 745 | ||
| @@ -767,7 +764,6 @@ static void ioc3_remove(struct pci_dev *pdev) | |||
| 767 | idd = pci_get_drvdata(pdev); | 764 | idd = pci_get_drvdata(pdev); |
| 768 | 765 | ||
| 769 | /* Remove this IOC3 from all submodules */ | 766 | /* Remove this IOC3 from all submodules */ |
| 770 | read_lock(&ioc3_submodules_lock); | ||
| 771 | for(id=0;id<IOC3_MAX_SUBMODULES;id++) | 767 | for(id=0;id<IOC3_MAX_SUBMODULES;id++) |
| 772 | if(idd->active[id]) { | 768 | if(idd->active[id]) { |
| 773 | if(ioc3_submodules[id] && ioc3_submodules[id]->remove) | 769 | if(ioc3_submodules[id] && ioc3_submodules[id]->remove) |
| @@ -781,7 +777,6 @@ static void ioc3_remove(struct pci_dev *pdev) | |||
| 781 | pci_name(pdev)); | 777 | pci_name(pdev)); |
| 782 | idd->active[id] = 0; | 778 | idd->active[id] = 0; |
| 783 | } | 779 | } |
| 784 | read_unlock(&ioc3_submodules_lock); | ||
| 785 | 780 | ||
| 786 | /* Clear and disable all IRQs */ | 781 | /* Clear and disable all IRQs */ |
| 787 | write_ireg(idd, ~0, IOC3_W_IEC); | 782 | write_ireg(idd, ~0, IOC3_W_IEC); |
diff --git a/drivers/sn/ioc4.c b/drivers/sn/ioc4.c index ea75b3d0612b..67140a5804f5 100644 --- a/drivers/sn/ioc4.c +++ b/drivers/sn/ioc4.c | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | #include <linux/ioc4.h> | 31 | #include <linux/ioc4.h> |
| 32 | #include <linux/mmtimer.h> | 32 | #include <linux/mmtimer.h> |
| 33 | #include <linux/rtc.h> | 33 | #include <linux/rtc.h> |
| 34 | #include <linux/rwsem.h> | 34 | #include <linux/mutex.h> |
| 35 | #include <asm/sn/addrs.h> | 35 | #include <asm/sn/addrs.h> |
| 36 | #include <asm/sn/clksupport.h> | 36 | #include <asm/sn/clksupport.h> |
| 37 | #include <asm/sn/shub_mmr.h> | 37 | #include <asm/sn/shub_mmr.h> |
| @@ -54,11 +54,10 @@ | |||
| 54 | * Submodule management * | 54 | * Submodule management * |
| 55 | ************************/ | 55 | ************************/ |
| 56 | 56 | ||
| 57 | static LIST_HEAD(ioc4_devices); | 57 | static DEFINE_MUTEX(ioc4_mutex); |
| 58 | static DECLARE_RWSEM(ioc4_devices_rwsem); | ||
| 59 | 58 | ||
| 59 | static LIST_HEAD(ioc4_devices); | ||
| 60 | static LIST_HEAD(ioc4_submodules); | 60 | static LIST_HEAD(ioc4_submodules); |
| 61 | static DECLARE_RWSEM(ioc4_submodules_rwsem); | ||
| 62 | 61 | ||
| 63 | /* Register an IOC4 submodule */ | 62 | /* Register an IOC4 submodule */ |
| 64 | int | 63 | int |
| @@ -66,15 +65,13 @@ ioc4_register_submodule(struct ioc4_submodule *is) | |||
| 66 | { | 65 | { |
| 67 | struct ioc4_driver_data *idd; | 66 | struct ioc4_driver_data *idd; |
| 68 | 67 | ||
| 69 | down_write(&ioc4_submodules_rwsem); | 68 | mutex_lock(&ioc4_mutex); |
| 70 | list_add(&is->is_list, &ioc4_submodules); | 69 | list_add(&is->is_list, &ioc4_submodules); |
| 71 | up_write(&ioc4_submodules_rwsem); | ||
| 72 | 70 | ||
| 73 | /* Initialize submodule for each IOC4 */ | 71 | /* Initialize submodule for each IOC4 */ |
| 74 | if (!is->is_probe) | 72 | if (!is->is_probe) |
| 75 | return 0; | 73 | goto out; |
| 76 | 74 | ||
| 77 | down_read(&ioc4_devices_rwsem); | ||
| 78 | list_for_each_entry(idd, &ioc4_devices, idd_list) { | 75 | list_for_each_entry(idd, &ioc4_devices, idd_list) { |
| 79 | if (is->is_probe(idd)) { | 76 | if (is->is_probe(idd)) { |
| 80 | printk(KERN_WARNING | 77 | printk(KERN_WARNING |
| @@ -84,8 +81,8 @@ ioc4_register_submodule(struct ioc4_submodule *is) | |||
| 84 | pci_name(idd->idd_pdev)); | 81 | pci_name(idd->idd_pdev)); |
| 85 | } | 82 | } |
| 86 | } | 83 | } |
| 87 | up_read(&ioc4_devices_rwsem); | 84 | out: |
| 88 | 85 | mutex_unlock(&ioc4_mutex); | |
| 89 | return 0; | 86 | return 0; |
| 90 | } | 87 | } |
| 91 | 88 | ||
| @@ -95,15 +92,13 @@ ioc4_unregister_submodule(struct ioc4_submodule *is) | |||
| 95 | { | 92 | { |
| 96 | struct ioc4_driver_data *idd; | 93 | struct ioc4_driver_data *idd; |
| 97 | 94 | ||
| 98 | down_write(&ioc4_submodules_rwsem); | 95 | mutex_lock(&ioc4_mutex); |
| 99 | list_del(&is->is_list); | 96 | list_del(&is->is_list); |
| 100 | up_write(&ioc4_submodules_rwsem); | ||
| 101 | 97 | ||
| 102 | /* Remove submodule for each IOC4 */ | 98 | /* Remove submodule for each IOC4 */ |
| 103 | if (!is->is_remove) | 99 | if (!is->is_remove) |
| 104 | return; | 100 | goto out; |
| 105 | 101 | ||
| 106 | down_read(&ioc4_devices_rwsem); | ||
| 107 | list_for_each_entry(idd, &ioc4_devices, idd_list) { | 102 | list_for_each_entry(idd, &ioc4_devices, idd_list) { |
| 108 | if (is->is_remove(idd)) { | 103 | if (is->is_remove(idd)) { |
| 109 | printk(KERN_WARNING | 104 | printk(KERN_WARNING |
| @@ -113,7 +108,8 @@ ioc4_unregister_submodule(struct ioc4_submodule *is) | |||
| 113 | pci_name(idd->idd_pdev)); | 108 | pci_name(idd->idd_pdev)); |
| 114 | } | 109 | } |
| 115 | } | 110 | } |
| 116 | up_read(&ioc4_devices_rwsem); | 111 | out: |
| 112 | mutex_unlock(&ioc4_mutex); | ||
| 117 | } | 113 | } |
| 118 | 114 | ||
| 119 | /********************* | 115 | /********************* |
| @@ -312,12 +308,11 @@ ioc4_probe(struct pci_dev *pdev, const struct pci_device_id *pci_id) | |||
| 312 | /* Track PCI-device specific data */ | 308 | /* Track PCI-device specific data */ |
| 313 | idd->idd_serial_data = NULL; | 309 | idd->idd_serial_data = NULL; |
| 314 | pci_set_drvdata(idd->idd_pdev, idd); | 310 | pci_set_drvdata(idd->idd_pdev, idd); |
| 315 | down_write(&ioc4_devices_rwsem); | 311 | |
| 312 | mutex_lock(&ioc4_mutex); | ||
| 316 | list_add(&idd->idd_list, &ioc4_devices); | 313 | list_add(&idd->idd_list, &ioc4_devices); |
| 317 | up_write(&ioc4_devices_rwsem); | ||
| 318 | 314 | ||
| 319 | /* Add this IOC4 to all submodules */ | 315 | /* Add this IOC4 to all submodules */ |
| 320 | down_read(&ioc4_submodules_rwsem); | ||
| 321 | list_for_each_entry(is, &ioc4_submodules, is_list) { | 316 | list_for_each_entry(is, &ioc4_submodules, is_list) { |
| 322 | if (is->is_probe && is->is_probe(idd)) { | 317 | if (is->is_probe && is->is_probe(idd)) { |
| 323 | printk(KERN_WARNING | 318 | printk(KERN_WARNING |
| @@ -327,7 +322,7 @@ ioc4_probe(struct pci_dev *pdev, const struct pci_device_id *pci_id) | |||
| 327 | pci_name(idd->idd_pdev)); | 322 | pci_name(idd->idd_pdev)); |
| 328 | } | 323 | } |
| 329 | } | 324 | } |
| 330 | up_read(&ioc4_submodules_rwsem); | 325 | mutex_unlock(&ioc4_mutex); |
| 331 | 326 | ||
| 332 | return 0; | 327 | return 0; |
| 333 | 328 | ||
| @@ -351,7 +346,7 @@ ioc4_remove(struct pci_dev *pdev) | |||
| 351 | idd = pci_get_drvdata(pdev); | 346 | idd = pci_get_drvdata(pdev); |
| 352 | 347 | ||
| 353 | /* Remove this IOC4 from all submodules */ | 348 | /* Remove this IOC4 from all submodules */ |
| 354 | down_read(&ioc4_submodules_rwsem); | 349 | mutex_lock(&ioc4_mutex); |
| 355 | list_for_each_entry(is, &ioc4_submodules, is_list) { | 350 | list_for_each_entry(is, &ioc4_submodules, is_list) { |
| 356 | if (is->is_remove && is->is_remove(idd)) { | 351 | if (is->is_remove && is->is_remove(idd)) { |
| 357 | printk(KERN_WARNING | 352 | printk(KERN_WARNING |
| @@ -361,7 +356,7 @@ ioc4_remove(struct pci_dev *pdev) | |||
| 361 | pci_name(idd->idd_pdev)); | 356 | pci_name(idd->idd_pdev)); |
| 362 | } | 357 | } |
| 363 | } | 358 | } |
| 364 | up_read(&ioc4_submodules_rwsem); | 359 | mutex_unlock(&ioc4_mutex); |
| 365 | 360 | ||
| 366 | /* Release resources */ | 361 | /* Release resources */ |
| 367 | iounmap(idd->idd_misc_regs); | 362 | iounmap(idd->idd_misc_regs); |
| @@ -377,9 +372,9 @@ ioc4_remove(struct pci_dev *pdev) | |||
| 377 | pci_disable_device(pdev); | 372 | pci_disable_device(pdev); |
| 378 | 373 | ||
| 379 | /* Remove and free driver data */ | 374 | /* Remove and free driver data */ |
| 380 | down_write(&ioc4_devices_rwsem); | 375 | mutex_lock(&ioc4_mutex); |
| 381 | list_del(&idd->idd_list); | 376 | list_del(&idd->idd_list); |
| 382 | up_write(&ioc4_devices_rwsem); | 377 | mutex_unlock(&ioc4_mutex); |
| 383 | kfree(idd); | 378 | kfree(idd); |
| 384 | } | 379 | } |
| 385 | 380 | ||
diff --git a/drivers/usb/gadget/lh7a40x_udc.c b/drivers/usb/gadget/lh7a40x_udc.c index e02fea5a5433..1a362c5e7f3d 100644 --- a/drivers/usb/gadget/lh7a40x_udc.c +++ b/drivers/usb/gadget/lh7a40x_udc.c | |||
| @@ -1062,11 +1062,11 @@ static int lh7a40x_ep_enable(struct usb_ep *_ep, | |||
| 1062 | ep->pio_irqs = 0; | 1062 | ep->pio_irqs = 0; |
| 1063 | ep->ep.maxpacket = le16_to_cpu(desc->wMaxPacketSize); | 1063 | ep->ep.maxpacket = le16_to_cpu(desc->wMaxPacketSize); |
| 1064 | 1064 | ||
| 1065 | spin_unlock_irqrestore(&ep->dev->lock, flags); | ||
| 1066 | |||
| 1065 | /* Reset halt state (does flush) */ | 1067 | /* Reset halt state (does flush) */ |
| 1066 | lh7a40x_set_halt(_ep, 0); | 1068 | lh7a40x_set_halt(_ep, 0); |
| 1067 | 1069 | ||
| 1068 | spin_unlock_irqrestore(&ep->dev->lock, flags); | ||
| 1069 | |||
| 1070 | DEBUG("%s: enabled %s\n", __FUNCTION__, _ep->name); | 1070 | DEBUG("%s: enabled %s\n", __FUNCTION__, _ep->name); |
| 1071 | return 0; | 1071 | return 0; |
| 1072 | } | 1072 | } |
| @@ -1775,6 +1775,7 @@ static void lh7a40x_ep0_setup(struct lh7a40x_udc *dev, u32 csr) | |||
| 1775 | break; | 1775 | break; |
| 1776 | 1776 | ||
| 1777 | qep = &dev->ep[ep_num]; | 1777 | qep = &dev->ep[ep_num]; |
| 1778 | spin_unlock(&dev->lock); | ||
| 1778 | if (ctrl.bRequest == USB_REQ_SET_FEATURE) { | 1779 | if (ctrl.bRequest == USB_REQ_SET_FEATURE) { |
| 1779 | DEBUG_SETUP("SET_FEATURE (%d)\n", | 1780 | DEBUG_SETUP("SET_FEATURE (%d)\n", |
| 1780 | ep_num); | 1781 | ep_num); |
| @@ -1784,6 +1785,7 @@ static void lh7a40x_ep0_setup(struct lh7a40x_udc *dev, u32 csr) | |||
| 1784 | ep_num); | 1785 | ep_num); |
| 1785 | lh7a40x_set_halt(&qep->ep, 0); | 1786 | lh7a40x_set_halt(&qep->ep, 0); |
| 1786 | } | 1787 | } |
| 1788 | spin_lock(&dev->lock); | ||
| 1787 | usb_set_index(0); | 1789 | usb_set_index(0); |
| 1788 | 1790 | ||
| 1789 | /* Reply with a ZLP on next IN token */ | 1791 | /* Reply with a ZLP on next IN token */ |
diff --git a/drivers/usb/gadget/rndis.c b/drivers/usb/gadget/rndis.c index 9689efeb364c..6d6eaad73968 100644 --- a/drivers/usb/gadget/rndis.c +++ b/drivers/usb/gadget/rndis.c | |||
| @@ -853,11 +853,14 @@ static int rndis_query_response (int configNr, rndis_query_msg_type *buf) | |||
| 853 | // DEBUG("%s: OID = %08X\n", __FUNCTION__, cpu_to_le32(buf->OID)); | 853 | // DEBUG("%s: OID = %08X\n", __FUNCTION__, cpu_to_le32(buf->OID)); |
| 854 | if (!rndis_per_dev_params [configNr].dev) return -ENOTSUPP; | 854 | if (!rndis_per_dev_params [configNr].dev) return -ENOTSUPP; |
| 855 | 855 | ||
| 856 | /* | 856 | /* |
| 857 | * we need more memory: | 857 | * we need more memory: |
| 858 | * oid_supported_list is the largest answer | 858 | * gen_ndis_query_resp expects enough space for |
| 859 | * rndis_query_cmplt_type followed by data. | ||
| 860 | * oid_supported_list is the largest data reply | ||
| 859 | */ | 861 | */ |
| 860 | r = rndis_add_response (configNr, sizeof (oid_supported_list)); | 862 | r = rndis_add_response (configNr, |
| 863 | sizeof (oid_supported_list) + sizeof(rndis_query_cmplt_type)); | ||
| 861 | if (!r) | 864 | if (!r) |
| 862 | return -ENOMEM; | 865 | return -ENOMEM; |
| 863 | resp = (rndis_query_cmplt_type *) r->buf; | 866 | resp = (rndis_query_cmplt_type *) r->buf; |
diff --git a/drivers/usb/host/pci-quirks.c b/drivers/usb/host/pci-quirks.c index 118288d94423..9e81c26313f9 100644 --- a/drivers/usb/host/pci-quirks.c +++ b/drivers/usb/host/pci-quirks.c | |||
| @@ -260,12 +260,13 @@ static void __devinit quirk_usb_disable_ehci(struct pci_dev *pdev) | |||
| 260 | offset + EHCI_USBLEGCTLSTS, | 260 | offset + EHCI_USBLEGCTLSTS, |
| 261 | val | EHCI_USBLEGCTLSTS_SOOE); | 261 | val | EHCI_USBLEGCTLSTS_SOOE); |
| 262 | #endif | 262 | #endif |
| 263 | } | ||
| 264 | 263 | ||
| 265 | /* always say Linux will own the hardware | 264 | /* some systems get upset if this semaphore is |
| 266 | * by setting EHCI_USBLEGSUP_OS. | 265 | * set for any other reason than forcing a BIOS |
| 267 | */ | 266 | * handoff.. |
| 268 | pci_write_config_byte(pdev, offset + 3, 1); | 267 | */ |
| 268 | pci_write_config_byte(pdev, offset + 3, 1); | ||
| 269 | } | ||
| 269 | 270 | ||
| 270 | /* if boot firmware now owns EHCI, spin till | 271 | /* if boot firmware now owns EHCI, spin till |
| 271 | * it hands it over. | 272 | * it hands it over. |
diff --git a/drivers/usb/input/hid-core.c b/drivers/usb/input/hid-core.c index 772478086bd3..07a012f88772 100644 --- a/drivers/usb/input/hid-core.c +++ b/drivers/usb/input/hid-core.c | |||
| @@ -1407,6 +1407,7 @@ void hid_init_reports(struct hid_device *hid) | |||
| 1407 | #define USB_VENDOR_ID_WISEGROUP 0x0925 | 1407 | #define USB_VENDOR_ID_WISEGROUP 0x0925 |
| 1408 | #define USB_DEVICE_ID_1_PHIDGETSERVO_20 0x8101 | 1408 | #define USB_DEVICE_ID_1_PHIDGETSERVO_20 0x8101 |
| 1409 | #define USB_DEVICE_ID_4_PHIDGETSERVO_20 0x8104 | 1409 | #define USB_DEVICE_ID_4_PHIDGETSERVO_20 0x8104 |
| 1410 | #define USB_DEVICE_ID_DUAL_USB_JOYPAD 0x8866 | ||
| 1410 | 1411 | ||
| 1411 | #define USB_VENDOR_ID_CODEMERCS 0x07c0 | 1412 | #define USB_VENDOR_ID_CODEMERCS 0x07c0 |
| 1412 | #define USB_DEVICE_ID_CODEMERCS_IOW40 0x1500 | 1413 | #define USB_DEVICE_ID_CODEMERCS_IOW40 0x1500 |
| @@ -1577,6 +1578,7 @@ static const struct hid_blacklist { | |||
| 1577 | { USB_VENDOR_ID_CHICONY, USB_DEVICE_ID_CHICONY_USBHUB_KB, HID_QUIRK_NOGET}, | 1578 | { USB_VENDOR_ID_CHICONY, USB_DEVICE_ID_CHICONY_USBHUB_KB, HID_QUIRK_NOGET}, |
| 1578 | { USB_VENDOR_ID_HP, USB_DEVICE_ID_HP_USBHUB_KB, HID_QUIRK_NOGET }, | 1579 | { USB_VENDOR_ID_HP, USB_DEVICE_ID_HP_USBHUB_KB, HID_QUIRK_NOGET }, |
| 1579 | { USB_VENDOR_ID_TANGTOP, USB_DEVICE_ID_TANGTOP_USBPS2, HID_QUIRK_NOGET }, | 1580 | { USB_VENDOR_ID_TANGTOP, USB_DEVICE_ID_TANGTOP_USBPS2, HID_QUIRK_NOGET }, |
| 1581 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_DUAL_USB_JOYPAD, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT }, | ||
| 1580 | 1582 | ||
| 1581 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_POWERMOUSE, HID_QUIRK_2WHEEL_POWERMOUSE }, | 1583 | { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_POWERMOUSE, HID_QUIRK_2WHEEL_POWERMOUSE }, |
| 1582 | { USB_VENDOR_ID_A4TECH, USB_DEVICE_ID_A4TECH_WCP32PU, HID_QUIRK_2WHEEL_MOUSE_HACK_7 }, | 1584 | { USB_VENDOR_ID_A4TECH, USB_DEVICE_ID_A4TECH_WCP32PU, HID_QUIRK_2WHEEL_MOUSE_HACK_7 }, |
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index f2b4ca8692d8..c145e1ed8429 100644 --- a/drivers/usb/serial/ftdi_sio.c +++ b/drivers/usb/serial/ftdi_sio.c | |||
| @@ -469,8 +469,14 @@ static struct usb_device_id id_table_combined [] = { | |||
| 469 | { USB_DEVICE(FTDI_VID, XSENS_CONVERTER_7_PID) }, | 469 | { USB_DEVICE(FTDI_VID, XSENS_CONVERTER_7_PID) }, |
| 470 | { USB_DEVICE(MOBILITY_VID, MOBILITY_USB_SERIAL_PID) }, | 470 | { USB_DEVICE(MOBILITY_VID, MOBILITY_USB_SERIAL_PID) }, |
| 471 | { USB_DEVICE(FTDI_VID, FTDI_ACTIVE_ROBOTS_PID) }, | 471 | { USB_DEVICE(FTDI_VID, FTDI_ACTIVE_ROBOTS_PID) }, |
| 472 | { USB_DEVICE(FTDI_VID, FTDI_MHAM_KW_PID) }, | ||
| 473 | { USB_DEVICE(FTDI_VID, FTDI_MHAM_YS_PID) }, | ||
| 472 | { USB_DEVICE(FTDI_VID, FTDI_MHAM_Y6_PID) }, | 474 | { USB_DEVICE(FTDI_VID, FTDI_MHAM_Y6_PID) }, |
| 473 | { USB_DEVICE(FTDI_VID, FTDI_MHAM_Y8_PID) }, | 475 | { USB_DEVICE(FTDI_VID, FTDI_MHAM_Y8_PID) }, |
| 476 | { USB_DEVICE(FTDI_VID, FTDI_MHAM_IC_PID) }, | ||
| 477 | { USB_DEVICE(FTDI_VID, FTDI_MHAM_DB9_PID) }, | ||
| 478 | { USB_DEVICE(FTDI_VID, FTDI_MHAM_RS232_PID) }, | ||
| 479 | { USB_DEVICE(FTDI_VID, FTDI_MHAM_Y9_PID) }, | ||
| 474 | { USB_DEVICE(FTDI_VID, FTDI_TERATRONIK_VCP_PID) }, | 480 | { USB_DEVICE(FTDI_VID, FTDI_TERATRONIK_VCP_PID) }, |
| 475 | { USB_DEVICE(FTDI_VID, FTDI_TERATRONIK_D2XX_PID) }, | 481 | { USB_DEVICE(FTDI_VID, FTDI_TERATRONIK_D2XX_PID) }, |
| 476 | { USB_DEVICE(EVOLUTION_VID, EVOLUTION_ER1_PID) }, | 482 | { USB_DEVICE(EVOLUTION_VID, EVOLUTION_ER1_PID) }, |
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h index ca40f16370f1..bdef3b8c731f 100644 --- a/drivers/usb/serial/ftdi_sio.h +++ b/drivers/usb/serial/ftdi_sio.h | |||
| @@ -333,10 +333,18 @@ | |||
| 333 | 333 | ||
| 334 | /* | 334 | /* |
| 335 | * microHAM product IDs (http://www.microham.com). | 335 | * microHAM product IDs (http://www.microham.com). |
| 336 | * Submitted by Justin Burket (KL1RL) <zorton@jtan.com>. | 336 | * Submitted by Justin Burket (KL1RL) <zorton@jtan.com> |
| 337 | * and Mike Studer (K6EEP) <k6eep@hamsoftware.org>. | ||
| 338 | * Ian Abbott <abbotti@mev.co.uk> added a few more from the driver INF file. | ||
| 337 | */ | 339 | */ |
| 340 | #define FTDI_MHAM_KW_PID 0xEEE8 /* USB-KW interface */ | ||
| 341 | #define FTDI_MHAM_YS_PID 0xEEE9 /* USB-YS interface */ | ||
| 338 | #define FTDI_MHAM_Y6_PID 0xEEEA /* USB-Y6 interface */ | 342 | #define FTDI_MHAM_Y6_PID 0xEEEA /* USB-Y6 interface */ |
| 339 | #define FTDI_MHAM_Y8_PID 0xEEEB /* USB-Y8 interface */ | 343 | #define FTDI_MHAM_Y8_PID 0xEEEB /* USB-Y8 interface */ |
| 344 | #define FTDI_MHAM_IC_PID 0xEEEC /* USB-IC interface */ | ||
| 345 | #define FTDI_MHAM_DB9_PID 0xEEED /* USB-DB9 interface */ | ||
| 346 | #define FTDI_MHAM_RS232_PID 0xEEEE /* USB-RS232 interface */ | ||
| 347 | #define FTDI_MHAM_Y9_PID 0xEEEF /* USB-Y9 interface */ | ||
| 340 | 348 | ||
| 341 | /* | 349 | /* |
| 342 | * Active Robots product ids. | 350 | * Active Robots product ids. |
diff --git a/drivers/usb/serial/usb-serial.c b/drivers/usb/serial/usb-serial.c index 4dd6865d32b0..b5c96e74a903 100644 --- a/drivers/usb/serial/usb-serial.c +++ b/drivers/usb/serial/usb-serial.c | |||
| @@ -242,8 +242,10 @@ static void serial_close(struct tty_struct *tty, struct file * filp) | |||
| 242 | 242 | ||
| 243 | down(&port->sem); | 243 | down(&port->sem); |
| 244 | 244 | ||
| 245 | if (port->open_count == 0) | 245 | if (port->open_count == 0) { |
| 246 | goto out; | 246 | up(&port->sem); |
| 247 | return; | ||
| 248 | } | ||
| 247 | 249 | ||
| 248 | --port->open_count; | 250 | --port->open_count; |
| 249 | if (port->open_count == 0) { | 251 | if (port->open_count == 0) { |
| @@ -260,10 +262,8 @@ static void serial_close(struct tty_struct *tty, struct file * filp) | |||
| 260 | module_put(port->serial->type->driver.owner); | 262 | module_put(port->serial->type->driver.owner); |
| 261 | } | 263 | } |
| 262 | 264 | ||
| 263 | kref_put(&port->serial->kref, destroy_serial); | ||
| 264 | |||
| 265 | out: | ||
| 266 | up(&port->sem); | 265 | up(&port->sem); |
| 266 | kref_put(&port->serial->kref, destroy_serial); | ||
| 267 | } | 267 | } |
| 268 | 268 | ||
| 269 | static int serial_write (struct tty_struct * tty, const unsigned char *buf, int count) | 269 | static int serial_write (struct tty_struct * tty, const unsigned char *buf, int count) |
diff --git a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c index bce3d55affd8..11a48d874752 100644 --- a/drivers/usb/serial/visor.c +++ b/drivers/usb/serial/visor.c | |||
| @@ -69,6 +69,8 @@ static struct usb_device_id id_table [] = { | |||
| 69 | .driver_info = (kernel_ulong_t)&palm_os_4_probe }, | 69 | .driver_info = (kernel_ulong_t)&palm_os_4_probe }, |
| 70 | { USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_TREO600_ID), | 70 | { USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_TREO600_ID), |
| 71 | .driver_info = (kernel_ulong_t)&palm_os_4_probe }, | 71 | .driver_info = (kernel_ulong_t)&palm_os_4_probe }, |
| 72 | { USB_DEVICE(GSPDA_VENDOR_ID, GSPDA_XPLORE_M68_ID), | ||
| 73 | .driver_info = (kernel_ulong_t)&palm_os_4_probe }, | ||
| 72 | { USB_DEVICE(PALM_VENDOR_ID, PALM_M500_ID), | 74 | { USB_DEVICE(PALM_VENDOR_ID, PALM_M500_ID), |
| 73 | .driver_info = (kernel_ulong_t)&palm_os_4_probe }, | 75 | .driver_info = (kernel_ulong_t)&palm_os_4_probe }, |
| 74 | { USB_DEVICE(PALM_VENDOR_ID, PALM_M505_ID), | 76 | { USB_DEVICE(PALM_VENDOR_ID, PALM_M505_ID), |
| @@ -139,6 +141,7 @@ static struct usb_device_id id_table_combined [] = { | |||
| 139 | { USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_VISOR_ID) }, | 141 | { USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_VISOR_ID) }, |
| 140 | { USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_TREO_ID) }, | 142 | { USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_TREO_ID) }, |
| 141 | { USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_TREO600_ID) }, | 143 | { USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_TREO600_ID) }, |
| 144 | { USB_DEVICE(GSPDA_VENDOR_ID, GSPDA_XPLORE_M68_ID) }, | ||
| 142 | { USB_DEVICE(PALM_VENDOR_ID, PALM_M500_ID) }, | 145 | { USB_DEVICE(PALM_VENDOR_ID, PALM_M500_ID) }, |
| 143 | { USB_DEVICE(PALM_VENDOR_ID, PALM_M505_ID) }, | 146 | { USB_DEVICE(PALM_VENDOR_ID, PALM_M505_ID) }, |
| 144 | { USB_DEVICE(PALM_VENDOR_ID, PALM_M515_ID) }, | 147 | { USB_DEVICE(PALM_VENDOR_ID, PALM_M515_ID) }, |
diff --git a/drivers/usb/serial/visor.h b/drivers/usb/serial/visor.h index b84d1cb4c693..765118d83fb6 100644 --- a/drivers/usb/serial/visor.h +++ b/drivers/usb/serial/visor.h | |||
| @@ -36,6 +36,9 @@ | |||
| 36 | #define PALM_ZIRE_ID 0x0070 | 36 | #define PALM_ZIRE_ID 0x0070 |
| 37 | #define PALM_M100_ID 0x0080 | 37 | #define PALM_M100_ID 0x0080 |
| 38 | 38 | ||
| 39 | #define GSPDA_VENDOR_ID 0x115e | ||
| 40 | #define GSPDA_XPLORE_M68_ID 0xf100 | ||
| 41 | |||
| 39 | #define SONY_VENDOR_ID 0x054C | 42 | #define SONY_VENDOR_ID 0x054C |
| 40 | #define SONY_CLIE_3_5_ID 0x0038 | 43 | #define SONY_CLIE_3_5_ID 0x0038 |
| 41 | #define SONY_CLIE_4_0_ID 0x0066 | 44 | #define SONY_CLIE_4_0_ID 0x0066 |
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index e71c5ca1a07b..31ca92056c27 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
| @@ -753,6 +753,13 @@ UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100, | |||
| 753 | "Flashgate", | 753 | "Flashgate", |
| 754 | US_SC_SCSI, US_PR_BULK, NULL, 0 ), | 754 | US_SC_SCSI, US_PR_BULK, NULL, 0 ), |
| 755 | 755 | ||
| 756 | /* Reported by David Hamilton <niftimusmaximus@lycos.com> */ | ||
| 757 | UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001, | ||
| 758 | "Thomson Multimedia Inc.", | ||
| 759 | "RCA RD1080 MP3 Player", | ||
| 760 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
| 761 | US_FL_FIX_CAPACITY ), | ||
| 762 | |||
| 756 | UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200, | 763 | UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200, |
| 757 | "Sandisk", | 764 | "Sandisk", |
| 758 | "ImageMate SDDR-05a", | 765 | "ImageMate SDDR-05a", |
diff --git a/drivers/video/arcfb.c b/drivers/video/arcfb.c index df8e5667b348..466042808daf 100644 --- a/drivers/video/arcfb.c +++ b/drivers/video/arcfb.c | |||
| @@ -253,7 +253,7 @@ static void arcfb_lcd_update_page(struct arcfb_par *par, unsigned int upper, | |||
| 253 | { | 253 | { |
| 254 | unsigned char *src; | 254 | unsigned char *src; |
| 255 | unsigned int xindex, yindex, chipindex, linesize; | 255 | unsigned int xindex, yindex, chipindex, linesize; |
| 256 | int i, count; | 256 | int i; |
| 257 | unsigned char val; | 257 | unsigned char val; |
| 258 | unsigned char bitmask, rightshift; | 258 | unsigned char bitmask, rightshift; |
| 259 | 259 | ||
| @@ -282,7 +282,6 @@ static void arcfb_lcd_update_page(struct arcfb_par *par, unsigned int upper, | |||
| 282 | } | 282 | } |
| 283 | ks108_writeb_data(par, chipindex, val); | 283 | ks108_writeb_data(par, chipindex, val); |
| 284 | left++; | 284 | left++; |
| 285 | count++; | ||
| 286 | if (bitmask == 0x80) { | 285 | if (bitmask == 0x80) { |
| 287 | bitmask = 1; | 286 | bitmask = 1; |
| 288 | src++; | 287 | src++; |
| @@ -460,11 +459,11 @@ static ssize_t arcfb_write(struct file *file, const char __user *buf, size_t cou | |||
| 460 | inode = file->f_dentry->d_inode; | 459 | inode = file->f_dentry->d_inode; |
| 461 | fbidx = iminor(inode); | 460 | fbidx = iminor(inode); |
| 462 | info = registered_fb[fbidx]; | 461 | info = registered_fb[fbidx]; |
| 463 | par = info->par; | ||
| 464 | 462 | ||
| 465 | if (!info || !info->screen_base) | 463 | if (!info || !info->screen_base) |
| 466 | return -ENODEV; | 464 | return -ENODEV; |
| 467 | 465 | ||
| 466 | par = info->par; | ||
| 468 | xres = info->var.xres; | 467 | xres = info->var.xres; |
| 469 | fbmemlength = (xres * info->var.yres)/8; | 468 | fbmemlength = (xres * info->var.yres)/8; |
| 470 | 469 | ||
diff --git a/drivers/video/aty/aty128fb.c b/drivers/video/aty/aty128fb.c index bfc8a93b2c73..620c9a934e0e 100644 --- a/drivers/video/aty/aty128fb.c +++ b/drivers/video/aty/aty128fb.c | |||
| @@ -1326,7 +1326,7 @@ static int aty128_var_to_pll(u32 period_in_ps, struct aty128_pll *pll, | |||
| 1326 | unsigned char post_dividers[] = {1,2,4,8,3,6,12}; | 1326 | unsigned char post_dividers[] = {1,2,4,8,3,6,12}; |
| 1327 | u32 output_freq; | 1327 | u32 output_freq; |
| 1328 | u32 vclk; /* in .01 MHz */ | 1328 | u32 vclk; /* in .01 MHz */ |
| 1329 | int i; | 1329 | int i = 0; |
| 1330 | u32 n, d; | 1330 | u32 n, d; |
| 1331 | 1331 | ||
| 1332 | vclk = 100000000 / period_in_ps; /* convert units to 10 kHz */ | 1332 | vclk = 100000000 / period_in_ps; /* convert units to 10 kHz */ |
| @@ -1340,15 +1340,16 @@ static int aty128_var_to_pll(u32 period_in_ps, struct aty128_pll *pll, | |||
| 1340 | /* now, find an acceptable divider */ | 1340 | /* now, find an acceptable divider */ |
| 1341 | for (i = 0; i < sizeof(post_dividers); i++) { | 1341 | for (i = 0; i < sizeof(post_dividers); i++) { |
| 1342 | output_freq = post_dividers[i] * vclk; | 1342 | output_freq = post_dividers[i] * vclk; |
| 1343 | if (output_freq >= c.ppll_min && output_freq <= c.ppll_max) | 1343 | if (output_freq >= c.ppll_min && output_freq <= c.ppll_max) { |
| 1344 | pll->post_divider = post_dividers[i]; | ||
| 1344 | break; | 1345 | break; |
| 1346 | } | ||
| 1345 | } | 1347 | } |
| 1346 | 1348 | ||
| 1347 | /* calculate feedback divider */ | 1349 | /* calculate feedback divider */ |
| 1348 | n = c.ref_divider * output_freq; | 1350 | n = c.ref_divider * output_freq; |
| 1349 | d = c.ref_clk; | 1351 | d = c.ref_clk; |
| 1350 | 1352 | ||
| 1351 | pll->post_divider = post_dividers[i]; | ||
| 1352 | pll->feedback_divider = round_div(n, d); | 1353 | pll->feedback_divider = round_div(n, d); |
| 1353 | pll->vclk = vclk; | 1354 | pll->vclk = vclk; |
| 1354 | 1355 | ||
diff --git a/drivers/video/aty/radeon_monitor.c b/drivers/video/aty/radeon_monitor.c index 7f9838dceab5..98c05bc0de44 100644 --- a/drivers/video/aty/radeon_monitor.c +++ b/drivers/video/aty/radeon_monitor.c | |||
| @@ -396,6 +396,10 @@ static int __devinit radeon_parse_monitor_layout(struct radeonfb_info *rinfo, | |||
| 396 | s1[i] = *s; | 396 | s1[i] = *s; |
| 397 | i++; | 397 | i++; |
| 398 | } | 398 | } |
| 399 | |||
| 400 | if (i > 4) | ||
| 401 | i = 4; | ||
| 402 | |||
| 399 | } while (*s++); | 403 | } while (*s++); |
| 400 | if (second) | 404 | if (second) |
| 401 | s2[i] = 0; | 405 | s2[i] = 0; |
diff --git a/drivers/video/backlight/backlight.c b/drivers/video/backlight/backlight.c index bd39bbd88d41..151fda8dded0 100644 --- a/drivers/video/backlight/backlight.c +++ b/drivers/video/backlight/backlight.c | |||
| @@ -172,7 +172,7 @@ struct backlight_device *backlight_device_register(const char *name, void *devda | |||
| 172 | 172 | ||
| 173 | new_bd = kmalloc(sizeof(struct backlight_device), GFP_KERNEL); | 173 | new_bd = kmalloc(sizeof(struct backlight_device), GFP_KERNEL); |
| 174 | if (unlikely(!new_bd)) | 174 | if (unlikely(!new_bd)) |
| 175 | return ERR_PTR(ENOMEM); | 175 | return ERR_PTR(-ENOMEM); |
| 176 | 176 | ||
| 177 | init_MUTEX(&new_bd->sem); | 177 | init_MUTEX(&new_bd->sem); |
| 178 | new_bd->props = bp; | 178 | new_bd->props = bp; |
diff --git a/drivers/video/backlight/lcd.c b/drivers/video/backlight/lcd.c index 9e32485ee7bb..86908a60c630 100644 --- a/drivers/video/backlight/lcd.c +++ b/drivers/video/backlight/lcd.c | |||
| @@ -171,7 +171,7 @@ struct lcd_device *lcd_device_register(const char *name, void *devdata, | |||
| 171 | 171 | ||
| 172 | new_ld = kmalloc(sizeof(struct lcd_device), GFP_KERNEL); | 172 | new_ld = kmalloc(sizeof(struct lcd_device), GFP_KERNEL); |
| 173 | if (unlikely(!new_ld)) | 173 | if (unlikely(!new_ld)) |
| 174 | return ERR_PTR(ENOMEM); | 174 | return ERR_PTR(-ENOMEM); |
| 175 | 175 | ||
| 176 | init_MUTEX(&new_ld->sem); | 176 | init_MUTEX(&new_ld->sem); |
| 177 | new_ld->props = lp; | 177 | new_ld->props = lp; |
diff --git a/drivers/video/imsttfb.c b/drivers/video/imsttfb.c index ad416ae47596..7db42542eb19 100644 --- a/drivers/video/imsttfb.c +++ b/drivers/video/imsttfb.c | |||
| @@ -1510,6 +1510,8 @@ imsttfb_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
| 1510 | default: | 1510 | default: |
| 1511 | printk(KERN_INFO "imsttfb: Device 0x%x unknown, " | 1511 | printk(KERN_INFO "imsttfb: Device 0x%x unknown, " |
| 1512 | "contact maintainer.\n", pdev->device); | 1512 | "contact maintainer.\n", pdev->device); |
| 1513 | release_mem_region(addr, size); | ||
| 1514 | framebuffer_release(info); | ||
| 1513 | return -ENODEV; | 1515 | return -ENODEV; |
| 1514 | } | 1516 | } |
| 1515 | 1517 | ||
diff --git a/drivers/video/intelfb/intelfbdrv.c b/drivers/video/intelfb/intelfbdrv.c index 6b8bd3cdf9c0..995b47c165a7 100644 --- a/drivers/video/intelfb/intelfbdrv.c +++ b/drivers/video/intelfb/intelfbdrv.c | |||
| @@ -1333,33 +1333,35 @@ intelfb_setcolreg(unsigned regno, unsigned red, unsigned green, | |||
| 1333 | if (regno > 255) | 1333 | if (regno > 255) |
| 1334 | return 1; | 1334 | return 1; |
| 1335 | 1335 | ||
| 1336 | switch (dinfo->depth) { | 1336 | if (dinfo->depth == 8) { |
| 1337 | case 8: | 1337 | red >>= 8; |
| 1338 | { | 1338 | green >>= 8; |
| 1339 | red >>= 8; | 1339 | blue >>= 8; |
| 1340 | green >>= 8; | 1340 | |
| 1341 | blue >>= 8; | 1341 | intelfbhw_setcolreg(dinfo, regno, red, green, blue, |
| 1342 | transp); | ||
| 1343 | } | ||
| 1342 | 1344 | ||
| 1343 | intelfbhw_setcolreg(dinfo, regno, red, green, blue, | 1345 | if (regno < 16) { |
| 1344 | transp); | 1346 | switch (dinfo->depth) { |
| 1347 | case 15: | ||
| 1348 | dinfo->pseudo_palette[regno] = ((red & 0xf800) >> 1) | | ||
| 1349 | ((green & 0xf800) >> 6) | | ||
| 1350 | ((blue & 0xf800) >> 11); | ||
| 1351 | break; | ||
| 1352 | case 16: | ||
| 1353 | dinfo->pseudo_palette[regno] = (red & 0xf800) | | ||
| 1354 | ((green & 0xfc00) >> 5) | | ||
| 1355 | ((blue & 0xf800) >> 11); | ||
| 1356 | break; | ||
| 1357 | case 24: | ||
| 1358 | dinfo->pseudo_palette[regno] = ((red & 0xff00) << 8) | | ||
| 1359 | (green & 0xff00) | | ||
| 1360 | ((blue & 0xff00) >> 8); | ||
| 1361 | break; | ||
| 1345 | } | 1362 | } |
| 1346 | break; | ||
| 1347 | case 15: | ||
| 1348 | dinfo->pseudo_palette[regno] = ((red & 0xf800) >> 1) | | ||
| 1349 | ((green & 0xf800) >> 6) | | ||
| 1350 | ((blue & 0xf800) >> 11); | ||
| 1351 | break; | ||
| 1352 | case 16: | ||
| 1353 | dinfo->pseudo_palette[regno] = (red & 0xf800) | | ||
| 1354 | ((green & 0xfc00) >> 5) | | ||
| 1355 | ((blue & 0xf800) >> 11); | ||
| 1356 | break; | ||
| 1357 | case 24: | ||
| 1358 | dinfo->pseudo_palette[regno] = ((red & 0xff00) << 8) | | ||
| 1359 | (green & 0xff00) | | ||
| 1360 | ((blue & 0xff00) >> 8); | ||
| 1361 | break; | ||
| 1362 | } | 1363 | } |
| 1364 | |||
| 1363 | return 0; | 1365 | return 0; |
| 1364 | } | 1366 | } |
| 1365 | 1367 | ||
diff --git a/drivers/video/kyro/STG4000VTG.c b/drivers/video/kyro/STG4000VTG.c index 3690b04190af..bd389709d234 100644 --- a/drivers/video/kyro/STG4000VTG.c +++ b/drivers/video/kyro/STG4000VTG.c | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | void DisableVGA(volatile STG4000REG __iomem *pSTGReg) | 17 | void DisableVGA(volatile STG4000REG __iomem *pSTGReg) |
| 18 | { | 18 | { |
| 19 | u32 tmp; | 19 | u32 tmp; |
| 20 | volatile u32 count, i; | 20 | volatile u32 count = 0, i; |
| 21 | 21 | ||
| 22 | /* Reset the VGA registers */ | 22 | /* Reset the VGA registers */ |
| 23 | tmp = STG_READ_REG(SoftwareReset); | 23 | tmp = STG_READ_REG(SoftwareReset); |
diff --git a/drivers/video/neofb.c b/drivers/video/neofb.c index a2e201dc40f7..b961d5601bd9 100644 --- a/drivers/video/neofb.c +++ b/drivers/video/neofb.c | |||
| @@ -486,10 +486,8 @@ static void vgaHWRestore(const struct fb_info *info, | |||
| 486 | static inline int neo2200_sync(struct fb_info *info) | 486 | static inline int neo2200_sync(struct fb_info *info) |
| 487 | { | 487 | { |
| 488 | struct neofb_par *par = info->par; | 488 | struct neofb_par *par = info->par; |
| 489 | int waitcycles; | ||
| 490 | 489 | ||
| 491 | while (readl(&par->neo2200->bltStat) & 1) | 490 | while (readl(&par->neo2200->bltStat) & 1); |
| 492 | waitcycles++; | ||
| 493 | return 0; | 491 | return 0; |
| 494 | } | 492 | } |
| 495 | 493 | ||
diff --git a/drivers/video/s1d13xxxfb.c b/drivers/video/s1d13xxxfb.c index e5d0f92eeae3..feec47bdd479 100644 --- a/drivers/video/s1d13xxxfb.c +++ b/drivers/video/s1d13xxxfb.c | |||
| @@ -588,6 +588,7 @@ s1d13xxxfb_probe(struct platform_device *pdev) | |||
| 588 | goto bail; | 588 | goto bail; |
| 589 | } | 589 | } |
| 590 | 590 | ||
| 591 | platform_set_drvdata(pdev, info); | ||
| 591 | default_par = info->par; | 592 | default_par = info->par; |
| 592 | default_par->regs = ioremap_nocache(pdev->resource[1].start, | 593 | default_par->regs = ioremap_nocache(pdev->resource[1].start, |
| 593 | pdev->resource[1].end - pdev->resource[1].start +1); | 594 | pdev->resource[1].end - pdev->resource[1].start +1); |
| @@ -638,8 +639,6 @@ s1d13xxxfb_probe(struct platform_device *pdev) | |||
| 638 | goto bail; | 639 | goto bail; |
| 639 | } | 640 | } |
| 640 | 641 | ||
| 641 | platform_set_drvdata(pdev, info); | ||
| 642 | |||
| 643 | printk(KERN_INFO "fb%d: %s frame buffer device\n", | 642 | printk(KERN_INFO "fb%d: %s frame buffer device\n", |
| 644 | info->node, info->fix.id); | 643 | info->node, info->fix.id); |
| 645 | 644 | ||
diff --git a/drivers/video/savage/savagefb_driver.c b/drivers/video/savage/savagefb_driver.c index ab727eaa7f43..10e6b3aab9ea 100644 --- a/drivers/video/savage/savagefb_driver.c +++ b/drivers/video/savage/savagefb_driver.c | |||
| @@ -2021,8 +2021,8 @@ static int __devinit savagefb_probe (struct pci_dev* dev, | |||
| 2021 | #if defined(CONFIG_FB_SAVAGE_I2C) | 2021 | #if defined(CONFIG_FB_SAVAGE_I2C) |
| 2022 | savagefb_create_i2c_busses(info); | 2022 | savagefb_create_i2c_busses(info); |
| 2023 | savagefb_probe_i2c_connector(info, &par->edid); | 2023 | savagefb_probe_i2c_connector(info, &par->edid); |
| 2024 | kfree(par->edid); | ||
| 2025 | fb_edid_to_monspecs(par->edid, &info->monspecs); | 2024 | fb_edid_to_monspecs(par->edid, &info->monspecs); |
| 2025 | kfree(par->edid); | ||
| 2026 | fb_videomode_to_modelist(info->monspecs.modedb, | 2026 | fb_videomode_to_modelist(info->monspecs.modedb, |
| 2027 | info->monspecs.modedb_len, | 2027 | info->monspecs.modedb_len, |
| 2028 | &info->modelist); | 2028 | &info->modelist); |
diff --git a/drivers/video/tdfxfb.c b/drivers/video/tdfxfb.c index 3e7baf4c9fa8..5e5328d682db 100644 --- a/drivers/video/tdfxfb.c +++ b/drivers/video/tdfxfb.c | |||
| @@ -786,28 +786,32 @@ static int tdfxfb_setcolreg(unsigned regno, unsigned red, unsigned green, | |||
| 786 | if (regno >= info->cmap.len || regno > 255) return 1; | 786 | if (regno >= info->cmap.len || regno > 255) return 1; |
| 787 | 787 | ||
| 788 | switch (info->fix.visual) { | 788 | switch (info->fix.visual) { |
| 789 | case FB_VISUAL_PSEUDOCOLOR: | 789 | case FB_VISUAL_PSEUDOCOLOR: |
| 790 | rgbcol =(((u32)red & 0xff00) << 8) | | 790 | rgbcol =(((u32)red & 0xff00) << 8) | |
| 791 | (((u32)green & 0xff00) << 0) | | 791 | (((u32)green & 0xff00) << 0) | |
| 792 | (((u32)blue & 0xff00) >> 8); | 792 | (((u32)blue & 0xff00) >> 8); |
| 793 | do_setpalentry(par, regno, rgbcol); | 793 | do_setpalentry(par, regno, rgbcol); |
| 794 | break; | 794 | break; |
| 795 | /* Truecolor has no hardware color palettes. */ | 795 | /* Truecolor has no hardware color palettes. */ |
| 796 | case FB_VISUAL_TRUECOLOR: | 796 | case FB_VISUAL_TRUECOLOR: |
| 797 | if (regno < 16) { | ||
| 797 | rgbcol = (CNVT_TOHW( red, info->var.red.length) << | 798 | rgbcol = (CNVT_TOHW( red, info->var.red.length) << |
| 798 | info->var.red.offset) | | 799 | info->var.red.offset) | |
| 799 | (CNVT_TOHW( green, info->var.green.length) << | 800 | (CNVT_TOHW( green, info->var.green.length) << |
| 800 | info->var.green.offset) | | 801 | info->var.green.offset) | |
| 801 | (CNVT_TOHW( blue, info->var.blue.length) << | 802 | (CNVT_TOHW( blue, info->var.blue.length) << |
| 802 | info->var.blue.offset) | | 803 | info->var.blue.offset) | |
| 803 | (CNVT_TOHW( transp, info->var.transp.length) << | 804 | (CNVT_TOHW( transp, info->var.transp.length) << |
| 804 | info->var.transp.offset); | 805 | info->var.transp.offset); |
| 805 | par->palette[regno] = rgbcol; | 806 | par->palette[regno] = rgbcol; |
| 806 | break; | 807 | } |
| 807 | default: | 808 | |
| 808 | DPRINTK("bad depth %u\n", info->var.bits_per_pixel); | 809 | break; |
| 809 | break; | 810 | default: |
| 811 | DPRINTK("bad depth %u\n", info->var.bits_per_pixel); | ||
| 812 | break; | ||
| 810 | } | 813 | } |
| 814 | |||
| 811 | return 0; | 815 | return 0; |
| 812 | } | 816 | } |
| 813 | 817 | ||
diff --git a/fs/9p/9p.c b/fs/9p/9p.c index 1a6d08761f39..f86a28d1d6a6 100644 --- a/fs/9p/9p.c +++ b/fs/9p/9p.c | |||
| @@ -111,7 +111,6 @@ static void v9fs_t_clunk_cb(void *a, struct v9fs_fcall *tc, | |||
| 111 | if (!rc) | 111 | if (!rc) |
| 112 | return; | 112 | return; |
| 113 | 113 | ||
| 114 | dprintk(DEBUG_9P, "tcall id %d rcall id %d\n", tc->id, rc->id); | ||
| 115 | v9ses = a; | 114 | v9ses = a; |
| 116 | if (rc->id == RCLUNK) | 115 | if (rc->id == RCLUNK) |
| 117 | v9fs_put_idpool(fid, &v9ses->fidpool); | 116 | v9fs_put_idpool(fid, &v9ses->fidpool); |
diff --git a/fs/9p/fid.c b/fs/9p/fid.c index eda449778fa5..c4d13bf904d2 100644 --- a/fs/9p/fid.c +++ b/fs/9p/fid.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * V9FS FID Management | 2 | * V9FS FID Management |
| 3 | * | 3 | * |
| 4 | * Copyright (C) 2005 by Eric Van Hensbergen <ericvh@gmail.com> | 4 | * Copyright (C) 2005, 2006 by Eric Van Hensbergen <ericvh@gmail.com> |
| 5 | * | 5 | * |
| 6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
| 7 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |
| @@ -40,7 +40,7 @@ | |||
| 40 | * | 40 | * |
| 41 | */ | 41 | */ |
| 42 | 42 | ||
| 43 | static int v9fs_fid_insert(struct v9fs_fid *fid, struct dentry *dentry) | 43 | int v9fs_fid_insert(struct v9fs_fid *fid, struct dentry *dentry) |
| 44 | { | 44 | { |
| 45 | struct list_head *fid_list = (struct list_head *)dentry->d_fsdata; | 45 | struct list_head *fid_list = (struct list_head *)dentry->d_fsdata; |
| 46 | dprintk(DEBUG_9P, "fid %d (%p) dentry %s (%p)\n", fid->fid, fid, | 46 | dprintk(DEBUG_9P, "fid %d (%p) dentry %s (%p)\n", fid->fid, fid, |
| @@ -57,7 +57,6 @@ static int v9fs_fid_insert(struct v9fs_fid *fid, struct dentry *dentry) | |||
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | fid->uid = current->uid; | 59 | fid->uid = current->uid; |
| 60 | fid->pid = current->pid; | ||
| 61 | list_add(&fid->list, fid_list); | 60 | list_add(&fid->list, fid_list); |
| 62 | return 0; | 61 | return 0; |
| 63 | } | 62 | } |
| @@ -68,14 +67,11 @@ static int v9fs_fid_insert(struct v9fs_fid *fid, struct dentry *dentry) | |||
| 68 | * | 67 | * |
| 69 | */ | 68 | */ |
| 70 | 69 | ||
| 71 | struct v9fs_fid *v9fs_fid_create(struct dentry *dentry, | 70 | struct v9fs_fid *v9fs_fid_create(struct v9fs_session_info *v9ses, int fid) |
| 72 | struct v9fs_session_info *v9ses, int fid, int create) | ||
| 73 | { | 71 | { |
| 74 | struct v9fs_fid *new; | 72 | struct v9fs_fid *new; |
| 75 | 73 | ||
| 76 | dprintk(DEBUG_9P, "fid create dentry %p, fid %d, create %d\n", | 74 | dprintk(DEBUG_9P, "fid create fid %d\n", fid); |
| 77 | dentry, fid, create); | ||
| 78 | |||
| 79 | new = kmalloc(sizeof(struct v9fs_fid), GFP_KERNEL); | 75 | new = kmalloc(sizeof(struct v9fs_fid), GFP_KERNEL); |
| 80 | if (new == NULL) { | 76 | if (new == NULL) { |
| 81 | dprintk(DEBUG_ERROR, "Out of Memory\n"); | 77 | dprintk(DEBUG_ERROR, "Out of Memory\n"); |
| @@ -85,19 +81,13 @@ struct v9fs_fid *v9fs_fid_create(struct dentry *dentry, | |||
| 85 | new->fid = fid; | 81 | new->fid = fid; |
| 86 | new->v9ses = v9ses; | 82 | new->v9ses = v9ses; |
| 87 | new->fidopen = 0; | 83 | new->fidopen = 0; |
| 88 | new->fidcreate = create; | ||
| 89 | new->fidclunked = 0; | 84 | new->fidclunked = 0; |
| 90 | new->iounit = 0; | 85 | new->iounit = 0; |
| 91 | new->rdir_pos = 0; | 86 | new->rdir_pos = 0; |
| 92 | new->rdir_fcall = NULL; | 87 | new->rdir_fcall = NULL; |
| 88 | INIT_LIST_HEAD(&new->list); | ||
| 93 | 89 | ||
| 94 | if (v9fs_fid_insert(new, dentry) == 0) | 90 | return new; |
| 95 | return new; | ||
| 96 | else { | ||
| 97 | dprintk(DEBUG_ERROR, "Problems inserting to dentry\n"); | ||
| 98 | kfree(new); | ||
| 99 | return NULL; | ||
| 100 | } | ||
| 101 | } | 91 | } |
| 102 | 92 | ||
| 103 | /** | 93 | /** |
| @@ -113,140 +103,29 @@ void v9fs_fid_destroy(struct v9fs_fid *fid) | |||
| 113 | } | 103 | } |
| 114 | 104 | ||
| 115 | /** | 105 | /** |
| 116 | * v9fs_fid_walk_up - walks from the process current directory | ||
| 117 | * up to the specified dentry. | ||
| 118 | */ | ||
| 119 | static struct v9fs_fid *v9fs_fid_walk_up(struct dentry *dentry) | ||
| 120 | { | ||
| 121 | int fidnum, cfidnum, err; | ||
| 122 | struct v9fs_fid *cfid; | ||
| 123 | struct dentry *cde; | ||
| 124 | struct v9fs_session_info *v9ses; | ||
| 125 | |||
| 126 | v9ses = v9fs_inode2v9ses(current->fs->pwd->d_inode); | ||
| 127 | cfid = v9fs_fid_lookup(current->fs->pwd); | ||
| 128 | if (cfid == NULL) { | ||
| 129 | dprintk(DEBUG_ERROR, "process cwd doesn't have a fid\n"); | ||
| 130 | return ERR_PTR(-ENOENT); | ||
| 131 | } | ||
| 132 | |||
| 133 | cfidnum = cfid->fid; | ||
| 134 | cde = current->fs->pwd; | ||
| 135 | /* TODO: take advantage of multiwalk */ | ||
| 136 | |||
| 137 | fidnum = v9fs_get_idpool(&v9ses->fidpool); | ||
| 138 | if (fidnum < 0) { | ||
| 139 | dprintk(DEBUG_ERROR, "could not get a new fid num\n"); | ||
| 140 | err = -ENOENT; | ||
| 141 | goto clunk_fid; | ||
| 142 | } | ||
| 143 | |||
| 144 | while (cde != dentry) { | ||
| 145 | if (cde == cde->d_parent) { | ||
| 146 | dprintk(DEBUG_ERROR, "can't find dentry\n"); | ||
| 147 | err = -ENOENT; | ||
| 148 | goto clunk_fid; | ||
| 149 | } | ||
| 150 | |||
| 151 | err = v9fs_t_walk(v9ses, cfidnum, fidnum, "..", NULL); | ||
| 152 | if (err < 0) { | ||
| 153 | dprintk(DEBUG_ERROR, "problem walking to parent\n"); | ||
| 154 | goto clunk_fid; | ||
| 155 | } | ||
| 156 | |||
| 157 | cfidnum = fidnum; | ||
| 158 | cde = cde->d_parent; | ||
| 159 | } | ||
| 160 | |||
| 161 | return v9fs_fid_create(dentry, v9ses, fidnum, 0); | ||
| 162 | |||
| 163 | clunk_fid: | ||
| 164 | v9fs_t_clunk(v9ses, fidnum); | ||
| 165 | return ERR_PTR(err); | ||
| 166 | } | ||
| 167 | |||
| 168 | /** | ||
| 169 | * v9fs_fid_lookup - retrieve the right fid from a particular dentry | 106 | * v9fs_fid_lookup - retrieve the right fid from a particular dentry |
| 170 | * @dentry: dentry to look for fid in | 107 | * @dentry: dentry to look for fid in |
| 171 | * @type: intent of lookup (operation or traversal) | 108 | * @type: intent of lookup (operation or traversal) |
| 172 | * | 109 | * |
| 173 | * search list of fids associated with a dentry for a fid with a matching | 110 | * find a fid in the dentry |
| 174 | * thread id or uid. If that fails, look up the dentry's parents to see if you | 111 | * |
| 175 | * can find a matching fid. | 112 | * TODO: only match fids that have the same uid as current user |
| 176 | * | 113 | * |
| 177 | */ | 114 | */ |
| 178 | 115 | ||
| 179 | struct v9fs_fid *v9fs_fid_lookup(struct dentry *dentry) | 116 | struct v9fs_fid *v9fs_fid_lookup(struct dentry *dentry) |
| 180 | { | 117 | { |
| 181 | struct list_head *fid_list = (struct list_head *)dentry->d_fsdata; | 118 | struct list_head *fid_list = (struct list_head *)dentry->d_fsdata; |
| 182 | struct v9fs_fid *current_fid = NULL; | ||
| 183 | struct v9fs_fid *temp = NULL; | ||
| 184 | struct v9fs_fid *return_fid = NULL; | 119 | struct v9fs_fid *return_fid = NULL; |
| 185 | 120 | ||
| 186 | dprintk(DEBUG_9P, " dentry: %s (%p)\n", dentry->d_iname, dentry); | 121 | dprintk(DEBUG_9P, " dentry: %s (%p)\n", dentry->d_iname, dentry); |
| 187 | 122 | ||
| 188 | if (fid_list) { | 123 | if (fid_list) |
| 189 | list_for_each_entry_safe(current_fid, temp, fid_list, list) { | 124 | return_fid = list_entry(fid_list->next, struct v9fs_fid, list); |
| 190 | if (!current_fid->fidcreate) { | ||
| 191 | return_fid = current_fid; | ||
| 192 | break; | ||
| 193 | } | ||
| 194 | } | ||
| 195 | |||
| 196 | if (!return_fid) | ||
| 197 | return_fid = current_fid; | ||
| 198 | } | ||
| 199 | |||
| 200 | /* we are at the root but didn't match */ | ||
| 201 | if ((!return_fid) && (dentry->d_parent == dentry)) { | ||
| 202 | /* TODO: clone attach with new uid */ | ||
| 203 | return_fid = current_fid; | ||
| 204 | } | ||
| 205 | 125 | ||
| 206 | if (!return_fid) { | 126 | if (!return_fid) { |
| 207 | struct dentry *par = current->fs->pwd->d_parent; | 127 | dprintk(DEBUG_ERROR, "Couldn't find a fid in dentry\n"); |
| 208 | int count = 1; | ||
| 209 | while (par != NULL) { | ||
| 210 | if (par == dentry) | ||
| 211 | break; | ||
| 212 | count++; | ||
| 213 | if (par == par->d_parent) { | ||
| 214 | dprintk(DEBUG_ERROR, | ||
| 215 | "got to root without finding dentry\n"); | ||
| 216 | break; | ||
| 217 | } | ||
| 218 | par = par->d_parent; | ||
| 219 | } | ||
| 220 | |||
| 221 | /* XXX - there may be some duplication we can get rid of */ | ||
| 222 | if (par == dentry) { | ||
| 223 | return_fid = v9fs_fid_walk_up(dentry); | ||
| 224 | if (IS_ERR(return_fid)) | ||
| 225 | return_fid = NULL; | ||
| 226 | } | ||
| 227 | } | 128 | } |
| 228 | 129 | ||
| 229 | return return_fid; | 130 | return return_fid; |
| 230 | } | 131 | } |
| 231 | |||
| 232 | struct v9fs_fid *v9fs_fid_get_created(struct dentry *dentry) | ||
| 233 | { | ||
| 234 | struct list_head *fid_list; | ||
| 235 | struct v9fs_fid *fid, *ftmp, *ret; | ||
| 236 | |||
| 237 | dprintk(DEBUG_9P, " dentry: %s (%p)\n", dentry->d_iname, dentry); | ||
| 238 | fid_list = (struct list_head *)dentry->d_fsdata; | ||
| 239 | ret = NULL; | ||
| 240 | if (fid_list) { | ||
| 241 | list_for_each_entry_safe(fid, ftmp, fid_list, list) { | ||
| 242 | if (fid->fidcreate && fid->pid == current->pid) { | ||
| 243 | list_del(&fid->list); | ||
| 244 | ret = fid; | ||
| 245 | break; | ||
| 246 | } | ||
| 247 | } | ||
| 248 | } | ||
| 249 | |||
| 250 | dprintk(DEBUG_9P, "return %p\n", ret); | ||
| 251 | return ret; | ||
| 252 | } | ||
diff --git a/fs/9p/fid.h b/fs/9p/fid.h index 84c673a44c83..1fc2dd08d75a 100644 --- a/fs/9p/fid.h +++ b/fs/9p/fid.h | |||
| @@ -33,7 +33,6 @@ struct v9fs_fid { | |||
| 33 | 33 | ||
| 34 | u32 fid; | 34 | u32 fid; |
| 35 | unsigned char fidopen; /* set when fid is opened */ | 35 | unsigned char fidopen; /* set when fid is opened */ |
| 36 | unsigned char fidcreate; /* set when fid was just created */ | ||
| 37 | unsigned char fidclunked; /* set when fid has already been clunked */ | 36 | unsigned char fidclunked; /* set when fid has already been clunked */ |
| 38 | 37 | ||
| 39 | struct v9fs_qid qid; | 38 | struct v9fs_qid qid; |
| @@ -45,7 +44,6 @@ struct v9fs_fid { | |||
| 45 | struct v9fs_fcall *rdir_fcall; | 44 | struct v9fs_fcall *rdir_fcall; |
| 46 | 45 | ||
| 47 | /* management stuff */ | 46 | /* management stuff */ |
| 48 | pid_t pid; /* thread associated with this fid */ | ||
| 49 | uid_t uid; /* user associated with this fid */ | 47 | uid_t uid; /* user associated with this fid */ |
| 50 | 48 | ||
| 51 | /* private data */ | 49 | /* private data */ |
| @@ -56,5 +54,5 @@ struct v9fs_fid { | |||
| 56 | struct v9fs_fid *v9fs_fid_lookup(struct dentry *dentry); | 54 | struct v9fs_fid *v9fs_fid_lookup(struct dentry *dentry); |
| 57 | struct v9fs_fid *v9fs_fid_get_created(struct dentry *); | 55 | struct v9fs_fid *v9fs_fid_get_created(struct dentry *); |
| 58 | void v9fs_fid_destroy(struct v9fs_fid *fid); | 56 | void v9fs_fid_destroy(struct v9fs_fid *fid); |
| 59 | struct v9fs_fid *v9fs_fid_create(struct dentry *, | 57 | struct v9fs_fid *v9fs_fid_create(struct v9fs_session_info *, int fid); |
| 60 | struct v9fs_session_info *v9ses, int fid, int create); | 58 | int v9fs_fid_insert(struct v9fs_fid *fid, struct dentry *dentry); |
diff --git a/fs/9p/trans_fd.c b/fs/9p/trans_fd.c index 1a28ef97a3d1..5b2ce21b10fa 100644 --- a/fs/9p/trans_fd.c +++ b/fs/9p/trans_fd.c | |||
| @@ -80,6 +80,7 @@ static int v9fs_fd_send(struct v9fs_transport *trans, void *v, int len) | |||
| 80 | if (!trans || trans->status != Connected || !ts) | 80 | if (!trans || trans->status != Connected || !ts) |
| 81 | return -EIO; | 81 | return -EIO; |
| 82 | 82 | ||
| 83 | oldfs = get_fs(); | ||
| 83 | set_fs(get_ds()); | 84 | set_fs(get_ds()); |
| 84 | /* The cast to a user pointer is valid due to the set_fs() */ | 85 | /* The cast to a user pointer is valid due to the set_fs() */ |
| 85 | ret = vfs_write(ts->out_file, (void __user *)v, len, &ts->out_file->f_pos); | 86 | ret = vfs_write(ts->out_file, (void __user *)v, len, &ts->out_file->f_pos); |
diff --git a/fs/9p/v9fs.c b/fs/9p/v9fs.c index ef3386549140..61352491ba36 100644 --- a/fs/9p/v9fs.c +++ b/fs/9p/v9fs.c | |||
| @@ -397,6 +397,7 @@ v9fs_session_init(struct v9fs_session_info *v9ses, | |||
| 397 | } | 397 | } |
| 398 | 398 | ||
| 399 | if (v9ses->afid != ~0) { | 399 | if (v9ses->afid != ~0) { |
| 400 | dprintk(DEBUG_ERROR, "afid not equal to ~0\n"); | ||
| 400 | if (v9fs_t_clunk(v9ses, v9ses->afid)) | 401 | if (v9fs_t_clunk(v9ses, v9ses->afid)) |
| 401 | dprintk(DEBUG_ERROR, "clunk failed\n"); | 402 | dprintk(DEBUG_ERROR, "clunk failed\n"); |
| 402 | } | 403 | } |
diff --git a/fs/9p/v9fs_vfs.h b/fs/9p/v9fs_vfs.h index 69cf2905dc90..a759278acaae 100644 --- a/fs/9p/v9fs_vfs.h +++ b/fs/9p/v9fs_vfs.h | |||
| @@ -51,3 +51,4 @@ int v9fs_dir_release(struct inode *inode, struct file *filp); | |||
| 51 | int v9fs_file_open(struct inode *inode, struct file *file); | 51 | int v9fs_file_open(struct inode *inode, struct file *file); |
| 52 | void v9fs_inode2stat(struct inode *inode, struct v9fs_stat *stat); | 52 | void v9fs_inode2stat(struct inode *inode, struct v9fs_stat *stat); |
| 53 | void v9fs_dentry_release(struct dentry *); | 53 | void v9fs_dentry_release(struct dentry *); |
| 54 | int v9fs_uflags2omode(int uflags); | ||
diff --git a/fs/9p/vfs_dentry.c b/fs/9p/vfs_dentry.c index 2dd806dac9f1..12c9cc926b71 100644 --- a/fs/9p/vfs_dentry.c +++ b/fs/9p/vfs_dentry.c | |||
| @@ -43,47 +43,18 @@ | |||
| 43 | #include "fid.h" | 43 | #include "fid.h" |
| 44 | 44 | ||
| 45 | /** | 45 | /** |
| 46 | * v9fs_dentry_validate - VFS dcache hook to validate cache | 46 | * v9fs_dentry_delete - called when dentry refcount equals 0 |
| 47 | * @dentry: dentry that is being validated | 47 | * @dentry: dentry in question |
| 48 | * @nd: path data | ||
| 49 | * | 48 | * |
| 50 | * dcache really shouldn't be used for 9P2000 as at all due to | 49 | * By returning 1 here we should remove cacheing of unused |
| 51 | * potential attached semantics to directory traversal (walk). | 50 | * dentry components. |
| 52 | * | ||
| 53 | * FUTURE: look into how to use dcache to allow multi-stage | ||
| 54 | * walks in Plan 9 & potential for better dcache operation which | ||
| 55 | * would remain valid for Plan 9 semantics. Older versions | ||
| 56 | * had validation via stat for those interested. However, since | ||
| 57 | * stat has the same approximate overhead as walk there really | ||
| 58 | * is no difference. The only improvement would be from a | ||
| 59 | * time-decay cache like NFS has and that undermines the | ||
| 60 | * synchronous nature of 9P2000. | ||
| 61 | * | 51 | * |
| 62 | */ | 52 | */ |
| 63 | 53 | ||
| 64 | static int v9fs_dentry_validate(struct dentry *dentry, struct nameidata *nd) | 54 | int v9fs_dentry_delete(struct dentry *dentry) |
| 65 | { | 55 | { |
| 66 | struct dentry *dc = current->fs->pwd; | 56 | dprintk(DEBUG_VFS, " dentry: %s (%p)\n", dentry->d_iname, dentry); |
| 67 | 57 | return 1; | |
| 68 | dprintk(DEBUG_VFS, "dentry: %s (%p)\n", dentry->d_iname, dentry); | ||
| 69 | if (v9fs_fid_lookup(dentry)) { | ||
| 70 | dprintk(DEBUG_VFS, "VALID\n"); | ||
| 71 | return 1; | ||
| 72 | } | ||
| 73 | |||
| 74 | while (dc != NULL) { | ||
| 75 | if (dc == dentry) { | ||
| 76 | dprintk(DEBUG_VFS, "VALID\n"); | ||
| 77 | return 1; | ||
| 78 | } | ||
| 79 | if (dc == dc->d_parent) | ||
| 80 | break; | ||
| 81 | |||
| 82 | dc = dc->d_parent; | ||
| 83 | } | ||
| 84 | |||
| 85 | dprintk(DEBUG_VFS, "INVALID\n"); | ||
| 86 | return 0; | ||
| 87 | } | 58 | } |
| 88 | 59 | ||
| 89 | /** | 60 | /** |
| @@ -118,6 +89,6 @@ void v9fs_dentry_release(struct dentry *dentry) | |||
| 118 | } | 89 | } |
| 119 | 90 | ||
| 120 | struct dentry_operations v9fs_dentry_operations = { | 91 | struct dentry_operations v9fs_dentry_operations = { |
| 121 | .d_revalidate = v9fs_dentry_validate, | 92 | .d_delete = v9fs_dentry_delete, |
| 122 | .d_release = v9fs_dentry_release, | 93 | .d_release = v9fs_dentry_release, |
| 123 | }; | 94 | }; |
diff --git a/fs/9p/vfs_dir.c b/fs/9p/vfs_dir.c index ae6d032b9b59..cd5eeb032d64 100644 --- a/fs/9p/vfs_dir.c +++ b/fs/9p/vfs_dir.c | |||
| @@ -202,7 +202,6 @@ int v9fs_dir_release(struct inode *inode, struct file *filp) | |||
| 202 | filp->private_data = NULL; | 202 | filp->private_data = NULL; |
| 203 | } | 203 | } |
| 204 | 204 | ||
| 205 | d_drop(filp->f_dentry); | ||
| 206 | return 0; | 205 | return 0; |
| 207 | } | 206 | } |
| 208 | 207 | ||
diff --git a/fs/9p/vfs_file.c b/fs/9p/vfs_file.c index c7e14d917215..de3a129698da 100644 --- a/fs/9p/vfs_file.c +++ b/fs/9p/vfs_file.c | |||
| @@ -53,94 +53,70 @@ | |||
| 53 | int v9fs_file_open(struct inode *inode, struct file *file) | 53 | int v9fs_file_open(struct inode *inode, struct file *file) |
| 54 | { | 54 | { |
| 55 | struct v9fs_session_info *v9ses = v9fs_inode2v9ses(inode); | 55 | struct v9fs_session_info *v9ses = v9fs_inode2v9ses(inode); |
| 56 | struct v9fs_fid *v9fid, *fid; | 56 | struct v9fs_fid *vfid; |
| 57 | struct v9fs_fcall *fcall = NULL; | 57 | struct v9fs_fcall *fcall = NULL; |
| 58 | int open_mode = 0; | 58 | int omode; |
| 59 | unsigned int iounit = 0; | 59 | int fid = V9FS_NOFID; |
| 60 | int newfid = -1; | 60 | int err; |
| 61 | long result = -1; | ||
| 62 | 61 | ||
| 63 | dprintk(DEBUG_VFS, "inode: %p file: %p \n", inode, file); | 62 | dprintk(DEBUG_VFS, "inode: %p file: %p \n", inode, file); |
| 64 | 63 | ||
| 65 | v9fid = v9fs_fid_get_created(file->f_dentry); | 64 | vfid = v9fs_fid_lookup(file->f_dentry); |
| 66 | if (!v9fid) | 65 | if (!vfid) { |
| 67 | v9fid = v9fs_fid_lookup(file->f_dentry); | ||
| 68 | |||
| 69 | if (!v9fid) { | ||
| 70 | dprintk(DEBUG_ERROR, "Couldn't resolve fid from dentry\n"); | 66 | dprintk(DEBUG_ERROR, "Couldn't resolve fid from dentry\n"); |
| 71 | return -EBADF; | 67 | return -EBADF; |
| 72 | } | 68 | } |
| 73 | 69 | ||
| 74 | if (!v9fid->fidcreate) { | 70 | fid = v9fs_get_idpool(&v9ses->fidpool); |
| 75 | fid = kmalloc(sizeof(struct v9fs_fid), GFP_KERNEL); | 71 | if (fid < 0) { |
| 76 | if (fid == NULL) { | ||
| 77 | dprintk(DEBUG_ERROR, "Out of Memory\n"); | ||
| 78 | return -ENOMEM; | ||
| 79 | } | ||
| 80 | |||
| 81 | fid->fidopen = 0; | ||
| 82 | fid->fidcreate = 0; | ||
| 83 | fid->fidclunked = 0; | ||
| 84 | fid->iounit = 0; | ||
| 85 | fid->v9ses = v9ses; | ||
| 86 | |||
| 87 | newfid = v9fs_get_idpool(&v9ses->fidpool); | ||
| 88 | if (newfid < 0) { | ||
| 89 | eprintk(KERN_WARNING, "newfid fails!\n"); | 72 | eprintk(KERN_WARNING, "newfid fails!\n"); |
| 90 | return -ENOSPC; | 73 | return -ENOSPC; |
| 91 | } | 74 | } |
| 92 | 75 | ||
| 93 | result = | 76 | err = v9fs_t_walk(v9ses, vfid->fid, fid, NULL, NULL); |
| 94 | v9fs_t_walk(v9ses, v9fid->fid, newfid, NULL, NULL); | 77 | if (err < 0) { |
| 95 | |||
| 96 | if (result < 0) { | ||
| 97 | v9fs_put_idpool(newfid, &v9ses->fidpool); | ||
| 98 | dprintk(DEBUG_ERROR, "rewalk didn't work\n"); | 78 | dprintk(DEBUG_ERROR, "rewalk didn't work\n"); |
| 99 | return -EBADF; | 79 | goto put_fid; |
| 80 | } | ||
| 81 | |||
| 82 | vfid = kmalloc(sizeof(struct v9fs_fid), GFP_KERNEL); | ||
| 83 | if (vfid == NULL) { | ||
| 84 | dprintk(DEBUG_ERROR, "out of memory\n"); | ||
| 85 | goto clunk_fid; | ||
| 100 | } | 86 | } |
| 101 | 87 | ||
| 102 | fid->fid = newfid; | ||
| 103 | v9fid = fid; | ||
| 104 | /* TODO: do special things for O_EXCL, O_NOFOLLOW, O_SYNC */ | 88 | /* TODO: do special things for O_EXCL, O_NOFOLLOW, O_SYNC */ |
| 105 | /* translate open mode appropriately */ | 89 | /* translate open mode appropriately */ |
| 106 | open_mode = file->f_flags & 0x3; | 90 | omode = v9fs_uflags2omode(file->f_flags); |
| 91 | err = v9fs_t_open(v9ses, fid, omode, &fcall); | ||
| 92 | if (err < 0) { | ||
| 93 | PRINT_FCALL_ERROR("open failed", fcall); | ||
| 94 | goto destroy_vfid; | ||
| 95 | } | ||
| 107 | 96 | ||
| 108 | if (file->f_flags & O_EXCL) | 97 | file->private_data = vfid; |
| 109 | open_mode |= V9FS_OEXCL; | 98 | vfid->fid = fid; |
| 99 | vfid->fidopen = 1; | ||
| 100 | vfid->fidclunked = 0; | ||
| 101 | vfid->iounit = fcall->params.ropen.iounit; | ||
| 102 | vfid->rdir_pos = 0; | ||
| 103 | vfid->rdir_fcall = NULL; | ||
| 104 | vfid->filp = file; | ||
| 105 | kfree(fcall); | ||
| 110 | 106 | ||
| 111 | if (v9ses->extended) { | 107 | return 0; |
| 112 | if (file->f_flags & O_TRUNC) | ||
| 113 | open_mode |= V9FS_OTRUNC; | ||
| 114 | 108 | ||
| 115 | if (file->f_flags & O_APPEND) | 109 | destroy_vfid: |
| 116 | open_mode |= V9FS_OAPPEND; | 110 | v9fs_fid_destroy(vfid); |
| 117 | } | ||
| 118 | 111 | ||
| 119 | result = v9fs_t_open(v9ses, newfid, open_mode, &fcall); | 112 | clunk_fid: |
| 120 | if (result < 0) { | 113 | v9fs_t_clunk(v9ses, fid); |
| 121 | PRINT_FCALL_ERROR("open failed", fcall); | ||
| 122 | kfree(fcall); | ||
| 123 | return result; | ||
| 124 | } | ||
| 125 | 114 | ||
| 126 | iounit = fcall->params.ropen.iounit; | 115 | put_fid: |
| 116 | v9fs_put_idpool(fid, &v9ses->fidpool); | ||
| 127 | kfree(fcall); | 117 | kfree(fcall); |
| 128 | } else { | ||
| 129 | /* create case */ | ||
| 130 | newfid = v9fid->fid; | ||
| 131 | iounit = v9fid->iounit; | ||
| 132 | v9fid->fidcreate = 0; | ||
| 133 | } | ||
| 134 | |||
| 135 | file->private_data = v9fid; | ||
| 136 | |||
| 137 | v9fid->rdir_pos = 0; | ||
| 138 | v9fid->rdir_fcall = NULL; | ||
| 139 | v9fid->fidopen = 1; | ||
| 140 | v9fid->filp = file; | ||
| 141 | v9fid->iounit = iounit; | ||
| 142 | 118 | ||
| 143 | return 0; | 119 | return err; |
| 144 | } | 120 | } |
| 145 | 121 | ||
| 146 | /** | 122 | /** |
| @@ -289,9 +265,7 @@ v9fs_file_write(struct file *filp, const char __user * data, | |||
| 289 | total += result; | 265 | total += result; |
| 290 | } while (count); | 266 | } while (count); |
| 291 | 267 | ||
| 292 | if(inode->i_mapping->nrpages) | ||
| 293 | invalidate_inode_pages2(inode->i_mapping); | 268 | invalidate_inode_pages2(inode->i_mapping); |
| 294 | |||
| 295 | return total; | 269 | return total; |
| 296 | } | 270 | } |
| 297 | 271 | ||
diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c index 63e5b0398e8b..3ad8455f8577 100644 --- a/fs/9p/vfs_inode.c +++ b/fs/9p/vfs_inode.c | |||
| @@ -125,6 +125,38 @@ static int p9mode2unixmode(struct v9fs_session_info *v9ses, int mode) | |||
| 125 | return res; | 125 | return res; |
| 126 | } | 126 | } |
| 127 | 127 | ||
| 128 | int v9fs_uflags2omode(int uflags) | ||
| 129 | { | ||
| 130 | int ret; | ||
| 131 | |||
| 132 | ret = 0; | ||
| 133 | switch (uflags&3) { | ||
| 134 | default: | ||
| 135 | case O_RDONLY: | ||
| 136 | ret = V9FS_OREAD; | ||
| 137 | break; | ||
| 138 | |||
| 139 | case O_WRONLY: | ||
| 140 | ret = V9FS_OWRITE; | ||
| 141 | break; | ||
| 142 | |||
| 143 | case O_RDWR: | ||
| 144 | ret = V9FS_ORDWR; | ||
| 145 | break; | ||
| 146 | } | ||
| 147 | |||
| 148 | if (uflags & O_EXCL) | ||
| 149 | ret |= V9FS_OEXCL; | ||
| 150 | |||
| 151 | if (uflags & O_TRUNC) | ||
| 152 | ret |= V9FS_OTRUNC; | ||
| 153 | |||
| 154 | if (uflags & O_APPEND) | ||
| 155 | ret |= V9FS_OAPPEND; | ||
| 156 | |||
| 157 | return ret; | ||
| 158 | } | ||
| 159 | |||
| 128 | /** | 160 | /** |
| 129 | * v9fs_blank_wstat - helper function to setup a 9P stat structure | 161 | * v9fs_blank_wstat - helper function to setup a 9P stat structure |
| 130 | * @v9ses: 9P session info (for determining extended mode) | 162 | * @v9ses: 9P session info (for determining extended mode) |
| @@ -163,7 +195,7 @@ v9fs_blank_wstat(struct v9fs_wstat *wstat) | |||
| 163 | 195 | ||
| 164 | struct inode *v9fs_get_inode(struct super_block *sb, int mode) | 196 | struct inode *v9fs_get_inode(struct super_block *sb, int mode) |
| 165 | { | 197 | { |
| 166 | struct inode *inode = NULL; | 198 | struct inode *inode; |
| 167 | struct v9fs_session_info *v9ses = sb->s_fs_info; | 199 | struct v9fs_session_info *v9ses = sb->s_fs_info; |
| 168 | 200 | ||
| 169 | dprintk(DEBUG_VFS, "super block: %p mode: %o\n", sb, mode); | 201 | dprintk(DEBUG_VFS, "super block: %p mode: %o\n", sb, mode); |
| @@ -222,171 +254,133 @@ struct inode *v9fs_get_inode(struct super_block *sb, int mode) | |||
| 222 | return inode; | 254 | return inode; |
| 223 | } | 255 | } |
| 224 | 256 | ||
| 225 | /** | ||
| 226 | * v9fs_create - helper function to create files and directories | ||
| 227 | * @dir: directory inode file is being created in | ||
| 228 | * @file_dentry: dentry file is being created in | ||
| 229 | * @perm: permissions file is being created with | ||
| 230 | * @open_mode: resulting open mode for file | ||
| 231 | * | ||
| 232 | */ | ||
| 233 | |||
| 234 | static int | 257 | static int |
| 235 | v9fs_create(struct inode *dir, | 258 | v9fs_create(struct v9fs_session_info *v9ses, u32 pfid, char *name, |
| 236 | struct dentry *file_dentry, | 259 | u32 perm, u8 mode, u32 *fidp, struct v9fs_qid *qid, u32 *iounit) |
| 237 | unsigned int perm, unsigned int open_mode) | ||
| 238 | { | 260 | { |
| 239 | struct v9fs_session_info *v9ses = v9fs_inode2v9ses(dir); | 261 | u32 fid; |
| 240 | struct super_block *sb = dir->i_sb; | ||
| 241 | struct v9fs_fid *dirfid = | ||
| 242 | v9fs_fid_lookup(file_dentry->d_parent); | ||
| 243 | struct v9fs_fid *fid = NULL; | ||
| 244 | struct inode *file_inode = NULL; | ||
| 245 | struct v9fs_fcall *fcall = NULL; | ||
| 246 | struct v9fs_qid qid; | ||
| 247 | int dirfidnum = -1; | ||
| 248 | long newfid = -1; | ||
| 249 | int result = 0; | ||
| 250 | unsigned int iounit = 0; | ||
| 251 | int wfidno = -1; | ||
| 252 | int err; | 262 | int err; |
| 263 | struct v9fs_fcall *fcall; | ||
| 253 | 264 | ||
| 254 | perm = unixmode2p9mode(v9ses, perm); | 265 | fid = v9fs_get_idpool(&v9ses->fidpool); |
| 255 | 266 | if (fid < 0) { | |
| 256 | dprintk(DEBUG_VFS, "dir: %p dentry: %p perm: %o mode: %o\n", dir, | ||
| 257 | file_dentry, perm, open_mode); | ||
| 258 | |||
| 259 | if (!dirfid) | ||
| 260 | return -EBADF; | ||
| 261 | |||
| 262 | dirfidnum = dirfid->fid; | ||
| 263 | if (dirfidnum < 0) { | ||
| 264 | dprintk(DEBUG_ERROR, "No fid for the directory #%lu\n", | ||
| 265 | dir->i_ino); | ||
| 266 | return -EBADF; | ||
| 267 | } | ||
| 268 | |||
| 269 | if (file_dentry->d_inode) { | ||
| 270 | dprintk(DEBUG_ERROR, | ||
| 271 | "Odd. There is an inode for dir %lu, name :%s:\n", | ||
| 272 | dir->i_ino, file_dentry->d_name.name); | ||
| 273 | return -EEXIST; | ||
| 274 | } | ||
| 275 | |||
| 276 | newfid = v9fs_get_idpool(&v9ses->fidpool); | ||
| 277 | if (newfid < 0) { | ||
| 278 | eprintk(KERN_WARNING, "no free fids available\n"); | 267 | eprintk(KERN_WARNING, "no free fids available\n"); |
| 279 | return -ENOSPC; | 268 | return -ENOSPC; |
| 280 | } | 269 | } |
| 281 | 270 | ||
| 282 | result = v9fs_t_walk(v9ses, dirfidnum, newfid, NULL, &fcall); | 271 | err = v9fs_t_walk(v9ses, pfid, fid, NULL, &fcall); |
| 283 | if (result < 0) { | 272 | if (err < 0) { |
| 284 | PRINT_FCALL_ERROR("clone error", fcall); | 273 | PRINT_FCALL_ERROR("clone error", fcall); |
| 285 | v9fs_put_idpool(newfid, &v9ses->fidpool); | 274 | goto error; |
| 286 | newfid = -1; | ||
| 287 | goto CleanUpFid; | ||
| 288 | } | 275 | } |
| 289 | |||
| 290 | kfree(fcall); | 276 | kfree(fcall); |
| 291 | fcall = NULL; | ||
| 292 | 277 | ||
| 293 | result = v9fs_t_create(v9ses, newfid, (char *)file_dentry->d_name.name, | 278 | err = v9fs_t_create(v9ses, fid, name, perm, mode, &fcall); |
| 294 | perm, open_mode, &fcall); | 279 | if (err < 0) { |
| 295 | if (result < 0) { | ||
| 296 | PRINT_FCALL_ERROR("create fails", fcall); | 280 | PRINT_FCALL_ERROR("create fails", fcall); |
| 297 | goto CleanUpFid; | 281 | goto error; |
| 298 | } | 282 | } |
| 299 | 283 | ||
| 300 | iounit = fcall->params.rcreate.iounit; | 284 | if (iounit) |
| 301 | qid = fcall->params.rcreate.qid; | 285 | *iounit = fcall->params.rcreate.iounit; |
| 286 | |||
| 287 | if (qid) | ||
| 288 | *qid = fcall->params.rcreate.qid; | ||
| 289 | |||
| 290 | if (fidp) | ||
| 291 | *fidp = fid; | ||
| 292 | |||
| 302 | kfree(fcall); | 293 | kfree(fcall); |
| 303 | fcall = NULL; | 294 | return 0; |
| 304 | 295 | ||
| 305 | if (!(perm&V9FS_DMDIR)) { | 296 | error: |
| 306 | fid = v9fs_fid_create(file_dentry, v9ses, newfid, 1); | 297 | if (fid >= 0) |
| 307 | dprintk(DEBUG_VFS, "fid %p %d\n", fid, fid->fidcreate); | 298 | v9fs_put_idpool(fid, &v9ses->fidpool); |
| 308 | if (!fid) { | ||
| 309 | result = -ENOMEM; | ||
| 310 | goto CleanUpFid; | ||
| 311 | } | ||
| 312 | 299 | ||
| 313 | fid->qid = qid; | 300 | kfree(fcall); |
| 314 | fid->iounit = iounit; | 301 | return err; |
| 315 | } else { | 302 | } |
| 316 | err = v9fs_t_clunk(v9ses, newfid); | 303 | |
| 317 | newfid = -1; | 304 | static struct v9fs_fid* |
| 318 | if (err < 0) | 305 | v9fs_clone_walk(struct v9fs_session_info *v9ses, u32 fid, struct dentry *dentry) |
| 319 | dprintk(DEBUG_ERROR, "clunk for mkdir failed: %d\n", err); | 306 | { |
| 320 | } | 307 | int err; |
| 308 | u32 nfid; | ||
| 309 | struct v9fs_fid *ret; | ||
| 310 | struct v9fs_fcall *fcall; | ||
| 321 | 311 | ||
| 322 | /* walk to the newly created file and put the fid in the dentry */ | 312 | nfid = v9fs_get_idpool(&v9ses->fidpool); |
| 323 | wfidno = v9fs_get_idpool(&v9ses->fidpool); | 313 | if (nfid < 0) { |
| 324 | if (wfidno < 0) { | ||
| 325 | eprintk(KERN_WARNING, "no free fids available\n"); | 314 | eprintk(KERN_WARNING, "no free fids available\n"); |
| 326 | return -ENOSPC; | 315 | return ERR_PTR(-ENOSPC); |
| 327 | } | 316 | } |
| 328 | 317 | ||
| 329 | result = v9fs_t_walk(v9ses, dirfidnum, wfidno, | 318 | err = v9fs_t_walk(v9ses, fid, nfid, (char *) dentry->d_name.name, |
| 330 | (char *) file_dentry->d_name.name, &fcall); | 319 | &fcall); |
| 331 | if (result < 0) { | 320 | |
| 332 | PRINT_FCALL_ERROR("clone error", fcall); | 321 | if (err < 0) { |
| 333 | v9fs_put_idpool(wfidno, &v9ses->fidpool); | 322 | PRINT_FCALL_ERROR("walk error", fcall); |
| 334 | wfidno = -1; | 323 | v9fs_put_idpool(nfid, &v9ses->fidpool); |
| 335 | goto CleanUpFid; | 324 | goto error; |
| 336 | } | 325 | } |
| 326 | |||
| 337 | kfree(fcall); | 327 | kfree(fcall); |
| 338 | fcall = NULL; | 328 | fcall = NULL; |
| 329 | ret = v9fs_fid_create(v9ses, nfid); | ||
| 330 | if (!ret) { | ||
| 331 | err = -ENOMEM; | ||
| 332 | goto clunk_fid; | ||
| 333 | } | ||
| 339 | 334 | ||
| 340 | if (!v9fs_fid_create(file_dentry, v9ses, wfidno, 0)) { | 335 | err = v9fs_fid_insert(ret, dentry); |
| 341 | v9fs_put_idpool(wfidno, &v9ses->fidpool); | 336 | if (err < 0) { |
| 342 | 337 | v9fs_fid_destroy(ret); | |
| 343 | goto CleanUpFid; | 338 | goto clunk_fid; |
| 344 | } | 339 | } |
| 345 | 340 | ||
| 346 | if ((perm & V9FS_DMSYMLINK) || (perm & V9FS_DMLINK) || | 341 | return ret; |
| 347 | (perm & V9FS_DMNAMEDPIPE) || (perm & V9FS_DMSOCKET) || | ||
| 348 | (perm & V9FS_DMDEVICE)) | ||
| 349 | return 0; | ||
| 350 | 342 | ||
| 351 | result = v9fs_t_stat(v9ses, wfidno, &fcall); | 343 | clunk_fid: |
| 352 | if (result < 0) { | 344 | v9fs_t_clunk(v9ses, nfid); |
| 353 | PRINT_FCALL_ERROR("stat error", fcall); | ||
| 354 | goto CleanUpFid; | ||
| 355 | } | ||
| 356 | 345 | ||
| 346 | error: | ||
| 347 | kfree(fcall); | ||
| 348 | return ERR_PTR(err); | ||
| 349 | } | ||
| 357 | 350 | ||
| 358 | file_inode = v9fs_get_inode(sb, | 351 | struct inode * |
| 359 | p9mode2unixmode(v9ses, fcall->params.rstat.stat.mode)); | 352 | v9fs_inode_from_fid(struct v9fs_session_info *v9ses, u32 fid, |
| 353 | struct super_block *sb) | ||
| 354 | { | ||
| 355 | int err, umode; | ||
| 356 | struct inode *ret; | ||
| 357 | struct v9fs_fcall *fcall; | ||
| 360 | 358 | ||
| 361 | if ((!file_inode) || IS_ERR(file_inode)) { | 359 | ret = NULL; |
| 362 | dprintk(DEBUG_ERROR, "create inode failed\n"); | 360 | err = v9fs_t_stat(v9ses, fid, &fcall); |
| 363 | result = -EBADF; | 361 | if (err) { |
| 364 | goto CleanUpFid; | 362 | PRINT_FCALL_ERROR("stat error", fcall); |
| 363 | goto error; | ||
| 365 | } | 364 | } |
| 366 | 365 | ||
| 367 | v9fs_stat2inode(&fcall->params.rstat.stat, file_inode, sb); | 366 | umode = p9mode2unixmode(v9ses, fcall->params.rstat.stat.mode); |
| 368 | kfree(fcall); | 367 | ret = v9fs_get_inode(sb, umode); |
| 369 | fcall = NULL; | 368 | if (IS_ERR(ret)) { |
| 370 | file_dentry->d_op = &v9fs_dentry_operations; | 369 | err = PTR_ERR(ret); |
| 371 | d_instantiate(file_dentry, file_inode); | 370 | ret = NULL; |
| 371 | goto error; | ||
| 372 | } | ||
| 372 | 373 | ||
| 373 | return 0; | 374 | v9fs_stat2inode(&fcall->params.rstat.stat, ret, sb); |
| 375 | kfree(fcall); | ||
| 376 | return ret; | ||
| 374 | 377 | ||
| 375 | CleanUpFid: | 378 | error: |
| 376 | kfree(fcall); | 379 | kfree(fcall); |
| 377 | fcall = NULL; | 380 | if (ret) |
| 381 | iput(ret); | ||
| 378 | 382 | ||
| 379 | if (newfid >= 0) { | 383 | return ERR_PTR(err); |
| 380 | err = v9fs_t_clunk(v9ses, newfid); | ||
| 381 | if (err < 0) | ||
| 382 | dprintk(DEBUG_ERROR, "clunk failed: %d\n", err); | ||
| 383 | } | ||
| 384 | if (wfidno >= 0) { | ||
| 385 | err = v9fs_t_clunk(v9ses, wfidno); | ||
| 386 | if (err < 0) | ||
| 387 | dprintk(DEBUG_ERROR, "clunk failed: %d\n", err); | ||
| 388 | } | ||
| 389 | return result; | ||
| 390 | } | 384 | } |
| 391 | 385 | ||
| 392 | /** | 386 | /** |
| @@ -440,20 +434,97 @@ static int v9fs_remove(struct inode *dir, struct dentry *file, int rmdir) | |||
| 440 | return result; | 434 | return result; |
| 441 | } | 435 | } |
| 442 | 436 | ||
| 437 | static int | ||
| 438 | v9fs_open_created(struct inode *inode, struct file *file) | ||
| 439 | { | ||
| 440 | return 0; | ||
| 441 | } | ||
| 442 | |||
| 443 | /** | 443 | /** |
| 444 | * v9fs_vfs_create - VFS hook to create files | 444 | * v9fs_vfs_create - VFS hook to create files |
| 445 | * @inode: directory inode that is being deleted | 445 | * @inode: directory inode that is being deleted |
| 446 | * @dentry: dentry that is being deleted | 446 | * @dentry: dentry that is being deleted |
| 447 | * @perm: create permissions | 447 | * @mode: create permissions |
| 448 | * @nd: path information | 448 | * @nd: path information |
| 449 | * | 449 | * |
| 450 | */ | 450 | */ |
| 451 | 451 | ||
| 452 | static int | 452 | static int |
| 453 | v9fs_vfs_create(struct inode *inode, struct dentry *dentry, int perm, | 453 | v9fs_vfs_create(struct inode *dir, struct dentry *dentry, int mode, |
| 454 | struct nameidata *nd) | 454 | struct nameidata *nd) |
| 455 | { | 455 | { |
| 456 | return v9fs_create(inode, dentry, perm, O_RDWR); | 456 | int err; |
| 457 | u32 fid, perm, iounit; | ||
| 458 | int flags; | ||
| 459 | struct v9fs_session_info *v9ses; | ||
| 460 | struct v9fs_fid *dfid, *vfid, *ffid; | ||
| 461 | struct inode *inode; | ||
| 462 | struct v9fs_qid qid; | ||
| 463 | struct file *filp; | ||
| 464 | |||
| 465 | inode = NULL; | ||
| 466 | vfid = NULL; | ||
| 467 | v9ses = v9fs_inode2v9ses(dir); | ||
| 468 | dfid = v9fs_fid_lookup(dentry->d_parent); | ||
| 469 | perm = unixmode2p9mode(v9ses, mode); | ||
| 470 | |||
| 471 | if (nd && nd->flags & LOOKUP_OPEN) | ||
| 472 | flags = nd->intent.open.flags - 1; | ||
| 473 | else | ||
| 474 | flags = O_RDWR; | ||
| 475 | |||
| 476 | err = v9fs_create(v9ses, dfid->fid, (char *) dentry->d_name.name, | ||
| 477 | perm, v9fs_uflags2omode(flags), &fid, &qid, &iounit); | ||
| 478 | |||
| 479 | if (err) | ||
| 480 | goto error; | ||
| 481 | |||
| 482 | vfid = v9fs_clone_walk(v9ses, dfid->fid, dentry); | ||
| 483 | if (IS_ERR(vfid)) { | ||
| 484 | err = PTR_ERR(vfid); | ||
| 485 | vfid = NULL; | ||
| 486 | goto error; | ||
| 487 | } | ||
| 488 | |||
| 489 | inode = v9fs_inode_from_fid(v9ses, vfid->fid, dir->i_sb); | ||
| 490 | if (IS_ERR(inode)) { | ||
| 491 | err = PTR_ERR(inode); | ||
| 492 | inode = NULL; | ||
| 493 | goto error; | ||
| 494 | } | ||
| 495 | |||
| 496 | dentry->d_op = &v9fs_dentry_operations; | ||
| 497 | d_instantiate(dentry, inode); | ||
| 498 | |||
| 499 | if (nd && nd->flags & LOOKUP_OPEN) { | ||
| 500 | ffid = v9fs_fid_create(v9ses, fid); | ||
| 501 | if (!ffid) | ||
| 502 | return -ENOMEM; | ||
| 503 | |||
| 504 | filp = lookup_instantiate_filp(nd, dentry, v9fs_open_created); | ||
| 505 | if (IS_ERR(filp)) { | ||
| 506 | v9fs_fid_destroy(ffid); | ||
| 507 | return PTR_ERR(filp); | ||
| 508 | } | ||
| 509 | |||
| 510 | ffid->rdir_pos = 0; | ||
| 511 | ffid->rdir_fcall = NULL; | ||
| 512 | ffid->fidopen = 1; | ||
| 513 | ffid->iounit = iounit; | ||
| 514 | ffid->filp = filp; | ||
| 515 | filp->private_data = ffid; | ||
| 516 | } | ||
| 517 | |||
| 518 | return 0; | ||
| 519 | |||
| 520 | error: | ||
| 521 | if (vfid) | ||
| 522 | v9fs_fid_destroy(vfid); | ||
| 523 | |||
| 524 | if (inode) | ||
| 525 | iput(inode); | ||
| 526 | |||
| 527 | return err; | ||
| 457 | } | 528 | } |
| 458 | 529 | ||
| 459 | /** | 530 | /** |
| @@ -464,9 +535,57 @@ v9fs_vfs_create(struct inode *inode, struct dentry *dentry, int perm, | |||
| 464 | * | 535 | * |
| 465 | */ | 536 | */ |
| 466 | 537 | ||
| 467 | static int v9fs_vfs_mkdir(struct inode *inode, struct dentry *dentry, int mode) | 538 | static int v9fs_vfs_mkdir(struct inode *dir, struct dentry *dentry, int mode) |
| 468 | { | 539 | { |
| 469 | return v9fs_create(inode, dentry, mode | S_IFDIR, O_RDONLY); | 540 | int err; |
| 541 | u32 fid, perm; | ||
| 542 | struct v9fs_session_info *v9ses; | ||
| 543 | struct v9fs_fid *dfid, *vfid; | ||
| 544 | struct inode *inode; | ||
| 545 | |||
| 546 | inode = NULL; | ||
| 547 | vfid = NULL; | ||
| 548 | v9ses = v9fs_inode2v9ses(dir); | ||
| 549 | dfid = v9fs_fid_lookup(dentry->d_parent); | ||
| 550 | perm = unixmode2p9mode(v9ses, mode | S_IFDIR); | ||
| 551 | |||
| 552 | err = v9fs_create(v9ses, dfid->fid, (char *) dentry->d_name.name, | ||
| 553 | perm, V9FS_OREAD, &fid, NULL, NULL); | ||
| 554 | |||
| 555 | if (err) { | ||
| 556 | dprintk(DEBUG_ERROR, "create error %d\n", err); | ||
| 557 | goto error; | ||
| 558 | } | ||
| 559 | |||
| 560 | err = v9fs_t_clunk(v9ses, fid); | ||
| 561 | if (err) { | ||
| 562 | dprintk(DEBUG_ERROR, "clunk error %d\n", err); | ||
| 563 | goto error; | ||
| 564 | } | ||
| 565 | |||
| 566 | vfid = v9fs_clone_walk(v9ses, dfid->fid, dentry); | ||
| 567 | if (IS_ERR(vfid)) { | ||
| 568 | err = PTR_ERR(vfid); | ||
| 569 | vfid = NULL; | ||
| 570 | goto error; | ||
| 571 | } | ||
| 572 | |||
| 573 | inode = v9fs_inode_from_fid(v9ses, vfid->fid, dir->i_sb); | ||
| 574 | if (IS_ERR(inode)) { | ||
| 575 | err = PTR_ERR(inode); | ||
| 576 | inode = NULL; | ||
| 577 | goto error; | ||
| 578 | } | ||
| 579 | |||
| 580 | dentry->d_op = &v9fs_dentry_operations; | ||
| 581 | d_instantiate(dentry, inode); | ||
| 582 | return 0; | ||
| 583 | |||
| 584 | error: | ||
| 585 | if (vfid) | ||
| 586 | v9fs_fid_destroy(vfid); | ||
| 587 | |||
| 588 | return err; | ||
| 470 | } | 589 | } |
| 471 | 590 | ||
| 472 | /** | 591 | /** |
| @@ -491,7 +610,7 @@ static struct dentry *v9fs_vfs_lookup(struct inode *dir, struct dentry *dentry, | |||
| 491 | int result = 0; | 610 | int result = 0; |
| 492 | 611 | ||
| 493 | dprintk(DEBUG_VFS, "dir: %p dentry: (%s) %p nameidata: %p\n", | 612 | dprintk(DEBUG_VFS, "dir: %p dentry: (%s) %p nameidata: %p\n", |
| 494 | dir, dentry->d_iname, dentry, nameidata); | 613 | dir, dentry->d_name.name, dentry, nameidata); |
| 495 | 614 | ||
| 496 | sb = dir->i_sb; | 615 | sb = dir->i_sb; |
| 497 | v9ses = v9fs_inode2v9ses(dir); | 616 | v9ses = v9fs_inode2v9ses(dir); |
| @@ -516,9 +635,8 @@ static struct dentry *v9fs_vfs_lookup(struct inode *dir, struct dentry *dentry, | |||
| 516 | return ERR_PTR(-ENOSPC); | 635 | return ERR_PTR(-ENOSPC); |
| 517 | } | 636 | } |
| 518 | 637 | ||
| 519 | result = | 638 | result = v9fs_t_walk(v9ses, dirfidnum, newfid, |
| 520 | v9fs_t_walk(v9ses, dirfidnum, newfid, (char *)dentry->d_name.name, | 639 | (char *)dentry->d_name.name, NULL); |
| 521 | NULL); | ||
| 522 | if (result < 0) { | 640 | if (result < 0) { |
| 523 | v9fs_put_idpool(newfid, &v9ses->fidpool); | 641 | v9fs_put_idpool(newfid, &v9ses->fidpool); |
| 524 | if (result == -ENOENT) { | 642 | if (result == -ENOENT) { |
| @@ -551,13 +669,17 @@ static struct dentry *v9fs_vfs_lookup(struct inode *dir, struct dentry *dentry, | |||
| 551 | 669 | ||
| 552 | inode->i_ino = v9fs_qid2ino(&fcall->params.rstat.stat.qid); | 670 | inode->i_ino = v9fs_qid2ino(&fcall->params.rstat.stat.qid); |
| 553 | 671 | ||
| 554 | fid = v9fs_fid_create(dentry, v9ses, newfid, 0); | 672 | fid = v9fs_fid_create(v9ses, newfid); |
| 555 | if (fid == NULL) { | 673 | if (fid == NULL) { |
| 556 | dprintk(DEBUG_ERROR, "couldn't insert\n"); | 674 | dprintk(DEBUG_ERROR, "couldn't insert\n"); |
| 557 | result = -ENOMEM; | 675 | result = -ENOMEM; |
| 558 | goto FreeFcall; | 676 | goto FreeFcall; |
| 559 | } | 677 | } |
| 560 | 678 | ||
| 679 | result = v9fs_fid_insert(fid, dentry); | ||
| 680 | if (result < 0) | ||
| 681 | goto FreeFcall; | ||
| 682 | |||
| 561 | fid->qid = fcall->params.rstat.stat.qid; | 683 | fid->qid = fcall->params.rstat.stat.qid; |
| 562 | 684 | ||
| 563 | dentry->d_op = &v9fs_dentry_operations; | 685 | dentry->d_op = &v9fs_dentry_operations; |
| @@ -886,8 +1008,8 @@ static int v9fs_readlink(struct dentry *dentry, char *buffer, int buflen) | |||
| 886 | } | 1008 | } |
| 887 | 1009 | ||
| 888 | /* copy extension buffer into buffer */ | 1010 | /* copy extension buffer into buffer */ |
| 889 | if (fcall->params.rstat.stat.extension.len+1 < buflen) | 1011 | if (fcall->params.rstat.stat.extension.len < buflen) |
| 890 | buflen = fcall->params.rstat.stat.extension.len + 1; | 1012 | buflen = fcall->params.rstat.stat.extension.len; |
| 891 | 1013 | ||
| 892 | memcpy(buffer, fcall->params.rstat.stat.extension.str, buflen - 1); | 1014 | memcpy(buffer, fcall->params.rstat.stat.extension.str, buflen - 1); |
| 893 | buffer[buflen-1] = 0; | 1015 | buffer[buflen-1] = 0; |
| @@ -951,7 +1073,7 @@ static void *v9fs_vfs_follow_link(struct dentry *dentry, struct nameidata *nd) | |||
| 951 | if (!link) | 1073 | if (!link) |
| 952 | link = ERR_PTR(-ENOMEM); | 1074 | link = ERR_PTR(-ENOMEM); |
| 953 | else { | 1075 | else { |
| 954 | len = v9fs_readlink(dentry, link, PATH_MAX); | 1076 | len = v9fs_readlink(dentry, link, strlen(link)); |
| 955 | 1077 | ||
| 956 | if (len < 0) { | 1078 | if (len < 0) { |
| 957 | __putname(link); | 1079 | __putname(link); |
| @@ -983,53 +1105,75 @@ static void v9fs_vfs_put_link(struct dentry *dentry, struct nameidata *nd, void | |||
| 983 | static int v9fs_vfs_mkspecial(struct inode *dir, struct dentry *dentry, | 1105 | static int v9fs_vfs_mkspecial(struct inode *dir, struct dentry *dentry, |
| 984 | int mode, const char *extension) | 1106 | int mode, const char *extension) |
| 985 | { | 1107 | { |
| 986 | int err, retval; | 1108 | int err; |
| 1109 | u32 fid, perm; | ||
| 987 | struct v9fs_session_info *v9ses; | 1110 | struct v9fs_session_info *v9ses; |
| 1111 | struct v9fs_fid *dfid, *vfid; | ||
| 1112 | struct inode *inode; | ||
| 988 | struct v9fs_fcall *fcall; | 1113 | struct v9fs_fcall *fcall; |
| 989 | struct v9fs_fid *fid; | ||
| 990 | struct v9fs_wstat wstat; | 1114 | struct v9fs_wstat wstat; |
| 991 | 1115 | ||
| 992 | v9ses = v9fs_inode2v9ses(dir); | ||
| 993 | retval = -EPERM; | ||
| 994 | fcall = NULL; | 1116 | fcall = NULL; |
| 1117 | inode = NULL; | ||
| 1118 | vfid = NULL; | ||
| 1119 | v9ses = v9fs_inode2v9ses(dir); | ||
| 1120 | dfid = v9fs_fid_lookup(dentry->d_parent); | ||
| 1121 | perm = unixmode2p9mode(v9ses, mode); | ||
| 995 | 1122 | ||
| 996 | if (!v9ses->extended) { | 1123 | if (!v9ses->extended) { |
| 997 | dprintk(DEBUG_ERROR, "not extended\n"); | 1124 | dprintk(DEBUG_ERROR, "not extended\n"); |
| 998 | goto free_mem; | 1125 | return -EPERM; |
| 999 | } | 1126 | } |
| 1000 | 1127 | ||
| 1001 | /* issue a create */ | 1128 | err = v9fs_create(v9ses, dfid->fid, (char *) dentry->d_name.name, |
| 1002 | retval = v9fs_create(dir, dentry, mode, 0); | 1129 | perm, V9FS_OREAD, &fid, NULL, NULL); |
| 1003 | if (retval != 0) | ||
| 1004 | goto free_mem; | ||
| 1005 | 1130 | ||
| 1006 | fid = v9fs_fid_get_created(dentry); | 1131 | if (err) |
| 1007 | if (!fid) { | 1132 | goto error; |
| 1008 | dprintk(DEBUG_ERROR, "couldn't resolve fid from dentry\n"); | 1133 | |
| 1009 | goto free_mem; | 1134 | err = v9fs_t_clunk(v9ses, fid); |
| 1135 | if (err) | ||
| 1136 | goto error; | ||
| 1137 | |||
| 1138 | vfid = v9fs_clone_walk(v9ses, dfid->fid, dentry); | ||
| 1139 | if (IS_ERR(vfid)) { | ||
| 1140 | err = PTR_ERR(vfid); | ||
| 1141 | vfid = NULL; | ||
| 1142 | goto error; | ||
| 1143 | } | ||
| 1144 | |||
| 1145 | inode = v9fs_inode_from_fid(v9ses, vfid->fid, dir->i_sb); | ||
| 1146 | if (IS_ERR(inode)) { | ||
| 1147 | err = PTR_ERR(inode); | ||
| 1148 | inode = NULL; | ||
| 1149 | goto error; | ||
| 1010 | } | 1150 | } |
| 1011 | 1151 | ||
| 1012 | /* issue a Twstat */ | 1152 | /* issue a Twstat */ |
| 1013 | v9fs_blank_wstat(&wstat); | 1153 | v9fs_blank_wstat(&wstat); |
| 1014 | wstat.muid = v9ses->name; | 1154 | wstat.muid = v9ses->name; |
| 1015 | wstat.extension = (char *) extension; | 1155 | wstat.extension = (char *) extension; |
| 1016 | retval = v9fs_t_wstat(v9ses, fid->fid, &wstat, &fcall); | 1156 | err = v9fs_t_wstat(v9ses, vfid->fid, &wstat, &fcall); |
| 1017 | if (retval < 0) { | ||
| 1018 | PRINT_FCALL_ERROR("wstat error", fcall); | ||
| 1019 | goto free_mem; | ||
| 1020 | } | ||
| 1021 | |||
| 1022 | err = v9fs_t_clunk(v9ses, fid->fid); | ||
| 1023 | if (err < 0) { | 1157 | if (err < 0) { |
| 1024 | dprintk(DEBUG_ERROR, "clunk failed: %d\n", err); | 1158 | PRINT_FCALL_ERROR("wstat error", fcall); |
| 1025 | goto free_mem; | 1159 | goto error; |
| 1026 | } | 1160 | } |
| 1027 | 1161 | ||
| 1028 | d_drop(dentry); /* FID - will this also clunk? */ | 1162 | kfree(fcall); |
| 1163 | dentry->d_op = &v9fs_dentry_operations; | ||
| 1164 | d_instantiate(dentry, inode); | ||
| 1165 | return 0; | ||
| 1029 | 1166 | ||
| 1030 | free_mem: | 1167 | error: |
| 1031 | kfree(fcall); | 1168 | kfree(fcall); |
| 1032 | return retval; | 1169 | if (vfid) |
| 1170 | v9fs_fid_destroy(vfid); | ||
| 1171 | |||
| 1172 | if (inode) | ||
| 1173 | iput(inode); | ||
| 1174 | |||
| 1175 | return err; | ||
| 1176 | |||
| 1033 | } | 1177 | } |
| 1034 | 1178 | ||
| 1035 | /** | 1179 | /** |
diff --git a/fs/9p/vfs_super.c b/fs/9p/vfs_super.c index 2c4fa75be025..d05318fa684e 100644 --- a/fs/9p/vfs_super.c +++ b/fs/9p/vfs_super.c | |||
| @@ -146,7 +146,6 @@ static struct super_block *v9fs_get_sb(struct file_system_type | |||
| 146 | inode->i_gid = gid; | 146 | inode->i_gid = gid; |
| 147 | 147 | ||
| 148 | root = d_alloc_root(inode); | 148 | root = d_alloc_root(inode); |
| 149 | |||
| 150 | if (!root) { | 149 | if (!root) { |
| 151 | retval = -ENOMEM; | 150 | retval = -ENOMEM; |
| 152 | goto put_back_sb; | 151 | goto put_back_sb; |
| @@ -158,15 +157,20 @@ static struct super_block *v9fs_get_sb(struct file_system_type | |||
| 158 | if (stat_result < 0) { | 157 | if (stat_result < 0) { |
| 159 | dprintk(DEBUG_ERROR, "stat error\n"); | 158 | dprintk(DEBUG_ERROR, "stat error\n"); |
| 160 | v9fs_t_clunk(v9ses, newfid); | 159 | v9fs_t_clunk(v9ses, newfid); |
| 161 | v9fs_put_idpool(newfid, &v9ses->fidpool); | ||
| 162 | } else { | 160 | } else { |
| 163 | /* Setup the Root Inode */ | 161 | /* Setup the Root Inode */ |
| 164 | root_fid = v9fs_fid_create(root, v9ses, newfid, 0); | 162 | root_fid = v9fs_fid_create(v9ses, newfid); |
| 165 | if (root_fid == NULL) { | 163 | if (root_fid == NULL) { |
| 166 | retval = -ENOMEM; | 164 | retval = -ENOMEM; |
| 167 | goto put_back_sb; | 165 | goto put_back_sb; |
| 168 | } | 166 | } |
| 169 | 167 | ||
| 168 | retval = v9fs_fid_insert(root_fid, root); | ||
| 169 | if (retval < 0) { | ||
| 170 | kfree(fcall); | ||
| 171 | goto put_back_sb; | ||
| 172 | } | ||
| 173 | |||
| 170 | root_fid->qid = fcall->params.rstat.stat.qid; | 174 | root_fid->qid = fcall->params.rstat.stat.qid; |
| 171 | root->d_inode->i_ino = | 175 | root->d_inode->i_ino = |
| 172 | v9fs_qid2ino(&fcall->params.rstat.stat.qid); | 176 | v9fs_qid2ino(&fcall->params.rstat.stat.qid); |
diff --git a/fs/buffer.c b/fs/buffer.c index 62cfd17dc5fe..a9b399402007 100644 --- a/fs/buffer.c +++ b/fs/buffer.c | |||
| @@ -3060,6 +3060,7 @@ int buffer_migrate_page(struct page *newpage, struct page *page) | |||
| 3060 | { | 3060 | { |
| 3061 | struct address_space *mapping = page->mapping; | 3061 | struct address_space *mapping = page->mapping; |
| 3062 | struct buffer_head *bh, *head; | 3062 | struct buffer_head *bh, *head; |
| 3063 | int rc; | ||
| 3063 | 3064 | ||
| 3064 | if (!mapping) | 3065 | if (!mapping) |
| 3065 | return -EAGAIN; | 3066 | return -EAGAIN; |
| @@ -3069,8 +3070,9 @@ int buffer_migrate_page(struct page *newpage, struct page *page) | |||
| 3069 | 3070 | ||
| 3070 | head = page_buffers(page); | 3071 | head = page_buffers(page); |
| 3071 | 3072 | ||
| 3072 | if (migrate_page_remove_references(newpage, page, 3)) | 3073 | rc = migrate_page_remove_references(newpage, page, 3); |
| 3073 | return -EAGAIN; | 3074 | if (rc) |
| 3075 | return rc; | ||
| 3074 | 3076 | ||
| 3075 | bh = head; | 3077 | bh = head; |
| 3076 | do { | 3078 | do { |
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 3c03aadaff0c..7b25463d3c14 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
| @@ -52,7 +52,7 @@ extern int SendReceive2(const unsigned int /* xid */ , struct cifsSesInfo *, | |||
| 52 | int * /* type of buf returned */ , const int long_op); | 52 | int * /* type of buf returned */ , const int long_op); |
| 53 | extern int checkSMBhdr(struct smb_hdr *smb, __u16 mid); | 53 | extern int checkSMBhdr(struct smb_hdr *smb, __u16 mid); |
| 54 | extern int checkSMB(struct smb_hdr *smb, __u16 mid, int length); | 54 | extern int checkSMB(struct smb_hdr *smb, __u16 mid, int length); |
| 55 | extern int is_valid_oplock_break(struct smb_hdr *smb); | 55 | extern int is_valid_oplock_break(struct smb_hdr *smb, struct TCP_Server_Info *); |
| 56 | extern int is_size_safe_to_change(struct cifsInodeInfo *); | 56 | extern int is_size_safe_to_change(struct cifsInodeInfo *); |
| 57 | extern struct cifsFileInfo *find_writable_file(struct cifsInodeInfo *); | 57 | extern struct cifsFileInfo *find_writable_file(struct cifsInodeInfo *); |
| 58 | extern unsigned int smbCalcSize(struct smb_hdr *ptr); | 58 | extern unsigned int smbCalcSize(struct smb_hdr *ptr); |
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index ef5ae6f93c75..2a0c1f4ca0ae 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c | |||
| @@ -630,7 +630,7 @@ multi_t2_fnd: | |||
| 630 | smallbuf = NULL; | 630 | smallbuf = NULL; |
| 631 | } | 631 | } |
| 632 | wake_up_process(task_to_wake); | 632 | wake_up_process(task_to_wake); |
| 633 | } else if ((is_valid_oplock_break(smb_buffer) == FALSE) | 633 | } else if ((is_valid_oplock_break(smb_buffer, server) == FALSE) |
| 634 | && (isMultiRsp == FALSE)) { | 634 | && (isMultiRsp == FALSE)) { |
| 635 | cERROR(1, ("No task to wake, unknown frame rcvd!")); | 635 | cERROR(1, ("No task to wake, unknown frame rcvd!")); |
| 636 | cifs_dump_mem("Received Data is: ",(char *)smb_buffer, | 636 | cifs_dump_mem("Received Data is: ",(char *)smb_buffer, |
diff --git a/fs/cifs/misc.c b/fs/cifs/misc.c index 812c6bb0fe38..432ba15e2c2d 100644 --- a/fs/cifs/misc.c +++ b/fs/cifs/misc.c | |||
| @@ -475,7 +475,7 @@ checkSMB(struct smb_hdr *smb, __u16 mid, int length) | |||
| 475 | return 0; | 475 | return 0; |
| 476 | } | 476 | } |
| 477 | int | 477 | int |
| 478 | is_valid_oplock_break(struct smb_hdr *buf) | 478 | is_valid_oplock_break(struct smb_hdr *buf, struct TCP_Server_Info *srv) |
| 479 | { | 479 | { |
| 480 | struct smb_com_lock_req * pSMB = (struct smb_com_lock_req *)buf; | 480 | struct smb_com_lock_req * pSMB = (struct smb_com_lock_req *)buf; |
| 481 | struct list_head *tmp; | 481 | struct list_head *tmp; |
| @@ -535,7 +535,7 @@ is_valid_oplock_break(struct smb_hdr *buf) | |||
| 535 | read_lock(&GlobalSMBSeslock); | 535 | read_lock(&GlobalSMBSeslock); |
| 536 | list_for_each(tmp, &GlobalTreeConnectionList) { | 536 | list_for_each(tmp, &GlobalTreeConnectionList) { |
| 537 | tcon = list_entry(tmp, struct cifsTconInfo, cifsConnectionList); | 537 | tcon = list_entry(tmp, struct cifsTconInfo, cifsConnectionList); |
| 538 | if (tcon->tid == buf->Tid) { | 538 | if ((tcon->tid == buf->Tid) && (srv == tcon->ses->server)) { |
| 539 | cifs_stats_inc(&tcon->num_oplock_brks); | 539 | cifs_stats_inc(&tcon->num_oplock_brks); |
| 540 | list_for_each(tmp1,&tcon->openFileList){ | 540 | list_for_each(tmp1,&tcon->openFileList){ |
| 541 | netfile = list_entry(tmp1,struct cifsFileInfo, | 541 | netfile = list_entry(tmp1,struct cifsFileInfo, |
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index 537ac70edfe5..c666769a875d 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c | |||
| @@ -446,7 +446,7 @@ static int dev_ifconf(unsigned int fd, unsigned int cmd, unsigned long arg) | |||
| 446 | ifr = ifc.ifc_req; | 446 | ifr = ifc.ifc_req; |
| 447 | ifr32 = compat_ptr(ifc32.ifcbuf); | 447 | ifr32 = compat_ptr(ifc32.ifcbuf); |
| 448 | for (i = 0, j = 0; | 448 | for (i = 0, j = 0; |
| 449 | i + sizeof (struct ifreq32) < ifc32.ifc_len && j < ifc.ifc_len; | 449 | i + sizeof (struct ifreq32) <= ifc32.ifc_len && j < ifc.ifc_len; |
| 450 | i += sizeof (struct ifreq32), j += sizeof (struct ifreq)) { | 450 | i += sizeof (struct ifreq32), j += sizeof (struct ifreq)) { |
| 451 | if (copy_in_user(ifr32, ifr, sizeof (struct ifreq32))) | 451 | if (copy_in_user(ifr32, ifr, sizeof (struct ifreq32))) |
| 452 | return -EFAULT; | 452 | return -EFAULT; |
diff --git a/fs/cramfs/inode.c b/fs/cramfs/inode.c index 7fe85415ae7c..8ad52f5bf255 100644 --- a/fs/cramfs/inode.c +++ b/fs/cramfs/inode.c | |||
| @@ -36,7 +36,7 @@ static DECLARE_MUTEX(read_mutex); | |||
| 36 | 36 | ||
| 37 | /* These two macros may change in future, to provide better st_ino | 37 | /* These two macros may change in future, to provide better st_ino |
| 38 | semantics. */ | 38 | semantics. */ |
| 39 | #define CRAMINO(x) ((x)->offset?(x)->offset<<2:1) | 39 | #define CRAMINO(x) (((x)->offset && (x)->size)?(x)->offset<<2:1) |
| 40 | #define OFFSET(x) ((x)->i_ino) | 40 | #define OFFSET(x) ((x)->i_ino) |
| 41 | 41 | ||
| 42 | 42 | ||
| @@ -66,8 +66,36 @@ static int cramfs_iget5_test(struct inode *inode, void *opaque) | |||
| 66 | 66 | ||
| 67 | static int cramfs_iget5_set(struct inode *inode, void *opaque) | 67 | static int cramfs_iget5_set(struct inode *inode, void *opaque) |
| 68 | { | 68 | { |
| 69 | static struct timespec zerotime; | ||
| 69 | struct cramfs_inode *cramfs_inode = opaque; | 70 | struct cramfs_inode *cramfs_inode = opaque; |
| 71 | inode->i_mode = cramfs_inode->mode; | ||
| 72 | inode->i_uid = cramfs_inode->uid; | ||
| 73 | inode->i_size = cramfs_inode->size; | ||
| 74 | inode->i_blocks = (cramfs_inode->size - 1) / 512 + 1; | ||
| 75 | inode->i_blksize = PAGE_CACHE_SIZE; | ||
| 76 | inode->i_gid = cramfs_inode->gid; | ||
| 77 | /* Struct copy intentional */ | ||
| 78 | inode->i_mtime = inode->i_atime = inode->i_ctime = zerotime; | ||
| 70 | inode->i_ino = CRAMINO(cramfs_inode); | 79 | inode->i_ino = CRAMINO(cramfs_inode); |
| 80 | /* inode->i_nlink is left 1 - arguably wrong for directories, | ||
| 81 | but it's the best we can do without reading the directory | ||
| 82 | contents. 1 yields the right result in GNU find, even | ||
| 83 | without -noleaf option. */ | ||
| 84 | if (S_ISREG(inode->i_mode)) { | ||
| 85 | inode->i_fop = &generic_ro_fops; | ||
| 86 | inode->i_data.a_ops = &cramfs_aops; | ||
| 87 | } else if (S_ISDIR(inode->i_mode)) { | ||
| 88 | inode->i_op = &cramfs_dir_inode_operations; | ||
| 89 | inode->i_fop = &cramfs_directory_operations; | ||
| 90 | } else if (S_ISLNK(inode->i_mode)) { | ||
| 91 | inode->i_op = &page_symlink_inode_operations; | ||
| 92 | inode->i_data.a_ops = &cramfs_aops; | ||
| 93 | } else { | ||
| 94 | inode->i_size = 0; | ||
| 95 | inode->i_blocks = 0; | ||
| 96 | init_special_inode(inode, inode->i_mode, | ||
| 97 | old_decode_dev(cramfs_inode->size)); | ||
| 98 | } | ||
| 71 | return 0; | 99 | return 0; |
| 72 | } | 100 | } |
| 73 | 101 | ||
| @@ -77,37 +105,7 @@ static struct inode *get_cramfs_inode(struct super_block *sb, | |||
| 77 | struct inode *inode = iget5_locked(sb, CRAMINO(cramfs_inode), | 105 | struct inode *inode = iget5_locked(sb, CRAMINO(cramfs_inode), |
| 78 | cramfs_iget5_test, cramfs_iget5_set, | 106 | cramfs_iget5_test, cramfs_iget5_set, |
| 79 | cramfs_inode); | 107 | cramfs_inode); |
| 80 | static struct timespec zerotime; | ||
| 81 | |||
| 82 | if (inode && (inode->i_state & I_NEW)) { | 108 | if (inode && (inode->i_state & I_NEW)) { |
| 83 | inode->i_mode = cramfs_inode->mode; | ||
| 84 | inode->i_uid = cramfs_inode->uid; | ||
| 85 | inode->i_size = cramfs_inode->size; | ||
| 86 | inode->i_blocks = (cramfs_inode->size - 1) / 512 + 1; | ||
| 87 | inode->i_blksize = PAGE_CACHE_SIZE; | ||
| 88 | inode->i_gid = cramfs_inode->gid; | ||
| 89 | /* Struct copy intentional */ | ||
| 90 | inode->i_mtime = inode->i_atime = inode->i_ctime = zerotime; | ||
| 91 | inode->i_ino = CRAMINO(cramfs_inode); | ||
| 92 | /* inode->i_nlink is left 1 - arguably wrong for directories, | ||
| 93 | but it's the best we can do without reading the directory | ||
| 94 | contents. 1 yields the right result in GNU find, even | ||
| 95 | without -noleaf option. */ | ||
| 96 | if (S_ISREG(inode->i_mode)) { | ||
| 97 | inode->i_fop = &generic_ro_fops; | ||
| 98 | inode->i_data.a_ops = &cramfs_aops; | ||
| 99 | } else if (S_ISDIR(inode->i_mode)) { | ||
| 100 | inode->i_op = &cramfs_dir_inode_operations; | ||
| 101 | inode->i_fop = &cramfs_directory_operations; | ||
| 102 | } else if (S_ISLNK(inode->i_mode)) { | ||
| 103 | inode->i_op = &page_symlink_inode_operations; | ||
| 104 | inode->i_data.a_ops = &cramfs_aops; | ||
| 105 | } else { | ||
| 106 | inode->i_size = 0; | ||
| 107 | inode->i_blocks = 0; | ||
| 108 | init_special_inode(inode, inode->i_mode, | ||
| 109 | old_decode_dev(cramfs_inode->size)); | ||
| 110 | } | ||
| 111 | unlock_new_inode(inode); | 109 | unlock_new_inode(inode); |
| 112 | } | 110 | } |
| 113 | return inode; | 111 | return inode; |
diff --git a/fs/dcache.c b/fs/dcache.c index a173bba32666..11dc83092d4a 100644 --- a/fs/dcache.c +++ b/fs/dcache.c | |||
| @@ -1736,7 +1736,7 @@ void __init vfs_caches_init(unsigned long mempages) | |||
| 1736 | SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL, NULL); | 1736 | SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL, NULL); |
| 1737 | 1737 | ||
| 1738 | filp_cachep = kmem_cache_create("filp", sizeof(struct file), 0, | 1738 | filp_cachep = kmem_cache_create("filp", sizeof(struct file), 0, |
| 1739 | SLAB_HWCACHE_ALIGN|SLAB_PANIC, filp_ctor, filp_dtor); | 1739 | SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL, NULL); |
| 1740 | 1740 | ||
| 1741 | dcache_init(mempages); | 1741 | dcache_init(mempages); |
| 1742 | inode_init(mempages); | 1742 | inode_init(mempages); |
diff --git a/fs/direct-io.c b/fs/direct-io.c index 848044af7e16..27f3e787faca 100644 --- a/fs/direct-io.c +++ b/fs/direct-io.c | |||
| @@ -1155,15 +1155,16 @@ direct_io_worker(int rw, struct kiocb *iocb, struct inode *inode, | |||
| 1155 | * For writes, i_mutex is not held on entry; it is never taken. | 1155 | * For writes, i_mutex is not held on entry; it is never taken. |
| 1156 | * | 1156 | * |
| 1157 | * DIO_LOCKING (simple locking for regular files) | 1157 | * DIO_LOCKING (simple locking for regular files) |
| 1158 | * For writes we are called under i_mutex and return with i_mutex held, even though | 1158 | * For writes we are called under i_mutex and return with i_mutex held, even |
| 1159 | * it is internally dropped. | 1159 | * though it is internally dropped. |
| 1160 | * For reads, i_mutex is not held on entry, but it is taken and dropped before | 1160 | * For reads, i_mutex is not held on entry, but it is taken and dropped before |
| 1161 | * returning. | 1161 | * returning. |
| 1162 | * | 1162 | * |
| 1163 | * DIO_OWN_LOCKING (filesystem provides synchronisation and handling of | 1163 | * DIO_OWN_LOCKING (filesystem provides synchronisation and handling of |
| 1164 | * uninitialised data, allowing parallel direct readers and writers) | 1164 | * uninitialised data, allowing parallel direct readers and writers) |
| 1165 | * For writes we are called without i_mutex, return without it, never touch it. | 1165 | * For writes we are called without i_mutex, return without it, never touch it. |
| 1166 | * For reads, i_mutex is held on entry and will be released before returning. | 1166 | * For reads we are called under i_mutex and return with i_mutex held, even |
| 1167 | * though it may be internally dropped. | ||
| 1167 | * | 1168 | * |
| 1168 | * Additional i_alloc_sem locking requirements described inline below. | 1169 | * Additional i_alloc_sem locking requirements described inline below. |
| 1169 | */ | 1170 | */ |
| @@ -1182,7 +1183,8 @@ __blockdev_direct_IO(int rw, struct kiocb *iocb, struct inode *inode, | |||
| 1182 | ssize_t retval = -EINVAL; | 1183 | ssize_t retval = -EINVAL; |
| 1183 | loff_t end = offset; | 1184 | loff_t end = offset; |
| 1184 | struct dio *dio; | 1185 | struct dio *dio; |
| 1185 | int reader_with_isem = (rw == READ && dio_lock_type == DIO_OWN_LOCKING); | 1186 | int release_i_mutex = 0; |
| 1187 | int acquire_i_mutex = 0; | ||
| 1186 | 1188 | ||
| 1187 | if (rw & WRITE) | 1189 | if (rw & WRITE) |
| 1188 | current->flags |= PF_SYNCWRITE; | 1190 | current->flags |= PF_SYNCWRITE; |
| @@ -1225,7 +1227,6 @@ __blockdev_direct_IO(int rw, struct kiocb *iocb, struct inode *inode, | |||
| 1225 | * writers need to grab i_alloc_sem only (i_mutex is already held) | 1227 | * writers need to grab i_alloc_sem only (i_mutex is already held) |
| 1226 | * For regular files using DIO_OWN_LOCKING, | 1228 | * For regular files using DIO_OWN_LOCKING, |
| 1227 | * neither readers nor writers take any locks here | 1229 | * neither readers nor writers take any locks here |
| 1228 | * (i_mutex is already held and release for writers here) | ||
| 1229 | */ | 1230 | */ |
| 1230 | dio->lock_type = dio_lock_type; | 1231 | dio->lock_type = dio_lock_type; |
| 1231 | if (dio_lock_type != DIO_NO_LOCKING) { | 1232 | if (dio_lock_type != DIO_NO_LOCKING) { |
| @@ -1236,7 +1237,7 @@ __blockdev_direct_IO(int rw, struct kiocb *iocb, struct inode *inode, | |||
| 1236 | mapping = iocb->ki_filp->f_mapping; | 1237 | mapping = iocb->ki_filp->f_mapping; |
| 1237 | if (dio_lock_type != DIO_OWN_LOCKING) { | 1238 | if (dio_lock_type != DIO_OWN_LOCKING) { |
| 1238 | mutex_lock(&inode->i_mutex); | 1239 | mutex_lock(&inode->i_mutex); |
| 1239 | reader_with_isem = 1; | 1240 | release_i_mutex = 1; |
| 1240 | } | 1241 | } |
| 1241 | 1242 | ||
| 1242 | retval = filemap_write_and_wait_range(mapping, offset, | 1243 | retval = filemap_write_and_wait_range(mapping, offset, |
| @@ -1248,7 +1249,7 @@ __blockdev_direct_IO(int rw, struct kiocb *iocb, struct inode *inode, | |||
| 1248 | 1249 | ||
| 1249 | if (dio_lock_type == DIO_OWN_LOCKING) { | 1250 | if (dio_lock_type == DIO_OWN_LOCKING) { |
| 1250 | mutex_unlock(&inode->i_mutex); | 1251 | mutex_unlock(&inode->i_mutex); |
| 1251 | reader_with_isem = 0; | 1252 | acquire_i_mutex = 1; |
| 1252 | } | 1253 | } |
| 1253 | } | 1254 | } |
| 1254 | 1255 | ||
| @@ -1269,11 +1270,13 @@ __blockdev_direct_IO(int rw, struct kiocb *iocb, struct inode *inode, | |||
| 1269 | nr_segs, blkbits, get_blocks, end_io, dio); | 1270 | nr_segs, blkbits, get_blocks, end_io, dio); |
| 1270 | 1271 | ||
| 1271 | if (rw == READ && dio_lock_type == DIO_LOCKING) | 1272 | if (rw == READ && dio_lock_type == DIO_LOCKING) |
| 1272 | reader_with_isem = 0; | 1273 | release_i_mutex = 0; |
| 1273 | 1274 | ||
| 1274 | out: | 1275 | out: |
| 1275 | if (reader_with_isem) | 1276 | if (release_i_mutex) |
| 1276 | mutex_unlock(&inode->i_mutex); | 1277 | mutex_unlock(&inode->i_mutex); |
| 1278 | else if (acquire_i_mutex) | ||
| 1279 | mutex_lock(&inode->i_mutex); | ||
| 1277 | if (rw & WRITE) | 1280 | if (rw & WRITE) |
| 1278 | current->flags &= ~PF_SYNCWRITE; | 1281 | current->flags &= ~PF_SYNCWRITE; |
| 1279 | return retval; | 1282 | return retval; |
| @@ -885,6 +885,12 @@ int flush_old_exec(struct linux_binprm * bprm) | |||
| 885 | current->flags &= ~PF_RANDOMIZE; | 885 | current->flags &= ~PF_RANDOMIZE; |
| 886 | flush_thread(); | 886 | flush_thread(); |
| 887 | 887 | ||
| 888 | /* Set the new mm task size. We have to do that late because it may | ||
| 889 | * depend on TIF_32BIT which is only updated in flush_thread() on | ||
| 890 | * some architectures like powerpc | ||
| 891 | */ | ||
| 892 | current->mm->task_size = TASK_SIZE; | ||
| 893 | |||
| 888 | if (bprm->e_uid != current->euid || bprm->e_gid != current->egid || | 894 | if (bprm->e_uid != current->euid || bprm->e_gid != current->egid || |
| 889 | file_permission(bprm->file, MAY_READ) || | 895 | file_permission(bprm->file, MAY_READ) || |
| 890 | (bprm->interp_flags & BINPRM_FLAGS_ENFORCE_NONDUMP)) { | 896 | (bprm->interp_flags & BINPRM_FLAGS_ENFORCE_NONDUMP)) { |
diff --git a/fs/ext2/dir.c b/fs/ext2/dir.c index 7442bdd1267a..b3dbd716cd3a 100644 --- a/fs/ext2/dir.c +++ b/fs/ext2/dir.c | |||
| @@ -256,11 +256,10 @@ ext2_readdir (struct file * filp, void * dirent, filldir_t filldir) | |||
| 256 | unsigned long npages = dir_pages(inode); | 256 | unsigned long npages = dir_pages(inode); |
| 257 | unsigned chunk_mask = ~(ext2_chunk_size(inode)-1); | 257 | unsigned chunk_mask = ~(ext2_chunk_size(inode)-1); |
| 258 | unsigned char *types = NULL; | 258 | unsigned char *types = NULL; |
| 259 | int need_revalidate = (filp->f_version != inode->i_version); | 259 | int need_revalidate = filp->f_version != inode->i_version; |
| 260 | int ret; | ||
| 261 | 260 | ||
| 262 | if (pos > inode->i_size - EXT2_DIR_REC_LEN(1)) | 261 | if (pos > inode->i_size - EXT2_DIR_REC_LEN(1)) |
| 263 | goto success; | 262 | return 0; |
| 264 | 263 | ||
| 265 | if (EXT2_HAS_INCOMPAT_FEATURE(sb, EXT2_FEATURE_INCOMPAT_FILETYPE)) | 264 | if (EXT2_HAS_INCOMPAT_FEATURE(sb, EXT2_FEATURE_INCOMPAT_FILETYPE)) |
| 266 | types = ext2_filetype_table; | 265 | types = ext2_filetype_table; |
| @@ -275,12 +274,15 @@ ext2_readdir (struct file * filp, void * dirent, filldir_t filldir) | |||
| 275 | "bad page in #%lu", | 274 | "bad page in #%lu", |
| 276 | inode->i_ino); | 275 | inode->i_ino); |
| 277 | filp->f_pos += PAGE_CACHE_SIZE - offset; | 276 | filp->f_pos += PAGE_CACHE_SIZE - offset; |
| 278 | ret = -EIO; | 277 | return -EIO; |
| 279 | goto done; | ||
| 280 | } | 278 | } |
| 281 | kaddr = page_address(page); | 279 | kaddr = page_address(page); |
| 282 | if (need_revalidate) { | 280 | if (unlikely(need_revalidate)) { |
| 283 | offset = ext2_validate_entry(kaddr, offset, chunk_mask); | 281 | if (offset) { |
| 282 | offset = ext2_validate_entry(kaddr, offset, chunk_mask); | ||
| 283 | filp->f_pos = (n<<PAGE_CACHE_SHIFT) + offset; | ||
| 284 | } | ||
| 285 | filp->f_version = inode->i_version; | ||
| 284 | need_revalidate = 0; | 286 | need_revalidate = 0; |
| 285 | } | 287 | } |
| 286 | de = (ext2_dirent *)(kaddr+offset); | 288 | de = (ext2_dirent *)(kaddr+offset); |
| @@ -289,9 +291,8 @@ ext2_readdir (struct file * filp, void * dirent, filldir_t filldir) | |||
| 289 | if (de->rec_len == 0) { | 291 | if (de->rec_len == 0) { |
| 290 | ext2_error(sb, __FUNCTION__, | 292 | ext2_error(sb, __FUNCTION__, |
| 291 | "zero-length directory entry"); | 293 | "zero-length directory entry"); |
| 292 | ret = -EIO; | ||
| 293 | ext2_put_page(page); | 294 | ext2_put_page(page); |
| 294 | goto done; | 295 | return -EIO; |
| 295 | } | 296 | } |
| 296 | if (de->inode) { | 297 | if (de->inode) { |
| 297 | int over; | 298 | int over; |
| @@ -306,19 +307,14 @@ ext2_readdir (struct file * filp, void * dirent, filldir_t filldir) | |||
| 306 | le32_to_cpu(de->inode), d_type); | 307 | le32_to_cpu(de->inode), d_type); |
| 307 | if (over) { | 308 | if (over) { |
| 308 | ext2_put_page(page); | 309 | ext2_put_page(page); |
| 309 | goto success; | 310 | return 0; |
| 310 | } | 311 | } |
| 311 | } | 312 | } |
| 312 | filp->f_pos += le16_to_cpu(de->rec_len); | 313 | filp->f_pos += le16_to_cpu(de->rec_len); |
| 313 | } | 314 | } |
| 314 | ext2_put_page(page); | 315 | ext2_put_page(page); |
| 315 | } | 316 | } |
| 316 | 317 | return 0; | |
| 317 | success: | ||
| 318 | ret = 0; | ||
| 319 | done: | ||
| 320 | filp->f_version = inode->i_version; | ||
| 321 | return ret; | ||
| 322 | } | 318 | } |
| 323 | 319 | ||
| 324 | /* | 320 | /* |
diff --git a/fs/ext3/inode.c b/fs/ext3/inode.c index 3fc4238e9703..0384e539b88f 100644 --- a/fs/ext3/inode.c +++ b/fs/ext3/inode.c | |||
| @@ -1624,15 +1624,14 @@ static int ext3_block_truncate_page(handle_t *handle, struct page *page, | |||
| 1624 | * For "nobh" option, we can only work if we don't need to | 1624 | * For "nobh" option, we can only work if we don't need to |
| 1625 | * read-in the page - otherwise we create buffers to do the IO. | 1625 | * read-in the page - otherwise we create buffers to do the IO. |
| 1626 | */ | 1626 | */ |
| 1627 | if (!page_has_buffers(page) && test_opt(inode->i_sb, NOBH)) { | 1627 | if (!page_has_buffers(page) && test_opt(inode->i_sb, NOBH) && |
| 1628 | if (PageUptodate(page)) { | 1628 | ext3_should_writeback_data(inode) && PageUptodate(page)) { |
| 1629 | kaddr = kmap_atomic(page, KM_USER0); | 1629 | kaddr = kmap_atomic(page, KM_USER0); |
| 1630 | memset(kaddr + offset, 0, length); | 1630 | memset(kaddr + offset, 0, length); |
| 1631 | flush_dcache_page(page); | 1631 | flush_dcache_page(page); |
| 1632 | kunmap_atomic(kaddr, KM_USER0); | 1632 | kunmap_atomic(kaddr, KM_USER0); |
| 1633 | set_page_dirty(page); | 1633 | set_page_dirty(page); |
| 1634 | goto unlock; | 1634 | goto unlock; |
| 1635 | } | ||
| 1636 | } | 1635 | } |
| 1637 | 1636 | ||
| 1638 | if (!page_has_buffers(page)) | 1637 | if (!page_has_buffers(page)) |
diff --git a/fs/ext3/namei.c b/fs/ext3/namei.c index 8bd8ac077704..b8f5cd1e540d 100644 --- a/fs/ext3/namei.c +++ b/fs/ext3/namei.c | |||
| @@ -2141,7 +2141,8 @@ retry: | |||
| 2141 | * We have a transaction open. All is sweetness. It also sets | 2141 | * We have a transaction open. All is sweetness. It also sets |
| 2142 | * i_size in generic_commit_write(). | 2142 | * i_size in generic_commit_write(). |
| 2143 | */ | 2143 | */ |
| 2144 | err = page_symlink(inode, symname, l); | 2144 | err = __page_symlink(inode, symname, l, |
| 2145 | mapping_gfp_mask(inode->i_mapping) & ~__GFP_FS); | ||
| 2145 | if (err) { | 2146 | if (err) { |
| 2146 | ext3_dec_count(handle, inode); | 2147 | ext3_dec_count(handle, inode); |
| 2147 | ext3_mark_inode_dirty(handle, inode); | 2148 | ext3_mark_inode_dirty(handle, inode); |
| @@ -34,10 +34,7 @@ static int fifo_open(struct inode *inode, struct file *filp) | |||
| 34 | { | 34 | { |
| 35 | int ret; | 35 | int ret; |
| 36 | 36 | ||
| 37 | ret = -ERESTARTSYS; | 37 | mutex_lock(PIPE_MUTEX(*inode)); |
| 38 | if (mutex_lock_interruptible(PIPE_MUTEX(*inode))) | ||
| 39 | goto err_nolock_nocleanup; | ||
| 40 | |||
| 41 | if (!inode->i_pipe) { | 38 | if (!inode->i_pipe) { |
| 42 | ret = -ENOMEM; | 39 | ret = -ENOMEM; |
| 43 | if(!pipe_new(inode)) | 40 | if(!pipe_new(inode)) |
| @@ -140,8 +137,6 @@ err: | |||
| 140 | 137 | ||
| 141 | err_nocleanup: | 138 | err_nocleanup: |
| 142 | mutex_unlock(PIPE_MUTEX(*inode)); | 139 | mutex_unlock(PIPE_MUTEX(*inode)); |
| 143 | |||
| 144 | err_nolock_nocleanup: | ||
| 145 | return ret; | 140 | return ret; |
| 146 | } | 141 | } |
| 147 | 142 | ||
diff --git a/fs/file_table.c b/fs/file_table.c index 768b58167543..44fabeaa9415 100644 --- a/fs/file_table.c +++ b/fs/file_table.c | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu) | 5 | * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu) |
| 6 | */ | 6 | */ |
| 7 | 7 | ||
| 8 | #include <linux/config.h> | ||
| 8 | #include <linux/string.h> | 9 | #include <linux/string.h> |
| 9 | #include <linux/slab.h> | 10 | #include <linux/slab.h> |
| 10 | #include <linux/file.h> | 11 | #include <linux/file.h> |
| @@ -19,52 +20,67 @@ | |||
| 19 | #include <linux/capability.h> | 20 | #include <linux/capability.h> |
| 20 | #include <linux/cdev.h> | 21 | #include <linux/cdev.h> |
| 21 | #include <linux/fsnotify.h> | 22 | #include <linux/fsnotify.h> |
| 23 | #include <linux/sysctl.h> | ||
| 24 | #include <linux/percpu_counter.h> | ||
| 25 | |||
| 26 | #include <asm/atomic.h> | ||
| 22 | 27 | ||
| 23 | /* sysctl tunables... */ | 28 | /* sysctl tunables... */ |
| 24 | struct files_stat_struct files_stat = { | 29 | struct files_stat_struct files_stat = { |
| 25 | .max_files = NR_FILE | 30 | .max_files = NR_FILE |
| 26 | }; | 31 | }; |
| 27 | 32 | ||
| 28 | EXPORT_SYMBOL(files_stat); /* Needed by unix.o */ | ||
| 29 | |||
| 30 | /* public. Not pretty! */ | 33 | /* public. Not pretty! */ |
| 31 | __cacheline_aligned_in_smp DEFINE_SPINLOCK(files_lock); | 34 | __cacheline_aligned_in_smp DEFINE_SPINLOCK(files_lock); |
| 32 | 35 | ||
| 33 | static DEFINE_SPINLOCK(filp_count_lock); | 36 | static struct percpu_counter nr_files __cacheline_aligned_in_smp; |
| 34 | 37 | ||
| 35 | /* slab constructors and destructors are called from arbitrary | 38 | static inline void file_free_rcu(struct rcu_head *head) |
| 36 | * context and must be fully threaded - use a local spinlock | ||
| 37 | * to protect files_stat.nr_files | ||
| 38 | */ | ||
| 39 | void filp_ctor(void *objp, struct kmem_cache *cachep, unsigned long cflags) | ||
| 40 | { | 39 | { |
| 41 | if ((cflags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == | 40 | struct file *f = container_of(head, struct file, f_u.fu_rcuhead); |
| 42 | SLAB_CTOR_CONSTRUCTOR) { | 41 | kmem_cache_free(filp_cachep, f); |
| 43 | unsigned long flags; | ||
| 44 | spin_lock_irqsave(&filp_count_lock, flags); | ||
| 45 | files_stat.nr_files++; | ||
| 46 | spin_unlock_irqrestore(&filp_count_lock, flags); | ||
| 47 | } | ||
| 48 | } | 42 | } |
| 49 | 43 | ||
| 50 | void filp_dtor(void *objp, struct kmem_cache *cachep, unsigned long dflags) | 44 | static inline void file_free(struct file *f) |
| 51 | { | 45 | { |
| 52 | unsigned long flags; | 46 | percpu_counter_dec(&nr_files); |
| 53 | spin_lock_irqsave(&filp_count_lock, flags); | 47 | call_rcu(&f->f_u.fu_rcuhead, file_free_rcu); |
| 54 | files_stat.nr_files--; | ||
| 55 | spin_unlock_irqrestore(&filp_count_lock, flags); | ||
| 56 | } | 48 | } |
| 57 | 49 | ||
| 58 | static inline void file_free_rcu(struct rcu_head *head) | 50 | /* |
| 51 | * Return the total number of open files in the system | ||
| 52 | */ | ||
| 53 | static int get_nr_files(void) | ||
| 59 | { | 54 | { |
| 60 | struct file *f = container_of(head, struct file, f_u.fu_rcuhead); | 55 | return percpu_counter_read_positive(&nr_files); |
| 61 | kmem_cache_free(filp_cachep, f); | ||
| 62 | } | 56 | } |
| 63 | 57 | ||
| 64 | static inline void file_free(struct file *f) | 58 | /* |
| 59 | * Return the maximum number of open files in the system | ||
| 60 | */ | ||
| 61 | int get_max_files(void) | ||
| 65 | { | 62 | { |
| 66 | call_rcu(&f->f_u.fu_rcuhead, file_free_rcu); | 63 | return files_stat.max_files; |
| 67 | } | 64 | } |
| 65 | EXPORT_SYMBOL_GPL(get_max_files); | ||
| 66 | |||
| 67 | /* | ||
| 68 | * Handle nr_files sysctl | ||
| 69 | */ | ||
| 70 | #if defined(CONFIG_SYSCTL) && defined(CONFIG_PROC_FS) | ||
| 71 | int proc_nr_files(ctl_table *table, int write, struct file *filp, | ||
| 72 | void __user *buffer, size_t *lenp, loff_t *ppos) | ||
| 73 | { | ||
| 74 | files_stat.nr_files = get_nr_files(); | ||
| 75 | return proc_dointvec(table, write, filp, buffer, lenp, ppos); | ||
| 76 | } | ||
| 77 | #else | ||
| 78 | int proc_nr_files(ctl_table *table, int write, struct file *filp, | ||
| 79 | void __user *buffer, size_t *lenp, loff_t *ppos) | ||
| 80 | { | ||
| 81 | return -ENOSYS; | ||
| 82 | } | ||
| 83 | #endif | ||
| 68 | 84 | ||
| 69 | /* Find an unused file structure and return a pointer to it. | 85 | /* Find an unused file structure and return a pointer to it. |
| 70 | * Returns NULL, if there are no more free file structures or | 86 | * Returns NULL, if there are no more free file structures or |
| @@ -78,14 +94,20 @@ struct file *get_empty_filp(void) | |||
| 78 | /* | 94 | /* |
| 79 | * Privileged users can go above max_files | 95 | * Privileged users can go above max_files |
| 80 | */ | 96 | */ |
| 81 | if (files_stat.nr_files >= files_stat.max_files && | 97 | if (get_nr_files() >= files_stat.max_files && !capable(CAP_SYS_ADMIN)) { |
| 82 | !capable(CAP_SYS_ADMIN)) | 98 | /* |
| 83 | goto over; | 99 | * percpu_counters are inaccurate. Do an expensive check before |
| 100 | * we go and fail. | ||
| 101 | */ | ||
| 102 | if (percpu_counter_sum(&nr_files) >= files_stat.max_files) | ||
| 103 | goto over; | ||
| 104 | } | ||
| 84 | 105 | ||
| 85 | f = kmem_cache_alloc(filp_cachep, GFP_KERNEL); | 106 | f = kmem_cache_alloc(filp_cachep, GFP_KERNEL); |
| 86 | if (f == NULL) | 107 | if (f == NULL) |
| 87 | goto fail; | 108 | goto fail; |
| 88 | 109 | ||
| 110 | percpu_counter_inc(&nr_files); | ||
| 89 | memset(f, 0, sizeof(*f)); | 111 | memset(f, 0, sizeof(*f)); |
| 90 | if (security_file_alloc(f)) | 112 | if (security_file_alloc(f)) |
| 91 | goto fail_sec; | 113 | goto fail_sec; |
| @@ -101,10 +123,10 @@ struct file *get_empty_filp(void) | |||
| 101 | 123 | ||
| 102 | over: | 124 | over: |
| 103 | /* Ran out of filps - report that */ | 125 | /* Ran out of filps - report that */ |
| 104 | if (files_stat.nr_files > old_max) { | 126 | if (get_nr_files() > old_max) { |
| 105 | printk(KERN_INFO "VFS: file-max limit %d reached\n", | 127 | printk(KERN_INFO "VFS: file-max limit %d reached\n", |
| 106 | files_stat.max_files); | 128 | get_max_files()); |
| 107 | old_max = files_stat.nr_files; | 129 | old_max = get_nr_files(); |
| 108 | } | 130 | } |
| 109 | goto fail; | 131 | goto fail; |
| 110 | 132 | ||
| @@ -276,4 +298,5 @@ void __init files_init(unsigned long mempages) | |||
| 276 | if (files_stat.max_files < NR_FILE) | 298 | if (files_stat.max_files < NR_FILE) |
| 277 | files_stat.max_files = NR_FILE; | 299 | files_stat.max_files = NR_FILE; |
| 278 | files_defer_init(); | 300 | files_defer_init(); |
| 301 | percpu_counter_init(&nr_files); | ||
| 279 | } | 302 | } |
diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c index 21fd59c7bc24..c72a8a97935c 100644 --- a/fs/fuse/dir.c +++ b/fs/fuse/dir.c | |||
| @@ -111,6 +111,8 @@ static int fuse_dentry_revalidate(struct dentry *entry, struct nameidata *nd) | |||
| 111 | 111 | ||
| 112 | /* Doesn't hurt to "reset" the validity timeout */ | 112 | /* Doesn't hurt to "reset" the validity timeout */ |
| 113 | fuse_invalidate_entry_cache(entry); | 113 | fuse_invalidate_entry_cache(entry); |
| 114 | |||
| 115 | /* For negative dentries, always do a fresh lookup */ | ||
| 114 | if (!inode) | 116 | if (!inode) |
| 115 | return 0; | 117 | return 0; |
| 116 | 118 | ||
| @@ -122,6 +124,9 @@ static int fuse_dentry_revalidate(struct dentry *entry, struct nameidata *nd) | |||
| 122 | fuse_lookup_init(req, entry->d_parent->d_inode, entry, &outarg); | 124 | fuse_lookup_init(req, entry->d_parent->d_inode, entry, &outarg); |
| 123 | request_send(fc, req); | 125 | request_send(fc, req); |
| 124 | err = req->out.h.error; | 126 | err = req->out.h.error; |
| 127 | /* Zero nodeid is same as -ENOENT */ | ||
| 128 | if (!err && !outarg.nodeid) | ||
| 129 | err = -ENOENT; | ||
| 125 | if (!err) { | 130 | if (!err) { |
| 126 | struct fuse_inode *fi = get_fuse_inode(inode); | 131 | struct fuse_inode *fi = get_fuse_inode(inode); |
| 127 | if (outarg.nodeid != get_node_id(inode)) { | 132 | if (outarg.nodeid != get_node_id(inode)) { |
| @@ -190,8 +195,9 @@ static struct dentry *fuse_lookup(struct inode *dir, struct dentry *entry, | |||
| 190 | fuse_lookup_init(req, dir, entry, &outarg); | 195 | fuse_lookup_init(req, dir, entry, &outarg); |
| 191 | request_send(fc, req); | 196 | request_send(fc, req); |
| 192 | err = req->out.h.error; | 197 | err = req->out.h.error; |
| 193 | if (!err && ((outarg.nodeid && invalid_nodeid(outarg.nodeid)) || | 198 | /* Zero nodeid is same as -ENOENT, but with valid timeout */ |
| 194 | !valid_mode(outarg.attr.mode))) | 199 | if (!err && outarg.nodeid && |
| 200 | (invalid_nodeid(outarg.nodeid) || !valid_mode(outarg.attr.mode))) | ||
| 195 | err = -EIO; | 201 | err = -EIO; |
| 196 | if (!err && outarg.nodeid) { | 202 | if (!err && outarg.nodeid) { |
| 197 | inode = fuse_iget(dir->i_sb, outarg.nodeid, outarg.generation, | 203 | inode = fuse_iget(dir->i_sb, outarg.nodeid, outarg.generation, |
diff --git a/fs/jffs2/nodelist.c b/fs/jffs2/nodelist.c index b635e167a3fa..d4d0c41490cd 100644 --- a/fs/jffs2/nodelist.c +++ b/fs/jffs2/nodelist.c | |||
| @@ -406,7 +406,8 @@ static int check_node_data(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info | |||
| 406 | int err = 0, pointed = 0; | 406 | int err = 0, pointed = 0; |
| 407 | struct jffs2_eraseblock *jeb; | 407 | struct jffs2_eraseblock *jeb; |
| 408 | unsigned char *buffer; | 408 | unsigned char *buffer; |
| 409 | uint32_t crc, ofs, retlen, len; | 409 | uint32_t crc, ofs, len; |
| 410 | size_t retlen; | ||
| 410 | 411 | ||
| 411 | BUG_ON(tn->csize == 0); | 412 | BUG_ON(tn->csize == 0); |
| 412 | 413 | ||
diff --git a/fs/jffs2/readinode.c b/fs/jffs2/readinode.c index 5f0652df5d47..f1695642d0f7 100644 --- a/fs/jffs2/readinode.c +++ b/fs/jffs2/readinode.c | |||
| @@ -112,7 +112,7 @@ static struct jffs2_raw_node_ref *jffs2_first_valid_node(struct jffs2_raw_node_r | |||
| 112 | * negative error code on failure. | 112 | * negative error code on failure. |
| 113 | */ | 113 | */ |
| 114 | static inline int read_direntry(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, | 114 | static inline int read_direntry(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, |
| 115 | struct jffs2_raw_dirent *rd, uint32_t read, struct jffs2_full_dirent **fdp, | 115 | struct jffs2_raw_dirent *rd, size_t read, struct jffs2_full_dirent **fdp, |
| 116 | uint32_t *latest_mctime, uint32_t *mctime_ver) | 116 | uint32_t *latest_mctime, uint32_t *mctime_ver) |
| 117 | { | 117 | { |
| 118 | struct jffs2_full_dirent *fd; | 118 | struct jffs2_full_dirent *fd; |
diff --git a/fs/jffs2/scan.c b/fs/jffs2/scan.c index 3e51dd1da8aa..cf55b221fc2b 100644 --- a/fs/jffs2/scan.c +++ b/fs/jffs2/scan.c | |||
| @@ -233,7 +233,7 @@ int jffs2_scan_medium(struct jffs2_sb_info *c) | |||
| 233 | c->nextblock->dirty_size = 0; | 233 | c->nextblock->dirty_size = 0; |
| 234 | } | 234 | } |
| 235 | #ifdef CONFIG_JFFS2_FS_WRITEBUFFER | 235 | #ifdef CONFIG_JFFS2_FS_WRITEBUFFER |
| 236 | if (!jffs2_can_mark_obsolete(c) && c->nextblock && (c->nextblock->free_size % c->wbuf_pagesize)) { | 236 | if (!jffs2_can_mark_obsolete(c) && c->wbuf_pagesize && c->nextblock && (c->nextblock->free_size % c->wbuf_pagesize)) { |
| 237 | /* If we're going to start writing into a block which already | 237 | /* If we're going to start writing into a block which already |
| 238 | contains data, and the end of the data isn't page-aligned, | 238 | contains data, and the end of the data isn't page-aligned, |
| 239 | skip a little and align it. */ | 239 | skip a little and align it. */ |
diff --git a/fs/jfs/jfs_dmap.c b/fs/jfs/jfs_dmap.c index 2967b7393415..79b5404db100 100644 --- a/fs/jfs/jfs_dmap.c +++ b/fs/jfs/jfs_dmap.c | |||
| @@ -532,10 +532,10 @@ dbUpdatePMap(struct inode *ipbmap, | |||
| 532 | 532 | ||
| 533 | lastlblkno = lblkno; | 533 | lastlblkno = lblkno; |
| 534 | 534 | ||
| 535 | LOGSYNC_LOCK(log, flags); | ||
| 535 | if (mp->lsn != 0) { | 536 | if (mp->lsn != 0) { |
| 536 | /* inherit older/smaller lsn */ | 537 | /* inherit older/smaller lsn */ |
| 537 | logdiff(diffp, mp->lsn, log); | 538 | logdiff(diffp, mp->lsn, log); |
| 538 | LOGSYNC_LOCK(log, flags); | ||
| 539 | if (difft < diffp) { | 539 | if (difft < diffp) { |
| 540 | mp->lsn = lsn; | 540 | mp->lsn = lsn; |
| 541 | 541 | ||
| @@ -548,20 +548,17 @@ dbUpdatePMap(struct inode *ipbmap, | |||
| 548 | logdiff(diffp, mp->clsn, log); | 548 | logdiff(diffp, mp->clsn, log); |
| 549 | if (difft > diffp) | 549 | if (difft > diffp) |
| 550 | mp->clsn = tblk->clsn; | 550 | mp->clsn = tblk->clsn; |
| 551 | LOGSYNC_UNLOCK(log, flags); | ||
| 552 | } else { | 551 | } else { |
| 553 | mp->log = log; | 552 | mp->log = log; |
| 554 | mp->lsn = lsn; | 553 | mp->lsn = lsn; |
| 555 | 554 | ||
| 556 | /* insert bp after tblock in logsync list */ | 555 | /* insert bp after tblock in logsync list */ |
| 557 | LOGSYNC_LOCK(log, flags); | ||
| 558 | |||
| 559 | log->count++; | 556 | log->count++; |
| 560 | list_add(&mp->synclist, &tblk->synclist); | 557 | list_add(&mp->synclist, &tblk->synclist); |
| 561 | 558 | ||
| 562 | mp->clsn = tblk->clsn; | 559 | mp->clsn = tblk->clsn; |
| 563 | LOGSYNC_UNLOCK(log, flags); | ||
| 564 | } | 560 | } |
| 561 | LOGSYNC_UNLOCK(log, flags); | ||
| 565 | } | 562 | } |
| 566 | 563 | ||
| 567 | /* write the last buffer. */ | 564 | /* write the last buffer. */ |
diff --git a/fs/jfs/jfs_imap.c b/fs/jfs/jfs_imap.c index 31b4aa13dd4b..4efa0d0eec39 100644 --- a/fs/jfs/jfs_imap.c +++ b/fs/jfs/jfs_imap.c | |||
| @@ -2844,11 +2844,11 @@ diUpdatePMap(struct inode *ipimap, | |||
| 2844 | */ | 2844 | */ |
| 2845 | lsn = tblk->lsn; | 2845 | lsn = tblk->lsn; |
| 2846 | log = JFS_SBI(tblk->sb)->log; | 2846 | log = JFS_SBI(tblk->sb)->log; |
| 2847 | LOGSYNC_LOCK(log, flags); | ||
| 2847 | if (mp->lsn != 0) { | 2848 | if (mp->lsn != 0) { |
| 2848 | /* inherit older/smaller lsn */ | 2849 | /* inherit older/smaller lsn */ |
| 2849 | logdiff(difft, lsn, log); | 2850 | logdiff(difft, lsn, log); |
| 2850 | logdiff(diffp, mp->lsn, log); | 2851 | logdiff(diffp, mp->lsn, log); |
| 2851 | LOGSYNC_LOCK(log, flags); | ||
| 2852 | if (difft < diffp) { | 2852 | if (difft < diffp) { |
| 2853 | mp->lsn = lsn; | 2853 | mp->lsn = lsn; |
| 2854 | /* move mp after tblock in logsync list */ | 2854 | /* move mp after tblock in logsync list */ |
| @@ -2860,17 +2860,15 @@ diUpdatePMap(struct inode *ipimap, | |||
| 2860 | logdiff(diffp, mp->clsn, log); | 2860 | logdiff(diffp, mp->clsn, log); |
| 2861 | if (difft > diffp) | 2861 | if (difft > diffp) |
| 2862 | mp->clsn = tblk->clsn; | 2862 | mp->clsn = tblk->clsn; |
| 2863 | LOGSYNC_UNLOCK(log, flags); | ||
| 2864 | } else { | 2863 | } else { |
| 2865 | mp->log = log; | 2864 | mp->log = log; |
| 2866 | mp->lsn = lsn; | 2865 | mp->lsn = lsn; |
| 2867 | /* insert mp after tblock in logsync list */ | 2866 | /* insert mp after tblock in logsync list */ |
| 2868 | LOGSYNC_LOCK(log, flags); | ||
| 2869 | log->count++; | 2867 | log->count++; |
| 2870 | list_add(&mp->synclist, &tblk->synclist); | 2868 | list_add(&mp->synclist, &tblk->synclist); |
| 2871 | mp->clsn = tblk->clsn; | 2869 | mp->clsn = tblk->clsn; |
| 2872 | LOGSYNC_UNLOCK(log, flags); | ||
| 2873 | } | 2870 | } |
| 2871 | LOGSYNC_UNLOCK(log, flags); | ||
| 2874 | write_metapage(mp); | 2872 | write_metapage(mp); |
| 2875 | return (0); | 2873 | return (0); |
| 2876 | } | 2874 | } |
diff --git a/fs/lockd/clntproc.c b/fs/lockd/clntproc.c index 220058d8616d..970b6a6aa337 100644 --- a/fs/lockd/clntproc.c +++ b/fs/lockd/clntproc.c | |||
| @@ -662,12 +662,18 @@ nlmclnt_unlock(struct nlm_rqst *req, struct file_lock *fl) | |||
| 662 | * reclaimed while we're stuck in the unlock call. */ | 662 | * reclaimed while we're stuck in the unlock call. */ |
| 663 | fl->fl_u.nfs_fl.flags &= ~NFS_LCK_GRANTED; | 663 | fl->fl_u.nfs_fl.flags &= ~NFS_LCK_GRANTED; |
| 664 | 664 | ||
| 665 | /* | ||
| 666 | * Note: the server is supposed to either grant us the unlock | ||
| 667 | * request, or to deny it with NLM_LCK_DENIED_GRACE_PERIOD. In either | ||
| 668 | * case, we want to unlock. | ||
| 669 | */ | ||
| 670 | do_vfs_lock(fl); | ||
| 671 | |||
| 665 | if (req->a_flags & RPC_TASK_ASYNC) { | 672 | if (req->a_flags & RPC_TASK_ASYNC) { |
| 666 | status = nlmclnt_async_call(req, NLMPROC_UNLOCK, | 673 | status = nlmclnt_async_call(req, NLMPROC_UNLOCK, |
| 667 | &nlmclnt_unlock_ops); | 674 | &nlmclnt_unlock_ops); |
| 668 | /* Hrmf... Do the unlock early since locks_remove_posix() | 675 | /* Hrmf... Do the unlock early since locks_remove_posix() |
| 669 | * really expects us to free the lock synchronously */ | 676 | * really expects us to free the lock synchronously */ |
| 670 | do_vfs_lock(fl); | ||
| 671 | if (status < 0) { | 677 | if (status < 0) { |
| 672 | nlmclnt_release_lockargs(req); | 678 | nlmclnt_release_lockargs(req); |
| 673 | kfree(req); | 679 | kfree(req); |
| @@ -680,7 +686,6 @@ nlmclnt_unlock(struct nlm_rqst *req, struct file_lock *fl) | |||
| 680 | if (status < 0) | 686 | if (status < 0) |
| 681 | return status; | 687 | return status; |
| 682 | 688 | ||
| 683 | do_vfs_lock(fl); | ||
| 684 | if (resp->status == NLM_LCK_GRANTED) | 689 | if (resp->status == NLM_LCK_GRANTED) |
| 685 | return 0; | 690 | return 0; |
| 686 | 691 | ||
diff --git a/fs/namei.c b/fs/namei.c index 557dcf395ca1..8dc2b038d5d9 100644 --- a/fs/namei.c +++ b/fs/namei.c | |||
| @@ -2613,13 +2613,15 @@ void page_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie) | |||
| 2613 | } | 2613 | } |
| 2614 | } | 2614 | } |
| 2615 | 2615 | ||
| 2616 | int page_symlink(struct inode *inode, const char *symname, int len) | 2616 | int __page_symlink(struct inode *inode, const char *symname, int len, |
| 2617 | gfp_t gfp_mask) | ||
| 2617 | { | 2618 | { |
| 2618 | struct address_space *mapping = inode->i_mapping; | 2619 | struct address_space *mapping = inode->i_mapping; |
| 2619 | struct page *page = grab_cache_page(mapping, 0); | 2620 | struct page *page; |
| 2620 | int err = -ENOMEM; | 2621 | int err = -ENOMEM; |
| 2621 | char *kaddr; | 2622 | char *kaddr; |
| 2622 | 2623 | ||
| 2624 | page = find_or_create_page(mapping, 0, gfp_mask); | ||
| 2623 | if (!page) | 2625 | if (!page) |
| 2624 | goto fail; | 2626 | goto fail; |
| 2625 | err = mapping->a_ops->prepare_write(NULL, page, 0, len-1); | 2627 | err = mapping->a_ops->prepare_write(NULL, page, 0, len-1); |
| @@ -2654,6 +2656,12 @@ fail: | |||
| 2654 | return err; | 2656 | return err; |
| 2655 | } | 2657 | } |
| 2656 | 2658 | ||
| 2659 | int page_symlink(struct inode *inode, const char *symname, int len) | ||
| 2660 | { | ||
| 2661 | return __page_symlink(inode, symname, len, | ||
| 2662 | mapping_gfp_mask(inode->i_mapping)); | ||
| 2663 | } | ||
| 2664 | |||
| 2657 | struct inode_operations page_symlink_inode_operations = { | 2665 | struct inode_operations page_symlink_inode_operations = { |
| 2658 | .readlink = generic_readlink, | 2666 | .readlink = generic_readlink, |
| 2659 | .follow_link = page_follow_link_light, | 2667 | .follow_link = page_follow_link_light, |
| @@ -2672,6 +2680,7 @@ EXPORT_SYMBOL(lookup_one_len); | |||
| 2672 | EXPORT_SYMBOL(page_follow_link_light); | 2680 | EXPORT_SYMBOL(page_follow_link_light); |
| 2673 | EXPORT_SYMBOL(page_put_link); | 2681 | EXPORT_SYMBOL(page_put_link); |
| 2674 | EXPORT_SYMBOL(page_readlink); | 2682 | EXPORT_SYMBOL(page_readlink); |
| 2683 | EXPORT_SYMBOL(__page_symlink); | ||
| 2675 | EXPORT_SYMBOL(page_symlink); | 2684 | EXPORT_SYMBOL(page_symlink); |
| 2676 | EXPORT_SYMBOL(page_symlink_inode_operations); | 2685 | EXPORT_SYMBOL(page_symlink_inode_operations); |
| 2677 | EXPORT_SYMBOL(path_lookup); | 2686 | EXPORT_SYMBOL(path_lookup); |
diff --git a/fs/namespace.c b/fs/namespace.c index 058a44865beb..39c81a8d6316 100644 --- a/fs/namespace.c +++ b/fs/namespace.c | |||
| @@ -1338,7 +1338,7 @@ struct namespace *dup_namespace(struct task_struct *tsk, struct fs_struct *fs) | |||
| 1338 | 1338 | ||
| 1339 | new_ns = kmalloc(sizeof(struct namespace), GFP_KERNEL); | 1339 | new_ns = kmalloc(sizeof(struct namespace), GFP_KERNEL); |
| 1340 | if (!new_ns) | 1340 | if (!new_ns) |
| 1341 | goto out; | 1341 | return NULL; |
| 1342 | 1342 | ||
| 1343 | atomic_set(&new_ns->count, 1); | 1343 | atomic_set(&new_ns->count, 1); |
| 1344 | INIT_LIST_HEAD(&new_ns->list); | 1344 | INIT_LIST_HEAD(&new_ns->list); |
| @@ -1352,7 +1352,7 @@ struct namespace *dup_namespace(struct task_struct *tsk, struct fs_struct *fs) | |||
| 1352 | if (!new_ns->root) { | 1352 | if (!new_ns->root) { |
| 1353 | up_write(&namespace_sem); | 1353 | up_write(&namespace_sem); |
| 1354 | kfree(new_ns); | 1354 | kfree(new_ns); |
| 1355 | goto out; | 1355 | return NULL; |
| 1356 | } | 1356 | } |
| 1357 | spin_lock(&vfsmount_lock); | 1357 | spin_lock(&vfsmount_lock); |
| 1358 | list_add_tail(&new_ns->list, &new_ns->root->mnt_list); | 1358 | list_add_tail(&new_ns->list, &new_ns->root->mnt_list); |
| @@ -1393,7 +1393,6 @@ struct namespace *dup_namespace(struct task_struct *tsk, struct fs_struct *fs) | |||
| 1393 | if (altrootmnt) | 1393 | if (altrootmnt) |
| 1394 | mntput(altrootmnt); | 1394 | mntput(altrootmnt); |
| 1395 | 1395 | ||
| 1396 | out: | ||
| 1397 | return new_ns; | 1396 | return new_ns; |
| 1398 | } | 1397 | } |
| 1399 | 1398 | ||
diff --git a/fs/nfs/direct.c b/fs/nfs/direct.c index 04ab2fc360e7..4e9b3a1b36c5 100644 --- a/fs/nfs/direct.c +++ b/fs/nfs/direct.c | |||
| @@ -57,6 +57,7 @@ | |||
| 57 | #define NFSDBG_FACILITY NFSDBG_VFS | 57 | #define NFSDBG_FACILITY NFSDBG_VFS |
| 58 | #define MAX_DIRECTIO_SIZE (4096UL << PAGE_SHIFT) | 58 | #define MAX_DIRECTIO_SIZE (4096UL << PAGE_SHIFT) |
| 59 | 59 | ||
| 60 | static void nfs_free_user_pages(struct page **pages, int npages, int do_dirty); | ||
| 60 | static kmem_cache_t *nfs_direct_cachep; | 61 | static kmem_cache_t *nfs_direct_cachep; |
| 61 | 62 | ||
| 62 | /* | 63 | /* |
| @@ -107,6 +108,15 @@ nfs_get_user_pages(int rw, unsigned long user_addr, size_t size, | |||
| 107 | page_count, (rw == READ), 0, | 108 | page_count, (rw == READ), 0, |
| 108 | *pages, NULL); | 109 | *pages, NULL); |
| 109 | up_read(¤t->mm->mmap_sem); | 110 | up_read(¤t->mm->mmap_sem); |
| 111 | /* | ||
| 112 | * If we got fewer pages than expected from get_user_pages(), | ||
| 113 | * the user buffer runs off the end of a mapping; return EFAULT. | ||
| 114 | */ | ||
| 115 | if (result >= 0 && result < page_count) { | ||
| 116 | nfs_free_user_pages(*pages, result, 0); | ||
| 117 | *pages = NULL; | ||
| 118 | result = -EFAULT; | ||
| 119 | } | ||
| 110 | } | 120 | } |
| 111 | return result; | 121 | return result; |
| 112 | } | 122 | } |
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 984ca3454d04..f8c0066e02e1 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
| @@ -1430,7 +1430,7 @@ static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, | |||
| 1430 | if (status == 0) | 1430 | if (status == 0) |
| 1431 | status = nfs4_do_fsinfo(server, fhandle, info); | 1431 | status = nfs4_do_fsinfo(server, fhandle, info); |
| 1432 | out: | 1432 | out: |
| 1433 | return status; | 1433 | return nfs4_map_errors(status); |
| 1434 | } | 1434 | } |
| 1435 | 1435 | ||
| 1436 | static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr) | 1436 | static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
diff --git a/fs/nfsctl.c b/fs/nfsctl.c index 0d4cf9486068..1c72c7f85ddc 100644 --- a/fs/nfsctl.c +++ b/fs/nfsctl.c | |||
| @@ -98,10 +98,8 @@ asmlinkage sys_nfsservctl(int cmd, struct nfsctl_arg __user *arg, void __user *r | |||
| 98 | if (copy_from_user(&version, &arg->ca_version, sizeof(int))) | 98 | if (copy_from_user(&version, &arg->ca_version, sizeof(int))) |
| 99 | return -EFAULT; | 99 | return -EFAULT; |
| 100 | 100 | ||
| 101 | if (version != NFSCTL_VERSION) { | 101 | if (version != NFSCTL_VERSION) |
| 102 | printk(KERN_WARNING "nfsd: incompatible version in syscall.\n"); | ||
| 103 | return -EINVAL; | 102 | return -EINVAL; |
| 104 | } | ||
| 105 | 103 | ||
| 106 | if (cmd < 0 || cmd >= sizeof(map)/sizeof(map[0]) || !map[cmd].name) | 104 | if (cmd < 0 || cmd >= sizeof(map)/sizeof(map[0]) || !map[cmd].name) |
| 107 | return -EINVAL; | 105 | return -EINVAL; |
diff --git a/fs/ocfs2/cluster/masklog.c b/fs/ocfs2/cluster/masklog.c index fd741cea5705..636593bf4d17 100644 --- a/fs/ocfs2/cluster/masklog.c +++ b/fs/ocfs2/cluster/masklog.c | |||
| @@ -74,6 +74,7 @@ struct mlog_attribute { | |||
| 74 | #define define_mask(_name) { \ | 74 | #define define_mask(_name) { \ |
| 75 | .attr = { \ | 75 | .attr = { \ |
| 76 | .name = #_name, \ | 76 | .name = #_name, \ |
| 77 | .owner = THIS_MODULE, \ | ||
| 77 | .mode = S_IRUGO | S_IWUSR, \ | 78 | .mode = S_IRUGO | S_IWUSR, \ |
| 78 | }, \ | 79 | }, \ |
| 79 | .mask = ML_##_name, \ | 80 | .mask = ML_##_name, \ |
diff --git a/fs/ocfs2/cluster/masklog.h b/fs/ocfs2/cluster/masklog.h index e8c56a3d9c64..2cadc3009c83 100644 --- a/fs/ocfs2/cluster/masklog.h +++ b/fs/ocfs2/cluster/masklog.h | |||
| @@ -256,7 +256,7 @@ extern struct mlog_bits mlog_and_bits, mlog_not_bits; | |||
| 256 | } \ | 256 | } \ |
| 257 | } while (0) | 257 | } while (0) |
| 258 | 258 | ||
| 259 | #if (BITS_PER_LONG == 32) || defined(CONFIG_X86_64) | 259 | #if (BITS_PER_LONG == 32) || defined(CONFIG_X86_64) || (defined(CONFIG_UML_X86) && defined(CONFIG_64BIT)) |
| 260 | #define MLFi64 "lld" | 260 | #define MLFi64 "lld" |
| 261 | #define MLFu64 "llu" | 261 | #define MLFu64 "llu" |
| 262 | #define MLFx64 "llx" | 262 | #define MLFx64 "llx" |
diff --git a/fs/ocfs2/cluster/nodemanager.c b/fs/ocfs2/cluster/nodemanager.c index cf7828f23361..e1fceb8aa32d 100644 --- a/fs/ocfs2/cluster/nodemanager.c +++ b/fs/ocfs2/cluster/nodemanager.c | |||
| @@ -756,7 +756,7 @@ static int __init init_o2nm(void) | |||
| 756 | if (!ocfs2_table_header) { | 756 | if (!ocfs2_table_header) { |
| 757 | printk(KERN_ERR "nodemanager: unable to register sysctl\n"); | 757 | printk(KERN_ERR "nodemanager: unable to register sysctl\n"); |
| 758 | ret = -ENOMEM; /* or something. */ | 758 | ret = -ENOMEM; /* or something. */ |
| 759 | goto out; | 759 | goto out_o2net; |
| 760 | } | 760 | } |
| 761 | 761 | ||
| 762 | ret = o2net_register_hb_callbacks(); | 762 | ret = o2net_register_hb_callbacks(); |
| @@ -780,6 +780,8 @@ out_callbacks: | |||
| 780 | o2net_unregister_hb_callbacks(); | 780 | o2net_unregister_hb_callbacks(); |
| 781 | out_sysctl: | 781 | out_sysctl: |
| 782 | unregister_sysctl_table(ocfs2_table_header); | 782 | unregister_sysctl_table(ocfs2_table_header); |
| 783 | out_o2net: | ||
| 784 | o2net_exit(); | ||
| 783 | out: | 785 | out: |
| 784 | return ret; | 786 | return ret; |
| 785 | } | 787 | } |
diff --git a/fs/ocfs2/cluster/tcp.c b/fs/ocfs2/cluster/tcp.c index d22d4cf08db1..0f60cc0d3985 100644 --- a/fs/ocfs2/cluster/tcp.c +++ b/fs/ocfs2/cluster/tcp.c | |||
| @@ -1318,7 +1318,7 @@ static void o2net_start_connect(void *arg) | |||
| 1318 | { | 1318 | { |
| 1319 | struct o2net_node *nn = arg; | 1319 | struct o2net_node *nn = arg; |
| 1320 | struct o2net_sock_container *sc = NULL; | 1320 | struct o2net_sock_container *sc = NULL; |
| 1321 | struct o2nm_node *node = NULL; | 1321 | struct o2nm_node *node = NULL, *mynode = NULL; |
| 1322 | struct socket *sock = NULL; | 1322 | struct socket *sock = NULL; |
| 1323 | struct sockaddr_in myaddr = {0, }, remoteaddr = {0, }; | 1323 | struct sockaddr_in myaddr = {0, }, remoteaddr = {0, }; |
| 1324 | int ret = 0; | 1324 | int ret = 0; |
| @@ -1334,6 +1334,12 @@ static void o2net_start_connect(void *arg) | |||
| 1334 | goto out; | 1334 | goto out; |
| 1335 | } | 1335 | } |
| 1336 | 1336 | ||
| 1337 | mynode = o2nm_get_node_by_num(o2nm_this_node()); | ||
| 1338 | if (mynode == NULL) { | ||
| 1339 | ret = 0; | ||
| 1340 | goto out; | ||
| 1341 | } | ||
| 1342 | |||
| 1337 | spin_lock(&nn->nn_lock); | 1343 | spin_lock(&nn->nn_lock); |
| 1338 | /* see if we already have one pending or have given up */ | 1344 | /* see if we already have one pending or have given up */ |
| 1339 | if (nn->nn_sc || nn->nn_persistent_error) | 1345 | if (nn->nn_sc || nn->nn_persistent_error) |
| @@ -1361,12 +1367,14 @@ static void o2net_start_connect(void *arg) | |||
| 1361 | sock->sk->sk_allocation = GFP_ATOMIC; | 1367 | sock->sk->sk_allocation = GFP_ATOMIC; |
| 1362 | 1368 | ||
| 1363 | myaddr.sin_family = AF_INET; | 1369 | myaddr.sin_family = AF_INET; |
| 1370 | myaddr.sin_addr.s_addr = (__force u32)mynode->nd_ipv4_address; | ||
| 1364 | myaddr.sin_port = (__force u16)htons(0); /* any port */ | 1371 | myaddr.sin_port = (__force u16)htons(0); /* any port */ |
| 1365 | 1372 | ||
| 1366 | ret = sock->ops->bind(sock, (struct sockaddr *)&myaddr, | 1373 | ret = sock->ops->bind(sock, (struct sockaddr *)&myaddr, |
| 1367 | sizeof(myaddr)); | 1374 | sizeof(myaddr)); |
| 1368 | if (ret) { | 1375 | if (ret) { |
| 1369 | mlog(0, "bind failed: %d\n", ret); | 1376 | mlog(ML_ERROR, "bind failed with %d at address %u.%u.%u.%u\n", |
| 1377 | ret, NIPQUAD(mynode->nd_ipv4_address)); | ||
| 1370 | goto out; | 1378 | goto out; |
| 1371 | } | 1379 | } |
| 1372 | 1380 | ||
| @@ -1407,6 +1415,8 @@ out: | |||
| 1407 | sc_put(sc); | 1415 | sc_put(sc); |
| 1408 | if (node) | 1416 | if (node) |
| 1409 | o2nm_node_put(node); | 1417 | o2nm_node_put(node); |
| 1418 | if (mynode) | ||
| 1419 | o2nm_node_put(mynode); | ||
| 1410 | 1420 | ||
| 1411 | return; | 1421 | return; |
| 1412 | } | 1422 | } |
diff --git a/fs/ocfs2/cluster/tcp.h b/fs/ocfs2/cluster/tcp.h index a6f4585501c8..616ff2b8434a 100644 --- a/fs/ocfs2/cluster/tcp.h +++ b/fs/ocfs2/cluster/tcp.h | |||
| @@ -85,13 +85,10 @@ enum { | |||
| 85 | O2NET_DRIVER_READY, | 85 | O2NET_DRIVER_READY, |
| 86 | }; | 86 | }; |
| 87 | 87 | ||
| 88 | int o2net_init_tcp_sock(struct inode *inode); | ||
| 89 | int o2net_send_message(u32 msg_type, u32 key, void *data, u32 len, | 88 | int o2net_send_message(u32 msg_type, u32 key, void *data, u32 len, |
| 90 | u8 target_node, int *status); | 89 | u8 target_node, int *status); |
| 91 | int o2net_send_message_vec(u32 msg_type, u32 key, struct kvec *vec, | 90 | int o2net_send_message_vec(u32 msg_type, u32 key, struct kvec *vec, |
| 92 | size_t veclen, u8 target_node, int *status); | 91 | size_t veclen, u8 target_node, int *status); |
| 93 | int o2net_broadcast_message(u32 msg_type, u32 key, void *data, u32 len, | ||
| 94 | struct inode *group); | ||
| 95 | 92 | ||
| 96 | int o2net_register_handler(u32 msg_type, u32 key, u32 max_len, | 93 | int o2net_register_handler(u32 msg_type, u32 key, u32 max_len, |
| 97 | o2net_msg_handler_func *func, void *data, | 94 | o2net_msg_handler_func *func, void *data, |
| @@ -107,7 +104,5 @@ void o2net_disconnect_node(struct o2nm_node *node); | |||
| 107 | 104 | ||
| 108 | int o2net_init(void); | 105 | int o2net_init(void); |
| 109 | void o2net_exit(void); | 106 | void o2net_exit(void); |
| 110 | int o2net_proc_init(struct proc_dir_entry *parent); | ||
| 111 | void o2net_proc_exit(struct proc_dir_entry *parent); | ||
| 112 | 107 | ||
| 113 | #endif /* O2CLUSTER_TCP_H */ | 108 | #endif /* O2CLUSTER_TCP_H */ |
diff --git a/fs/ocfs2/dlm/dlmcommon.h b/fs/ocfs2/dlm/dlmcommon.h index 23ceaa7127b4..9c772583744a 100644 --- a/fs/ocfs2/dlm/dlmcommon.h +++ b/fs/ocfs2/dlm/dlmcommon.h | |||
| @@ -37,9 +37,7 @@ | |||
| 37 | #define DLM_THREAD_SHUFFLE_INTERVAL 5 // flush everything every 5 passes | 37 | #define DLM_THREAD_SHUFFLE_INTERVAL 5 // flush everything every 5 passes |
| 38 | #define DLM_THREAD_MS 200 // flush at least every 200 ms | 38 | #define DLM_THREAD_MS 200 // flush at least every 200 ms |
| 39 | 39 | ||
| 40 | #define DLM_HASH_BITS 7 | 40 | #define DLM_HASH_BUCKETS (PAGE_SIZE / sizeof(struct hlist_head)) |
| 41 | #define DLM_HASH_SIZE (1 << DLM_HASH_BITS) | ||
| 42 | #define DLM_HASH_MASK (DLM_HASH_SIZE - 1) | ||
| 43 | 41 | ||
| 44 | enum dlm_ast_type { | 42 | enum dlm_ast_type { |
| 45 | DLM_AST = 0, | 43 | DLM_AST = 0, |
| @@ -87,7 +85,7 @@ enum dlm_ctxt_state { | |||
| 87 | struct dlm_ctxt | 85 | struct dlm_ctxt |
| 88 | { | 86 | { |
| 89 | struct list_head list; | 87 | struct list_head list; |
| 90 | struct list_head *resources; | 88 | struct hlist_head *lockres_hash; |
| 91 | struct list_head dirty_list; | 89 | struct list_head dirty_list; |
| 92 | struct list_head purge_list; | 90 | struct list_head purge_list; |
| 93 | struct list_head pending_asts; | 91 | struct list_head pending_asts; |
| @@ -217,7 +215,7 @@ struct dlm_lock_resource | |||
| 217 | { | 215 | { |
| 218 | /* WARNING: Please see the comment in dlm_init_lockres before | 216 | /* WARNING: Please see the comment in dlm_init_lockres before |
| 219 | * adding fields here. */ | 217 | * adding fields here. */ |
| 220 | struct list_head list; | 218 | struct hlist_node hash_node; |
| 221 | struct kref refs; | 219 | struct kref refs; |
| 222 | 220 | ||
| 223 | /* please keep these next 3 in this order | 221 | /* please keep these next 3 in this order |
diff --git a/fs/ocfs2/dlm/dlmdebug.c b/fs/ocfs2/dlm/dlmdebug.c index f339fe27975a..54f61b76ab51 100644 --- a/fs/ocfs2/dlm/dlmdebug.c +++ b/fs/ocfs2/dlm/dlmdebug.c | |||
| @@ -117,8 +117,8 @@ EXPORT_SYMBOL_GPL(dlm_print_one_lock); | |||
| 117 | void dlm_dump_lock_resources(struct dlm_ctxt *dlm) | 117 | void dlm_dump_lock_resources(struct dlm_ctxt *dlm) |
| 118 | { | 118 | { |
| 119 | struct dlm_lock_resource *res; | 119 | struct dlm_lock_resource *res; |
| 120 | struct list_head *iter; | 120 | struct hlist_node *iter; |
| 121 | struct list_head *bucket; | 121 | struct hlist_head *bucket; |
| 122 | int i; | 122 | int i; |
| 123 | 123 | ||
| 124 | mlog(ML_NOTICE, "struct dlm_ctxt: %s, node=%u, key=%u\n", | 124 | mlog(ML_NOTICE, "struct dlm_ctxt: %s, node=%u, key=%u\n", |
| @@ -129,12 +129,10 @@ void dlm_dump_lock_resources(struct dlm_ctxt *dlm) | |||
| 129 | } | 129 | } |
| 130 | 130 | ||
| 131 | spin_lock(&dlm->spinlock); | 131 | spin_lock(&dlm->spinlock); |
| 132 | for (i=0; i<DLM_HASH_SIZE; i++) { | 132 | for (i=0; i<DLM_HASH_BUCKETS; i++) { |
| 133 | bucket = &(dlm->resources[i]); | 133 | bucket = &(dlm->lockres_hash[i]); |
| 134 | list_for_each(iter, bucket) { | 134 | hlist_for_each_entry(res, iter, bucket, hash_node) |
| 135 | res = list_entry(iter, struct dlm_lock_resource, list); | ||
| 136 | dlm_print_one_lock_resource(res); | 135 | dlm_print_one_lock_resource(res); |
| 137 | } | ||
| 138 | } | 136 | } |
| 139 | spin_unlock(&dlm->spinlock); | 137 | spin_unlock(&dlm->spinlock); |
| 140 | } | 138 | } |
diff --git a/fs/ocfs2/dlm/dlmdomain.c b/fs/ocfs2/dlm/dlmdomain.c index 6ee30837389c..8f3a9e3106fd 100644 --- a/fs/ocfs2/dlm/dlmdomain.c +++ b/fs/ocfs2/dlm/dlmdomain.c | |||
| @@ -77,26 +77,26 @@ static void dlm_unregister_domain_handlers(struct dlm_ctxt *dlm); | |||
| 77 | 77 | ||
| 78 | void __dlm_unhash_lockres(struct dlm_lock_resource *lockres) | 78 | void __dlm_unhash_lockres(struct dlm_lock_resource *lockres) |
| 79 | { | 79 | { |
| 80 | list_del_init(&lockres->list); | 80 | hlist_del_init(&lockres->hash_node); |
| 81 | dlm_lockres_put(lockres); | 81 | dlm_lockres_put(lockres); |
| 82 | } | 82 | } |
| 83 | 83 | ||
| 84 | void __dlm_insert_lockres(struct dlm_ctxt *dlm, | 84 | void __dlm_insert_lockres(struct dlm_ctxt *dlm, |
| 85 | struct dlm_lock_resource *res) | 85 | struct dlm_lock_resource *res) |
| 86 | { | 86 | { |
| 87 | struct list_head *bucket; | 87 | struct hlist_head *bucket; |
| 88 | struct qstr *q; | 88 | struct qstr *q; |
| 89 | 89 | ||
| 90 | assert_spin_locked(&dlm->spinlock); | 90 | assert_spin_locked(&dlm->spinlock); |
| 91 | 91 | ||
| 92 | q = &res->lockname; | 92 | q = &res->lockname; |
| 93 | q->hash = full_name_hash(q->name, q->len); | 93 | q->hash = full_name_hash(q->name, q->len); |
| 94 | bucket = &(dlm->resources[q->hash & DLM_HASH_MASK]); | 94 | bucket = &(dlm->lockres_hash[q->hash % DLM_HASH_BUCKETS]); |
| 95 | 95 | ||
| 96 | /* get a reference for our hashtable */ | 96 | /* get a reference for our hashtable */ |
| 97 | dlm_lockres_get(res); | 97 | dlm_lockres_get(res); |
| 98 | 98 | ||
| 99 | list_add_tail(&res->list, bucket); | 99 | hlist_add_head(&res->hash_node, bucket); |
| 100 | } | 100 | } |
| 101 | 101 | ||
| 102 | struct dlm_lock_resource * __dlm_lookup_lockres(struct dlm_ctxt *dlm, | 102 | struct dlm_lock_resource * __dlm_lookup_lockres(struct dlm_ctxt *dlm, |
| @@ -104,9 +104,9 @@ struct dlm_lock_resource * __dlm_lookup_lockres(struct dlm_ctxt *dlm, | |||
| 104 | unsigned int len) | 104 | unsigned int len) |
| 105 | { | 105 | { |
| 106 | unsigned int hash; | 106 | unsigned int hash; |
| 107 | struct list_head *iter; | 107 | struct hlist_node *iter; |
| 108 | struct dlm_lock_resource *tmpres=NULL; | 108 | struct dlm_lock_resource *tmpres=NULL; |
| 109 | struct list_head *bucket; | 109 | struct hlist_head *bucket; |
| 110 | 110 | ||
| 111 | mlog_entry("%.*s\n", len, name); | 111 | mlog_entry("%.*s\n", len, name); |
| 112 | 112 | ||
| @@ -114,11 +114,11 @@ struct dlm_lock_resource * __dlm_lookup_lockres(struct dlm_ctxt *dlm, | |||
| 114 | 114 | ||
| 115 | hash = full_name_hash(name, len); | 115 | hash = full_name_hash(name, len); |
| 116 | 116 | ||
| 117 | bucket = &(dlm->resources[hash & DLM_HASH_MASK]); | 117 | bucket = &(dlm->lockres_hash[hash % DLM_HASH_BUCKETS]); |
| 118 | 118 | ||
| 119 | /* check for pre-existing lock */ | 119 | /* check for pre-existing lock */ |
| 120 | list_for_each(iter, bucket) { | 120 | hlist_for_each(iter, bucket) { |
| 121 | tmpres = list_entry(iter, struct dlm_lock_resource, list); | 121 | tmpres = hlist_entry(iter, struct dlm_lock_resource, hash_node); |
| 122 | if (tmpres->lockname.len == len && | 122 | if (tmpres->lockname.len == len && |
| 123 | memcmp(tmpres->lockname.name, name, len) == 0) { | 123 | memcmp(tmpres->lockname.name, name, len) == 0) { |
| 124 | dlm_lockres_get(tmpres); | 124 | dlm_lockres_get(tmpres); |
| @@ -193,8 +193,8 @@ static int dlm_wait_on_domain_helper(const char *domain) | |||
| 193 | 193 | ||
| 194 | static void dlm_free_ctxt_mem(struct dlm_ctxt *dlm) | 194 | static void dlm_free_ctxt_mem(struct dlm_ctxt *dlm) |
| 195 | { | 195 | { |
| 196 | if (dlm->resources) | 196 | if (dlm->lockres_hash) |
| 197 | free_page((unsigned long) dlm->resources); | 197 | free_page((unsigned long) dlm->lockres_hash); |
| 198 | 198 | ||
| 199 | if (dlm->name) | 199 | if (dlm->name) |
| 200 | kfree(dlm->name); | 200 | kfree(dlm->name); |
| @@ -303,10 +303,10 @@ static void dlm_migrate_all_locks(struct dlm_ctxt *dlm) | |||
| 303 | mlog(0, "Migrating locks from domain %s\n", dlm->name); | 303 | mlog(0, "Migrating locks from domain %s\n", dlm->name); |
| 304 | restart: | 304 | restart: |
| 305 | spin_lock(&dlm->spinlock); | 305 | spin_lock(&dlm->spinlock); |
| 306 | for (i=0; i<DLM_HASH_SIZE; i++) { | 306 | for (i = 0; i < DLM_HASH_BUCKETS; i++) { |
| 307 | while (!list_empty(&dlm->resources[i])) { | 307 | while (!hlist_empty(&dlm->lockres_hash[i])) { |
| 308 | res = list_entry(dlm->resources[i].next, | 308 | res = hlist_entry(dlm->lockres_hash[i].first, |
| 309 | struct dlm_lock_resource, list); | 309 | struct dlm_lock_resource, hash_node); |
| 310 | /* need reference when manually grabbing lockres */ | 310 | /* need reference when manually grabbing lockres */ |
| 311 | dlm_lockres_get(res); | 311 | dlm_lockres_get(res); |
| 312 | /* this should unhash the lockres | 312 | /* this should unhash the lockres |
| @@ -1191,18 +1191,17 @@ static struct dlm_ctxt *dlm_alloc_ctxt(const char *domain, | |||
| 1191 | goto leave; | 1191 | goto leave; |
| 1192 | } | 1192 | } |
| 1193 | 1193 | ||
| 1194 | dlm->resources = (struct list_head *) __get_free_page(GFP_KERNEL); | 1194 | dlm->lockres_hash = (struct hlist_head *) __get_free_page(GFP_KERNEL); |
| 1195 | if (!dlm->resources) { | 1195 | if (!dlm->lockres_hash) { |
| 1196 | mlog_errno(-ENOMEM); | 1196 | mlog_errno(-ENOMEM); |
| 1197 | kfree(dlm->name); | 1197 | kfree(dlm->name); |
| 1198 | kfree(dlm); | 1198 | kfree(dlm); |
| 1199 | dlm = NULL; | 1199 | dlm = NULL; |
| 1200 | goto leave; | 1200 | goto leave; |
| 1201 | } | 1201 | } |
| 1202 | memset(dlm->resources, 0, PAGE_SIZE); | ||
| 1203 | 1202 | ||
| 1204 | for (i=0; i<DLM_HASH_SIZE; i++) | 1203 | for (i=0; i<DLM_HASH_BUCKETS; i++) |
| 1205 | INIT_LIST_HEAD(&dlm->resources[i]); | 1204 | INIT_HLIST_HEAD(&dlm->lockres_hash[i]); |
| 1206 | 1205 | ||
| 1207 | strcpy(dlm->name, domain); | 1206 | strcpy(dlm->name, domain); |
| 1208 | dlm->key = key; | 1207 | dlm->key = key; |
diff --git a/fs/ocfs2/dlm/dlmmaster.c b/fs/ocfs2/dlm/dlmmaster.c index 2e2e95e69499..847dd3cc4cf5 100644 --- a/fs/ocfs2/dlm/dlmmaster.c +++ b/fs/ocfs2/dlm/dlmmaster.c | |||
| @@ -564,7 +564,7 @@ static void dlm_lockres_release(struct kref *kref) | |||
| 564 | 564 | ||
| 565 | /* By the time we're ready to blow this guy away, we shouldn't | 565 | /* By the time we're ready to blow this guy away, we shouldn't |
| 566 | * be on any lists. */ | 566 | * be on any lists. */ |
| 567 | BUG_ON(!list_empty(&res->list)); | 567 | BUG_ON(!hlist_unhashed(&res->hash_node)); |
| 568 | BUG_ON(!list_empty(&res->granted)); | 568 | BUG_ON(!list_empty(&res->granted)); |
| 569 | BUG_ON(!list_empty(&res->converting)); | 569 | BUG_ON(!list_empty(&res->converting)); |
| 570 | BUG_ON(!list_empty(&res->blocked)); | 570 | BUG_ON(!list_empty(&res->blocked)); |
| @@ -605,7 +605,7 @@ static void dlm_init_lockres(struct dlm_ctxt *dlm, | |||
| 605 | 605 | ||
| 606 | init_waitqueue_head(&res->wq); | 606 | init_waitqueue_head(&res->wq); |
| 607 | spin_lock_init(&res->spinlock); | 607 | spin_lock_init(&res->spinlock); |
| 608 | INIT_LIST_HEAD(&res->list); | 608 | INIT_HLIST_NODE(&res->hash_node); |
| 609 | INIT_LIST_HEAD(&res->granted); | 609 | INIT_LIST_HEAD(&res->granted); |
| 610 | INIT_LIST_HEAD(&res->converting); | 610 | INIT_LIST_HEAD(&res->converting); |
| 611 | INIT_LIST_HEAD(&res->blocked); | 611 | INIT_LIST_HEAD(&res->blocked); |
diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c index ed76bda1a534..1e232000f3f7 100644 --- a/fs/ocfs2/dlm/dlmrecovery.c +++ b/fs/ocfs2/dlm/dlmrecovery.c | |||
| @@ -1693,7 +1693,10 @@ static void dlm_finish_local_lockres_recovery(struct dlm_ctxt *dlm, | |||
| 1693 | u8 dead_node, u8 new_master) | 1693 | u8 dead_node, u8 new_master) |
| 1694 | { | 1694 | { |
| 1695 | int i; | 1695 | int i; |
| 1696 | struct list_head *iter, *iter2, *bucket; | 1696 | struct list_head *iter, *iter2; |
| 1697 | struct hlist_node *hash_iter; | ||
| 1698 | struct hlist_head *bucket; | ||
| 1699 | |||
| 1697 | struct dlm_lock_resource *res; | 1700 | struct dlm_lock_resource *res; |
| 1698 | 1701 | ||
| 1699 | mlog_entry_void(); | 1702 | mlog_entry_void(); |
| @@ -1717,10 +1720,9 @@ static void dlm_finish_local_lockres_recovery(struct dlm_ctxt *dlm, | |||
| 1717 | * for now we need to run the whole hash, clear | 1720 | * for now we need to run the whole hash, clear |
| 1718 | * the RECOVERING state and set the owner | 1721 | * the RECOVERING state and set the owner |
| 1719 | * if necessary */ | 1722 | * if necessary */ |
| 1720 | for (i=0; i<DLM_HASH_SIZE; i++) { | 1723 | for (i = 0; i < DLM_HASH_BUCKETS; i++) { |
| 1721 | bucket = &(dlm->resources[i]); | 1724 | bucket = &(dlm->lockres_hash[i]); |
| 1722 | list_for_each(iter, bucket) { | 1725 | hlist_for_each_entry(res, hash_iter, bucket, hash_node) { |
| 1723 | res = list_entry (iter, struct dlm_lock_resource, list); | ||
| 1724 | if (res->state & DLM_LOCK_RES_RECOVERING) { | 1726 | if (res->state & DLM_LOCK_RES_RECOVERING) { |
| 1725 | if (res->owner == dead_node) { | 1727 | if (res->owner == dead_node) { |
| 1726 | mlog(0, "(this=%u) res %.*s owner=%u " | 1728 | mlog(0, "(this=%u) res %.*s owner=%u " |
| @@ -1852,10 +1854,10 @@ static void dlm_free_dead_locks(struct dlm_ctxt *dlm, | |||
| 1852 | 1854 | ||
| 1853 | static void dlm_do_local_recovery_cleanup(struct dlm_ctxt *dlm, u8 dead_node) | 1855 | static void dlm_do_local_recovery_cleanup(struct dlm_ctxt *dlm, u8 dead_node) |
| 1854 | { | 1856 | { |
| 1855 | struct list_head *iter; | 1857 | struct hlist_node *iter; |
| 1856 | struct dlm_lock_resource *res; | 1858 | struct dlm_lock_resource *res; |
| 1857 | int i; | 1859 | int i; |
| 1858 | struct list_head *bucket; | 1860 | struct hlist_head *bucket; |
| 1859 | struct dlm_lock *lock; | 1861 | struct dlm_lock *lock; |
| 1860 | 1862 | ||
| 1861 | 1863 | ||
| @@ -1876,10 +1878,9 @@ static void dlm_do_local_recovery_cleanup(struct dlm_ctxt *dlm, u8 dead_node) | |||
| 1876 | * can be kicked again to see if any ASTs or BASTs | 1878 | * can be kicked again to see if any ASTs or BASTs |
| 1877 | * need to be fired as a result. | 1879 | * need to be fired as a result. |
| 1878 | */ | 1880 | */ |
| 1879 | for (i=0; i<DLM_HASH_SIZE; i++) { | 1881 | for (i = 0; i < DLM_HASH_BUCKETS; i++) { |
| 1880 | bucket = &(dlm->resources[i]); | 1882 | bucket = &(dlm->lockres_hash[i]); |
| 1881 | list_for_each(iter, bucket) { | 1883 | hlist_for_each_entry(res, iter, bucket, hash_node) { |
| 1882 | res = list_entry (iter, struct dlm_lock_resource, list); | ||
| 1883 | /* always prune any $RECOVERY entries for dead nodes, | 1884 | /* always prune any $RECOVERY entries for dead nodes, |
| 1884 | * otherwise hangs can occur during later recovery */ | 1885 | * otherwise hangs can occur during later recovery */ |
| 1885 | if (dlm_is_recovery_lock(res->lockname.name, | 1886 | if (dlm_is_recovery_lock(res->lockname.name, |
diff --git a/fs/ocfs2/extent_map.c b/fs/ocfs2/extent_map.c index b6ba292e9544..e6f207eebab4 100644 --- a/fs/ocfs2/extent_map.c +++ b/fs/ocfs2/extent_map.c | |||
| @@ -181,6 +181,12 @@ static int ocfs2_extent_map_find_leaf(struct inode *inode, | |||
| 181 | ret = -EBADR; | 181 | ret = -EBADR; |
| 182 | if (rec_end > OCFS2_I(inode)->ip_clusters) { | 182 | if (rec_end > OCFS2_I(inode)->ip_clusters) { |
| 183 | mlog_errno(ret); | 183 | mlog_errno(ret); |
| 184 | ocfs2_error(inode->i_sb, | ||
| 185 | "Extent %d at e_blkno %"MLFu64" of inode %"MLFu64" goes past ip_clusters of %u\n", | ||
| 186 | i, | ||
| 187 | le64_to_cpu(rec->e_blkno), | ||
| 188 | OCFS2_I(inode)->ip_blkno, | ||
| 189 | OCFS2_I(inode)->ip_clusters); | ||
| 184 | goto out_free; | 190 | goto out_free; |
| 185 | } | 191 | } |
| 186 | 192 | ||
| @@ -226,6 +232,12 @@ static int ocfs2_extent_map_find_leaf(struct inode *inode, | |||
| 226 | ret = -EBADR; | 232 | ret = -EBADR; |
| 227 | if (blkno) { | 233 | if (blkno) { |
| 228 | mlog_errno(ret); | 234 | mlog_errno(ret); |
| 235 | ocfs2_error(inode->i_sb, | ||
| 236 | "Multiple extents for (cpos = %u, clusters = %u) on inode %"MLFu64"; e_blkno %"MLFu64" and rec %d at e_blkno %"MLFu64"\n", | ||
| 237 | cpos, clusters, | ||
| 238 | OCFS2_I(inode)->ip_blkno, | ||
| 239 | blkno, i, | ||
| 240 | le64_to_cpu(rec->e_blkno)); | ||
| 229 | goto out_free; | 241 | goto out_free; |
| 230 | } | 242 | } |
| 231 | 243 | ||
| @@ -238,6 +250,10 @@ static int ocfs2_extent_map_find_leaf(struct inode *inode, | |||
| 238 | */ | 250 | */ |
| 239 | ret = -EBADR; | 251 | ret = -EBADR; |
| 240 | if (!blkno) { | 252 | if (!blkno) { |
| 253 | ocfs2_error(inode->i_sb, | ||
| 254 | "No record found for (cpos = %u, clusters = %u) on inode %"MLFu64"\n", | ||
| 255 | cpos, clusters, | ||
| 256 | OCFS2_I(inode)->ip_blkno); | ||
| 241 | mlog_errno(ret); | 257 | mlog_errno(ret); |
| 242 | goto out_free; | 258 | goto out_free; |
| 243 | } | 259 | } |
| @@ -266,6 +282,20 @@ static int ocfs2_extent_map_find_leaf(struct inode *inode, | |||
| 266 | 282 | ||
| 267 | for (i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) { | 283 | for (i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) { |
| 268 | rec = &el->l_recs[i]; | 284 | rec = &el->l_recs[i]; |
| 285 | |||
| 286 | if ((le32_to_cpu(rec->e_cpos) + le32_to_cpu(rec->e_clusters)) > | ||
| 287 | OCFS2_I(inode)->ip_clusters) { | ||
| 288 | ret = -EBADR; | ||
| 289 | mlog_errno(ret); | ||
| 290 | ocfs2_error(inode->i_sb, | ||
| 291 | "Extent %d at e_blkno %"MLFu64" of inode %"MLFu64" goes past ip_clusters of %u\n", | ||
| 292 | i, | ||
| 293 | le64_to_cpu(rec->e_blkno), | ||
| 294 | OCFS2_I(inode)->ip_blkno, | ||
| 295 | OCFS2_I(inode)->ip_clusters); | ||
| 296 | return ret; | ||
| 297 | } | ||
| 298 | |||
| 269 | ret = ocfs2_extent_map_insert(inode, rec, | 299 | ret = ocfs2_extent_map_insert(inode, rec, |
| 270 | le16_to_cpu(el->l_tree_depth)); | 300 | le16_to_cpu(el->l_tree_depth)); |
| 271 | if (ret) { | 301 | if (ret) { |
| @@ -526,6 +556,10 @@ static int ocfs2_extent_map_insert(struct inode *inode, | |||
| 526 | OCFS2_I(inode)->ip_map.em_clusters) { | 556 | OCFS2_I(inode)->ip_map.em_clusters) { |
| 527 | ret = -EBADR; | 557 | ret = -EBADR; |
| 528 | mlog_errno(ret); | 558 | mlog_errno(ret); |
| 559 | ocfs2_error(inode->i_sb, | ||
| 560 | "Zero e_clusters on non-tail extent record at e_blkno %"MLFu64" on inode %"MLFu64"\n", | ||
| 561 | le64_to_cpu(rec->e_blkno), | ||
| 562 | OCFS2_I(inode)->ip_blkno); | ||
| 529 | return ret; | 563 | return ret; |
| 530 | } | 564 | } |
| 531 | 565 | ||
| @@ -588,12 +622,12 @@ static int ocfs2_extent_map_insert(struct inode *inode, | |||
| 588 | * Existing record in the extent map: | 622 | * Existing record in the extent map: |
| 589 | * | 623 | * |
| 590 | * cpos = 10, len = 10 | 624 | * cpos = 10, len = 10 |
| 591 | * |---------| | 625 | * |---------| |
| 592 | * | 626 | * |
| 593 | * New Record: | 627 | * New Record: |
| 594 | * | 628 | * |
| 595 | * cpos = 10, len = 20 | 629 | * cpos = 10, len = 20 |
| 596 | * |------------------| | 630 | * |------------------| |
| 597 | * | 631 | * |
| 598 | * The passed record is the new on-disk record. The new_clusters value | 632 | * The passed record is the new on-disk record. The new_clusters value |
| 599 | * is how many clusters were added to the file. If the append is a | 633 | * is how many clusters were added to the file. If the append is a |
diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c index 1715bc90e705..8a4048b55fdc 100644 --- a/fs/ocfs2/file.c +++ b/fs/ocfs2/file.c | |||
| @@ -933,9 +933,6 @@ static ssize_t ocfs2_file_aio_write(struct kiocb *iocb, | |||
| 933 | struct file *filp = iocb->ki_filp; | 933 | struct file *filp = iocb->ki_filp; |
| 934 | struct inode *inode = filp->f_dentry->d_inode; | 934 | struct inode *inode = filp->f_dentry->d_inode; |
| 935 | loff_t newsize, saved_pos; | 935 | loff_t newsize, saved_pos; |
| 936 | #ifdef OCFS2_ORACORE_WORKAROUNDS | ||
| 937 | struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); | ||
| 938 | #endif | ||
| 939 | 936 | ||
| 940 | mlog_entry("(0x%p, 0x%p, %u, '%.*s')\n", filp, buf, | 937 | mlog_entry("(0x%p, 0x%p, %u, '%.*s')\n", filp, buf, |
| 941 | (unsigned int)count, | 938 | (unsigned int)count, |
| @@ -951,14 +948,6 @@ static ssize_t ocfs2_file_aio_write(struct kiocb *iocb, | |||
| 951 | return -EIO; | 948 | return -EIO; |
| 952 | } | 949 | } |
| 953 | 950 | ||
| 954 | #ifdef OCFS2_ORACORE_WORKAROUNDS | ||
| 955 | /* ugh, work around some applications which open everything O_DIRECT + | ||
| 956 | * O_APPEND and really don't mean to use O_DIRECT. */ | ||
| 957 | if (osb->s_mount_opt & OCFS2_MOUNT_COMPAT_OCFS && | ||
| 958 | (filp->f_flags & O_APPEND) && (filp->f_flags & O_DIRECT)) | ||
| 959 | filp->f_flags &= ~O_DIRECT; | ||
| 960 | #endif | ||
| 961 | |||
| 962 | mutex_lock(&inode->i_mutex); | 951 | mutex_lock(&inode->i_mutex); |
| 963 | /* to match setattr's i_mutex -> i_alloc_sem -> rw_lock ordering */ | 952 | /* to match setattr's i_mutex -> i_alloc_sem -> rw_lock ordering */ |
| 964 | if (filp->f_flags & O_DIRECT) { | 953 | if (filp->f_flags & O_DIRECT) { |
| @@ -1079,27 +1068,7 @@ static ssize_t ocfs2_file_aio_write(struct kiocb *iocb, | |||
| 1079 | /* communicate with ocfs2_dio_end_io */ | 1068 | /* communicate with ocfs2_dio_end_io */ |
| 1080 | ocfs2_iocb_set_rw_locked(iocb); | 1069 | ocfs2_iocb_set_rw_locked(iocb); |
| 1081 | 1070 | ||
| 1082 | #ifdef OCFS2_ORACORE_WORKAROUNDS | 1071 | ret = generic_file_aio_write_nolock(iocb, &local_iov, 1, &iocb->ki_pos); |
| 1083 | if (osb->s_mount_opt & OCFS2_MOUNT_COMPAT_OCFS && | ||
| 1084 | filp->f_flags & O_DIRECT) { | ||
| 1085 | unsigned int saved_flags = filp->f_flags; | ||
| 1086 | int sector_size = 1 << osb->s_sectsize_bits; | ||
| 1087 | |||
| 1088 | if ((saved_pos & (sector_size - 1)) || | ||
| 1089 | (count & (sector_size - 1)) || | ||
| 1090 | ((unsigned long)buf & (sector_size - 1))) { | ||
| 1091 | filp->f_flags |= O_SYNC; | ||
| 1092 | filp->f_flags &= ~O_DIRECT; | ||
| 1093 | } | ||
| 1094 | |||
| 1095 | ret = generic_file_aio_write_nolock(iocb, &local_iov, 1, | ||
| 1096 | &iocb->ki_pos); | ||
| 1097 | |||
| 1098 | filp->f_flags = saved_flags; | ||
| 1099 | } else | ||
| 1100 | #endif | ||
| 1101 | ret = generic_file_aio_write_nolock(iocb, &local_iov, 1, | ||
| 1102 | &iocb->ki_pos); | ||
| 1103 | 1072 | ||
| 1104 | /* buffered aio wouldn't have proper lock coverage today */ | 1073 | /* buffered aio wouldn't have proper lock coverage today */ |
| 1105 | BUG_ON(ret == -EIOCBQUEUED && !(filp->f_flags & O_DIRECT)); | 1074 | BUG_ON(ret == -EIOCBQUEUED && !(filp->f_flags & O_DIRECT)); |
| @@ -1140,9 +1109,6 @@ static ssize_t ocfs2_file_aio_read(struct kiocb *iocb, | |||
| 1140 | int ret = 0, rw_level = -1, have_alloc_sem = 0; | 1109 | int ret = 0, rw_level = -1, have_alloc_sem = 0; |
| 1141 | struct file *filp = iocb->ki_filp; | 1110 | struct file *filp = iocb->ki_filp; |
| 1142 | struct inode *inode = filp->f_dentry->d_inode; | 1111 | struct inode *inode = filp->f_dentry->d_inode; |
| 1143 | #ifdef OCFS2_ORACORE_WORKAROUNDS | ||
| 1144 | struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); | ||
| 1145 | #endif | ||
| 1146 | 1112 | ||
| 1147 | mlog_entry("(0x%p, 0x%p, %u, '%.*s')\n", filp, buf, | 1113 | mlog_entry("(0x%p, 0x%p, %u, '%.*s')\n", filp, buf, |
| 1148 | (unsigned int)count, | 1114 | (unsigned int)count, |
| @@ -1155,21 +1121,6 @@ static ssize_t ocfs2_file_aio_read(struct kiocb *iocb, | |||
| 1155 | goto bail; | 1121 | goto bail; |
| 1156 | } | 1122 | } |
| 1157 | 1123 | ||
| 1158 | #ifdef OCFS2_ORACORE_WORKAROUNDS | ||
| 1159 | if (osb->s_mount_opt & OCFS2_MOUNT_COMPAT_OCFS) { | ||
| 1160 | if (filp->f_flags & O_DIRECT) { | ||
| 1161 | int sector_size = 1 << osb->s_sectsize_bits; | ||
| 1162 | |||
| 1163 | if ((pos & (sector_size - 1)) || | ||
| 1164 | (count & (sector_size - 1)) || | ||
| 1165 | ((unsigned long)buf & (sector_size - 1)) || | ||
| 1166 | (i_size_read(inode) & (sector_size -1))) { | ||
| 1167 | filp->f_flags &= ~O_DIRECT; | ||
| 1168 | } | ||
| 1169 | } | ||
| 1170 | } | ||
| 1171 | #endif | ||
| 1172 | |||
| 1173 | /* | 1124 | /* |
| 1174 | * buffered reads protect themselves in ->readpage(). O_DIRECT reads | 1125 | * buffered reads protect themselves in ->readpage(). O_DIRECT reads |
| 1175 | * need locks to protect pending reads from racing with truncate. | 1126 | * need locks to protect pending reads from racing with truncate. |
diff --git a/fs/ocfs2/heartbeat.c b/fs/ocfs2/heartbeat.c index 0bbd22f46c80..cbfd45a97a63 100644 --- a/fs/ocfs2/heartbeat.c +++ b/fs/ocfs2/heartbeat.c | |||
| @@ -67,6 +67,7 @@ void ocfs2_init_node_maps(struct ocfs2_super *osb) | |||
| 67 | ocfs2_node_map_init(&osb->mounted_map); | 67 | ocfs2_node_map_init(&osb->mounted_map); |
| 68 | ocfs2_node_map_init(&osb->recovery_map); | 68 | ocfs2_node_map_init(&osb->recovery_map); |
| 69 | ocfs2_node_map_init(&osb->umount_map); | 69 | ocfs2_node_map_init(&osb->umount_map); |
| 70 | ocfs2_node_map_init(&osb->osb_recovering_orphan_dirs); | ||
| 70 | } | 71 | } |
| 71 | 72 | ||
| 72 | static void ocfs2_do_node_down(int node_num, | 73 | static void ocfs2_do_node_down(int node_num, |
diff --git a/fs/ocfs2/inode.c b/fs/ocfs2/inode.c index 8122489c5762..315472a5c192 100644 --- a/fs/ocfs2/inode.c +++ b/fs/ocfs2/inode.c | |||
| @@ -41,6 +41,7 @@ | |||
| 41 | #include "dlmglue.h" | 41 | #include "dlmglue.h" |
| 42 | #include "extent_map.h" | 42 | #include "extent_map.h" |
| 43 | #include "file.h" | 43 | #include "file.h" |
| 44 | #include "heartbeat.h" | ||
| 44 | #include "inode.h" | 45 | #include "inode.h" |
| 45 | #include "journal.h" | 46 | #include "journal.h" |
| 46 | #include "namei.h" | 47 | #include "namei.h" |
| @@ -544,6 +545,42 @@ bail: | |||
| 544 | return status; | 545 | return status; |
| 545 | } | 546 | } |
| 546 | 547 | ||
| 548 | /* | ||
| 549 | * Serialize with orphan dir recovery. If the process doing | ||
| 550 | * recovery on this orphan dir does an iget() with the dir | ||
| 551 | * i_mutex held, we'll deadlock here. Instead we detect this | ||
| 552 | * and exit early - recovery will wipe this inode for us. | ||
| 553 | */ | ||
| 554 | static int ocfs2_check_orphan_recovery_state(struct ocfs2_super *osb, | ||
| 555 | int slot) | ||
| 556 | { | ||
| 557 | int ret = 0; | ||
| 558 | |||
| 559 | spin_lock(&osb->osb_lock); | ||
| 560 | if (ocfs2_node_map_test_bit(osb, &osb->osb_recovering_orphan_dirs, slot)) { | ||
| 561 | mlog(0, "Recovery is happening on orphan dir %d, will skip " | ||
| 562 | "this inode\n", slot); | ||
| 563 | ret = -EDEADLK; | ||
| 564 | goto out; | ||
| 565 | } | ||
| 566 | /* This signals to the orphan recovery process that it should | ||
| 567 | * wait for us to handle the wipe. */ | ||
| 568 | osb->osb_orphan_wipes[slot]++; | ||
| 569 | out: | ||
| 570 | spin_unlock(&osb->osb_lock); | ||
| 571 | return ret; | ||
| 572 | } | ||
| 573 | |||
| 574 | static void ocfs2_signal_wipe_completion(struct ocfs2_super *osb, | ||
| 575 | int slot) | ||
| 576 | { | ||
| 577 | spin_lock(&osb->osb_lock); | ||
| 578 | osb->osb_orphan_wipes[slot]--; | ||
| 579 | spin_unlock(&osb->osb_lock); | ||
| 580 | |||
| 581 | wake_up(&osb->osb_wipe_event); | ||
| 582 | } | ||
| 583 | |||
| 547 | static int ocfs2_wipe_inode(struct inode *inode, | 584 | static int ocfs2_wipe_inode(struct inode *inode, |
| 548 | struct buffer_head *di_bh) | 585 | struct buffer_head *di_bh) |
| 549 | { | 586 | { |
| @@ -555,6 +592,11 @@ static int ocfs2_wipe_inode(struct inode *inode, | |||
| 555 | /* We've already voted on this so it should be readonly - no | 592 | /* We've already voted on this so it should be readonly - no |
| 556 | * spinlock needed. */ | 593 | * spinlock needed. */ |
| 557 | orphaned_slot = OCFS2_I(inode)->ip_orphaned_slot; | 594 | orphaned_slot = OCFS2_I(inode)->ip_orphaned_slot; |
| 595 | |||
| 596 | status = ocfs2_check_orphan_recovery_state(osb, orphaned_slot); | ||
| 597 | if (status) | ||
| 598 | return status; | ||
| 599 | |||
| 558 | orphan_dir_inode = ocfs2_get_system_file_inode(osb, | 600 | orphan_dir_inode = ocfs2_get_system_file_inode(osb, |
| 559 | ORPHAN_DIR_SYSTEM_INODE, | 601 | ORPHAN_DIR_SYSTEM_INODE, |
| 560 | orphaned_slot); | 602 | orphaned_slot); |
| @@ -597,6 +639,7 @@ bail_unlock_dir: | |||
| 597 | brelse(orphan_dir_bh); | 639 | brelse(orphan_dir_bh); |
| 598 | bail: | 640 | bail: |
| 599 | iput(orphan_dir_inode); | 641 | iput(orphan_dir_inode); |
| 642 | ocfs2_signal_wipe_completion(osb, orphaned_slot); | ||
| 600 | 643 | ||
| 601 | return status; | 644 | return status; |
| 602 | } | 645 | } |
| @@ -822,7 +865,8 @@ void ocfs2_delete_inode(struct inode *inode) | |||
| 822 | 865 | ||
| 823 | status = ocfs2_wipe_inode(inode, di_bh); | 866 | status = ocfs2_wipe_inode(inode, di_bh); |
| 824 | if (status < 0) { | 867 | if (status < 0) { |
| 825 | mlog_errno(status); | 868 | if (status != -EDEADLK) |
| 869 | mlog_errno(status); | ||
| 826 | goto bail_unlock_inode; | 870 | goto bail_unlock_inode; |
| 827 | } | 871 | } |
| 828 | 872 | ||
diff --git a/fs/ocfs2/journal.c b/fs/ocfs2/journal.c index d329c9df90ae..4be801f4559b 100644 --- a/fs/ocfs2/journal.c +++ b/fs/ocfs2/journal.c | |||
| @@ -1408,21 +1408,17 @@ bail: | |||
| 1408 | return status; | 1408 | return status; |
| 1409 | } | 1409 | } |
| 1410 | 1410 | ||
| 1411 | static int ocfs2_recover_orphans(struct ocfs2_super *osb, | 1411 | static int ocfs2_queue_orphans(struct ocfs2_super *osb, |
| 1412 | int slot) | 1412 | int slot, |
| 1413 | struct inode **head) | ||
| 1413 | { | 1414 | { |
| 1414 | int status = 0; | 1415 | int status; |
| 1415 | int have_disk_lock = 0; | ||
| 1416 | struct inode *inode = NULL; | ||
| 1417 | struct inode *iter; | ||
| 1418 | struct inode *orphan_dir_inode = NULL; | 1416 | struct inode *orphan_dir_inode = NULL; |
| 1417 | struct inode *iter; | ||
| 1419 | unsigned long offset, blk, local; | 1418 | unsigned long offset, blk, local; |
| 1420 | struct buffer_head *bh = NULL; | 1419 | struct buffer_head *bh = NULL; |
| 1421 | struct ocfs2_dir_entry *de; | 1420 | struct ocfs2_dir_entry *de; |
| 1422 | struct super_block *sb = osb->sb; | 1421 | struct super_block *sb = osb->sb; |
| 1423 | struct ocfs2_inode_info *oi; | ||
| 1424 | |||
| 1425 | mlog(0, "Recover inodes from orphan dir in slot %d\n", slot); | ||
| 1426 | 1422 | ||
| 1427 | orphan_dir_inode = ocfs2_get_system_file_inode(osb, | 1423 | orphan_dir_inode = ocfs2_get_system_file_inode(osb, |
| 1428 | ORPHAN_DIR_SYSTEM_INODE, | 1424 | ORPHAN_DIR_SYSTEM_INODE, |
| @@ -1430,17 +1426,15 @@ static int ocfs2_recover_orphans(struct ocfs2_super *osb, | |||
| 1430 | if (!orphan_dir_inode) { | 1426 | if (!orphan_dir_inode) { |
| 1431 | status = -ENOENT; | 1427 | status = -ENOENT; |
| 1432 | mlog_errno(status); | 1428 | mlog_errno(status); |
| 1433 | goto out; | 1429 | return status; |
| 1434 | } | 1430 | } |
| 1435 | 1431 | ||
| 1436 | mutex_lock(&orphan_dir_inode->i_mutex); | 1432 | mutex_lock(&orphan_dir_inode->i_mutex); |
| 1437 | status = ocfs2_meta_lock(orphan_dir_inode, NULL, NULL, 0); | 1433 | status = ocfs2_meta_lock(orphan_dir_inode, NULL, NULL, 0); |
| 1438 | if (status < 0) { | 1434 | if (status < 0) { |
| 1439 | mutex_unlock(&orphan_dir_inode->i_mutex); | ||
| 1440 | mlog_errno(status); | 1435 | mlog_errno(status); |
| 1441 | goto out; | 1436 | goto out; |
| 1442 | } | 1437 | } |
| 1443 | have_disk_lock = 1; | ||
| 1444 | 1438 | ||
| 1445 | offset = 0; | 1439 | offset = 0; |
| 1446 | iter = NULL; | 1440 | iter = NULL; |
| @@ -1451,11 +1445,10 @@ static int ocfs2_recover_orphans(struct ocfs2_super *osb, | |||
| 1451 | if (!bh) | 1445 | if (!bh) |
| 1452 | status = -EINVAL; | 1446 | status = -EINVAL; |
| 1453 | if (status < 0) { | 1447 | if (status < 0) { |
| 1454 | mutex_unlock(&orphan_dir_inode->i_mutex); | ||
| 1455 | if (bh) | 1448 | if (bh) |
| 1456 | brelse(bh); | 1449 | brelse(bh); |
| 1457 | mlog_errno(status); | 1450 | mlog_errno(status); |
| 1458 | goto out; | 1451 | goto out_unlock; |
| 1459 | } | 1452 | } |
| 1460 | 1453 | ||
| 1461 | local = 0; | 1454 | local = 0; |
| @@ -1465,11 +1458,10 @@ static int ocfs2_recover_orphans(struct ocfs2_super *osb, | |||
| 1465 | 1458 | ||
| 1466 | if (!ocfs2_check_dir_entry(orphan_dir_inode, | 1459 | if (!ocfs2_check_dir_entry(orphan_dir_inode, |
| 1467 | de, bh, local)) { | 1460 | de, bh, local)) { |
| 1468 | mutex_unlock(&orphan_dir_inode->i_mutex); | ||
| 1469 | status = -EINVAL; | 1461 | status = -EINVAL; |
| 1470 | mlog_errno(status); | 1462 | mlog_errno(status); |
| 1471 | brelse(bh); | 1463 | brelse(bh); |
| 1472 | goto out; | 1464 | goto out_unlock; |
| 1473 | } | 1465 | } |
| 1474 | 1466 | ||
| 1475 | local += le16_to_cpu(de->rec_len); | 1467 | local += le16_to_cpu(de->rec_len); |
| @@ -1504,18 +1496,95 @@ static int ocfs2_recover_orphans(struct ocfs2_super *osb, | |||
| 1504 | 1496 | ||
| 1505 | mlog(0, "queue orphan %"MLFu64"\n", | 1497 | mlog(0, "queue orphan %"MLFu64"\n", |
| 1506 | OCFS2_I(iter)->ip_blkno); | 1498 | OCFS2_I(iter)->ip_blkno); |
| 1507 | OCFS2_I(iter)->ip_next_orphan = inode; | 1499 | /* No locking is required for the next_orphan |
| 1508 | inode = iter; | 1500 | * queue as there is only ever a single |
| 1501 | * process doing orphan recovery. */ | ||
| 1502 | OCFS2_I(iter)->ip_next_orphan = *head; | ||
| 1503 | *head = iter; | ||
| 1509 | } | 1504 | } |
| 1510 | brelse(bh); | 1505 | brelse(bh); |
| 1511 | } | 1506 | } |
| 1512 | mutex_unlock(&orphan_dir_inode->i_mutex); | ||
| 1513 | 1507 | ||
| 1508 | out_unlock: | ||
| 1514 | ocfs2_meta_unlock(orphan_dir_inode, 0); | 1509 | ocfs2_meta_unlock(orphan_dir_inode, 0); |
| 1515 | have_disk_lock = 0; | 1510 | out: |
| 1516 | 1511 | mutex_unlock(&orphan_dir_inode->i_mutex); | |
| 1517 | iput(orphan_dir_inode); | 1512 | iput(orphan_dir_inode); |
| 1518 | orphan_dir_inode = NULL; | 1513 | return status; |
| 1514 | } | ||
| 1515 | |||
| 1516 | static int ocfs2_orphan_recovery_can_continue(struct ocfs2_super *osb, | ||
| 1517 | int slot) | ||
| 1518 | { | ||
| 1519 | int ret; | ||
| 1520 | |||
| 1521 | spin_lock(&osb->osb_lock); | ||
| 1522 | ret = !osb->osb_orphan_wipes[slot]; | ||
| 1523 | spin_unlock(&osb->osb_lock); | ||
| 1524 | return ret; | ||
| 1525 | } | ||
| 1526 | |||
| 1527 | static void ocfs2_mark_recovering_orphan_dir(struct ocfs2_super *osb, | ||
| 1528 | int slot) | ||
| 1529 | { | ||
| 1530 | spin_lock(&osb->osb_lock); | ||
| 1531 | /* Mark ourselves such that new processes in delete_inode() | ||
| 1532 | * know to quit early. */ | ||
| 1533 | ocfs2_node_map_set_bit(osb, &osb->osb_recovering_orphan_dirs, slot); | ||
| 1534 | while (osb->osb_orphan_wipes[slot]) { | ||
| 1535 | /* If any processes are already in the middle of an | ||
| 1536 | * orphan wipe on this dir, then we need to wait for | ||
| 1537 | * them. */ | ||
| 1538 | spin_unlock(&osb->osb_lock); | ||
| 1539 | wait_event_interruptible(osb->osb_wipe_event, | ||
| 1540 | ocfs2_orphan_recovery_can_continue(osb, slot)); | ||
| 1541 | spin_lock(&osb->osb_lock); | ||
| 1542 | } | ||
| 1543 | spin_unlock(&osb->osb_lock); | ||
| 1544 | } | ||
| 1545 | |||
| 1546 | static void ocfs2_clear_recovering_orphan_dir(struct ocfs2_super *osb, | ||
| 1547 | int slot) | ||
| 1548 | { | ||
| 1549 | ocfs2_node_map_clear_bit(osb, &osb->osb_recovering_orphan_dirs, slot); | ||
| 1550 | } | ||
| 1551 | |||
| 1552 | /* | ||
| 1553 | * Orphan recovery. Each mounted node has it's own orphan dir which we | ||
| 1554 | * must run during recovery. Our strategy here is to build a list of | ||
| 1555 | * the inodes in the orphan dir and iget/iput them. The VFS does | ||
| 1556 | * (most) of the rest of the work. | ||
| 1557 | * | ||
| 1558 | * Orphan recovery can happen at any time, not just mount so we have a | ||
| 1559 | * couple of extra considerations. | ||
| 1560 | * | ||
| 1561 | * - We grab as many inodes as we can under the orphan dir lock - | ||
| 1562 | * doing iget() outside the orphan dir risks getting a reference on | ||
| 1563 | * an invalid inode. | ||
| 1564 | * - We must be sure not to deadlock with other processes on the | ||
| 1565 | * system wanting to run delete_inode(). This can happen when they go | ||
| 1566 | * to lock the orphan dir and the orphan recovery process attempts to | ||
| 1567 | * iget() inside the orphan dir lock. This can be avoided by | ||
| 1568 | * advertising our state to ocfs2_delete_inode(). | ||
| 1569 | */ | ||
| 1570 | static int ocfs2_recover_orphans(struct ocfs2_super *osb, | ||
| 1571 | int slot) | ||
| 1572 | { | ||
| 1573 | int ret = 0; | ||
| 1574 | struct inode *inode = NULL; | ||
| 1575 | struct inode *iter; | ||
| 1576 | struct ocfs2_inode_info *oi; | ||
| 1577 | |||
| 1578 | mlog(0, "Recover inodes from orphan dir in slot %d\n", slot); | ||
| 1579 | |||
| 1580 | ocfs2_mark_recovering_orphan_dir(osb, slot); | ||
| 1581 | ret = ocfs2_queue_orphans(osb, slot, &inode); | ||
| 1582 | ocfs2_clear_recovering_orphan_dir(osb, slot); | ||
| 1583 | |||
| 1584 | /* Error here should be noted, but we want to continue with as | ||
| 1585 | * many queued inodes as we've got. */ | ||
| 1586 | if (ret) | ||
| 1587 | mlog_errno(ret); | ||
| 1519 | 1588 | ||
| 1520 | while (inode) { | 1589 | while (inode) { |
| 1521 | oi = OCFS2_I(inode); | 1590 | oi = OCFS2_I(inode); |
| @@ -1541,14 +1610,7 @@ static int ocfs2_recover_orphans(struct ocfs2_super *osb, | |||
| 1541 | inode = iter; | 1610 | inode = iter; |
| 1542 | } | 1611 | } |
| 1543 | 1612 | ||
| 1544 | out: | 1613 | return ret; |
| 1545 | if (have_disk_lock) | ||
| 1546 | ocfs2_meta_unlock(orphan_dir_inode, 0); | ||
| 1547 | |||
| 1548 | if (orphan_dir_inode) | ||
| 1549 | iput(orphan_dir_inode); | ||
| 1550 | |||
| 1551 | return status; | ||
| 1552 | } | 1614 | } |
| 1553 | 1615 | ||
| 1554 | static int ocfs2_wait_on_mount(struct ocfs2_super *osb) | 1616 | static int ocfs2_wait_on_mount(struct ocfs2_super *osb) |
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h index 8d8e4779df92..e89de9b6e491 100644 --- a/fs/ocfs2/ocfs2.h +++ b/fs/ocfs2/ocfs2.h | |||
| @@ -174,9 +174,6 @@ enum ocfs2_mount_options | |||
| 174 | OCFS2_MOUNT_NOINTR = 1 << 2, /* Don't catch signals */ | 174 | OCFS2_MOUNT_NOINTR = 1 << 2, /* Don't catch signals */ |
| 175 | OCFS2_MOUNT_ERRORS_PANIC = 1 << 3, /* Panic on errors */ | 175 | OCFS2_MOUNT_ERRORS_PANIC = 1 << 3, /* Panic on errors */ |
| 176 | OCFS2_MOUNT_DATA_WRITEBACK = 1 << 4, /* No data ordering */ | 176 | OCFS2_MOUNT_DATA_WRITEBACK = 1 << 4, /* No data ordering */ |
| 177 | #ifdef OCFS2_ORACORE_WORKAROUNDS | ||
| 178 | OCFS2_MOUNT_COMPAT_OCFS = 1 << 30, /* ocfs1 compatibility mode */ | ||
| 179 | #endif | ||
| 180 | }; | 177 | }; |
| 181 | 178 | ||
| 182 | #define OCFS2_OSB_SOFT_RO 0x0001 | 179 | #define OCFS2_OSB_SOFT_RO 0x0001 |
| @@ -290,6 +287,10 @@ struct ocfs2_super | |||
| 290 | struct inode *osb_tl_inode; | 287 | struct inode *osb_tl_inode; |
| 291 | struct buffer_head *osb_tl_bh; | 288 | struct buffer_head *osb_tl_bh; |
| 292 | struct work_struct osb_truncate_log_wq; | 289 | struct work_struct osb_truncate_log_wq; |
| 290 | |||
| 291 | struct ocfs2_node_map osb_recovering_orphan_dirs; | ||
| 292 | unsigned int *osb_orphan_wipes; | ||
| 293 | wait_queue_head_t osb_wipe_event; | ||
| 293 | }; | 294 | }; |
| 294 | 295 | ||
| 295 | #define OCFS2_SB(sb) ((struct ocfs2_super *)(sb)->s_fs_info) | 296 | #define OCFS2_SB(sb) ((struct ocfs2_super *)(sb)->s_fs_info) |
diff --git a/fs/ocfs2/ocfs2_fs.h b/fs/ocfs2/ocfs2_fs.h index dfb8a5bedfc8..c5b1ac547c15 100644 --- a/fs/ocfs2/ocfs2_fs.h +++ b/fs/ocfs2/ocfs2_fs.h | |||
| @@ -138,7 +138,6 @@ | |||
| 138 | 138 | ||
| 139 | /* Journal limits (in bytes) */ | 139 | /* Journal limits (in bytes) */ |
| 140 | #define OCFS2_MIN_JOURNAL_SIZE (4 * 1024 * 1024) | 140 | #define OCFS2_MIN_JOURNAL_SIZE (4 * 1024 * 1024) |
| 141 | #define OCFS2_MAX_JOURNAL_SIZE (500 * 1024 * 1024) | ||
| 142 | 141 | ||
| 143 | struct ocfs2_system_inode_info { | 142 | struct ocfs2_system_inode_info { |
| 144 | char *si_name; | 143 | char *si_name; |
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index 046824b6b625..8dd3aafec499 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
| @@ -1325,6 +1325,16 @@ static int ocfs2_initialize_super(struct super_block *sb, | |||
| 1325 | } | 1325 | } |
| 1326 | mlog(ML_NOTICE, "max_slots for this device: %u\n", osb->max_slots); | 1326 | mlog(ML_NOTICE, "max_slots for this device: %u\n", osb->max_slots); |
| 1327 | 1327 | ||
| 1328 | init_waitqueue_head(&osb->osb_wipe_event); | ||
| 1329 | osb->osb_orphan_wipes = kcalloc(osb->max_slots, | ||
| 1330 | sizeof(*osb->osb_orphan_wipes), | ||
| 1331 | GFP_KERNEL); | ||
| 1332 | if (!osb->osb_orphan_wipes) { | ||
| 1333 | status = -ENOMEM; | ||
| 1334 | mlog_errno(status); | ||
| 1335 | goto bail; | ||
| 1336 | } | ||
| 1337 | |||
| 1328 | osb->s_feature_compat = | 1338 | osb->s_feature_compat = |
| 1329 | le32_to_cpu(OCFS2_RAW_SB(di)->s_feature_compat); | 1339 | le32_to_cpu(OCFS2_RAW_SB(di)->s_feature_compat); |
| 1330 | osb->s_feature_ro_compat = | 1340 | osb->s_feature_ro_compat = |
| @@ -1638,6 +1648,7 @@ static void ocfs2_delete_osb(struct ocfs2_super *osb) | |||
| 1638 | if (osb->slot_info) | 1648 | if (osb->slot_info) |
| 1639 | ocfs2_free_slot_info(osb->slot_info); | 1649 | ocfs2_free_slot_info(osb->slot_info); |
| 1640 | 1650 | ||
| 1651 | kfree(osb->osb_orphan_wipes); | ||
| 1641 | /* FIXME | 1652 | /* FIXME |
| 1642 | * This belongs in journal shutdown, but because we have to | 1653 | * This belongs in journal shutdown, but because we have to |
| 1643 | * allocate osb->journal at the start of ocfs2_initalize_osb(), | 1654 | * allocate osb->journal at the start of ocfs2_initalize_osb(), |
diff --git a/fs/partitions/ibm.c b/fs/partitions/ibm.c index 78010ad60e47..1e4a93835fed 100644 --- a/fs/partitions/ibm.c +++ b/fs/partitions/ibm.c | |||
| @@ -52,6 +52,7 @@ int | |||
| 52 | ibm_partition(struct parsed_partitions *state, struct block_device *bdev) | 52 | ibm_partition(struct parsed_partitions *state, struct block_device *bdev) |
| 53 | { | 53 | { |
| 54 | int blocksize, offset, size; | 54 | int blocksize, offset, size; |
| 55 | loff_t i_size; | ||
| 55 | dasd_information_t *info; | 56 | dasd_information_t *info; |
| 56 | struct hd_geometry *geo; | 57 | struct hd_geometry *geo; |
| 57 | char type[5] = {0,}; | 58 | char type[5] = {0,}; |
| @@ -63,6 +64,13 @@ ibm_partition(struct parsed_partitions *state, struct block_device *bdev) | |||
| 63 | unsigned char *data; | 64 | unsigned char *data; |
| 64 | Sector sect; | 65 | Sector sect; |
| 65 | 66 | ||
| 67 | blocksize = bdev_hardsect_size(bdev); | ||
| 68 | if (blocksize <= 0) | ||
| 69 | return 0; | ||
| 70 | i_size = i_size_read(bdev->bd_inode); | ||
| 71 | if (i_size == 0) | ||
| 72 | return 0; | ||
| 73 | |||
| 66 | if ((info = kmalloc(sizeof(dasd_information_t), GFP_KERNEL)) == NULL) | 74 | if ((info = kmalloc(sizeof(dasd_information_t), GFP_KERNEL)) == NULL) |
| 67 | goto out_noinfo; | 75 | goto out_noinfo; |
| 68 | if ((geo = kmalloc(sizeof(struct hd_geometry), GFP_KERNEL)) == NULL) | 76 | if ((geo = kmalloc(sizeof(struct hd_geometry), GFP_KERNEL)) == NULL) |
| @@ -73,9 +81,6 @@ ibm_partition(struct parsed_partitions *state, struct block_device *bdev) | |||
| 73 | if (ioctl_by_bdev(bdev, BIODASDINFO, (unsigned long)info) != 0 || | 81 | if (ioctl_by_bdev(bdev, BIODASDINFO, (unsigned long)info) != 0 || |
| 74 | ioctl_by_bdev(bdev, HDIO_GETGEO, (unsigned long)geo) != 0) | 82 | ioctl_by_bdev(bdev, HDIO_GETGEO, (unsigned long)geo) != 0) |
| 75 | goto out_noioctl; | 83 | goto out_noioctl; |
| 76 | |||
| 77 | if ((blocksize = bdev_hardsect_size(bdev)) <= 0) | ||
| 78 | goto out_badsect; | ||
| 79 | 84 | ||
| 80 | /* | 85 | /* |
| 81 | * Get volume label, extract name and type. | 86 | * Get volume label, extract name and type. |
| @@ -111,7 +116,7 @@ ibm_partition(struct parsed_partitions *state, struct block_device *bdev) | |||
| 111 | } else { | 116 | } else { |
| 112 | printk("CMS1/%8s:", name); | 117 | printk("CMS1/%8s:", name); |
| 113 | offset = (info->label_block + 1); | 118 | offset = (info->label_block + 1); |
| 114 | size = bdev->bd_inode->i_size >> 9; | 119 | size = i_size >> 9; |
| 115 | } | 120 | } |
| 116 | put_partition(state, 1, offset*(blocksize >> 9), | 121 | put_partition(state, 1, offset*(blocksize >> 9), |
| 117 | size-offset*(blocksize >> 9)); | 122 | size-offset*(blocksize >> 9)); |
| @@ -168,7 +173,7 @@ ibm_partition(struct parsed_partitions *state, struct block_device *bdev) | |||
| 168 | else | 173 | else |
| 169 | printk("(nonl)/%8s:", name); | 174 | printk("(nonl)/%8s:", name); |
| 170 | offset = (info->label_block + 1); | 175 | offset = (info->label_block + 1); |
| 171 | size = (bdev->bd_inode->i_size >> 9); | 176 | size = i_size >> 9; |
| 172 | put_partition(state, 1, offset*(blocksize >> 9), | 177 | put_partition(state, 1, offset*(blocksize >> 9), |
| 173 | size-offset*(blocksize >> 9)); | 178 | size-offset*(blocksize >> 9)); |
| 174 | } | 179 | } |
| @@ -180,7 +185,6 @@ ibm_partition(struct parsed_partitions *state, struct block_device *bdev) | |||
| 180 | return 1; | 185 | return 1; |
| 181 | 186 | ||
| 182 | out_readerr: | 187 | out_readerr: |
| 183 | out_badsect: | ||
| 184 | out_noioctl: | 188 | out_noioctl: |
| 185 | kfree(label); | 189 | kfree(label); |
| 186 | out_nolab: | 190 | out_nolab: |
| @@ -605,7 +605,7 @@ struct file_operations rdwr_fifo_fops = { | |||
| 605 | .fasync = pipe_rdwr_fasync, | 605 | .fasync = pipe_rdwr_fasync, |
| 606 | }; | 606 | }; |
| 607 | 607 | ||
| 608 | struct file_operations read_pipe_fops = { | 608 | static struct file_operations read_pipe_fops = { |
| 609 | .llseek = no_llseek, | 609 | .llseek = no_llseek, |
| 610 | .read = pipe_read, | 610 | .read = pipe_read, |
| 611 | .readv = pipe_readv, | 611 | .readv = pipe_readv, |
| @@ -617,7 +617,7 @@ struct file_operations read_pipe_fops = { | |||
| 617 | .fasync = pipe_read_fasync, | 617 | .fasync = pipe_read_fasync, |
| 618 | }; | 618 | }; |
| 619 | 619 | ||
| 620 | struct file_operations write_pipe_fops = { | 620 | static struct file_operations write_pipe_fops = { |
| 621 | .llseek = no_llseek, | 621 | .llseek = no_llseek, |
| 622 | .read = bad_pipe_r, | 622 | .read = bad_pipe_r, |
| 623 | .write = pipe_write, | 623 | .write = pipe_write, |
| @@ -629,7 +629,7 @@ struct file_operations write_pipe_fops = { | |||
| 629 | .fasync = pipe_write_fasync, | 629 | .fasync = pipe_write_fasync, |
| 630 | }; | 630 | }; |
| 631 | 631 | ||
| 632 | struct file_operations rdwr_pipe_fops = { | 632 | static struct file_operations rdwr_pipe_fops = { |
| 633 | .llseek = no_llseek, | 633 | .llseek = no_llseek, |
| 634 | .read = pipe_read, | 634 | .read = pipe_read, |
| 635 | .readv = pipe_readv, | 635 | .readv = pipe_readv, |
diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c index 0eaad41f4658..91b7c15ab373 100644 --- a/fs/proc/task_mmu.c +++ b/fs/proc/task_mmu.c | |||
| @@ -204,7 +204,6 @@ static void smaps_pte_range(struct vm_area_struct *vma, pmd_t *pmd, | |||
| 204 | { | 204 | { |
| 205 | pte_t *pte, ptent; | 205 | pte_t *pte, ptent; |
| 206 | spinlock_t *ptl; | 206 | spinlock_t *ptl; |
| 207 | unsigned long pfn; | ||
| 208 | struct page *page; | 207 | struct page *page; |
| 209 | 208 | ||
| 210 | pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl); | 209 | pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl); |
| @@ -214,12 +213,12 @@ static void smaps_pte_range(struct vm_area_struct *vma, pmd_t *pmd, | |||
| 214 | continue; | 213 | continue; |
| 215 | 214 | ||
| 216 | mss->resident += PAGE_SIZE; | 215 | mss->resident += PAGE_SIZE; |
| 217 | pfn = pte_pfn(ptent); | 216 | |
| 218 | if (!pfn_valid(pfn)) | 217 | page = vm_normal_page(vma, addr, ptent); |
| 218 | if (!page) | ||
| 219 | continue; | 219 | continue; |
| 220 | 220 | ||
| 221 | page = pfn_to_page(pfn); | 221 | if (page_mapcount(page) >= 2) { |
| 222 | if (page_count(page) >= 2) { | ||
| 223 | if (pte_dirty(ptent)) | 222 | if (pte_dirty(ptent)) |
| 224 | mss->shared_dirty += PAGE_SIZE; | 223 | mss->shared_dirty += PAGE_SIZE; |
| 225 | else | 224 | else |
| @@ -289,7 +288,7 @@ static int show_smap(struct seq_file *m, void *v) | |||
| 289 | struct mem_size_stats mss; | 288 | struct mem_size_stats mss; |
| 290 | 289 | ||
| 291 | memset(&mss, 0, sizeof mss); | 290 | memset(&mss, 0, sizeof mss); |
| 292 | if (vma->vm_mm) | 291 | if (vma->vm_mm && !is_vm_hugetlb_page(vma)) |
| 293 | smaps_pgd_range(vma, vma->vm_start, vma->vm_end, &mss); | 292 | smaps_pgd_range(vma, vma->vm_start, vma->vm_end, &mss); |
| 294 | return show_map_internal(m, v, &mss); | 293 | return show_map_internal(m, v, &mss); |
| 295 | } | 294 | } |
diff --git a/fs/ramfs/inode.c b/fs/ramfs/inode.c index cde5d48994ae..14bd2246fb6d 100644 --- a/fs/ramfs/inode.c +++ b/fs/ramfs/inode.c | |||
| @@ -137,6 +137,7 @@ static int ramfs_symlink(struct inode * dir, struct dentry *dentry, const char * | |||
| 137 | inode->i_gid = dir->i_gid; | 137 | inode->i_gid = dir->i_gid; |
| 138 | d_instantiate(dentry, inode); | 138 | d_instantiate(dentry, inode); |
| 139 | dget(dentry); | 139 | dget(dentry); |
| 140 | dir->i_mtime = dir->i_ctime = CURRENT_TIME; | ||
| 140 | } else | 141 | } else |
| 141 | iput(inode); | 142 | iput(inode); |
| 142 | } | 143 | } |
diff --git a/fs/reiserfs/file.c b/fs/reiserfs/file.c index f3473176c83a..be12879bb179 100644 --- a/fs/reiserfs/file.c +++ b/fs/reiserfs/file.c | |||
| @@ -1464,13 +1464,11 @@ static ssize_t reiserfs_file_write(struct file *file, /* the file we are going t | |||
| 1464 | partially overwritten pages, if needed. And lock the pages, | 1464 | partially overwritten pages, if needed. And lock the pages, |
| 1465 | so that nobody else can access these until we are done. | 1465 | so that nobody else can access these until we are done. |
| 1466 | We get number of actual blocks needed as a result. */ | 1466 | We get number of actual blocks needed as a result. */ |
| 1467 | blocks_to_allocate = | 1467 | res = reiserfs_prepare_file_region_for_write(inode, pos, |
| 1468 | reiserfs_prepare_file_region_for_write(inode, pos, | 1468 | num_pages, |
| 1469 | num_pages, | 1469 | write_bytes, |
| 1470 | write_bytes, | 1470 | prepared_pages); |
| 1471 | prepared_pages); | 1471 | if (res < 0) { |
| 1472 | if (blocks_to_allocate < 0) { | ||
| 1473 | res = blocks_to_allocate; | ||
| 1474 | reiserfs_release_claimed_blocks(inode->i_sb, | 1472 | reiserfs_release_claimed_blocks(inode->i_sb, |
| 1475 | num_pages << | 1473 | num_pages << |
| 1476 | (PAGE_CACHE_SHIFT - | 1474 | (PAGE_CACHE_SHIFT - |
| @@ -1478,6 +1476,8 @@ static ssize_t reiserfs_file_write(struct file *file, /* the file we are going t | |||
| 1478 | break; | 1476 | break; |
| 1479 | } | 1477 | } |
| 1480 | 1478 | ||
| 1479 | blocks_to_allocate = res; | ||
| 1480 | |||
| 1481 | /* First we correct our estimate of how many blocks we need */ | 1481 | /* First we correct our estimate of how many blocks we need */ |
| 1482 | reiserfs_release_claimed_blocks(inode->i_sb, | 1482 | reiserfs_release_claimed_blocks(inode->i_sb, |
| 1483 | (num_pages << | 1483 | (num_pages << |
diff --git a/fs/reiserfs/inode.c b/fs/reiserfs/inode.c index b33d67bba2fd..d60f6238c66a 100644 --- a/fs/reiserfs/inode.c +++ b/fs/reiserfs/inode.c | |||
| @@ -627,11 +627,6 @@ int reiserfs_get_block(struct inode *inode, sector_t block, | |||
| 627 | reiserfs_write_lock(inode->i_sb); | 627 | reiserfs_write_lock(inode->i_sb); |
| 628 | version = get_inode_item_key_version(inode); | 628 | version = get_inode_item_key_version(inode); |
| 629 | 629 | ||
| 630 | if (block < 0) { | ||
| 631 | reiserfs_write_unlock(inode->i_sb); | ||
| 632 | return -EIO; | ||
| 633 | } | ||
| 634 | |||
| 635 | if (!file_capable(inode, block)) { | 630 | if (!file_capable(inode, block)) { |
| 636 | reiserfs_write_unlock(inode->i_sb); | 631 | reiserfs_write_unlock(inode->i_sb); |
| 637 | return -EFBIG; | 632 | return -EFBIG; |
| @@ -934,12 +929,13 @@ int reiserfs_get_block(struct inode *inode, sector_t block, | |||
| 934 | //pos_in_item * inode->i_sb->s_blocksize, | 929 | //pos_in_item * inode->i_sb->s_blocksize, |
| 935 | TYPE_INDIRECT, 3); // key type is unimportant | 930 | TYPE_INDIRECT, 3); // key type is unimportant |
| 936 | 931 | ||
| 932 | RFALSE(cpu_key_k_offset(&tmp_key) > cpu_key_k_offset(&key), | ||
| 933 | "green-805: invalid offset"); | ||
| 937 | blocks_needed = | 934 | blocks_needed = |
| 938 | 1 + | 935 | 1 + |
| 939 | ((cpu_key_k_offset(&key) - | 936 | ((cpu_key_k_offset(&key) - |
| 940 | cpu_key_k_offset(&tmp_key)) >> inode->i_sb-> | 937 | cpu_key_k_offset(&tmp_key)) >> inode->i_sb-> |
| 941 | s_blocksize_bits); | 938 | s_blocksize_bits); |
| 942 | RFALSE(blocks_needed < 0, "green-805: invalid offset"); | ||
| 943 | 939 | ||
| 944 | if (blocks_needed == 1) { | 940 | if (blocks_needed == 1) { |
| 945 | un = &unf_single; | 941 | un = &unf_single; |
diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c index b7a179560ab4..5a9d2722fa0a 100644 --- a/fs/reiserfs/journal.c +++ b/fs/reiserfs/journal.c | |||
| @@ -2319,8 +2319,7 @@ static int journal_read(struct super_block *p_s_sb) | |||
| 2319 | return 1; | 2319 | return 1; |
| 2320 | } | 2320 | } |
| 2321 | jh = (struct reiserfs_journal_header *)(journal->j_header_bh->b_data); | 2321 | jh = (struct reiserfs_journal_header *)(journal->j_header_bh->b_data); |
| 2322 | if (le32_to_cpu(jh->j_first_unflushed_offset) >= 0 && | 2322 | if (le32_to_cpu(jh->j_first_unflushed_offset) < |
| 2323 | le32_to_cpu(jh->j_first_unflushed_offset) < | ||
| 2324 | SB_ONDISK_JOURNAL_SIZE(p_s_sb) | 2323 | SB_ONDISK_JOURNAL_SIZE(p_s_sb) |
| 2325 | && le32_to_cpu(jh->j_last_flush_trans_id) > 0) { | 2324 | && le32_to_cpu(jh->j_last_flush_trans_id) > 0) { |
| 2326 | oldest_start = | 2325 | oldest_start = |
diff --git a/fs/reiserfs/namei.c b/fs/reiserfs/namei.c index c8123308e060..284f7852de8b 100644 --- a/fs/reiserfs/namei.c +++ b/fs/reiserfs/namei.c | |||
| @@ -247,7 +247,7 @@ static int linear_search_in_dir_item(struct cpu_key *key, | |||
| 247 | /* mark, that this generation number is used */ | 247 | /* mark, that this generation number is used */ |
| 248 | if (de->de_gen_number_bit_string) | 248 | if (de->de_gen_number_bit_string) |
| 249 | set_bit(GET_GENERATION_NUMBER(deh_offset(deh)), | 249 | set_bit(GET_GENERATION_NUMBER(deh_offset(deh)), |
| 250 | (unsigned long *)de->de_gen_number_bit_string); | 250 | de->de_gen_number_bit_string); |
| 251 | 251 | ||
| 252 | // calculate pointer to name and namelen | 252 | // calculate pointer to name and namelen |
| 253 | de->de_entry_num = i; | 253 | de->de_entry_num = i; |
| @@ -431,7 +431,7 @@ static int reiserfs_add_entry(struct reiserfs_transaction_handle *th, | |||
| 431 | struct reiserfs_de_head *deh; | 431 | struct reiserfs_de_head *deh; |
| 432 | INITIALIZE_PATH(path); | 432 | INITIALIZE_PATH(path); |
| 433 | struct reiserfs_dir_entry de; | 433 | struct reiserfs_dir_entry de; |
| 434 | int bit_string[MAX_GENERATION_NUMBER / (sizeof(int) * 8) + 1]; | 434 | DECLARE_BITMAP(bit_string, MAX_GENERATION_NUMBER + 1); |
| 435 | int gen_number; | 435 | int gen_number; |
| 436 | char small_buf[32 + DEH_SIZE]; /* 48 bytes now and we avoid kmalloc | 436 | char small_buf[32 + DEH_SIZE]; /* 48 bytes now and we avoid kmalloc |
| 437 | if we create file with short name */ | 437 | if we create file with short name */ |
| @@ -486,7 +486,7 @@ static int reiserfs_add_entry(struct reiserfs_transaction_handle *th, | |||
| 486 | 486 | ||
| 487 | /* find the proper place for the new entry */ | 487 | /* find the proper place for the new entry */ |
| 488 | memset(bit_string, 0, sizeof(bit_string)); | 488 | memset(bit_string, 0, sizeof(bit_string)); |
| 489 | de.de_gen_number_bit_string = (char *)bit_string; | 489 | de.de_gen_number_bit_string = bit_string; |
| 490 | retval = reiserfs_find_entry(dir, name, namelen, &path, &de); | 490 | retval = reiserfs_find_entry(dir, name, namelen, &path, &de); |
| 491 | if (retval != NAME_NOT_FOUND) { | 491 | if (retval != NAME_NOT_FOUND) { |
| 492 | if (buffer != small_buf) | 492 | if (buffer != small_buf) |
| @@ -508,7 +508,7 @@ static int reiserfs_add_entry(struct reiserfs_transaction_handle *th, | |||
| 508 | } | 508 | } |
| 509 | 509 | ||
| 510 | gen_number = | 510 | gen_number = |
| 511 | find_first_zero_bit((unsigned long *)bit_string, | 511 | find_first_zero_bit(bit_string, |
| 512 | MAX_GENERATION_NUMBER + 1); | 512 | MAX_GENERATION_NUMBER + 1); |
| 513 | if (gen_number > MAX_GENERATION_NUMBER) { | 513 | if (gen_number > MAX_GENERATION_NUMBER) { |
| 514 | /* there is no free generation number */ | 514 | /* there is no free generation number */ |
diff --git a/fs/udf/inode.c b/fs/udf/inode.c index 395e582ee542..d04cff2273b6 100644 --- a/fs/udf/inode.c +++ b/fs/udf/inode.c | |||
| @@ -1045,10 +1045,14 @@ static void udf_fill_inode(struct inode *inode, struct buffer_head *bh) | |||
| 1045 | } | 1045 | } |
| 1046 | 1046 | ||
| 1047 | inode->i_uid = le32_to_cpu(fe->uid); | 1047 | inode->i_uid = le32_to_cpu(fe->uid); |
| 1048 | if ( inode->i_uid == -1 ) inode->i_uid = UDF_SB(inode->i_sb)->s_uid; | 1048 | if (inode->i_uid == -1 || UDF_QUERY_FLAG(inode->i_sb, |
| 1049 | UDF_FLAG_UID_IGNORE)) | ||
| 1050 | inode->i_uid = UDF_SB(inode->i_sb)->s_uid; | ||
| 1049 | 1051 | ||
| 1050 | inode->i_gid = le32_to_cpu(fe->gid); | 1052 | inode->i_gid = le32_to_cpu(fe->gid); |
| 1051 | if ( inode->i_gid == -1 ) inode->i_gid = UDF_SB(inode->i_sb)->s_gid; | 1053 | if (inode->i_gid == -1 || UDF_QUERY_FLAG(inode->i_sb, |
| 1054 | UDF_FLAG_GID_IGNORE)) | ||
| 1055 | inode->i_gid = UDF_SB(inode->i_sb)->s_gid; | ||
| 1052 | 1056 | ||
| 1053 | inode->i_nlink = le16_to_cpu(fe->fileLinkCount); | 1057 | inode->i_nlink = le16_to_cpu(fe->fileLinkCount); |
| 1054 | if (!inode->i_nlink) | 1058 | if (!inode->i_nlink) |
| @@ -1335,10 +1339,14 @@ udf_update_inode(struct inode *inode, int do_sync) | |||
| 1335 | return err; | 1339 | return err; |
| 1336 | } | 1340 | } |
| 1337 | 1341 | ||
| 1338 | if (inode->i_uid != UDF_SB(inode->i_sb)->s_uid) | 1342 | if (UDF_QUERY_FLAG(inode->i_sb, UDF_FLAG_UID_FORGET)) |
| 1343 | fe->uid = cpu_to_le32(-1); | ||
| 1344 | else if (inode->i_uid != UDF_SB(inode->i_sb)->s_uid) | ||
| 1339 | fe->uid = cpu_to_le32(inode->i_uid); | 1345 | fe->uid = cpu_to_le32(inode->i_uid); |
| 1340 | 1346 | ||
| 1341 | if (inode->i_gid != UDF_SB(inode->i_sb)->s_gid) | 1347 | if (UDF_QUERY_FLAG(inode->i_sb, UDF_FLAG_GID_FORGET)) |
| 1348 | fe->gid = cpu_to_le32(-1); | ||
| 1349 | else if (inode->i_gid != UDF_SB(inode->i_sb)->s_gid) | ||
| 1342 | fe->gid = cpu_to_le32(inode->i_gid); | 1350 | fe->gid = cpu_to_le32(inode->i_gid); |
| 1343 | 1351 | ||
| 1344 | udfperms = ((inode->i_mode & S_IRWXO) ) | | 1352 | udfperms = ((inode->i_mode & S_IRWXO) ) | |
diff --git a/fs/udf/super.c b/fs/udf/super.c index 4a6f49adc609..368d8f81fe54 100644 --- a/fs/udf/super.c +++ b/fs/udf/super.c | |||
| @@ -269,7 +269,7 @@ enum { | |||
| 269 | Opt_gid, Opt_uid, Opt_umask, Opt_session, Opt_lastblock, | 269 | Opt_gid, Opt_uid, Opt_umask, Opt_session, Opt_lastblock, |
| 270 | Opt_anchor, Opt_volume, Opt_partition, Opt_fileset, | 270 | Opt_anchor, Opt_volume, Opt_partition, Opt_fileset, |
| 271 | Opt_rootdir, Opt_utf8, Opt_iocharset, | 271 | Opt_rootdir, Opt_utf8, Opt_iocharset, |
| 272 | Opt_err | 272 | Opt_err, Opt_uforget, Opt_uignore, Opt_gforget, Opt_gignore |
| 273 | }; | 273 | }; |
| 274 | 274 | ||
| 275 | static match_table_t tokens = { | 275 | static match_table_t tokens = { |
| @@ -282,6 +282,10 @@ static match_table_t tokens = { | |||
| 282 | {Opt_adinicb, "adinicb"}, | 282 | {Opt_adinicb, "adinicb"}, |
| 283 | {Opt_shortad, "shortad"}, | 283 | {Opt_shortad, "shortad"}, |
| 284 | {Opt_longad, "longad"}, | 284 | {Opt_longad, "longad"}, |
| 285 | {Opt_uforget, "uid=forget"}, | ||
| 286 | {Opt_uignore, "uid=ignore"}, | ||
| 287 | {Opt_gforget, "gid=forget"}, | ||
| 288 | {Opt_gignore, "gid=ignore"}, | ||
| 285 | {Opt_gid, "gid=%u"}, | 289 | {Opt_gid, "gid=%u"}, |
| 286 | {Opt_uid, "uid=%u"}, | 290 | {Opt_uid, "uid=%u"}, |
| 287 | {Opt_umask, "umask=%o"}, | 291 | {Opt_umask, "umask=%o"}, |
| @@ -414,6 +418,18 @@ udf_parse_options(char *options, struct udf_options *uopt) | |||
| 414 | uopt->flags |= (1 << UDF_FLAG_NLS_MAP); | 418 | uopt->flags |= (1 << UDF_FLAG_NLS_MAP); |
| 415 | break; | 419 | break; |
| 416 | #endif | 420 | #endif |
| 421 | case Opt_uignore: | ||
| 422 | uopt->flags |= (1 << UDF_FLAG_UID_IGNORE); | ||
| 423 | break; | ||
| 424 | case Opt_uforget: | ||
| 425 | uopt->flags |= (1 << UDF_FLAG_UID_FORGET); | ||
| 426 | break; | ||
| 427 | case Opt_gignore: | ||
| 428 | uopt->flags |= (1 << UDF_FLAG_GID_IGNORE); | ||
| 429 | break; | ||
| 430 | case Opt_gforget: | ||
| 431 | uopt->flags |= (1 << UDF_FLAG_GID_FORGET); | ||
| 432 | break; | ||
| 417 | default: | 433 | default: |
| 418 | printk(KERN_ERR "udf: bad mount option \"%s\" " | 434 | printk(KERN_ERR "udf: bad mount option \"%s\" " |
| 419 | "or missing value\n", p); | 435 | "or missing value\n", p); |
diff --git a/fs/udf/udf_sb.h b/fs/udf/udf_sb.h index 663669810be6..110f8d62616f 100644 --- a/fs/udf/udf_sb.h +++ b/fs/udf/udf_sb.h | |||
| @@ -20,6 +20,10 @@ | |||
| 20 | #define UDF_FLAG_VARCONV 8 | 20 | #define UDF_FLAG_VARCONV 8 |
| 21 | #define UDF_FLAG_NLS_MAP 9 | 21 | #define UDF_FLAG_NLS_MAP 9 |
| 22 | #define UDF_FLAG_UTF8 10 | 22 | #define UDF_FLAG_UTF8 10 |
| 23 | #define UDF_FLAG_UID_FORGET 11 /* save -1 for uid to disk */ | ||
| 24 | #define UDF_FLAG_UID_IGNORE 12 /* use sb uid instead of on disk uid */ | ||
| 25 | #define UDF_FLAG_GID_FORGET 13 | ||
| 26 | #define UDF_FLAG_GID_IGNORE 14 | ||
| 23 | 27 | ||
| 24 | #define UDF_PART_FLAG_UNALLOC_BITMAP 0x0001 | 28 | #define UDF_PART_FLAG_UNALLOC_BITMAP 0x0001 |
| 25 | #define UDF_PART_FLAG_UNALLOC_TABLE 0x0002 | 29 | #define UDF_PART_FLAG_UNALLOC_TABLE 0x0002 |
diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c index 8f2beec526cf..74d8be87f983 100644 --- a/fs/xfs/linux-2.6/xfs_aops.c +++ b/fs/xfs/linux-2.6/xfs_aops.c | |||
| @@ -540,7 +540,7 @@ xfs_probe_cluster( | |||
| 540 | 540 | ||
| 541 | /* First sum forwards in this page */ | 541 | /* First sum forwards in this page */ |
| 542 | do { | 542 | do { |
| 543 | if (mapped != buffer_mapped(bh)) | 543 | if (!buffer_uptodate(bh) || (mapped != buffer_mapped(bh))) |
| 544 | return total; | 544 | return total; |
| 545 | total += bh->b_size; | 545 | total += bh->b_size; |
| 546 | } while ((bh = bh->b_this_page) != head); | 546 | } while ((bh = bh->b_this_page) != head); |
diff --git a/fs/xfs/quota/xfs_qm.c b/fs/xfs/quota/xfs_qm.c index 53a00fb217fa..7c0e39dc6189 100644 --- a/fs/xfs/quota/xfs_qm.c +++ b/fs/xfs/quota/xfs_qm.c | |||
| @@ -68,6 +68,9 @@ kmem_zone_t *qm_dqzone; | |||
| 68 | kmem_zone_t *qm_dqtrxzone; | 68 | kmem_zone_t *qm_dqtrxzone; |
| 69 | STATIC kmem_shaker_t xfs_qm_shaker; | 69 | STATIC kmem_shaker_t xfs_qm_shaker; |
| 70 | 70 | ||
| 71 | STATIC cred_t xfs_zerocr; | ||
| 72 | STATIC xfs_inode_t xfs_zeroino; | ||
| 73 | |||
| 71 | STATIC void xfs_qm_list_init(xfs_dqlist_t *, char *, int); | 74 | STATIC void xfs_qm_list_init(xfs_dqlist_t *, char *, int); |
| 72 | STATIC void xfs_qm_list_destroy(xfs_dqlist_t *); | 75 | STATIC void xfs_qm_list_destroy(xfs_dqlist_t *); |
| 73 | 76 | ||
| @@ -1393,8 +1396,6 @@ xfs_qm_qino_alloc( | |||
| 1393 | xfs_trans_t *tp; | 1396 | xfs_trans_t *tp; |
| 1394 | int error; | 1397 | int error; |
| 1395 | unsigned long s; | 1398 | unsigned long s; |
| 1396 | cred_t zerocr; | ||
| 1397 | xfs_inode_t zeroino; | ||
| 1398 | int committed; | 1399 | int committed; |
| 1399 | 1400 | ||
| 1400 | tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QINOCREATE); | 1401 | tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QINOCREATE); |
| @@ -1406,11 +1407,9 @@ xfs_qm_qino_alloc( | |||
| 1406 | xfs_trans_cancel(tp, 0); | 1407 | xfs_trans_cancel(tp, 0); |
| 1407 | return error; | 1408 | return error; |
| 1408 | } | 1409 | } |
| 1409 | memset(&zerocr, 0, sizeof(zerocr)); | ||
| 1410 | memset(&zeroino, 0, sizeof(zeroino)); | ||
| 1411 | 1410 | ||
| 1412 | if ((error = xfs_dir_ialloc(&tp, &zeroino, S_IFREG, 1, 0, | 1411 | if ((error = xfs_dir_ialloc(&tp, &xfs_zeroino, S_IFREG, 1, 0, |
| 1413 | &zerocr, 0, 1, ip, &committed))) { | 1412 | &xfs_zerocr, 0, 1, ip, &committed))) { |
| 1414 | xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | | 1413 | xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | |
| 1415 | XFS_TRANS_ABORT); | 1414 | XFS_TRANS_ABORT); |
| 1416 | return error; | 1415 | return error; |
diff --git a/fs/xfs/xfs_rtalloc.c b/fs/xfs/xfs_rtalloc.c index 06fc061c50fc..5b413946b1c5 100644 --- a/fs/xfs/xfs_rtalloc.c +++ b/fs/xfs/xfs_rtalloc.c | |||
| @@ -130,7 +130,8 @@ xfs_growfs_rt_alloc( | |||
| 130 | /* | 130 | /* |
| 131 | * Lock the inode. | 131 | * Lock the inode. |
| 132 | */ | 132 | */ |
| 133 | if ((error = xfs_trans_iget(mp, tp, ino, 0, XFS_ILOCK_EXCL, &ip))) | 133 | if ((error = xfs_trans_iget(mp, tp, ino, 0, |
| 134 | XFS_ILOCK_EXCL, &ip))) | ||
| 134 | goto error_exit; | 135 | goto error_exit; |
| 135 | XFS_BMAP_INIT(&flist, &firstblock); | 136 | XFS_BMAP_INIT(&flist, &firstblock); |
| 136 | /* | 137 | /* |
| @@ -170,8 +171,8 @@ xfs_growfs_rt_alloc( | |||
| 170 | /* | 171 | /* |
| 171 | * Lock the bitmap inode. | 172 | * Lock the bitmap inode. |
| 172 | */ | 173 | */ |
| 173 | if ((error = xfs_trans_iget(mp, tp, ino, 0, XFS_ILOCK_EXCL, | 174 | if ((error = xfs_trans_iget(mp, tp, ino, 0, |
| 174 | &ip))) | 175 | XFS_ILOCK_EXCL, &ip))) |
| 175 | goto error_exit; | 176 | goto error_exit; |
| 176 | /* | 177 | /* |
| 177 | * Get a buffer for the block. | 178 | * Get a buffer for the block. |
| @@ -2023,8 +2024,8 @@ xfs_growfs_rt( | |||
| 2023 | /* | 2024 | /* |
| 2024 | * Lock out other callers by grabbing the bitmap inode lock. | 2025 | * Lock out other callers by grabbing the bitmap inode lock. |
| 2025 | */ | 2026 | */ |
| 2026 | if ((error = xfs_trans_iget(mp, tp, 0, mp->m_sb.sb_rbmino, | 2027 | if ((error = xfs_trans_iget(mp, tp, mp->m_sb.sb_rbmino, 0, |
| 2027 | XFS_ILOCK_EXCL, &ip))) | 2028 | XFS_ILOCK_EXCL, &ip))) |
| 2028 | goto error_exit; | 2029 | goto error_exit; |
| 2029 | ASSERT(ip == mp->m_rbmip); | 2030 | ASSERT(ip == mp->m_rbmip); |
| 2030 | /* | 2031 | /* |
| @@ -2037,8 +2038,8 @@ xfs_growfs_rt( | |||
| 2037 | /* | 2038 | /* |
| 2038 | * Get the summary inode into the transaction. | 2039 | * Get the summary inode into the transaction. |
| 2039 | */ | 2040 | */ |
| 2040 | if ((error = xfs_trans_iget(mp, tp, mp->m_sb.sb_rsumino, | 2041 | if ((error = xfs_trans_iget(mp, tp, mp->m_sb.sb_rsumino, 0, |
| 2041 | 0, XFS_ILOCK_EXCL, &ip))) | 2042 | XFS_ILOCK_EXCL, &ip))) |
| 2042 | goto error_exit; | 2043 | goto error_exit; |
| 2043 | ASSERT(ip == mp->m_rsumip); | 2044 | ASSERT(ip == mp->m_rsumip); |
| 2044 | /* | 2045 | /* |
| @@ -2158,10 +2159,9 @@ xfs_rtallocate_extent( | |||
| 2158 | /* | 2159 | /* |
| 2159 | * Lock out other callers by grabbing the bitmap inode lock. | 2160 | * Lock out other callers by grabbing the bitmap inode lock. |
| 2160 | */ | 2161 | */ |
| 2161 | error = xfs_trans_iget(mp, tp, mp->m_sb.sb_rbmino, 0, XFS_ILOCK_EXCL, &ip); | 2162 | if ((error = xfs_trans_iget(mp, tp, mp->m_sb.sb_rbmino, 0, |
| 2162 | if (error) { | 2163 | XFS_ILOCK_EXCL, &ip))) |
| 2163 | return error; | 2164 | return error; |
| 2164 | } | ||
| 2165 | sumbp = NULL; | 2165 | sumbp = NULL; |
| 2166 | /* | 2166 | /* |
| 2167 | * Allocate by size, or near another block, or exactly at some block. | 2167 | * Allocate by size, or near another block, or exactly at some block. |
| @@ -2221,10 +2221,9 @@ xfs_rtfree_extent( | |||
| 2221 | /* | 2221 | /* |
| 2222 | * Synchronize by locking the bitmap inode. | 2222 | * Synchronize by locking the bitmap inode. |
| 2223 | */ | 2223 | */ |
| 2224 | error = xfs_trans_iget(mp, tp, mp->m_sb.sb_rbmino, 0, XFS_ILOCK_EXCL, &ip); | 2224 | if ((error = xfs_trans_iget(mp, tp, mp->m_sb.sb_rbmino, 0, |
| 2225 | if (error) { | 2225 | XFS_ILOCK_EXCL, &ip))) |
| 2226 | return error; | 2226 | return error; |
| 2227 | } | ||
| 2228 | #if defined(__KERNEL__) && defined(DEBUG) | 2227 | #if defined(__KERNEL__) && defined(DEBUG) |
| 2229 | /* | 2228 | /* |
| 2230 | * Check to see that this whole range is currently allocated. | 2229 | * Check to see that this whole range is currently allocated. |
| @@ -2365,8 +2364,8 @@ xfs_rtpick_extent( | |||
| 2365 | __uint64_t seq; /* sequence number of file creation */ | 2364 | __uint64_t seq; /* sequence number of file creation */ |
| 2366 | __uint64_t *seqp; /* pointer to seqno in inode */ | 2365 | __uint64_t *seqp; /* pointer to seqno in inode */ |
| 2367 | 2366 | ||
| 2368 | error = xfs_trans_iget(mp, tp, mp->m_sb.sb_rbmino, 0, XFS_ILOCK_EXCL, &ip); | 2367 | if ((error = xfs_trans_iget(mp, tp, mp->m_sb.sb_rbmino, 0, |
| 2369 | if (error) | 2368 | XFS_ILOCK_EXCL, &ip))) |
| 2370 | return error; | 2369 | return error; |
| 2371 | ASSERT(ip == mp->m_rbmip); | 2370 | ASSERT(ip == mp->m_rbmip); |
| 2372 | seqp = (__uint64_t *)&ip->i_d.di_atime; | 2371 | seqp = (__uint64_t *)&ip->i_d.di_atime; |
diff --git a/include/asm-arm/fpstate.h b/include/asm-arm/fpstate.h index f7430e3aa55d..6246bf83627d 100644 --- a/include/asm-arm/fpstate.h +++ b/include/asm-arm/fpstate.h | |||
| @@ -55,8 +55,10 @@ struct fp_soft_struct { | |||
| 55 | unsigned int save[FP_SOFT_SIZE]; /* undefined information */ | 55 | unsigned int save[FP_SOFT_SIZE]; /* undefined information */ |
| 56 | }; | 56 | }; |
| 57 | 57 | ||
| 58 | #define IWMMXT_SIZE 0x98 | ||
| 59 | |||
| 58 | struct iwmmxt_struct { | 60 | struct iwmmxt_struct { |
| 59 | unsigned int save[0x98/sizeof(int) + 1]; | 61 | unsigned int save[IWMMXT_SIZE / sizeof(unsigned int)]; |
| 60 | }; | 62 | }; |
| 61 | 63 | ||
| 62 | union fp_state { | 64 | union fp_state { |
diff --git a/include/asm-arm/system.h b/include/asm-arm/system.h index eb2de8c10515..ec91d1ff032a 100644 --- a/include/asm-arm/system.h +++ b/include/asm-arm/system.h | |||
| @@ -415,6 +415,9 @@ static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size | |||
| 415 | return ret; | 415 | return ret; |
| 416 | } | 416 | } |
| 417 | 417 | ||
| 418 | extern void disable_hlt(void); | ||
| 419 | extern void enable_hlt(void); | ||
| 420 | |||
| 418 | #endif /* __ASSEMBLY__ */ | 421 | #endif /* __ASSEMBLY__ */ |
| 419 | 422 | ||
| 420 | #define arch_align_stack(x) (x) | 423 | #define arch_align_stack(x) (x) |
diff --git a/include/asm-arm/thread_info.h b/include/asm-arm/thread_info.h index 33a33cbb6329..cfbccb63c67b 100644 --- a/include/asm-arm/thread_info.h +++ b/include/asm-arm/thread_info.h | |||
| @@ -59,7 +59,7 @@ struct thread_info { | |||
| 59 | struct cpu_context_save cpu_context; /* cpu context */ | 59 | struct cpu_context_save cpu_context; /* cpu context */ |
| 60 | __u8 used_cp[16]; /* thread used copro */ | 60 | __u8 used_cp[16]; /* thread used copro */ |
| 61 | unsigned long tp_value; | 61 | unsigned long tp_value; |
| 62 | union fp_state fpstate; | 62 | union fp_state fpstate __attribute__((aligned(8))); |
| 63 | union vfp_state vfpstate; | 63 | union vfp_state vfpstate; |
| 64 | struct restart_block restart_block; | 64 | struct restart_block restart_block; |
| 65 | }; | 65 | }; |
diff --git a/include/asm-arm/tlbflush.h b/include/asm-arm/tlbflush.h index 9387a5e1ffe0..0c2acc944a0a 100644 --- a/include/asm-arm/tlbflush.h +++ b/include/asm-arm/tlbflush.h | |||
| @@ -340,6 +340,12 @@ static inline void local_flush_tlb_kernel_page(unsigned long kaddr) | |||
| 340 | asm("mcr%? p15, 0, %0, c8, c6, 1" : : "r" (kaddr)); | 340 | asm("mcr%? p15, 0, %0, c8, c6, 1" : : "r" (kaddr)); |
| 341 | if (tlb_flag(TLB_V6_I_PAGE)) | 341 | if (tlb_flag(TLB_V6_I_PAGE)) |
| 342 | asm("mcr%? p15, 0, %0, c8, c5, 1" : : "r" (kaddr)); | 342 | asm("mcr%? p15, 0, %0, c8, c5, 1" : : "r" (kaddr)); |
| 343 | |||
| 344 | /* The ARM ARM states that the completion of a TLB maintenance | ||
| 345 | * operation is only guaranteed by a DSB instruction | ||
| 346 | */ | ||
| 347 | if (tlb_flag(TLB_V6_U_PAGE | TLB_V6_D_PAGE | TLB_V6_I_PAGE)) | ||
| 348 | asm("mcr%? p15, 0, %0, c7, c10, 4" : : "r" (zero)); | ||
| 343 | } | 349 | } |
| 344 | 350 | ||
| 345 | /* | 351 | /* |
diff --git a/include/asm-generic/unaligned.h b/include/asm-generic/unaligned.h index 4dc8ddb401c1..09ec447fe2af 100644 --- a/include/asm-generic/unaligned.h +++ b/include/asm-generic/unaligned.h | |||
| @@ -78,7 +78,7 @@ static inline void __ustw(__u16 val, __u16 *addr) | |||
| 78 | 78 | ||
| 79 | #define __get_unaligned(ptr, size) ({ \ | 79 | #define __get_unaligned(ptr, size) ({ \ |
| 80 | const void *__gu_p = ptr; \ | 80 | const void *__gu_p = ptr; \ |
| 81 | __typeof__(*(ptr)) val; \ | 81 | __u64 val; \ |
| 82 | switch (size) { \ | 82 | switch (size) { \ |
| 83 | case 1: \ | 83 | case 1: \ |
| 84 | val = *(const __u8 *)__gu_p; \ | 84 | val = *(const __u8 *)__gu_p; \ |
| @@ -95,7 +95,7 @@ static inline void __ustw(__u16 val, __u16 *addr) | |||
| 95 | default: \ | 95 | default: \ |
| 96 | bad_unaligned_access_length(); \ | 96 | bad_unaligned_access_length(); \ |
| 97 | }; \ | 97 | }; \ |
| 98 | val; \ | 98 | (__typeof__(*(ptr)))val; \ |
| 99 | }) | 99 | }) |
| 100 | 100 | ||
| 101 | #define __put_unaligned(val, ptr, size) \ | 101 | #define __put_unaligned(val, ptr, size) \ |
diff --git a/include/asm-i386/apic.h b/include/asm-i386/apic.h index d30b8571573f..ff9ac8d19eb2 100644 --- a/include/asm-i386/apic.h +++ b/include/asm-i386/apic.h | |||
| @@ -137,6 +137,8 @@ void switch_APIC_timer_to_ipi(void *cpumask); | |||
| 137 | void switch_ipi_to_APIC_timer(void *cpumask); | 137 | void switch_ipi_to_APIC_timer(void *cpumask); |
| 138 | #define ARCH_APICTIMER_STOPS_ON_C3 1 | 138 | #define ARCH_APICTIMER_STOPS_ON_C3 1 |
| 139 | 139 | ||
| 140 | extern int timer_over_8254; | ||
| 141 | |||
| 140 | #else /* !CONFIG_X86_LOCAL_APIC */ | 142 | #else /* !CONFIG_X86_LOCAL_APIC */ |
| 141 | static inline void lapic_shutdown(void) { } | 143 | static inline void lapic_shutdown(void) { } |
| 142 | 144 | ||
diff --git a/include/asm-ia64/intel_intrin.h b/include/asm-ia64/intel_intrin.h index a7122d850177..d069b6acddce 100644 --- a/include/asm-ia64/intel_intrin.h +++ b/include/asm-ia64/intel_intrin.h | |||
| @@ -5,113 +5,10 @@ | |||
| 5 | * | 5 | * |
| 6 | * Copyright (C) 2002,2003 Jun Nakajima <jun.nakajima@intel.com> | 6 | * Copyright (C) 2002,2003 Jun Nakajima <jun.nakajima@intel.com> |
| 7 | * Copyright (C) 2002,2003 Suresh Siddha <suresh.b.siddha@intel.com> | 7 | * Copyright (C) 2002,2003 Suresh Siddha <suresh.b.siddha@intel.com> |
| 8 | * Copyright (C) 2005,2006 Hongjiu Lu <hongjiu.lu@intel.com> | ||
| 8 | * | 9 | * |
| 9 | */ | 10 | */ |
| 10 | #include <asm/types.h> | 11 | #include <ia64intrin.h> |
| 11 | |||
| 12 | void __lfetch(int lfhint, void *y); | ||
| 13 | void __lfetch_excl(int lfhint, void *y); | ||
| 14 | void __lfetch_fault(int lfhint, void *y); | ||
| 15 | void __lfetch_fault_excl(int lfhint, void *y); | ||
| 16 | |||
| 17 | /* In the following, whichFloatReg should be an integer from 0-127 */ | ||
| 18 | void __ldfs(const int whichFloatReg, void *src); | ||
| 19 | void __ldfd(const int whichFloatReg, void *src); | ||
| 20 | void __ldfe(const int whichFloatReg, void *src); | ||
| 21 | void __ldf8(const int whichFloatReg, void *src); | ||
| 22 | void __ldf_fill(const int whichFloatReg, void *src); | ||
| 23 | void __stfs(void *dst, const int whichFloatReg); | ||
| 24 | void __stfd(void *dst, const int whichFloatReg); | ||
| 25 | void __stfe(void *dst, const int whichFloatReg); | ||
| 26 | void __stf8(void *dst, const int whichFloatReg); | ||
| 27 | void __stf_spill(void *dst, const int whichFloatReg); | ||
| 28 | |||
| 29 | void __st1_rel(void *dst, const __s8 value); | ||
| 30 | void __st2_rel(void *dst, const __s16 value); | ||
| 31 | void __st4_rel(void *dst, const __s32 value); | ||
| 32 | void __st8_rel(void *dst, const __s64 value); | ||
| 33 | __u8 __ld1_acq(void *src); | ||
| 34 | __u16 __ld2_acq(void *src); | ||
| 35 | __u32 __ld4_acq(void *src); | ||
| 36 | __u64 __ld8_acq(void *src); | ||
| 37 | |||
| 38 | __u64 __fetchadd4_acq(__u32 *addend, const int increment); | ||
| 39 | __u64 __fetchadd4_rel(__u32 *addend, const int increment); | ||
| 40 | __u64 __fetchadd8_acq(__u64 *addend, const int increment); | ||
| 41 | __u64 __fetchadd8_rel(__u64 *addend, const int increment); | ||
| 42 | |||
| 43 | __u64 __getf_exp(double d); | ||
| 44 | |||
| 45 | /* OS Related Itanium(R) Intrinsics */ | ||
| 46 | |||
| 47 | /* The names to use for whichReg and whichIndReg below come from | ||
| 48 | the include file asm/ia64regs.h */ | ||
| 49 | |||
| 50 | __u64 __getIndReg(const int whichIndReg, __s64 index); | ||
| 51 | __u64 __getReg(const int whichReg); | ||
| 52 | |||
| 53 | void __setIndReg(const int whichIndReg, __s64 index, __u64 value); | ||
| 54 | void __setReg(const int whichReg, __u64 value); | ||
| 55 | |||
| 56 | void __mf(void); | ||
| 57 | void __mfa(void); | ||
| 58 | void __synci(void); | ||
| 59 | void __itcd(__s64 pa); | ||
| 60 | void __itci(__s64 pa); | ||
| 61 | void __itrd(__s64 whichTransReg, __s64 pa); | ||
| 62 | void __itri(__s64 whichTransReg, __s64 pa); | ||
| 63 | void __ptce(__s64 va); | ||
| 64 | void __ptcl(__s64 va, __s64 pagesz); | ||
| 65 | void __ptcg(__s64 va, __s64 pagesz); | ||
| 66 | void __ptcga(__s64 va, __s64 pagesz); | ||
| 67 | void __ptri(__s64 va, __s64 pagesz); | ||
| 68 | void __ptrd(__s64 va, __s64 pagesz); | ||
| 69 | void __invala (void); | ||
| 70 | void __invala_gr(const int whichGeneralReg /* 0-127 */ ); | ||
| 71 | void __invala_fr(const int whichFloatReg /* 0-127 */ ); | ||
| 72 | void __nop(const int); | ||
| 73 | void __fc(__u64 *addr); | ||
| 74 | void __sum(int mask); | ||
| 75 | void __rum(int mask); | ||
| 76 | void __ssm(int mask); | ||
| 77 | void __rsm(int mask); | ||
| 78 | __u64 __thash(__s64); | ||
| 79 | __u64 __ttag(__s64); | ||
| 80 | __s64 __tpa(__s64); | ||
| 81 | |||
| 82 | /* Intrinsics for implementing get/put_user macros */ | ||
| 83 | void __st_user(const char *tableName, __u64 addr, char size, char relocType, __u64 val); | ||
| 84 | void __ld_user(const char *tableName, __u64 addr, char size, char relocType); | ||
| 85 | |||
| 86 | /* This intrinsic does not generate code, it creates a barrier across which | ||
| 87 | * the compiler will not schedule data access instructions. | ||
| 88 | */ | ||
| 89 | void __memory_barrier(void); | ||
| 90 | |||
| 91 | void __isrlz(void); | ||
| 92 | void __dsrlz(void); | ||
| 93 | |||
| 94 | __u64 _m64_mux1(__u64 a, const int n); | ||
| 95 | __u64 __thash(__u64); | ||
| 96 | |||
| 97 | /* Lock and Atomic Operation Related Intrinsics */ | ||
| 98 | __u64 _InterlockedExchange8(volatile __u8 *trgt, __u8 value); | ||
| 99 | __u64 _InterlockedExchange16(volatile __u16 *trgt, __u16 value); | ||
| 100 | __s64 _InterlockedExchange(volatile __u32 *trgt, __u32 value); | ||
| 101 | __s64 _InterlockedExchange64(volatile __u64 *trgt, __u64 value); | ||
| 102 | |||
| 103 | __u64 _InterlockedCompareExchange8_rel(volatile __u8 *dest, __u64 xchg, __u64 comp); | ||
| 104 | __u64 _InterlockedCompareExchange8_acq(volatile __u8 *dest, __u64 xchg, __u64 comp); | ||
| 105 | __u64 _InterlockedCompareExchange16_rel(volatile __u16 *dest, __u64 xchg, __u64 comp); | ||
| 106 | __u64 _InterlockedCompareExchange16_acq(volatile __u16 *dest, __u64 xchg, __u64 comp); | ||
| 107 | __u64 _InterlockedCompareExchange_rel(volatile __u32 *dest, __u64 xchg, __u64 comp); | ||
| 108 | __u64 _InterlockedCompareExchange_acq(volatile __u32 *dest, __u64 xchg, __u64 comp); | ||
| 109 | __u64 _InterlockedCompareExchange64_rel(volatile __u64 *dest, __u64 xchg, __u64 comp); | ||
| 110 | __u64 _InterlockedCompareExchange64_acq(volatile __u64 *dest, __u64 xchg, __u64 comp); | ||
| 111 | |||
| 112 | __s64 _m64_dep_mi(const int v, __s64 s, const int p, const int len); | ||
| 113 | __s64 _m64_shrp(__s64 a, __s64 b, const int count); | ||
| 114 | __s64 _m64_popcnt(__s64 a); | ||
| 115 | 12 | ||
| 116 | #define ia64_barrier() __memory_barrier() | 13 | #define ia64_barrier() __memory_barrier() |
| 117 | 14 | ||
| @@ -122,15 +19,16 @@ __s64 _m64_popcnt(__s64 a); | |||
| 122 | #define ia64_getreg __getReg | 19 | #define ia64_getreg __getReg |
| 123 | #define ia64_setreg __setReg | 20 | #define ia64_setreg __setReg |
| 124 | 21 | ||
| 125 | #define ia64_hint(x) | 22 | #define ia64_hint __hint |
| 23 | #define ia64_hint_pause __hint_pause | ||
| 126 | 24 | ||
| 127 | #define ia64_mux1_brcst 0 | 25 | #define ia64_mux1_brcst _m64_mux1_brcst |
| 128 | #define ia64_mux1_mix 8 | 26 | #define ia64_mux1_mix _m64_mux1_mix |
| 129 | #define ia64_mux1_shuf 9 | 27 | #define ia64_mux1_shuf _m64_mux1_shuf |
| 130 | #define ia64_mux1_alt 10 | 28 | #define ia64_mux1_alt _m64_mux1_alt |
| 131 | #define ia64_mux1_rev 11 | 29 | #define ia64_mux1_rev _m64_mux1_rev |
| 132 | 30 | ||
| 133 | #define ia64_mux1 _m64_mux1 | 31 | #define ia64_mux1(x,v) _m_to_int64(_m64_mux1(_m_from_int64(x), (v))) |
| 134 | #define ia64_popcnt _m64_popcnt | 32 | #define ia64_popcnt _m64_popcnt |
| 135 | #define ia64_getf_exp __getf_exp | 33 | #define ia64_getf_exp __getf_exp |
| 136 | #define ia64_shrp _m64_shrp | 34 | #define ia64_shrp _m64_shrp |
| @@ -158,7 +56,7 @@ __s64 _m64_popcnt(__s64 a); | |||
| 158 | #define ia64_stf8 __stf8 | 56 | #define ia64_stf8 __stf8 |
| 159 | #define ia64_stf_spill __stf_spill | 57 | #define ia64_stf_spill __stf_spill |
| 160 | 58 | ||
| 161 | #define ia64_mf __mf | 59 | #define ia64_mf __mf |
| 162 | #define ia64_mfa __mfa | 60 | #define ia64_mfa __mfa |
| 163 | 61 | ||
| 164 | #define ia64_fetchadd4_acq __fetchadd4_acq | 62 | #define ia64_fetchadd4_acq __fetchadd4_acq |
| @@ -234,10 +132,10 @@ __s64 _m64_popcnt(__s64 a); | |||
| 234 | 132 | ||
| 235 | /* Values for lfhint in __lfetch and __lfetch_fault */ | 133 | /* Values for lfhint in __lfetch and __lfetch_fault */ |
| 236 | 134 | ||
| 237 | #define ia64_lfhint_none 0 | 135 | #define ia64_lfhint_none __lfhint_none |
| 238 | #define ia64_lfhint_nt1 1 | 136 | #define ia64_lfhint_nt1 __lfhint_nt1 |
| 239 | #define ia64_lfhint_nt2 2 | 137 | #define ia64_lfhint_nt2 __lfhint_nt2 |
| 240 | #define ia64_lfhint_nta 3 | 138 | #define ia64_lfhint_nta __lfhint_nta |
| 241 | 139 | ||
| 242 | #define ia64_lfetch __lfetch | 140 | #define ia64_lfetch __lfetch |
| 243 | #define ia64_lfetch_excl __lfetch_excl | 141 | #define ia64_lfetch_excl __lfetch_excl |
| @@ -254,4 +152,6 @@ do { \ | |||
| 254 | } \ | 152 | } \ |
| 255 | } while (0) | 153 | } while (0) |
| 256 | 154 | ||
| 155 | #define __builtin_trap() __break(0); | ||
| 156 | |||
| 257 | #endif /* _ASM_IA64_INTEL_INTRIN_H */ | 157 | #endif /* _ASM_IA64_INTEL_INTRIN_H */ |
diff --git a/include/asm-ia64/machvec.h b/include/asm-ia64/machvec.h index ca5ea994d688..c3e4ed8a3e17 100644 --- a/include/asm-ia64/machvec.h +++ b/include/asm-ia64/machvec.h | |||
| @@ -20,6 +20,7 @@ struct scatterlist; | |||
| 20 | struct page; | 20 | struct page; |
| 21 | struct mm_struct; | 21 | struct mm_struct; |
| 22 | struct pci_bus; | 22 | struct pci_bus; |
| 23 | struct task_struct; | ||
| 23 | 24 | ||
| 24 | typedef void ia64_mv_setup_t (char **); | 25 | typedef void ia64_mv_setup_t (char **); |
| 25 | typedef void ia64_mv_cpu_init_t (void); | 26 | typedef void ia64_mv_cpu_init_t (void); |
| @@ -34,6 +35,7 @@ typedef int ia64_mv_pci_legacy_read_t (struct pci_bus *, u16 port, u32 *val, | |||
| 34 | u8 size); | 35 | u8 size); |
| 35 | typedef int ia64_mv_pci_legacy_write_t (struct pci_bus *, u16 port, u32 val, | 36 | typedef int ia64_mv_pci_legacy_write_t (struct pci_bus *, u16 port, u32 val, |
| 36 | u8 size); | 37 | u8 size); |
| 38 | typedef void ia64_mv_migrate_t(struct task_struct * task); | ||
| 37 | 39 | ||
| 38 | /* DMA-mapping interface: */ | 40 | /* DMA-mapping interface: */ |
| 39 | typedef void ia64_mv_dma_init (void); | 41 | typedef void ia64_mv_dma_init (void); |
| @@ -85,6 +87,11 @@ machvec_noop_mm (struct mm_struct *mm) | |||
| 85 | { | 87 | { |
| 86 | } | 88 | } |
| 87 | 89 | ||
| 90 | static inline void | ||
| 91 | machvec_noop_task (struct task_struct *task) | ||
| 92 | { | ||
| 93 | } | ||
| 94 | |||
| 88 | extern void machvec_setup (char **); | 95 | extern void machvec_setup (char **); |
| 89 | extern void machvec_timer_interrupt (int, void *, struct pt_regs *); | 96 | extern void machvec_timer_interrupt (int, void *, struct pt_regs *); |
| 90 | extern void machvec_dma_sync_single (struct device *, dma_addr_t, size_t, int); | 97 | extern void machvec_dma_sync_single (struct device *, dma_addr_t, size_t, int); |
| @@ -146,6 +153,7 @@ extern void machvec_tlb_migrate_finish (struct mm_struct *); | |||
| 146 | # define platform_readw_relaxed ia64_mv.readw_relaxed | 153 | # define platform_readw_relaxed ia64_mv.readw_relaxed |
| 147 | # define platform_readl_relaxed ia64_mv.readl_relaxed | 154 | # define platform_readl_relaxed ia64_mv.readl_relaxed |
| 148 | # define platform_readq_relaxed ia64_mv.readq_relaxed | 155 | # define platform_readq_relaxed ia64_mv.readq_relaxed |
| 156 | # define platform_migrate ia64_mv.migrate | ||
| 149 | # endif | 157 | # endif |
| 150 | 158 | ||
| 151 | /* __attribute__((__aligned__(16))) is required to make size of the | 159 | /* __attribute__((__aligned__(16))) is required to make size of the |
| @@ -194,6 +202,7 @@ struct ia64_machine_vector { | |||
| 194 | ia64_mv_readw_relaxed_t *readw_relaxed; | 202 | ia64_mv_readw_relaxed_t *readw_relaxed; |
| 195 | ia64_mv_readl_relaxed_t *readl_relaxed; | 203 | ia64_mv_readl_relaxed_t *readl_relaxed; |
| 196 | ia64_mv_readq_relaxed_t *readq_relaxed; | 204 | ia64_mv_readq_relaxed_t *readq_relaxed; |
| 205 | ia64_mv_migrate_t *migrate; | ||
| 197 | } __attribute__((__aligned__(16))); /* align attrib? see above comment */ | 206 | } __attribute__((__aligned__(16))); /* align attrib? see above comment */ |
| 198 | 207 | ||
| 199 | #define MACHVEC_INIT(name) \ | 208 | #define MACHVEC_INIT(name) \ |
| @@ -238,6 +247,7 @@ struct ia64_machine_vector { | |||
| 238 | platform_readw_relaxed, \ | 247 | platform_readw_relaxed, \ |
| 239 | platform_readl_relaxed, \ | 248 | platform_readl_relaxed, \ |
| 240 | platform_readq_relaxed, \ | 249 | platform_readq_relaxed, \ |
| 250 | platform_migrate, \ | ||
| 241 | } | 251 | } |
| 242 | 252 | ||
| 243 | extern struct ia64_machine_vector ia64_mv; | 253 | extern struct ia64_machine_vector ia64_mv; |
| @@ -386,5 +396,8 @@ extern ia64_mv_dma_supported swiotlb_dma_supported; | |||
| 386 | #ifndef platform_readq_relaxed | 396 | #ifndef platform_readq_relaxed |
| 387 | # define platform_readq_relaxed __ia64_readq_relaxed | 397 | # define platform_readq_relaxed __ia64_readq_relaxed |
| 388 | #endif | 398 | #endif |
| 399 | #ifndef platform_migrate | ||
| 400 | # define platform_migrate machvec_noop_task | ||
| 401 | #endif | ||
| 389 | 402 | ||
| 390 | #endif /* _ASM_IA64_MACHVEC_H */ | 403 | #endif /* _ASM_IA64_MACHVEC_H */ |
diff --git a/include/asm-ia64/machvec_sn2.h b/include/asm-ia64/machvec_sn2.h index 03d00faf03b5..da1d43755afe 100644 --- a/include/asm-ia64/machvec_sn2.h +++ b/include/asm-ia64/machvec_sn2.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (c) 2002-2003, 2006 Silicon Graphics, Inc. All Rights Reserved. | 2 | * Copyright (c) 2002-2003,2006 Silicon Graphics, Inc. All Rights Reserved. |
| 3 | * | 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify it | 4 | * This program is free software; you can redistribute it and/or modify it |
| 5 | * under the terms of version 2 of the GNU General Public License | 5 | * under the terms of version 2 of the GNU General Public License |
| @@ -66,6 +66,7 @@ extern ia64_mv_dma_sync_single_for_device sn_dma_sync_single_for_device; | |||
| 66 | extern ia64_mv_dma_sync_sg_for_device sn_dma_sync_sg_for_device; | 66 | extern ia64_mv_dma_sync_sg_for_device sn_dma_sync_sg_for_device; |
| 67 | extern ia64_mv_dma_mapping_error sn_dma_mapping_error; | 67 | extern ia64_mv_dma_mapping_error sn_dma_mapping_error; |
| 68 | extern ia64_mv_dma_supported sn_dma_supported; | 68 | extern ia64_mv_dma_supported sn_dma_supported; |
| 69 | extern ia64_mv_migrate_t sn_migrate; | ||
| 69 | 70 | ||
| 70 | /* | 71 | /* |
| 71 | * This stuff has dual use! | 72 | * This stuff has dual use! |
| @@ -115,6 +116,7 @@ extern ia64_mv_dma_supported sn_dma_supported; | |||
| 115 | #define platform_dma_sync_sg_for_device sn_dma_sync_sg_for_device | 116 | #define platform_dma_sync_sg_for_device sn_dma_sync_sg_for_device |
| 116 | #define platform_dma_mapping_error sn_dma_mapping_error | 117 | #define platform_dma_mapping_error sn_dma_mapping_error |
| 117 | #define platform_dma_supported sn_dma_supported | 118 | #define platform_dma_supported sn_dma_supported |
| 119 | #define platform_migrate sn_migrate | ||
| 118 | 120 | ||
| 119 | #include <asm/sn/io.h> | 121 | #include <asm/sn/io.h> |
| 120 | 122 | ||
diff --git a/include/asm-ia64/mca.h b/include/asm-ia64/mca.h index c7d9c9ed38ba..bfbbb8da79c7 100644 --- a/include/asm-ia64/mca.h +++ b/include/asm-ia64/mca.h | |||
| @@ -131,6 +131,8 @@ struct ia64_mca_cpu { | |||
| 131 | /* Array of physical addresses of each CPU's MCA area. */ | 131 | /* Array of physical addresses of each CPU's MCA area. */ |
| 132 | extern unsigned long __per_cpu_mca[NR_CPUS]; | 132 | extern unsigned long __per_cpu_mca[NR_CPUS]; |
| 133 | 133 | ||
| 134 | extern int cpe_vector; | ||
| 135 | extern int ia64_cpe_irq; | ||
| 134 | extern void ia64_mca_init(void); | 136 | extern void ia64_mca_init(void); |
| 135 | extern void ia64_mca_cpu_init(void *); | 137 | extern void ia64_mca_cpu_init(void *); |
| 136 | extern void ia64_os_mca_dispatch(void); | 138 | extern void ia64_os_mca_dispatch(void); |
diff --git a/include/asm-ia64/mutex.h b/include/asm-ia64/mutex.h index 458c1f7fbc18..5a3224f6af38 100644 --- a/include/asm-ia64/mutex.h +++ b/include/asm-ia64/mutex.h | |||
| @@ -1,9 +1,92 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Pull in the generic implementation for the mutex fastpath. | 2 | * ia64 implementation of the mutex fastpath. |
| 3 | * | 3 | * |
| 4 | * TODO: implement optimized primitives instead, or leave the generic | 4 | * Copyright (C) 2006 Ken Chen <kenneth.w.chen@intel.com> |
| 5 | * implementation in place, or pick the atomic_xchg() based generic | 5 | * |
| 6 | * implementation. (see asm-generic/mutex-xchg.h for details) | 6 | */ |
| 7 | |||
| 8 | #ifndef _ASM_MUTEX_H | ||
| 9 | #define _ASM_MUTEX_H | ||
| 10 | |||
| 11 | /** | ||
| 12 | * __mutex_fastpath_lock - try to take the lock by moving the count | ||
| 13 | * from 1 to a 0 value | ||
| 14 | * @count: pointer of type atomic_t | ||
| 15 | * @fail_fn: function to call if the original value was not 1 | ||
| 16 | * | ||
| 17 | * Change the count from 1 to a value lower than 1, and call <fail_fn> if | ||
| 18 | * it wasn't 1 originally. This function MUST leave the value lower than | ||
| 19 | * 1 even when the "1" assertion wasn't true. | ||
| 20 | */ | ||
| 21 | static inline void | ||
| 22 | __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *)) | ||
| 23 | { | ||
| 24 | if (unlikely(ia64_fetchadd4_acq(count, -1) != 1)) | ||
| 25 | fail_fn(count); | ||
| 26 | } | ||
| 27 | |||
| 28 | /** | ||
| 29 | * __mutex_fastpath_lock_retval - try to take the lock by moving the count | ||
| 30 | * from 1 to a 0 value | ||
| 31 | * @count: pointer of type atomic_t | ||
| 32 | * @fail_fn: function to call if the original value was not 1 | ||
| 33 | * | ||
| 34 | * Change the count from 1 to a value lower than 1, and call <fail_fn> if | ||
| 35 | * it wasn't 1 originally. This function returns 0 if the fastpath succeeds, | ||
| 36 | * or anything the slow path function returns. | ||
| 37 | */ | ||
| 38 | static inline int | ||
| 39 | __mutex_fastpath_lock_retval(atomic_t *count, int (*fail_fn)(atomic_t *)) | ||
| 40 | { | ||
| 41 | if (unlikely(ia64_fetchadd4_acq(count, -1) != 1)) | ||
| 42 | return fail_fn(count); | ||
| 43 | return 0; | ||
| 44 | } | ||
| 45 | |||
| 46 | /** | ||
| 47 | * __mutex_fastpath_unlock - try to promote the count from 0 to 1 | ||
| 48 | * @count: pointer of type atomic_t | ||
| 49 | * @fail_fn: function to call if the original value was not 0 | ||
| 50 | * | ||
| 51 | * Try to promote the count from 0 to 1. If it wasn't 0, call <fail_fn>. | ||
| 52 | * In the failure case, this function is allowed to either set the value to | ||
| 53 | * 1, or to set it to a value lower than 1. | ||
| 54 | * | ||
| 55 | * If the implementation sets it to a value of lower than 1, then the | ||
| 56 | * __mutex_slowpath_needs_to_unlock() macro needs to return 1, it needs | ||
| 57 | * to return 0 otherwise. | ||
| 58 | */ | ||
| 59 | static inline void | ||
| 60 | __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) | ||
| 61 | { | ||
| 62 | int ret = ia64_fetchadd4_rel(count, 1); | ||
| 63 | if (unlikely(ret < 0)) | ||
| 64 | fail_fn(count); | ||
| 65 | } | ||
| 66 | |||
| 67 | #define __mutex_slowpath_needs_to_unlock() 1 | ||
| 68 | |||
| 69 | /** | ||
| 70 | * __mutex_fastpath_trylock - try to acquire the mutex, without waiting | ||
| 71 | * | ||
| 72 | * @count: pointer of type atomic_t | ||
| 73 | * @fail_fn: fallback function | ||
| 74 | * | ||
| 75 | * Change the count from 1 to a value lower than 1, and return 0 (failure) | ||
| 76 | * if it wasn't 1 originally, or return 1 (success) otherwise. This function | ||
| 77 | * MUST leave the value lower than 1 even when the "1" assertion wasn't true. | ||
| 78 | * Additionally, if the value was < 0 originally, this function must not leave | ||
| 79 | * it to 0 on failure. | ||
| 80 | * | ||
| 81 | * If the architecture has no effective trylock variant, it should call the | ||
| 82 | * <fail_fn> spinlock-based trylock variant unconditionally. | ||
| 7 | */ | 83 | */ |
| 84 | static inline int | ||
| 85 | __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) | ||
| 86 | { | ||
| 87 | if (likely(cmpxchg_acq(count, 1, 0)) == 1) | ||
| 88 | return 1; | ||
| 89 | return 0; | ||
| 90 | } | ||
| 8 | 91 | ||
| 9 | #include <asm-generic/mutex-dec.h> | 92 | #endif |
diff --git a/include/asm-ia64/processor.h b/include/asm-ia64/processor.h index 23c8e1be1911..128fefd8056f 100644 --- a/include/asm-ia64/processor.h +++ b/include/asm-ia64/processor.h | |||
| @@ -50,7 +50,8 @@ | |||
| 50 | #define IA64_THREAD_PM_VALID (__IA64_UL(1) << 2) /* performance registers valid? */ | 50 | #define IA64_THREAD_PM_VALID (__IA64_UL(1) << 2) /* performance registers valid? */ |
| 51 | #define IA64_THREAD_UAC_NOPRINT (__IA64_UL(1) << 3) /* don't log unaligned accesses */ | 51 | #define IA64_THREAD_UAC_NOPRINT (__IA64_UL(1) << 3) /* don't log unaligned accesses */ |
| 52 | #define IA64_THREAD_UAC_SIGBUS (__IA64_UL(1) << 4) /* generate SIGBUS on unaligned acc. */ | 52 | #define IA64_THREAD_UAC_SIGBUS (__IA64_UL(1) << 4) /* generate SIGBUS on unaligned acc. */ |
| 53 | /* bit 5 is currently unused */ | 53 | #define IA64_THREAD_MIGRATION (__IA64_UL(1) << 5) /* require migration |
| 54 | sync at ctx sw */ | ||
| 54 | #define IA64_THREAD_FPEMU_NOPRINT (__IA64_UL(1) << 6) /* don't log any fpswa faults */ | 55 | #define IA64_THREAD_FPEMU_NOPRINT (__IA64_UL(1) << 6) /* don't log any fpswa faults */ |
| 55 | #define IA64_THREAD_FPEMU_SIGFPE (__IA64_UL(1) << 7) /* send a SIGFPE for fpswa faults */ | 56 | #define IA64_THREAD_FPEMU_SIGFPE (__IA64_UL(1) << 7) /* send a SIGFPE for fpswa faults */ |
| 56 | 57 | ||
diff --git a/include/asm-ia64/signal.h b/include/asm-ia64/signal.h index 608168d713d3..5e328ed5d01d 100644 --- a/include/asm-ia64/signal.h +++ b/include/asm-ia64/signal.h | |||
| @@ -158,8 +158,6 @@ struct k_sigaction { | |||
| 158 | 158 | ||
| 159 | #define ptrace_signal_deliver(regs, cookie) do { } while (0) | 159 | #define ptrace_signal_deliver(regs, cookie) do { } while (0) |
| 160 | 160 | ||
| 161 | void set_sigdelayed(pid_t pid, int signo, int code, void __user *addr); | ||
| 162 | |||
| 163 | #endif /* __KERNEL__ */ | 161 | #endif /* __KERNEL__ */ |
| 164 | 162 | ||
| 165 | # endif /* !__ASSEMBLY__ */ | 163 | # endif /* !__ASSEMBLY__ */ |
diff --git a/include/asm-ia64/sn/addrs.h b/include/asm-ia64/sn/addrs.h index 2c32e4b77b54..1d9efe541662 100644 --- a/include/asm-ia64/sn/addrs.h +++ b/include/asm-ia64/sn/addrs.h | |||
| @@ -283,5 +283,13 @@ | |||
| 283 | #define REMOTE_HUB_L(n, a) HUB_L(REMOTE_HUB_ADDR((n), (a))) | 283 | #define REMOTE_HUB_L(n, a) HUB_L(REMOTE_HUB_ADDR((n), (a))) |
| 284 | #define REMOTE_HUB_S(n, a, d) HUB_S(REMOTE_HUB_ADDR((n), (a)), (d)) | 284 | #define REMOTE_HUB_S(n, a, d) HUB_S(REMOTE_HUB_ADDR((n), (a)), (d)) |
| 285 | 285 | ||
| 286 | /* | ||
| 287 | * Coretalk address breakdown | ||
| 288 | */ | ||
| 289 | #define CTALK_NASID_SHFT 40 | ||
| 290 | #define CTALK_NASID_MASK (0x3FFFULL << CTALK_NASID_SHFT) | ||
| 291 | #define CTALK_CID_SHFT 38 | ||
| 292 | #define CTALK_CID_MASK (0x3ULL << CTALK_CID_SHFT) | ||
| 293 | #define CTALK_NODE_OFFSET 0x3FFFFFFFFF | ||
| 286 | 294 | ||
| 287 | #endif /* _ASM_IA64_SN_ADDRS_H */ | 295 | #endif /* _ASM_IA64_SN_ADDRS_H */ |
diff --git a/include/asm-ia64/sn/arch.h b/include/asm-ia64/sn/arch.h index 91c31be87b13..16adc93d7a72 100644 --- a/include/asm-ia64/sn/arch.h +++ b/include/asm-ia64/sn/arch.h | |||
| @@ -31,7 +31,8 @@ | |||
| 31 | * to ACPI3.0, this limit will be removed. The notion of "compact nodes" | 31 | * to ACPI3.0, this limit will be removed. The notion of "compact nodes" |
| 32 | * should be deleted and TIOs should be included in MAX_NUMNODES. | 32 | * should be deleted and TIOs should be included in MAX_NUMNODES. |
| 33 | */ | 33 | */ |
| 34 | #define MAX_COMPACT_NODES 512 | 34 | #define MAX_TIO_NODES MAX_NUMNODES |
| 35 | #define MAX_COMPACT_NODES (MAX_NUMNODES + MAX_TIO_NODES) | ||
| 35 | 36 | ||
| 36 | /* | 37 | /* |
| 37 | * Maximum number of nodes in all partitions and in all coherency domains. | 38 | * Maximum number of nodes in all partitions and in all coherency domains. |
diff --git a/include/asm-ia64/sn/rw_mmr.h b/include/asm-ia64/sn/rw_mmr.h index f40fd1a5510d..2d78f4c5a45e 100644 --- a/include/asm-ia64/sn/rw_mmr.h +++ b/include/asm-ia64/sn/rw_mmr.h | |||
| @@ -3,15 +3,14 @@ | |||
| 3 | * License. See the file "COPYING" in the main directory of this archive | 3 | * License. See the file "COPYING" in the main directory of this archive |
| 4 | * for more details. | 4 | * for more details. |
| 5 | * | 5 | * |
| 6 | * Copyright (C) 2002-2004 Silicon Graphics, Inc. All Rights Reserved. | 6 | * Copyright (C) 2002-2006 Silicon Graphics, Inc. All Rights Reserved. |
| 7 | */ | 7 | */ |
| 8 | #ifndef _ASM_IA64_SN_RW_MMR_H | 8 | #ifndef _ASM_IA64_SN_RW_MMR_H |
| 9 | #define _ASM_IA64_SN_RW_MMR_H | 9 | #define _ASM_IA64_SN_RW_MMR_H |
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | /* | 12 | /* |
| 13 | * This file contains macros used to access MMR registers via | 13 | * This file that access MMRs via uncached physical addresses. |
| 14 | * uncached physical addresses. | ||
| 15 | * pio_phys_read_mmr - read an MMR | 14 | * pio_phys_read_mmr - read an MMR |
| 16 | * pio_phys_write_mmr - write an MMR | 15 | * pio_phys_write_mmr - write an MMR |
| 17 | * pio_atomic_phys_write_mmrs - atomically write 1 or 2 MMRs with psr.ic=0 | 16 | * pio_atomic_phys_write_mmrs - atomically write 1 or 2 MMRs with psr.ic=0 |
| @@ -22,53 +21,8 @@ | |||
| 22 | */ | 21 | */ |
| 23 | 22 | ||
| 24 | 23 | ||
| 25 | extern inline long | 24 | extern long pio_phys_read_mmr(volatile long *mmr); |
| 26 | pio_phys_read_mmr(volatile long *mmr) | 25 | extern void pio_phys_write_mmr(volatile long *mmr, long val); |
| 27 | { | 26 | extern void pio_atomic_phys_write_mmrs(volatile long *mmr1, long val1, volatile long *mmr2, long val2); |
| 28 | long val; | ||
| 29 | asm volatile | ||
| 30 | ("mov r2=psr;;" | ||
| 31 | "rsm psr.i | psr.dt;;" | ||
| 32 | "srlz.i;;" | ||
| 33 | "ld8.acq %0=[%1];;" | ||
| 34 | "mov psr.l=r2;;" | ||
| 35 | "srlz.i;;" | ||
| 36 | : "=r"(val) | ||
| 37 | : "r"(mmr) | ||
| 38 | : "r2"); | ||
| 39 | return val; | ||
| 40 | } | ||
| 41 | |||
| 42 | |||
| 43 | |||
| 44 | extern inline void | ||
| 45 | pio_phys_write_mmr(volatile long *mmr, long val) | ||
| 46 | { | ||
| 47 | asm volatile | ||
| 48 | ("mov r2=psr;;" | ||
| 49 | "rsm psr.i | psr.dt;;" | ||
| 50 | "srlz.i;;" | ||
| 51 | "st8.rel [%0]=%1;;" | ||
| 52 | "mov psr.l=r2;;" | ||
| 53 | "srlz.i;;" | ||
| 54 | :: "r"(mmr), "r"(val) | ||
| 55 | : "r2", "memory"); | ||
| 56 | } | ||
| 57 | |||
| 58 | extern inline void | ||
| 59 | pio_atomic_phys_write_mmrs(volatile long *mmr1, long val1, volatile long *mmr2, long val2) | ||
| 60 | { | ||
| 61 | asm volatile | ||
| 62 | ("mov r2=psr;;" | ||
| 63 | "rsm psr.i | psr.dt | psr.ic;;" | ||
| 64 | "cmp.ne p9,p0=%2,r0;" | ||
| 65 | "srlz.i;;" | ||
| 66 | "st8.rel [%0]=%1;" | ||
| 67 | "(p9) st8.rel [%2]=%3;;" | ||
| 68 | "mov psr.l=r2;;" | ||
| 69 | "srlz.i;;" | ||
| 70 | :: "r"(mmr1), "r"(val1), "r"(mmr2), "r"(val2) | ||
| 71 | : "p9", "r2", "memory"); | ||
| 72 | } | ||
| 73 | 27 | ||
| 74 | #endif /* _ASM_IA64_SN_RW_MMR_H */ | 28 | #endif /* _ASM_IA64_SN_RW_MMR_H */ |
diff --git a/include/asm-ia64/sn/tioce.h b/include/asm-ia64/sn/tioce.h index d4c990712eac..893468e1b41b 100644 --- a/include/asm-ia64/sn/tioce.h +++ b/include/asm-ia64/sn/tioce.h | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | /* CE ASIC part & mfgr information */ | 12 | /* CE ASIC part & mfgr information */ |
| 13 | #define TIOCE_PART_NUM 0xCE00 | 13 | #define TIOCE_PART_NUM 0xCE00 |
| 14 | #define TIOCE_MFGR_NUM 0x36 | 14 | #define TIOCE_SRC_ID 0x01 |
| 15 | #define TIOCE_REV_A 0x1 | 15 | #define TIOCE_REV_A 0x1 |
| 16 | 16 | ||
| 17 | /* CE Virtual PPB Vendor/Device IDs */ | 17 | /* CE Virtual PPB Vendor/Device IDs */ |
| @@ -20,7 +20,7 @@ | |||
| 20 | 20 | ||
| 21 | /* CE Host Bridge Vendor/Device IDs */ | 21 | /* CE Host Bridge Vendor/Device IDs */ |
| 22 | #define CE_HOST_BRIDGE_VENDOR_ID 0x10a9 | 22 | #define CE_HOST_BRIDGE_VENDOR_ID 0x10a9 |
| 23 | #define CE_HOST_BRIDGE_DEVICE_ID 0x4003 | 23 | #define CE_HOST_BRIDGE_DEVICE_ID 0x4001 |
| 24 | 24 | ||
| 25 | 25 | ||
| 26 | #define TIOCE_NUM_M40_ATES 4096 | 26 | #define TIOCE_NUM_M40_ATES 4096 |
| @@ -463,6 +463,25 @@ typedef volatile struct tioce { | |||
| 463 | u64 ce_end_of_struct; /* 0x044400 */ | 463 | u64 ce_end_of_struct; /* 0x044400 */ |
| 464 | } tioce_t; | 464 | } tioce_t; |
| 465 | 465 | ||
| 466 | /* ce_lsiX_gb_cfg1 register bit masks & shifts */ | ||
| 467 | #define CE_LSI_GB_CFG1_RXL0S_THS_SHFT 0 | ||
| 468 | #define CE_LSI_GB_CFG1_RXL0S_THS_MASK (0xffULL << 0) | ||
| 469 | #define CE_LSI_GB_CFG1_RXL0S_SMP_SHFT 8 | ||
| 470 | #define CE_LSI_GB_CFG1_RXL0S_SMP_MASK (0xfULL << 8); | ||
| 471 | #define CE_LSI_GB_CFG1_RXL0S_ADJ_SHFT 12 | ||
| 472 | #define CE_LSI_GB_CFG1_RXL0S_ADJ_MASK (0x7ULL << 12) | ||
| 473 | #define CE_LSI_GB_CFG1_RXL0S_FLT_SHFT 15 | ||
| 474 | #define CE_LSI_GB_CFG1_RXL0S_FLT_MASK (0x1ULL << 15) | ||
| 475 | #define CE_LSI_GB_CFG1_LPBK_SEL_SHFT 16 | ||
| 476 | #define CE_LSI_GB_CFG1_LPBK_SEL_MASK (0x3ULL << 16) | ||
| 477 | #define CE_LSI_GB_CFG1_LPBK_EN_SHFT 18 | ||
| 478 | #define CE_LSI_GB_CFG1_LPBK_EN_MASK (0x1ULL << 18) | ||
| 479 | #define CE_LSI_GB_CFG1_RVRS_LB_SHFT 19 | ||
| 480 | #define CE_LSI_GB_CFG1_RVRS_LB_MASK (0x1ULL << 19) | ||
| 481 | #define CE_LSI_GB_CFG1_RVRS_CLK_SHFT 20 | ||
| 482 | #define CE_LSI_GB_CFG1_RVRS_CLK_MASK (0x3ULL << 20) | ||
| 483 | #define CE_LSI_GB_CFG1_SLF_TS_SHFT 24 | ||
| 484 | #define CE_LSI_GB_CFG1_SLF_TS_MASK (0xfULL << 24) | ||
| 466 | 485 | ||
| 467 | /* ce_adm_int_mask/ce_adm_int_status register bit defines */ | 486 | /* ce_adm_int_mask/ce_adm_int_status register bit defines */ |
| 468 | #define CE_ADM_INT_CE_ERROR_SHFT 0 | 487 | #define CE_ADM_INT_CE_ERROR_SHFT 0 |
| @@ -592,6 +611,11 @@ typedef volatile struct tioce { | |||
| 592 | #define CE_URE_RD_MRG_ENABLE (0x1ULL << 0) | 611 | #define CE_URE_RD_MRG_ENABLE (0x1ULL << 0) |
| 593 | #define CE_URE_WRT_MRG_ENABLE1 (0x1ULL << 4) | 612 | #define CE_URE_WRT_MRG_ENABLE1 (0x1ULL << 4) |
| 594 | #define CE_URE_WRT_MRG_ENABLE2 (0x1ULL << 5) | 613 | #define CE_URE_WRT_MRG_ENABLE2 (0x1ULL << 5) |
| 614 | #define CE_URE_WRT_MRG_TIMER_SHFT 12 | ||
| 615 | #define CE_URE_WRT_MRG_TIMER_MASK (0x7FFULL << CE_URE_WRT_MRG_TIMER_SHFT) | ||
| 616 | #define CE_URE_WRT_MRG_TIMER(x) (((u64)(x) << \ | ||
| 617 | CE_URE_WRT_MRG_TIMER_SHFT) & \ | ||
| 618 | CE_URE_WRT_MRG_TIMER_MASK) | ||
| 595 | #define CE_URE_RSPQ_BYPASS_DISABLE (0x1ULL << 24) | 619 | #define CE_URE_RSPQ_BYPASS_DISABLE (0x1ULL << 24) |
| 596 | #define CE_URE_UPS_DAT1_PAR_DISABLE (0x1ULL << 32) | 620 | #define CE_URE_UPS_DAT1_PAR_DISABLE (0x1ULL << 32) |
| 597 | #define CE_URE_UPS_HDR1_PAR_DISABLE (0x1ULL << 33) | 621 | #define CE_URE_UPS_HDR1_PAR_DISABLE (0x1ULL << 33) |
| @@ -653,8 +677,12 @@ typedef volatile struct tioce { | |||
| 653 | #define CE_URE_SI (0x1ULL << 0) | 677 | #define CE_URE_SI (0x1ULL << 0) |
| 654 | #define CE_URE_ELAL_SHFT 4 | 678 | #define CE_URE_ELAL_SHFT 4 |
| 655 | #define CE_URE_ELAL_MASK (0x7ULL << CE_URE_ELAL_SHFT) | 679 | #define CE_URE_ELAL_MASK (0x7ULL << CE_URE_ELAL_SHFT) |
| 680 | #define CE_URE_ELAL_SET(n) (((u64)(n) << CE_URE_ELAL_SHFT) & \ | ||
| 681 | CE_URE_ELAL_MASK) | ||
| 656 | #define CE_URE_ELAL1_SHFT 8 | 682 | #define CE_URE_ELAL1_SHFT 8 |
| 657 | #define CE_URE_ELAL1_MASK (0x7ULL << CE_URE_ELAL1_SHFT) | 683 | #define CE_URE_ELAL1_MASK (0x7ULL << CE_URE_ELAL1_SHFT) |
| 684 | #define CE_URE_ELAL1_SET(n) (((u64)(n) << CE_URE_ELAL1_SHFT) & \ | ||
| 685 | CE_URE_ELAL1_MASK) | ||
| 658 | #define CE_URE_SCC (0x1ULL << 12) | 686 | #define CE_URE_SCC (0x1ULL << 12) |
| 659 | #define CE_URE_PN1_SHFT 16 | 687 | #define CE_URE_PN1_SHFT 16 |
| 660 | #define CE_URE_PN1_MASK (0xFFULL << CE_URE_PN1_SHFT) | 688 | #define CE_URE_PN1_MASK (0xFFULL << CE_URE_PN1_SHFT) |
| @@ -675,8 +703,12 @@ typedef volatile struct tioce { | |||
| 675 | #define CE_URE_HPC (0x1ULL << 6) | 703 | #define CE_URE_HPC (0x1ULL << 6) |
| 676 | #define CE_URE_SPLV_SHFT 7 | 704 | #define CE_URE_SPLV_SHFT 7 |
| 677 | #define CE_URE_SPLV_MASK (0xFFULL << CE_URE_SPLV_SHFT) | 705 | #define CE_URE_SPLV_MASK (0xFFULL << CE_URE_SPLV_SHFT) |
| 706 | #define CE_URE_SPLV_SET(n) (((u64)(n) << CE_URE_SPLV_SHFT) & \ | ||
| 707 | CE_URE_SPLV_MASK) | ||
| 678 | #define CE_URE_SPLS_SHFT 15 | 708 | #define CE_URE_SPLS_SHFT 15 |
| 679 | #define CE_URE_SPLS_MASK (0x3ULL << CE_URE_SPLS_SHFT) | 709 | #define CE_URE_SPLS_MASK (0x3ULL << CE_URE_SPLS_SHFT) |
| 710 | #define CE_URE_SPLS_SET(n) (((u64)(n) << CE_URE_SPLS_SHFT) & \ | ||
| 711 | CE_URE_SPLS_MASK) | ||
| 680 | #define CE_URE_PSN1_SHFT 19 | 712 | #define CE_URE_PSN1_SHFT 19 |
| 681 | #define CE_URE_PSN1_MASK (0x1FFFULL << CE_URE_PSN1_SHFT) | 713 | #define CE_URE_PSN1_MASK (0x1FFFULL << CE_URE_PSN1_SHFT) |
| 682 | #define CE_URE_PSN2_SHFT 32 | 714 | #define CE_URE_PSN2_SHFT 32 |
diff --git a/include/asm-ia64/system.h b/include/asm-ia64/system.h index 062538715623..cd4233d66f15 100644 --- a/include/asm-ia64/system.h +++ b/include/asm-ia64/system.h | |||
| @@ -244,6 +244,13 @@ extern void ia64_load_extra (struct task_struct *task); | |||
| 244 | __ia64_save_fpu((prev)->thread.fph); \ | 244 | __ia64_save_fpu((prev)->thread.fph); \ |
| 245 | } \ | 245 | } \ |
| 246 | __switch_to(prev, next, last); \ | 246 | __switch_to(prev, next, last); \ |
| 247 | /* "next" in old context is "current" in new context */ \ | ||
| 248 | if (unlikely((current->thread.flags & IA64_THREAD_MIGRATION) && \ | ||
| 249 | (task_cpu(current) != \ | ||
| 250 | task_thread_info(current)->last_cpu))) { \ | ||
| 251 | platform_migrate(current); \ | ||
| 252 | task_thread_info(current)->last_cpu = task_cpu(current); \ | ||
| 253 | } \ | ||
| 247 | } while (0) | 254 | } while (0) |
| 248 | #else | 255 | #else |
| 249 | # define switch_to(prev,next,last) __switch_to(prev, next, last) | 256 | # define switch_to(prev,next,last) __switch_to(prev, next, last) |
diff --git a/include/asm-ia64/thread_info.h b/include/asm-ia64/thread_info.h index 1d6518fe1f02..56394a2c7055 100644 --- a/include/asm-ia64/thread_info.h +++ b/include/asm-ia64/thread_info.h | |||
| @@ -26,16 +26,10 @@ struct thread_info { | |||
| 26 | struct exec_domain *exec_domain;/* execution domain */ | 26 | struct exec_domain *exec_domain;/* execution domain */ |
| 27 | __u32 flags; /* thread_info flags (see TIF_*) */ | 27 | __u32 flags; /* thread_info flags (see TIF_*) */ |
| 28 | __u32 cpu; /* current CPU */ | 28 | __u32 cpu; /* current CPU */ |
| 29 | __u32 last_cpu; /* Last CPU thread ran on */ | ||
| 29 | mm_segment_t addr_limit; /* user-level address space limit */ | 30 | mm_segment_t addr_limit; /* user-level address space limit */ |
| 30 | int preempt_count; /* 0=premptable, <0=BUG; will also serve as bh-counter */ | 31 | int preempt_count; /* 0=premptable, <0=BUG; will also serve as bh-counter */ |
| 31 | struct restart_block restart_block; | 32 | struct restart_block restart_block; |
| 32 | struct { | ||
| 33 | int signo; | ||
| 34 | int code; | ||
| 35 | void __user *addr; | ||
| 36 | unsigned long start_time; | ||
| 37 | pid_t pid; | ||
| 38 | } sigdelayed; /* Saved information for TIF_SIGDELAYED */ | ||
| 39 | }; | 33 | }; |
| 40 | 34 | ||
| 41 | #define THREAD_SIZE KERNEL_STACK_SIZE | 35 | #define THREAD_SIZE KERNEL_STACK_SIZE |
| @@ -89,7 +83,6 @@ struct thread_info { | |||
| 89 | #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ | 83 | #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ |
| 90 | #define TIF_SYSCALL_TRACE 3 /* syscall trace active */ | 84 | #define TIF_SYSCALL_TRACE 3 /* syscall trace active */ |
| 91 | #define TIF_SYSCALL_AUDIT 4 /* syscall auditing active */ | 85 | #define TIF_SYSCALL_AUDIT 4 /* syscall auditing active */ |
| 92 | #define TIF_SIGDELAYED 5 /* signal delayed from MCA/INIT/NMI/PMI context */ | ||
| 93 | #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling TIF_NEED_RESCHED */ | 86 | #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling TIF_NEED_RESCHED */ |
| 94 | #define TIF_MEMDIE 17 | 87 | #define TIF_MEMDIE 17 |
| 95 | #define TIF_MCA_INIT 18 /* this task is processing MCA or INIT */ | 88 | #define TIF_MCA_INIT 18 /* this task is processing MCA or INIT */ |
| @@ -101,13 +94,12 @@ struct thread_info { | |||
| 101 | #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) | 94 | #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) |
| 102 | #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) | 95 | #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) |
| 103 | #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) | 96 | #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) |
| 104 | #define _TIF_SIGDELAYED (1 << TIF_SIGDELAYED) | ||
| 105 | #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) | 97 | #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) |
| 106 | #define _TIF_MCA_INIT (1 << TIF_MCA_INIT) | 98 | #define _TIF_MCA_INIT (1 << TIF_MCA_INIT) |
| 107 | #define _TIF_DB_DISABLED (1 << TIF_DB_DISABLED) | 99 | #define _TIF_DB_DISABLED (1 << TIF_DB_DISABLED) |
| 108 | 100 | ||
| 109 | /* "work to do on user-return" bits */ | 101 | /* "work to do on user-return" bits */ |
| 110 | #define TIF_ALLWORK_MASK (_TIF_NOTIFY_RESUME|_TIF_SIGPENDING|_TIF_NEED_RESCHED|_TIF_SYSCALL_TRACE|_TIF_SYSCALL_AUDIT|_TIF_SIGDELAYED) | 102 | #define TIF_ALLWORK_MASK (_TIF_NOTIFY_RESUME|_TIF_SIGPENDING|_TIF_NEED_RESCHED|_TIF_SYSCALL_TRACE|_TIF_SYSCALL_AUDIT) |
| 111 | /* like TIF_ALLWORK_BITS but sans TIF_SYSCALL_TRACE or TIF_SYSCALL_AUDIT */ | 103 | /* like TIF_ALLWORK_BITS but sans TIF_SYSCALL_TRACE or TIF_SYSCALL_AUDIT */ |
| 112 | #define TIF_WORK_MASK (TIF_ALLWORK_MASK&~(_TIF_SYSCALL_TRACE|_TIF_SYSCALL_AUDIT)) | 104 | #define TIF_WORK_MASK (TIF_ALLWORK_MASK&~(_TIF_SYSCALL_TRACE|_TIF_SYSCALL_AUDIT)) |
| 113 | 105 | ||
diff --git a/include/asm-m68k/atomic.h b/include/asm-m68k/atomic.h index a4a84d5c65d5..862e497c2645 100644 --- a/include/asm-m68k/atomic.h +++ b/include/asm-m68k/atomic.h | |||
| @@ -55,6 +55,7 @@ static inline int atomic_inc_and_test(atomic_t *v) | |||
| 55 | } | 55 | } |
| 56 | 56 | ||
| 57 | #ifdef CONFIG_RMW_INSNS | 57 | #ifdef CONFIG_RMW_INSNS |
| 58 | |||
| 58 | static inline int atomic_add_return(int i, atomic_t *v) | 59 | static inline int atomic_add_return(int i, atomic_t *v) |
| 59 | { | 60 | { |
| 60 | int t, tmp; | 61 | int t, tmp; |
| @@ -82,7 +83,12 @@ static inline int atomic_sub_return(int i, atomic_t *v) | |||
| 82 | : "g" (i), "2" (atomic_read(v))); | 83 | : "g" (i), "2" (atomic_read(v))); |
| 83 | return t; | 84 | return t; |
| 84 | } | 85 | } |
| 86 | |||
| 87 | #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) | ||
| 88 | #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) | ||
| 89 | |||
| 85 | #else /* !CONFIG_RMW_INSNS */ | 90 | #else /* !CONFIG_RMW_INSNS */ |
| 91 | |||
| 86 | static inline int atomic_add_return(int i, atomic_t * v) | 92 | static inline int atomic_add_return(int i, atomic_t * v) |
| 87 | { | 93 | { |
| 88 | unsigned long flags; | 94 | unsigned long flags; |
| @@ -110,6 +116,32 @@ static inline int atomic_sub_return(int i, atomic_t * v) | |||
| 110 | 116 | ||
| 111 | return t; | 117 | return t; |
| 112 | } | 118 | } |
| 119 | |||
| 120 | static inline int atomic_cmpxchg(atomic_t *v, int old, int new) | ||
| 121 | { | ||
| 122 | unsigned long flags; | ||
| 123 | int prev; | ||
| 124 | |||
| 125 | local_irq_save(flags); | ||
| 126 | prev = atomic_read(v); | ||
| 127 | if (prev == old) | ||
| 128 | atomic_set(v, new); | ||
| 129 | local_irq_restore(flags); | ||
| 130 | return prev; | ||
| 131 | } | ||
| 132 | |||
| 133 | static inline int atomic_xchg(atomic_t *v, int new) | ||
| 134 | { | ||
| 135 | unsigned long flags; | ||
| 136 | int prev; | ||
| 137 | |||
| 138 | local_irq_save(flags); | ||
| 139 | prev = atomic_read(v); | ||
| 140 | atomic_set(v, new); | ||
| 141 | local_irq_restore(flags); | ||
| 142 | return prev; | ||
| 143 | } | ||
| 144 | |||
| 113 | #endif /* !CONFIG_RMW_INSNS */ | 145 | #endif /* !CONFIG_RMW_INSNS */ |
| 114 | 146 | ||
| 115 | #define atomic_dec_return(v) atomic_sub_return(1, (v)) | 147 | #define atomic_dec_return(v) atomic_sub_return(1, (v)) |
| @@ -139,9 +171,6 @@ static inline void atomic_set_mask(unsigned long mask, unsigned long *v) | |||
| 139 | __asm__ __volatile__("orl %1,%0" : "+m" (*v) : "id" (mask)); | 171 | __asm__ __volatile__("orl %1,%0" : "+m" (*v) : "id" (mask)); |
| 140 | } | 172 | } |
| 141 | 173 | ||
| 142 | #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) | ||
| 143 | #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) | ||
| 144 | |||
| 145 | #define atomic_add_unless(v, a, u) \ | 174 | #define atomic_add_unless(v, a, u) \ |
| 146 | ({ \ | 175 | ({ \ |
| 147 | int c, old; \ | 176 | int c, old; \ |
diff --git a/include/asm-mips/atomic.h b/include/asm-mips/atomic.h index 654b97d3e13a..2c8b853376c9 100644 --- a/include/asm-mips/atomic.h +++ b/include/asm-mips/atomic.h | |||
| @@ -250,7 +250,10 @@ static __inline__ int atomic_sub_if_positive(int i, atomic_t * v) | |||
| 250 | " subu %0, %1, %3 \n" | 250 | " subu %0, %1, %3 \n" |
| 251 | " bltz %0, 1f \n" | 251 | " bltz %0, 1f \n" |
| 252 | " sc %0, %2 \n" | 252 | " sc %0, %2 \n" |
| 253 | " .set noreorder \n" | ||
| 253 | " beqzl %0, 1b \n" | 254 | " beqzl %0, 1b \n" |
| 255 | " subu %0, %1, %3 \n" | ||
| 256 | " .set reorder \n" | ||
| 254 | " sync \n" | 257 | " sync \n" |
| 255 | "1: \n" | 258 | "1: \n" |
| 256 | " .set mips0 \n" | 259 | " .set mips0 \n" |
| @@ -266,7 +269,10 @@ static __inline__ int atomic_sub_if_positive(int i, atomic_t * v) | |||
| 266 | " subu %0, %1, %3 \n" | 269 | " subu %0, %1, %3 \n" |
| 267 | " bltz %0, 1f \n" | 270 | " bltz %0, 1f \n" |
| 268 | " sc %0, %2 \n" | 271 | " sc %0, %2 \n" |
| 272 | " .set noreorder \n" | ||
| 269 | " beqz %0, 1b \n" | 273 | " beqz %0, 1b \n" |
| 274 | " subu %0, %1, %3 \n" | ||
| 275 | " .set reorder \n" | ||
| 270 | " sync \n" | 276 | " sync \n" |
| 271 | "1: \n" | 277 | "1: \n" |
| 272 | " .set mips0 \n" | 278 | " .set mips0 \n" |
| @@ -598,7 +604,10 @@ static __inline__ long atomic64_sub_if_positive(long i, atomic64_t * v) | |||
| 598 | " dsubu %0, %1, %3 \n" | 604 | " dsubu %0, %1, %3 \n" |
| 599 | " bltz %0, 1f \n" | 605 | " bltz %0, 1f \n" |
| 600 | " scd %0, %2 \n" | 606 | " scd %0, %2 \n" |
| 607 | " .set noreorder \n" | ||
| 601 | " beqzl %0, 1b \n" | 608 | " beqzl %0, 1b \n" |
| 609 | " dsubu %0, %1, %3 \n" | ||
| 610 | " .set reorder \n" | ||
| 602 | " sync \n" | 611 | " sync \n" |
| 603 | "1: \n" | 612 | "1: \n" |
| 604 | " .set mips0 \n" | 613 | " .set mips0 \n" |
| @@ -614,7 +623,10 @@ static __inline__ long atomic64_sub_if_positive(long i, atomic64_t * v) | |||
| 614 | " dsubu %0, %1, %3 \n" | 623 | " dsubu %0, %1, %3 \n" |
| 615 | " bltz %0, 1f \n" | 624 | " bltz %0, 1f \n" |
| 616 | " scd %0, %2 \n" | 625 | " scd %0, %2 \n" |
| 626 | " .set noreorder \n" | ||
| 617 | " beqz %0, 1b \n" | 627 | " beqz %0, 1b \n" |
| 628 | " dsubu %0, %1, %3 \n" | ||
| 629 | " .set reorder \n" | ||
| 618 | " sync \n" | 630 | " sync \n" |
| 619 | "1: \n" | 631 | "1: \n" |
| 620 | " .set mips0 \n" | 632 | " .set mips0 \n" |
diff --git a/include/asm-mips/cpu-features.h b/include/asm-mips/cpu-features.h index 78c9cc2735d5..3f2b6d9ac45e 100644 --- a/include/asm-mips/cpu-features.h +++ b/include/asm-mips/cpu-features.h | |||
| @@ -96,6 +96,9 @@ | |||
| 96 | #ifndef cpu_has_ic_fills_f_dc | 96 | #ifndef cpu_has_ic_fills_f_dc |
| 97 | #define cpu_has_ic_fills_f_dc (cpu_data[0].icache.flags & MIPS_CACHE_IC_F_DC) | 97 | #define cpu_has_ic_fills_f_dc (cpu_data[0].icache.flags & MIPS_CACHE_IC_F_DC) |
| 98 | #endif | 98 | #endif |
| 99 | #ifndef cpu_has_pindexed_dcache | ||
| 100 | #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX) | ||
| 101 | #endif | ||
| 99 | 102 | ||
| 100 | /* | 103 | /* |
| 101 | * I-Cache snoops remote store. This only matters on SMP. Some multiprocessors | 104 | * I-Cache snoops remote store. This only matters on SMP. Some multiprocessors |
diff --git a/include/asm-mips/cpu-info.h b/include/asm-mips/cpu-info.h index d5cf519f8fcc..140be1c67da7 100644 --- a/include/asm-mips/cpu-info.h +++ b/include/asm-mips/cpu-info.h | |||
| @@ -39,6 +39,7 @@ struct cache_desc { | |||
| 39 | #define MIPS_CACHE_ALIASES 0x00000004 /* Cache could have aliases */ | 39 | #define MIPS_CACHE_ALIASES 0x00000004 /* Cache could have aliases */ |
| 40 | #define MIPS_CACHE_IC_F_DC 0x00000008 /* Ic can refill from D-cache */ | 40 | #define MIPS_CACHE_IC_F_DC 0x00000008 /* Ic can refill from D-cache */ |
| 41 | #define MIPS_IC_SNOOPS_REMOTE 0x00000010 /* Ic snoops remote stores */ | 41 | #define MIPS_IC_SNOOPS_REMOTE 0x00000010 /* Ic snoops remote stores */ |
| 42 | #define MIPS_CACHE_PINDEX 0x00000020 /* Physically indexed cache */ | ||
| 42 | 43 | ||
| 43 | struct cpuinfo_mips { | 44 | struct cpuinfo_mips { |
| 44 | unsigned long udelay_val; | 45 | unsigned long udelay_val; |
diff --git a/include/asm-mips/hazards.h b/include/asm-mips/hazards.h index 6111a0ce58c4..feb29a793888 100644 --- a/include/asm-mips/hazards.h +++ b/include/asm-mips/hazards.h | |||
| @@ -3,7 +3,9 @@ | |||
| 3 | * License. See the file "COPYING" in the main directory of this archive | 3 | * License. See the file "COPYING" in the main directory of this archive |
| 4 | * for more details. | 4 | * for more details. |
| 5 | * | 5 | * |
| 6 | * Copyright (C) 2003, 2004 Ralf Baechle | 6 | * Copyright (C) 2003, 2004 Ralf Baechle <ralf@linux-mips.org> |
| 7 | * Copyright (C) MIPS Technologies, Inc. | ||
| 8 | * written by Ralf Baechle <ralf@linux-mips.org> | ||
| 7 | */ | 9 | */ |
| 8 | #ifndef _ASM_HAZARDS_H | 10 | #ifndef _ASM_HAZARDS_H |
| 9 | #define _ASM_HAZARDS_H | 11 | #define _ASM_HAZARDS_H |
| @@ -74,8 +76,7 @@ | |||
| 74 | #define irq_disable_hazard | 76 | #define irq_disable_hazard |
| 75 | _ehb | 77 | _ehb |
| 76 | 78 | ||
| 77 | #elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000) || \ | 79 | #elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000) |
| 78 | defined(CONFIG_CPU_SB1) | ||
| 79 | 80 | ||
| 80 | /* | 81 | /* |
| 81 | * R10000 rocks - all hazards handled in hardware, so this becomes a nobrainer. | 82 | * R10000 rocks - all hazards handled in hardware, so this becomes a nobrainer. |
| @@ -99,13 +100,13 @@ | |||
| 99 | #else /* __ASSEMBLY__ */ | 100 | #else /* __ASSEMBLY__ */ |
| 100 | 101 | ||
| 101 | __asm__( | 102 | __asm__( |
| 102 | " .macro _ssnop \n\t" | 103 | " .macro _ssnop \n" |
| 103 | " sll $0, $0, 1 \n\t" | 104 | " sll $0, $0, 1 \n" |
| 104 | " .endm \n\t" | 105 | " .endm \n" |
| 105 | " \n\t" | 106 | " \n" |
| 106 | " .macro _ehb \n\t" | 107 | " .macro _ehb \n" |
| 107 | " sll $0, $0, 3 \n\t" | 108 | " sll $0, $0, 3 \n" |
| 108 | " .endm \n\t"); | 109 | " .endm \n"); |
| 109 | 110 | ||
| 110 | #ifdef CONFIG_CPU_RM9000 | 111 | #ifdef CONFIG_CPU_RM9000 |
| 111 | 112 | ||
| @@ -117,17 +118,21 @@ __asm__( | |||
| 117 | 118 | ||
| 118 | #define mtc0_tlbw_hazard() \ | 119 | #define mtc0_tlbw_hazard() \ |
| 119 | __asm__ __volatile__( \ | 120 | __asm__ __volatile__( \ |
| 120 | ".set\tmips32\n\t" \ | 121 | " .set mips32 \n" \ |
| 121 | "_ssnop; _ssnop; _ssnop; _ssnop\n\t" \ | 122 | " _ssnop \n" \ |
| 122 | ".set\tmips0") | 123 | " _ssnop \n" \ |
| 124 | " _ssnop \n" \ | ||
| 125 | " _ssnop \n" \ | ||
| 126 | " .set mips0 \n") | ||
| 123 | 127 | ||
| 124 | #define tlbw_use_hazard() \ | 128 | #define tlbw_use_hazard() \ |
| 125 | __asm__ __volatile__( \ | 129 | __asm__ __volatile__( \ |
| 126 | ".set\tmips32\n\t" \ | 130 | " .set mips32 \n" \ |
| 127 | "_ssnop; _ssnop; _ssnop; _ssnop\n\t" \ | 131 | " _ssnop \n" \ |
| 128 | ".set\tmips0") | 132 | " _ssnop \n" \ |
| 129 | 133 | " _ssnop \n" \ | |
| 130 | #define back_to_back_c0_hazard() do { } while (0) | 134 | " _ssnop \n" \ |
| 135 | " .set mips0 \n") | ||
| 131 | 136 | ||
| 132 | #else | 137 | #else |
| 133 | 138 | ||
| @@ -136,15 +141,25 @@ __asm__( | |||
| 136 | */ | 141 | */ |
| 137 | #define mtc0_tlbw_hazard() \ | 142 | #define mtc0_tlbw_hazard() \ |
| 138 | __asm__ __volatile__( \ | 143 | __asm__ __volatile__( \ |
| 139 | ".set noreorder\n\t" \ | 144 | " .set noreorder \n" \ |
| 140 | "nop; nop; nop; nop; nop; nop;\n\t" \ | 145 | " nop \n" \ |
| 141 | ".set reorder\n\t") | 146 | " nop \n" \ |
| 147 | " nop \n" \ | ||
| 148 | " nop \n" \ | ||
| 149 | " nop \n" \ | ||
| 150 | " nop \n" \ | ||
| 151 | " .set reorder \n") | ||
| 142 | 152 | ||
| 143 | #define tlbw_use_hazard() \ | 153 | #define tlbw_use_hazard() \ |
| 144 | __asm__ __volatile__( \ | 154 | __asm__ __volatile__( \ |
| 145 | ".set noreorder\n\t" \ | 155 | " .set noreorder \n" \ |
| 146 | "nop; nop; nop; nop; nop; nop;\n\t" \ | 156 | " nop \n" \ |
| 147 | ".set reorder\n\t") | 157 | " nop \n" \ |
| 158 | " nop \n" \ | ||
| 159 | " nop \n" \ | ||
| 160 | " nop \n" \ | ||
| 161 | " nop \n" \ | ||
| 162 | " .set reorder \n") | ||
| 148 | 163 | ||
| 149 | #endif | 164 | #endif |
| 150 | 165 | ||
| @@ -156,49 +171,26 @@ __asm__( | |||
| 156 | 171 | ||
| 157 | #ifdef CONFIG_CPU_MIPSR2 | 172 | #ifdef CONFIG_CPU_MIPSR2 |
| 158 | 173 | ||
| 159 | __asm__( | 174 | __asm__(" .macro irq_enable_hazard \n" |
| 160 | " .macro\tirq_enable_hazard \n\t" | 175 | " _ehb \n" |
| 161 | " _ehb \n\t" | 176 | " .endm \n" |
| 162 | " .endm \n\t" | 177 | " \n" |
| 163 | " \n\t" | 178 | " .macro irq_disable_hazard \n" |
| 164 | " .macro\tirq_disable_hazard \n\t" | 179 | " _ehb \n" |
| 165 | " _ehb \n\t" | 180 | " .endm \n"); |
| 166 | " .endm \n\t" | ||
| 167 | " \n\t" | ||
| 168 | " .macro\tback_to_back_c0_hazard \n\t" | ||
| 169 | " _ehb \n\t" | ||
| 170 | " .endm"); | ||
| 171 | |||
| 172 | #define irq_enable_hazard() \ | ||
| 173 | __asm__ __volatile__( \ | ||
| 174 | "irq_enable_hazard") | ||
| 175 | 181 | ||
| 176 | #define irq_disable_hazard() \ | 182 | #elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000) |
| 177 | __asm__ __volatile__( \ | ||
| 178 | "irq_disable_hazard") | ||
| 179 | |||
| 180 | #define back_to_back_c0_hazard() \ | ||
| 181 | __asm__ __volatile__( \ | ||
| 182 | "back_to_back_c0_hazard") | ||
| 183 | |||
| 184 | #elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000) || \ | ||
| 185 | defined(CONFIG_CPU_SB1) | ||
| 186 | 183 | ||
| 187 | /* | 184 | /* |
| 188 | * R10000 rocks - all hazards handled in hardware, so this becomes a nobrainer. | 185 | * R10000 rocks - all hazards handled in hardware, so this becomes a nobrainer. |
| 189 | */ | 186 | */ |
| 190 | 187 | ||
| 191 | __asm__( | 188 | __asm__( |
| 192 | " .macro\tirq_enable_hazard \n\t" | 189 | " .macro irq_enable_hazard \n" |
| 193 | " .endm \n\t" | 190 | " .endm \n" |
| 194 | " \n\t" | 191 | " \n" |
| 195 | " .macro\tirq_disable_hazard \n\t" | 192 | " .macro irq_disable_hazard \n" |
| 196 | " .endm"); | 193 | " .endm \n"); |
| 197 | |||
| 198 | #define irq_enable_hazard() do { } while (0) | ||
| 199 | #define irq_disable_hazard() do { } while (0) | ||
| 200 | |||
| 201 | #define back_to_back_c0_hazard() do { } while (0) | ||
| 202 | 194 | ||
| 203 | #else | 195 | #else |
| 204 | 196 | ||
| @@ -209,29 +201,63 @@ __asm__( | |||
| 209 | */ | 201 | */ |
| 210 | 202 | ||
| 211 | __asm__( | 203 | __asm__( |
| 212 | " # \n\t" | 204 | " # \n" |
| 213 | " # There is a hazard but we do not care \n\t" | 205 | " # There is a hazard but we do not care \n" |
| 214 | " # \n\t" | 206 | " # \n" |
| 215 | " .macro\tirq_enable_hazard \n\t" | 207 | " .macro\tirq_enable_hazard \n" |
| 216 | " .endm \n\t" | 208 | " .endm \n" |
| 217 | " \n\t" | 209 | " \n" |
| 218 | " .macro\tirq_disable_hazard \n\t" | 210 | " .macro\tirq_disable_hazard \n" |
| 219 | " _ssnop; _ssnop; _ssnop \n\t" | 211 | " _ssnop \n" |
| 220 | " .endm"); | 212 | " _ssnop \n" |
| 213 | " _ssnop \n" | ||
| 214 | " .endm \n"); | ||
| 221 | 215 | ||
| 222 | #define irq_enable_hazard() do { } while (0) | 216 | #endif |
| 217 | |||
| 218 | #define irq_enable_hazard() \ | ||
| 219 | __asm__ __volatile__("irq_enable_hazard") | ||
| 223 | #define irq_disable_hazard() \ | 220 | #define irq_disable_hazard() \ |
| 224 | __asm__ __volatile__( \ | 221 | __asm__ __volatile__("irq_disable_hazard") |
| 225 | "irq_disable_hazard") | ||
| 226 | 222 | ||
| 227 | #define back_to_back_c0_hazard() \ | 223 | |
| 228 | __asm__ __volatile__( \ | 224 | /* |
| 229 | " .set noreorder \n" \ | 225 | * Back-to-back hazards - |
| 230 | " nop; nop; nop \n" \ | 226 | * |
| 231 | " .set reorder \n") | 227 | * What is needed to separate a move to cp0 from a subsequent read from the |
| 228 | * same cp0 register? | ||
| 229 | */ | ||
| 230 | #ifdef CONFIG_CPU_MIPSR2 | ||
| 231 | |||
| 232 | __asm__(" .macro back_to_back_c0_hazard \n" | ||
| 233 | " _ehb \n" | ||
| 234 | " .endm \n"); | ||
| 235 | |||
| 236 | #elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000) || \ | ||
| 237 | defined(CONFIG_CPU_SB1) | ||
| 238 | |||
| 239 | __asm__(" .macro back_to_back_c0_hazard \n" | ||
| 240 | " .endm \n"); | ||
| 241 | |||
| 242 | #else | ||
| 243 | |||
| 244 | __asm__(" .macro back_to_back_c0_hazard \n" | ||
| 245 | " .set noreorder \n" | ||
| 246 | " _ssnop \n" | ||
| 247 | " _ssnop \n" | ||
| 248 | " _ssnop \n" | ||
| 249 | " .set reorder \n" | ||
| 250 | " .endm"); | ||
| 232 | 251 | ||
| 233 | #endif | 252 | #endif |
| 234 | 253 | ||
| 254 | #define back_to_back_c0_hazard() \ | ||
| 255 | __asm__ __volatile__("back_to_back_c0_hazard") | ||
| 256 | |||
| 257 | |||
| 258 | /* | ||
| 259 | * Instruction execution hazard | ||
| 260 | */ | ||
| 235 | #ifdef CONFIG_CPU_MIPSR2 | 261 | #ifdef CONFIG_CPU_MIPSR2 |
| 236 | /* | 262 | /* |
| 237 | * gcc has a tradition of misscompiling the previous construct using the | 263 | * gcc has a tradition of misscompiling the previous construct using the |
diff --git a/include/asm-mips/io.h b/include/asm-mips/io.h index 5a4c8a54b8f4..ba1d7bbc15d2 100644 --- a/include/asm-mips/io.h +++ b/include/asm-mips/io.h | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | * for more details. | 4 | * for more details. |
| 5 | * | 5 | * |
| 6 | * Copyright (C) 1994, 1995 Waldorf GmbH | 6 | * Copyright (C) 1994, 1995 Waldorf GmbH |
| 7 | * Copyright (C) 1994 - 2000 Ralf Baechle | 7 | * Copyright (C) 1994 - 2000, 06 Ralf Baechle |
| 8 | * Copyright (C) 1999, 2000 Silicon Graphics, Inc. | 8 | * Copyright (C) 1999, 2000 Silicon Graphics, Inc. |
| 9 | * Copyright (C) 2004, 2005 MIPS Technologies, Inc. All rights reserved. | 9 | * Copyright (C) 2004, 2005 MIPS Technologies, Inc. All rights reserved. |
| 10 | * Author: Maciej W. Rozycki <macro@mips.com> | 10 | * Author: Maciej W. Rozycki <macro@mips.com> |
| @@ -103,8 +103,20 @@ | |||
| 103 | */ | 103 | */ |
| 104 | extern const unsigned long mips_io_port_base; | 104 | extern const unsigned long mips_io_port_base; |
| 105 | 105 | ||
| 106 | #define set_io_port_base(base) \ | 106 | /* |
| 107 | do { * (unsigned long *) &mips_io_port_base = (base); } while (0) | 107 | * Gcc will generate code to load the value of mips_io_port_base after each |
| 108 | * function call which may be fairly wasteful in some cases. So we don't | ||
| 109 | * play quite by the book. We tell gcc mips_io_port_base is a long variable | ||
| 110 | * which solves the code generation issue. Now we need to violate the | ||
| 111 | * aliasing rules a little to make initialization possible and finally we | ||
| 112 | * will need the barrier() to fight side effects of the aliasing chat. | ||
| 113 | * This trickery will eventually collapse under gcc's optimizer. Oh well. | ||
| 114 | */ | ||
| 115 | static inline void set_io_port_base(unsigned long base) | ||
| 116 | { | ||
| 117 | * (unsigned long *) &mips_io_port_base = base; | ||
| 118 | barrier(); | ||
| 119 | } | ||
| 108 | 120 | ||
| 109 | /* | 121 | /* |
| 110 | * Thanks to James van Artsdalen for a better timing-fix than | 122 | * Thanks to James van Artsdalen for a better timing-fix than |
| @@ -283,6 +295,24 @@ static inline void __iomem * __ioremap_mode(phys_t offset, unsigned long size, | |||
| 283 | __ioremap_mode((offset), (size), _CACHE_UNCACHED) | 295 | __ioremap_mode((offset), (size), _CACHE_UNCACHED) |
| 284 | 296 | ||
| 285 | /* | 297 | /* |
| 298 | * ioremap_cachable - map bus memory into CPU space | ||
| 299 | * @offset: bus address of the memory | ||
| 300 | * @size: size of the resource to map | ||
| 301 | * | ||
| 302 | * ioremap_nocache performs a platform specific sequence of operations to | ||
| 303 | * make bus memory CPU accessible via the readb/readw/readl/writeb/ | ||
| 304 | * writew/writel functions and the other mmio helpers. The returned | ||
| 305 | * address is not guaranteed to be usable directly as a virtual | ||
| 306 | * address. | ||
| 307 | * | ||
| 308 | * This version of ioremap ensures that the memory is marked cachable by | ||
| 309 | * the CPU. Also enables full write-combining. Useful for some | ||
| 310 | * memory-like regions on I/O busses. | ||
| 311 | */ | ||
| 312 | #define ioremap_cachable(offset, size) \ | ||
| 313 | __ioremap_mode((offset), (size), PAGE_CACHABLE_DEFAULT) | ||
| 314 | |||
| 315 | /* | ||
| 286 | * These two are MIPS specific ioremap variant. ioremap_cacheable_cow | 316 | * These two are MIPS specific ioremap variant. ioremap_cacheable_cow |
| 287 | * requests a cachable mapping, ioremap_uncached_accelerated requests a | 317 | * requests a cachable mapping, ioremap_uncached_accelerated requests a |
| 288 | * mapping using the uncached accelerated mode which isn't supported on | 318 | * mapping using the uncached accelerated mode which isn't supported on |
diff --git a/include/asm-mips/r4kcache.h b/include/asm-mips/r4kcache.h index 9632c27dad15..0bcb79a58ee9 100644 --- a/include/asm-mips/r4kcache.h +++ b/include/asm-mips/r4kcache.h | |||
| @@ -257,7 +257,8 @@ static inline void blast_##pfx##cache##lsize##_page(unsigned long page) \ | |||
| 257 | \ | 257 | \ |
| 258 | static inline void blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \ | 258 | static inline void blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \ |
| 259 | { \ | 259 | { \ |
| 260 | unsigned long start = page; \ | 260 | unsigned long indexmask = current_cpu_data.desc.waysize - 1; \ |
| 261 | unsigned long start = INDEX_BASE + (page & indexmask); \ | ||
| 261 | unsigned long end = start + PAGE_SIZE; \ | 262 | unsigned long end = start + PAGE_SIZE; \ |
| 262 | unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \ | 263 | unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \ |
| 263 | unsigned long ws_end = current_cpu_data.desc.ways << \ | 264 | unsigned long ws_end = current_cpu_data.desc.ways << \ |
diff --git a/include/asm-mips/sibyte/sb1250.h b/include/asm-mips/sibyte/sb1250.h index a474c29cd701..b09e16c93ca0 100644 --- a/include/asm-mips/sibyte/sb1250.h +++ b/include/asm-mips/sibyte/sb1250.h | |||
| @@ -45,8 +45,8 @@ extern unsigned int soc_type; | |||
| 45 | extern unsigned int periph_rev; | 45 | extern unsigned int periph_rev; |
| 46 | extern unsigned int zbbus_mhz; | 46 | extern unsigned int zbbus_mhz; |
| 47 | 47 | ||
| 48 | extern void sb1250_hpt_setup(void); | ||
| 48 | extern void sb1250_time_init(void); | 49 | extern void sb1250_time_init(void); |
| 49 | extern unsigned long sb1250_gettimeoffset(void); | ||
| 50 | extern void sb1250_mask_irq(int cpu, int irq); | 50 | extern void sb1250_mask_irq(int cpu, int irq); |
| 51 | extern void sb1250_unmask_irq(int cpu, int irq); | 51 | extern void sb1250_unmask_irq(int cpu, int irq); |
| 52 | extern void sb1250_smp_finish(void); | 52 | extern void sb1250_smp_finish(void); |
diff --git a/include/asm-mips/sibyte/sb1250_scd.h b/include/asm-mips/sibyte/sb1250_scd.h index a667bc14a7cd..f4178bdcfcb0 100644 --- a/include/asm-mips/sibyte/sb1250_scd.h +++ b/include/asm-mips/sibyte/sb1250_scd.h | |||
| @@ -359,14 +359,15 @@ | |||
| 359 | */ | 359 | */ |
| 360 | 360 | ||
| 361 | #define V_SCD_TIMER_FREQ 1000000 | 361 | #define V_SCD_TIMER_FREQ 1000000 |
| 362 | #define V_SCD_TIMER_WIDTH 23 | ||
| 362 | 363 | ||
| 363 | #define S_SCD_TIMER_INIT 0 | 364 | #define S_SCD_TIMER_INIT 0 |
| 364 | #define M_SCD_TIMER_INIT _SB_MAKEMASK(20,S_SCD_TIMER_INIT) | 365 | #define M_SCD_TIMER_INIT _SB_MAKEMASK(V_SCD_TIMER_WIDTH,S_SCD_TIMER_INIT) |
| 365 | #define V_SCD_TIMER_INIT(x) _SB_MAKEVALUE(x,S_SCD_TIMER_INIT) | 366 | #define V_SCD_TIMER_INIT(x) _SB_MAKEVALUE(x,S_SCD_TIMER_INIT) |
| 366 | #define G_SCD_TIMER_INIT(x) _SB_GETVALUE(x,S_SCD_TIMER_INIT,M_SCD_TIMER_INIT) | 367 | #define G_SCD_TIMER_INIT(x) _SB_GETVALUE(x,S_SCD_TIMER_INIT,M_SCD_TIMER_INIT) |
| 367 | 368 | ||
| 368 | #define S_SCD_TIMER_CNT 0 | 369 | #define S_SCD_TIMER_CNT 0 |
| 369 | #define M_SCD_TIMER_CNT _SB_MAKEMASK(20,S_SCD_TIMER_CNT) | 370 | #define M_SCD_TIMER_CNT _SB_MAKEMASK(V_SCD_TIMER_WIDTH,S_SCD_TIMER_CNT) |
| 370 | #define V_SCD_TIMER_CNT(x) _SB_MAKEVALUE(x,S_SCD_TIMER_CNT) | 371 | #define V_SCD_TIMER_CNT(x) _SB_MAKEVALUE(x,S_SCD_TIMER_CNT) |
| 371 | #define G_SCD_TIMER_CNT(x) _SB_GETVALUE(x,S_SCD_TIMER_CNT,M_SCD_TIMER_CNT) | 372 | #define G_SCD_TIMER_CNT(x) _SB_GETVALUE(x,S_SCD_TIMER_CNT,M_SCD_TIMER_CNT) |
| 372 | 373 | ||
diff --git a/include/asm-mips/smp.h b/include/asm-mips/smp.h index 5618f1e12f40..75c6fe7c2126 100644 --- a/include/asm-mips/smp.h +++ b/include/asm-mips/smp.h | |||
| @@ -58,7 +58,9 @@ static inline int num_booting_cpus(void) | |||
| 58 | return cpus_weight(cpu_callout_map); | 58 | return cpus_weight(cpu_callout_map); |
| 59 | } | 59 | } |
| 60 | 60 | ||
| 61 | /* These are defined by the board-specific code. */ | 61 | /* |
| 62 | * These are defined by the board-specific code. | ||
| 63 | */ | ||
| 62 | 64 | ||
| 63 | /* | 65 | /* |
| 64 | * Cause the function described by call_data to be executed on the passed | 66 | * Cause the function described by call_data to be executed on the passed |
| @@ -79,7 +81,12 @@ extern void prom_boot_secondary(int cpu, struct task_struct *idle); | |||
| 79 | extern void prom_init_secondary(void); | 81 | extern void prom_init_secondary(void); |
| 80 | 82 | ||
| 81 | /* | 83 | /* |
| 82 | * Detect available CPUs, populate phys_cpu_present_map before smp_init | 84 | * Populate cpu_possible_map before smp_init, called from setup_arch. |
| 85 | */ | ||
| 86 | extern void plat_smp_setup(void); | ||
| 87 | |||
| 88 | /* | ||
| 89 | * Called after init_IRQ but before __cpu_up. | ||
| 83 | */ | 90 | */ |
| 84 | extern void prom_prepare_cpus(unsigned int max_cpus); | 91 | extern void prom_prepare_cpus(unsigned int max_cpus); |
| 85 | 92 | ||
diff --git a/include/asm-mips/system.h b/include/asm-mips/system.h index e8e5d4143377..ddae9bae31af 100644 --- a/include/asm-mips/system.h +++ b/include/asm-mips/system.h | |||
| @@ -322,7 +322,7 @@ static inline unsigned long __cmpxchg_u32(volatile int * m, unsigned long old, | |||
| 322 | #endif | 322 | #endif |
| 323 | "2: \n" | 323 | "2: \n" |
| 324 | " .set pop \n" | 324 | " .set pop \n" |
| 325 | : "=&r" (retval), "=m" (*m) | 325 | : "=&r" (retval), "=R" (*m) |
| 326 | : "R" (*m), "Jr" (old), "Jr" (new) | 326 | : "R" (*m), "Jr" (old), "Jr" (new) |
| 327 | : "memory"); | 327 | : "memory"); |
| 328 | } else if (cpu_has_llsc) { | 328 | } else if (cpu_has_llsc) { |
| @@ -342,7 +342,7 @@ static inline unsigned long __cmpxchg_u32(volatile int * m, unsigned long old, | |||
| 342 | #endif | 342 | #endif |
| 343 | "2: \n" | 343 | "2: \n" |
| 344 | " .set pop \n" | 344 | " .set pop \n" |
| 345 | : "=&r" (retval), "=m" (*m) | 345 | : "=&r" (retval), "=R" (*m) |
| 346 | : "R" (*m), "Jr" (old), "Jr" (new) | 346 | : "R" (*m), "Jr" (old), "Jr" (new) |
| 347 | : "memory"); | 347 | : "memory"); |
| 348 | } else { | 348 | } else { |
| @@ -379,7 +379,7 @@ static inline unsigned long __cmpxchg_u64(volatile int * m, unsigned long old, | |||
| 379 | #endif | 379 | #endif |
| 380 | "2: \n" | 380 | "2: \n" |
| 381 | " .set pop \n" | 381 | " .set pop \n" |
| 382 | : "=&r" (retval), "=m" (*m) | 382 | : "=&r" (retval), "=R" (*m) |
| 383 | : "R" (*m), "Jr" (old), "Jr" (new) | 383 | : "R" (*m), "Jr" (old), "Jr" (new) |
| 384 | : "memory"); | 384 | : "memory"); |
| 385 | } else if (cpu_has_llsc) { | 385 | } else if (cpu_has_llsc) { |
| @@ -397,7 +397,7 @@ static inline unsigned long __cmpxchg_u64(volatile int * m, unsigned long old, | |||
| 397 | #endif | 397 | #endif |
| 398 | "2: \n" | 398 | "2: \n" |
| 399 | " .set pop \n" | 399 | " .set pop \n" |
| 400 | : "=&r" (retval), "=m" (*m) | 400 | : "=&r" (retval), "=R" (*m) |
| 401 | : "R" (*m), "Jr" (old), "Jr" (new) | 401 | : "R" (*m), "Jr" (old), "Jr" (new) |
| 402 | : "memory"); | 402 | : "memory"); |
| 403 | } else { | 403 | } else { |
diff --git a/include/asm-mips/vga.h b/include/asm-mips/vga.h index ca5cec97e167..34755c0a6398 100644 --- a/include/asm-mips/vga.h +++ b/include/asm-mips/vga.h | |||
| @@ -26,6 +26,9 @@ | |||
| 26 | * <linux/vt_buffer.h> has already done the right job for us. | 26 | * <linux/vt_buffer.h> has already done the right job for us. |
| 27 | */ | 27 | */ |
| 28 | 28 | ||
| 29 | #undef scr_writew | ||
| 30 | #undef scr_readw | ||
| 31 | |||
| 29 | static inline void scr_writew(u16 val, volatile u16 *addr) | 32 | static inline void scr_writew(u16 val, volatile u16 *addr) |
| 30 | { | 33 | { |
| 31 | *addr = cpu_to_le16(val); | 34 | *addr = cpu_to_le16(val); |
diff --git a/include/asm-powerpc/cputable.h b/include/asm-powerpc/cputable.h index 90d005bb4d1c..5638518968c3 100644 --- a/include/asm-powerpc/cputable.h +++ b/include/asm-powerpc/cputable.h | |||
| @@ -20,6 +20,8 @@ | |||
| 20 | #define PPC_FEATURE_POWER5_PLUS 0x00020000 | 20 | #define PPC_FEATURE_POWER5_PLUS 0x00020000 |
| 21 | #define PPC_FEATURE_CELL 0x00010000 | 21 | #define PPC_FEATURE_CELL 0x00010000 |
| 22 | #define PPC_FEATURE_BOOKE 0x00008000 | 22 | #define PPC_FEATURE_BOOKE 0x00008000 |
| 23 | #define PPC_FEATURE_SMT 0x00004000 | ||
| 24 | #define PPC_FEATURE_ICACHE_SNOOP 0x00002000 | ||
| 23 | 25 | ||
| 24 | #ifdef __KERNEL__ | 26 | #ifdef __KERNEL__ |
| 25 | #ifndef __ASSEMBLY__ | 27 | #ifndef __ASSEMBLY__ |
diff --git a/include/asm-powerpc/eeh.h b/include/asm-powerpc/eeh.h index b263fb2fa6e4..5207758a6dd9 100644 --- a/include/asm-powerpc/eeh.h +++ b/include/asm-powerpc/eeh.h | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | #include <linux/string.h> | 27 | #include <linux/string.h> |
| 28 | 28 | ||
| 29 | struct pci_dev; | 29 | struct pci_dev; |
| 30 | struct pci_bus; | ||
| 30 | struct device_node; | 31 | struct device_node; |
| 31 | 32 | ||
| 32 | #ifdef CONFIG_EEH | 33 | #ifdef CONFIG_EEH |
| @@ -60,8 +61,9 @@ void __init pci_addr_cache_build(void); | |||
| 60 | * to finish the eeh setup for this device. | 61 | * to finish the eeh setup for this device. |
| 61 | */ | 62 | */ |
| 62 | void eeh_add_device_early(struct device_node *); | 63 | void eeh_add_device_early(struct device_node *); |
| 64 | void eeh_add_device_late(struct pci_dev *dev); | ||
| 63 | void eeh_add_device_tree_early(struct device_node *); | 65 | void eeh_add_device_tree_early(struct device_node *); |
| 64 | void eeh_add_device_late(struct pci_dev *); | 66 | void eeh_add_device_tree_late(struct pci_bus *); |
| 65 | 67 | ||
| 66 | /** | 68 | /** |
| 67 | * eeh_remove_device - undo EEH setup for the indicated pci device | 69 | * eeh_remove_device - undo EEH setup for the indicated pci device |
| @@ -122,6 +124,8 @@ static inline void eeh_remove_device(struct pci_dev *dev) { } | |||
| 122 | 124 | ||
| 123 | static inline void eeh_add_device_tree_early(struct device_node *dn) { } | 125 | static inline void eeh_add_device_tree_early(struct device_node *dn) { } |
| 124 | 126 | ||
| 127 | static inline void eeh_add_device_tree_late(struct pci_bus *bus) { } | ||
| 128 | |||
| 125 | static inline void eeh_remove_bus_device(struct pci_dev *dev) { } | 129 | static inline void eeh_remove_bus_device(struct pci_dev *dev) { } |
| 126 | #define EEH_POSSIBLE_ERROR(val, type) (0) | 130 | #define EEH_POSSIBLE_ERROR(val, type) (0) |
| 127 | #define EEH_IO_ERROR_VALUE(size) (-1UL) | 131 | #define EEH_IO_ERROR_VALUE(size) (-1UL) |
diff --git a/include/asm-powerpc/kexec.h b/include/asm-powerpc/kexec.h index bda2f217e6fe..6a2af2f6853b 100644 --- a/include/asm-powerpc/kexec.h +++ b/include/asm-powerpc/kexec.h | |||
| @@ -93,7 +93,8 @@ static inline void crash_setup_regs(struct pt_regs *newregs, | |||
| 93 | "mfxer %0\n" | 93 | "mfxer %0\n" |
| 94 | "std %0, 296(%2)\n" | 94 | "std %0, 296(%2)\n" |
| 95 | : "=&r" (tmp1), "=&r" (tmp2) | 95 | : "=&r" (tmp1), "=&r" (tmp2) |
| 96 | : "b" (newregs)); | 96 | : "b" (newregs) |
| 97 | : "memory"); | ||
| 97 | } | 98 | } |
| 98 | } | 99 | } |
| 99 | #else | 100 | #else |
diff --git a/include/asm-powerpc/pgtable-4k.h b/include/asm-powerpc/pgtable-4k.h index e9590c06ad92..80a7832d2721 100644 --- a/include/asm-powerpc/pgtable-4k.h +++ b/include/asm-powerpc/pgtable-4k.h | |||
| @@ -88,4 +88,4 @@ | |||
| 88 | (((addr) >> PUD_SHIFT) & (PTRS_PER_PUD - 1))) | 88 | (((addr) >> PUD_SHIFT) & (PTRS_PER_PUD - 1))) |
| 89 | 89 | ||
| 90 | #define pud_ERROR(e) \ | 90 | #define pud_ERROR(e) \ |
| 91 | printk("%s:%d: bad pmd %08lx.\n", __FILE__, __LINE__, pud_val(e)) | 91 | printk("%s:%d: bad pud %08lx.\n", __FILE__, __LINE__, pud_val(e)) |
diff --git a/include/asm-powerpc/ppc-pci.h b/include/asm-powerpc/ppc-pci.h index f80482c7231f..cf79bc7ebb55 100644 --- a/include/asm-powerpc/ppc-pci.h +++ b/include/asm-powerpc/ppc-pci.h | |||
| @@ -38,6 +38,7 @@ void *traverse_pci_devices(struct device_node *start, traverse_func pre, | |||
| 38 | 38 | ||
| 39 | void pci_devs_phb_init(void); | 39 | void pci_devs_phb_init(void); |
| 40 | void pci_devs_phb_init_dynamic(struct pci_controller *phb); | 40 | void pci_devs_phb_init_dynamic(struct pci_controller *phb); |
| 41 | int setup_phb(struct device_node *dev, struct pci_controller *phb); | ||
| 41 | void __devinit scan_phb(struct pci_controller *hose); | 42 | void __devinit scan_phb(struct pci_controller *hose); |
| 42 | 43 | ||
| 43 | /* From rtas_pci.h */ | 44 | /* From rtas_pci.h */ |
diff --git a/include/asm-powerpc/thread_info.h b/include/asm-powerpc/thread_info.h index 237fc2b72974..ffc7462d77ba 100644 --- a/include/asm-powerpc/thread_info.h +++ b/include/asm-powerpc/thread_info.h | |||
| @@ -37,7 +37,6 @@ struct thread_info { | |||
| 37 | int preempt_count; /* 0 => preemptable, | 37 | int preempt_count; /* 0 => preemptable, |
| 38 | <0 => BUG */ | 38 | <0 => BUG */ |
| 39 | struct restart_block restart_block; | 39 | struct restart_block restart_block; |
| 40 | void __user *nvgprs_frame; | ||
| 41 | /* low level flags - has atomic operations done on it */ | 40 | /* low level flags - has atomic operations done on it */ |
| 42 | unsigned long flags ____cacheline_aligned_in_smp; | 41 | unsigned long flags ____cacheline_aligned_in_smp; |
| 43 | }; | 42 | }; |
| @@ -120,7 +119,6 @@ static inline struct thread_info *current_thread_info(void) | |||
| 120 | #define TIF_MEMDIE 10 | 119 | #define TIF_MEMDIE 10 |
| 121 | #define TIF_SECCOMP 11 /* secure computing */ | 120 | #define TIF_SECCOMP 11 /* secure computing */ |
| 122 | #define TIF_RESTOREALL 12 /* Restore all regs (implies NOERROR) */ | 121 | #define TIF_RESTOREALL 12 /* Restore all regs (implies NOERROR) */ |
| 123 | #define TIF_SAVE_NVGPRS 13 /* Save r14-r31 in signal frame */ | ||
| 124 | #define TIF_NOERROR 14 /* Force successful syscall return */ | 122 | #define TIF_NOERROR 14 /* Force successful syscall return */ |
| 125 | #define TIF_RESTORE_SIGMASK 15 /* Restore signal mask in do_signal */ | 123 | #define TIF_RESTORE_SIGMASK 15 /* Restore signal mask in do_signal */ |
| 126 | 124 | ||
| @@ -137,15 +135,13 @@ static inline struct thread_info *current_thread_info(void) | |||
| 137 | #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP) | 135 | #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP) |
| 138 | #define _TIF_SECCOMP (1<<TIF_SECCOMP) | 136 | #define _TIF_SECCOMP (1<<TIF_SECCOMP) |
| 139 | #define _TIF_RESTOREALL (1<<TIF_RESTOREALL) | 137 | #define _TIF_RESTOREALL (1<<TIF_RESTOREALL) |
| 140 | #define _TIF_SAVE_NVGPRS (1<<TIF_SAVE_NVGPRS) | ||
| 141 | #define _TIF_NOERROR (1<<TIF_NOERROR) | 138 | #define _TIF_NOERROR (1<<TIF_NOERROR) |
| 142 | #define _TIF_RESTORE_SIGMASK (1<<TIF_RESTORE_SIGMASK) | 139 | #define _TIF_RESTORE_SIGMASK (1<<TIF_RESTORE_SIGMASK) |
| 143 | #define _TIF_SYSCALL_T_OR_A (_TIF_SYSCALL_TRACE|_TIF_SYSCALL_AUDIT|_TIF_SECCOMP) | 140 | #define _TIF_SYSCALL_T_OR_A (_TIF_SYSCALL_TRACE|_TIF_SYSCALL_AUDIT|_TIF_SECCOMP) |
| 144 | 141 | ||
| 145 | #define _TIF_USER_WORK_MASK (_TIF_NOTIFY_RESUME | _TIF_SIGPENDING | \ | 142 | #define _TIF_USER_WORK_MASK (_TIF_NOTIFY_RESUME | _TIF_SIGPENDING | \ |
| 146 | _TIF_NEED_RESCHED | _TIF_RESTOREALL | \ | 143 | _TIF_NEED_RESCHED | _TIF_RESTORE_SIGMASK) |
| 147 | _TIF_RESTORE_SIGMASK) | 144 | #define _TIF_PERSYSCALL_MASK (_TIF_RESTOREALL|_TIF_NOERROR) |
| 148 | #define _TIF_PERSYSCALL_MASK (_TIF_RESTOREALL|_TIF_NOERROR|_TIF_SAVE_NVGPRS) | ||
| 149 | 145 | ||
| 150 | #endif /* __KERNEL__ */ | 146 | #endif /* __KERNEL__ */ |
| 151 | 147 | ||
diff --git a/include/asm-s390/system.h b/include/asm-s390/system.h index b2e65e8bf812..6a89dbb03c1e 100644 --- a/include/asm-s390/system.h +++ b/include/asm-s390/system.h | |||
| @@ -118,6 +118,8 @@ static inline void sched_cacheflush(void) | |||
| 118 | extern void account_vtime(struct task_struct *); | 118 | extern void account_vtime(struct task_struct *); |
| 119 | extern void account_tick_vtime(struct task_struct *); | 119 | extern void account_tick_vtime(struct task_struct *); |
| 120 | extern void account_system_vtime(struct task_struct *); | 120 | extern void account_system_vtime(struct task_struct *); |
| 121 | #else | ||
| 122 | #define account_vtime(x) do { /* empty */ } while (0) | ||
| 121 | #endif | 123 | #endif |
| 122 | 124 | ||
| 123 | #define finish_arch_switch(prev) do { \ | 125 | #define finish_arch_switch(prev) do { \ |
diff --git a/include/asm-sparc64/futex.h b/include/asm-sparc64/futex.h index 0caf60147e97..34c4b43d3f98 100644 --- a/include/asm-sparc64/futex.h +++ b/include/asm-sparc64/futex.h | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | "4: ba 3b\n" \ | 20 | "4: ba 3b\n" \ |
| 21 | " mov %5, %0\n" \ | 21 | " mov %5, %0\n" \ |
| 22 | " .previous\n" \ | 22 | " .previous\n" \ |
| 23 | " .section __ex_table,#alloc\n" \ | 23 | " .section __ex_table,\"a\"\n" \ |
| 24 | " .align 4\n" \ | 24 | " .align 4\n" \ |
| 25 | " .word 1b, 4b\n" \ | 25 | " .word 1b, 4b\n" \ |
| 26 | " .word 2b, 4b\n" \ | 26 | " .word 2b, 4b\n" \ |
diff --git a/include/asm-sparc64/uaccess.h b/include/asm-sparc64/uaccess.h index 203e8eee6351..c91d1e38eac6 100644 --- a/include/asm-sparc64/uaccess.h +++ b/include/asm-sparc64/uaccess.h | |||
| @@ -136,7 +136,7 @@ __asm__ __volatile__( \ | |||
| 136 | "b 2b\n\t" \ | 136 | "b 2b\n\t" \ |
| 137 | " mov %3, %0\n\n\t" \ | 137 | " mov %3, %0\n\n\t" \ |
| 138 | ".previous\n\t" \ | 138 | ".previous\n\t" \ |
| 139 | ".section __ex_table,#alloc\n\t" \ | 139 | ".section __ex_table,\"a\"\n\t" \ |
| 140 | ".align 4\n\t" \ | 140 | ".align 4\n\t" \ |
| 141 | ".word 1b, 3b\n\t" \ | 141 | ".word 1b, 3b\n\t" \ |
| 142 | ".previous\n\n\t" \ | 142 | ".previous\n\n\t" \ |
| @@ -148,7 +148,7 @@ if (__builtin_constant_p(ret) && ret == -EFAULT) \ | |||
| 148 | __asm__ __volatile__( \ | 148 | __asm__ __volatile__( \ |
| 149 | "/* Put user asm ret, inline. */\n" \ | 149 | "/* Put user asm ret, inline. */\n" \ |
| 150 | "1:\t" "st"#size "a %1, [%2] %%asi\n\n\t" \ | 150 | "1:\t" "st"#size "a %1, [%2] %%asi\n\n\t" \ |
| 151 | ".section __ex_table,#alloc\n\t" \ | 151 | ".section __ex_table,\"a\"\n\t" \ |
| 152 | ".align 4\n\t" \ | 152 | ".align 4\n\t" \ |
| 153 | ".word 1b, __ret_efault\n\n\t" \ | 153 | ".word 1b, __ret_efault\n\n\t" \ |
| 154 | ".previous\n\n\t" \ | 154 | ".previous\n\n\t" \ |
| @@ -163,7 +163,7 @@ __asm__ __volatile__( \ | |||
| 163 | "ret\n\t" \ | 163 | "ret\n\t" \ |
| 164 | " restore %%g0, %3, %%o0\n\n\t" \ | 164 | " restore %%g0, %3, %%o0\n\n\t" \ |
| 165 | ".previous\n\t" \ | 165 | ".previous\n\t" \ |
| 166 | ".section __ex_table,#alloc\n\t" \ | 166 | ".section __ex_table,\"a\"\n\t" \ |
| 167 | ".align 4\n\t" \ | 167 | ".align 4\n\t" \ |
| 168 | ".word 1b, 3b\n\n\t" \ | 168 | ".word 1b, 3b\n\n\t" \ |
| 169 | ".previous\n\n\t" \ | 169 | ".previous\n\n\t" \ |
| @@ -206,7 +206,7 @@ __asm__ __volatile__( \ | |||
| 206 | "b 2b\n\t" \ | 206 | "b 2b\n\t" \ |
| 207 | " mov %3, %0\n\n\t" \ | 207 | " mov %3, %0\n\n\t" \ |
| 208 | ".previous\n\t" \ | 208 | ".previous\n\t" \ |
| 209 | ".section __ex_table,#alloc\n\t" \ | 209 | ".section __ex_table,\"a\"\n\t" \ |
| 210 | ".align 4\n\t" \ | 210 | ".align 4\n\t" \ |
| 211 | ".word 1b, 3b\n\n\t" \ | 211 | ".word 1b, 3b\n\n\t" \ |
| 212 | ".previous\n\t" \ | 212 | ".previous\n\t" \ |
| @@ -218,7 +218,7 @@ if (__builtin_constant_p(retval) && retval == -EFAULT) \ | |||
| 218 | __asm__ __volatile__( \ | 218 | __asm__ __volatile__( \ |
| 219 | "/* Get user asm ret, inline. */\n" \ | 219 | "/* Get user asm ret, inline. */\n" \ |
| 220 | "1:\t" "ld"#size "a [%1] %%asi, %0\n\n\t" \ | 220 | "1:\t" "ld"#size "a [%1] %%asi, %0\n\n\t" \ |
| 221 | ".section __ex_table,#alloc\n\t" \ | 221 | ".section __ex_table,\"a\"\n\t" \ |
| 222 | ".align 4\n\t" \ | 222 | ".align 4\n\t" \ |
| 223 | ".word 1b,__ret_efault\n\n\t" \ | 223 | ".word 1b,__ret_efault\n\n\t" \ |
| 224 | ".previous\n\t" \ | 224 | ".previous\n\t" \ |
| @@ -233,7 +233,7 @@ __asm__ __volatile__( \ | |||
| 233 | "ret\n\t" \ | 233 | "ret\n\t" \ |
| 234 | " restore %%g0, %2, %%o0\n\n\t" \ | 234 | " restore %%g0, %2, %%o0\n\n\t" \ |
| 235 | ".previous\n\t" \ | 235 | ".previous\n\t" \ |
| 236 | ".section __ex_table,#alloc\n\t" \ | 236 | ".section __ex_table,\"a\"\n\t" \ |
| 237 | ".align 4\n\t" \ | 237 | ".align 4\n\t" \ |
| 238 | ".word 1b, 3b\n\n\t" \ | 238 | ".word 1b, 3b\n\n\t" \ |
| 239 | ".previous\n\t" \ | 239 | ".previous\n\t" \ |
diff --git a/include/asm-x86_64/acpi.h b/include/asm-x86_64/acpi.h index e2b9923189a0..aa1c7b2e438c 100644 --- a/include/asm-x86_64/acpi.h +++ b/include/asm-x86_64/acpi.h | |||
| @@ -164,20 +164,6 @@ extern u8 x86_acpiid_to_apicid[]; | |||
| 164 | 164 | ||
| 165 | extern int acpi_skip_timer_override; | 165 | extern int acpi_skip_timer_override; |
| 166 | 166 | ||
| 167 | extern int unsync_tsc_on_multicluster; | ||
| 168 | |||
| 169 | static inline int acpi_madt_oem_check(char *oem, char *productid) | ||
| 170 | { | ||
| 171 | /* Copied from i386. Probably has too many entries. */ | ||
| 172 | if (!strncmp(oem, "IBM ENSW", 8) && | ||
| 173 | (!strncmp(productid, "VIGIL SMP", 9) | ||
| 174 | || !strncmp(productid, "EXA", 3) | ||
| 175 | || !strncmp(productid, "RUTHLESS SMP", 12))) { | ||
| 176 | unsync_tsc_on_multicluster = 1; | ||
| 177 | } | ||
| 178 | return 0; | ||
| 179 | } | ||
| 180 | |||
| 181 | #endif /*__KERNEL__*/ | 167 | #endif /*__KERNEL__*/ |
| 182 | 168 | ||
| 183 | #endif /*_ASM_ACPI_H*/ | 169 | #endif /*_ASM_ACPI_H*/ |
diff --git a/include/linux/compat_ioctl.h b/include/linux/compat_ioctl.h index 8fad50f8e389..ae7dfb790df3 100644 --- a/include/linux/compat_ioctl.h +++ b/include/linux/compat_ioctl.h | |||
| @@ -696,6 +696,8 @@ COMPATIBLE_IOCTL(MEMLOCK) | |||
| 696 | COMPATIBLE_IOCTL(MEMUNLOCK) | 696 | COMPATIBLE_IOCTL(MEMUNLOCK) |
| 697 | COMPATIBLE_IOCTL(MEMGETREGIONCOUNT) | 697 | COMPATIBLE_IOCTL(MEMGETREGIONCOUNT) |
| 698 | COMPATIBLE_IOCTL(MEMGETREGIONINFO) | 698 | COMPATIBLE_IOCTL(MEMGETREGIONINFO) |
| 699 | COMPATIBLE_IOCTL(MEMGETBADBLOCK) | ||
| 700 | COMPATIBLE_IOCTL(MEMSETBADBLOCK) | ||
| 699 | /* NBD */ | 701 | /* NBD */ |
| 700 | ULONG_IOCTL(NBD_SET_SOCK) | 702 | ULONG_IOCTL(NBD_SET_SOCK) |
| 701 | ULONG_IOCTL(NBD_SET_BLKSIZE) | 703 | ULONG_IOCTL(NBD_SET_BLKSIZE) |
diff --git a/include/linux/file.h b/include/linux/file.h index 418b6101b59a..9901b850f2e4 100644 --- a/include/linux/file.h +++ b/include/linux/file.h | |||
| @@ -60,8 +60,6 @@ extern void put_filp(struct file *); | |||
| 60 | extern int get_unused_fd(void); | 60 | extern int get_unused_fd(void); |
| 61 | extern void FASTCALL(put_unused_fd(unsigned int fd)); | 61 | extern void FASTCALL(put_unused_fd(unsigned int fd)); |
| 62 | struct kmem_cache; | 62 | struct kmem_cache; |
| 63 | extern void filp_ctor(void * objp, struct kmem_cache *cachep, unsigned long cflags); | ||
| 64 | extern void filp_dtor(void * objp, struct kmem_cache *cachep, unsigned long dflags); | ||
| 65 | 63 | ||
| 66 | extern struct file ** alloc_fd_array(int); | 64 | extern struct file ** alloc_fd_array(int); |
| 67 | extern void free_fd_array(struct file **, int); | 65 | extern void free_fd_array(struct file **, int); |
diff --git a/include/linux/fs.h b/include/linux/fs.h index e059da947007..128d0082522c 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
| @@ -35,6 +35,7 @@ struct files_stat_struct { | |||
| 35 | int max_files; /* tunable */ | 35 | int max_files; /* tunable */ |
| 36 | }; | 36 | }; |
| 37 | extern struct files_stat_struct files_stat; | 37 | extern struct files_stat_struct files_stat; |
| 38 | extern int get_max_files(void); | ||
| 38 | 39 | ||
| 39 | struct inodes_stat_t { | 40 | struct inodes_stat_t { |
| 40 | int nr_inodes; | 41 | int nr_inodes; |
| @@ -1418,9 +1419,6 @@ extern int is_bad_inode(struct inode *); | |||
| 1418 | extern struct file_operations read_fifo_fops; | 1419 | extern struct file_operations read_fifo_fops; |
| 1419 | extern struct file_operations write_fifo_fops; | 1420 | extern struct file_operations write_fifo_fops; |
| 1420 | extern struct file_operations rdwr_fifo_fops; | 1421 | extern struct file_operations rdwr_fifo_fops; |
| 1421 | extern struct file_operations read_pipe_fops; | ||
| 1422 | extern struct file_operations write_pipe_fops; | ||
| 1423 | extern struct file_operations rdwr_pipe_fops; | ||
| 1424 | 1422 | ||
| 1425 | extern int fs_may_remount_ro(struct super_block *); | 1423 | extern int fs_may_remount_ro(struct super_block *); |
| 1426 | 1424 | ||
| @@ -1666,6 +1664,8 @@ extern int vfs_follow_link(struct nameidata *, const char *); | |||
| 1666 | extern int page_readlink(struct dentry *, char __user *, int); | 1664 | extern int page_readlink(struct dentry *, char __user *, int); |
| 1667 | extern void *page_follow_link_light(struct dentry *, struct nameidata *); | 1665 | extern void *page_follow_link_light(struct dentry *, struct nameidata *); |
| 1668 | extern void page_put_link(struct dentry *, struct nameidata *, void *); | 1666 | extern void page_put_link(struct dentry *, struct nameidata *, void *); |
| 1667 | extern int __page_symlink(struct inode *inode, const char *symname, int len, | ||
| 1668 | gfp_t gfp_mask); | ||
| 1669 | extern int page_symlink(struct inode *inode, const char *symname, int len); | 1669 | extern int page_symlink(struct inode *inode, const char *symname, int len); |
| 1670 | extern struct inode_operations page_symlink_inode_operations; | 1670 | extern struct inode_operations page_symlink_inode_operations; |
| 1671 | extern int generic_readlink(struct dentry *, char __user *, int); | 1671 | extern int generic_readlink(struct dentry *, char __user *, int); |
diff --git a/include/linux/gfp.h b/include/linux/gfp.h index 20f9148e38d9..7851e6b520cf 100644 --- a/include/linux/gfp.h +++ b/include/linux/gfp.h | |||
| @@ -157,9 +157,9 @@ extern void FASTCALL(free_cold_page(struct page *page)); | |||
| 157 | 157 | ||
| 158 | void page_alloc_init(void); | 158 | void page_alloc_init(void); |
| 159 | #ifdef CONFIG_NUMA | 159 | #ifdef CONFIG_NUMA |
| 160 | void drain_remote_pages(void); | 160 | void drain_node_pages(int node); |
| 161 | #else | 161 | #else |
| 162 | static inline void drain_remote_pages(void) { }; | 162 | static inline void drain_node_pages(int node) { }; |
| 163 | #endif | 163 | #endif |
| 164 | 164 | ||
| 165 | #endif /* __LINUX_GFP_H */ | 165 | #endif /* __LINUX_GFP_H */ |
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 6361544bb6ae..6401c31d6add 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h | |||
| @@ -116,6 +116,10 @@ extern int hrtimer_try_to_cancel(struct hrtimer *timer); | |||
| 116 | extern ktime_t hrtimer_get_remaining(const struct hrtimer *timer); | 116 | extern ktime_t hrtimer_get_remaining(const struct hrtimer *timer); |
| 117 | extern int hrtimer_get_res(const clockid_t which_clock, struct timespec *tp); | 117 | extern int hrtimer_get_res(const clockid_t which_clock, struct timespec *tp); |
| 118 | 118 | ||
| 119 | #ifdef CONFIG_NO_IDLE_HZ | ||
| 120 | extern ktime_t hrtimer_get_next_event(void); | ||
| 121 | #endif | ||
| 122 | |||
| 119 | static inline int hrtimer_active(const struct hrtimer *timer) | 123 | static inline int hrtimer_active(const struct hrtimer *timer) |
| 120 | { | 124 | { |
| 121 | return timer->state == HRTIMER_PENDING; | 125 | return timer->state == HRTIMER_PENDING; |
diff --git a/include/linux/kmalloc_sizes.h b/include/linux/kmalloc_sizes.h index d82d4c05c12d..bda23e00ed71 100644 --- a/include/linux/kmalloc_sizes.h +++ b/include/linux/kmalloc_sizes.h | |||
| @@ -19,8 +19,10 @@ | |||
| 19 | CACHE(32768) | 19 | CACHE(32768) |
| 20 | CACHE(65536) | 20 | CACHE(65536) |
| 21 | CACHE(131072) | 21 | CACHE(131072) |
| 22 | #ifndef CONFIG_MMU | 22 | #if (NR_CPUS > 512) || (MAX_NUMNODES > 256) || !defined(CONFIG_MMU) |
| 23 | CACHE(262144) | 23 | CACHE(262144) |
| 24 | #endif | ||
| 25 | #ifndef CONFIG_MMU | ||
| 24 | CACHE(524288) | 26 | CACHE(524288) |
| 25 | CACHE(1048576) | 27 | CACHE(1048576) |
| 26 | #ifdef CONFIG_LARGE_ALLOCS | 28 | #ifdef CONFIG_LARGE_ALLOCS |
diff --git a/include/linux/memory_hotplug.h b/include/linux/memory_hotplug.h index 01f03bc06eff..968b1aa3732c 100644 --- a/include/linux/memory_hotplug.h +++ b/include/linux/memory_hotplug.h | |||
| @@ -6,6 +6,10 @@ | |||
| 6 | #include <linux/mmzone.h> | 6 | #include <linux/mmzone.h> |
| 7 | #include <linux/notifier.h> | 7 | #include <linux/notifier.h> |
| 8 | 8 | ||
| 9 | struct page; | ||
| 10 | struct zone; | ||
| 11 | struct pglist_data; | ||
| 12 | |||
| 9 | #ifdef CONFIG_MEMORY_HOTPLUG | 13 | #ifdef CONFIG_MEMORY_HOTPLUG |
| 10 | /* | 14 | /* |
| 11 | * pgdat resizing functions | 15 | * pgdat resizing functions |
diff --git a/include/linux/netfilter_bridge/ebt_log.h b/include/linux/netfilter_bridge/ebt_log.h index 358fbc84fb59..96e231ae7554 100644 --- a/include/linux/netfilter_bridge/ebt_log.h +++ b/include/linux/netfilter_bridge/ebt_log.h | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | #define EBT_LOG_IP 0x01 /* if the frame is made by ip, log the ip information */ | 4 | #define EBT_LOG_IP 0x01 /* if the frame is made by ip, log the ip information */ |
| 5 | #define EBT_LOG_ARP 0x02 | 5 | #define EBT_LOG_ARP 0x02 |
| 6 | #define EBT_LOG_NFLOG 0x04 | ||
| 6 | #define EBT_LOG_MASK (EBT_LOG_IP | EBT_LOG_ARP) | 7 | #define EBT_LOG_MASK (EBT_LOG_IP | EBT_LOG_ARP) |
| 7 | #define EBT_LOG_PREFIX_SIZE 30 | 8 | #define EBT_LOG_PREFIX_SIZE 30 |
| 8 | #define EBT_LOG_WATCHER "log" | 9 | #define EBT_LOG_WATCHER "log" |
diff --git a/include/linux/netfilter_ipv4/ipt_LOG.h b/include/linux/netfilter_ipv4/ipt_LOG.h index 22d16177319b..892f9a33fea8 100644 --- a/include/linux/netfilter_ipv4/ipt_LOG.h +++ b/include/linux/netfilter_ipv4/ipt_LOG.h | |||
| @@ -6,7 +6,8 @@ | |||
| 6 | #define IPT_LOG_TCPOPT 0x02 /* Log TCP options */ | 6 | #define IPT_LOG_TCPOPT 0x02 /* Log TCP options */ |
| 7 | #define IPT_LOG_IPOPT 0x04 /* Log IP options */ | 7 | #define IPT_LOG_IPOPT 0x04 /* Log IP options */ |
| 8 | #define IPT_LOG_UID 0x08 /* Log UID owning local socket */ | 8 | #define IPT_LOG_UID 0x08 /* Log UID owning local socket */ |
| 9 | #define IPT_LOG_MASK 0x0f | 9 | #define IPT_LOG_NFLOG 0x10 /* Log using nf_log backend */ |
| 10 | #define IPT_LOG_MASK 0x1f | ||
| 10 | 11 | ||
| 11 | struct ipt_log_info { | 12 | struct ipt_log_info { |
| 12 | unsigned char level; | 13 | unsigned char level; |
diff --git a/include/linux/netfilter_ipv6/ip6t_LOG.h b/include/linux/netfilter_ipv6/ip6t_LOG.h index 9008ff5c40ae..060c1a1c6c60 100644 --- a/include/linux/netfilter_ipv6/ip6t_LOG.h +++ b/include/linux/netfilter_ipv6/ip6t_LOG.h | |||
| @@ -6,7 +6,8 @@ | |||
| 6 | #define IP6T_LOG_TCPOPT 0x02 /* Log TCP options */ | 6 | #define IP6T_LOG_TCPOPT 0x02 /* Log TCP options */ |
| 7 | #define IP6T_LOG_IPOPT 0x04 /* Log IP options */ | 7 | #define IP6T_LOG_IPOPT 0x04 /* Log IP options */ |
| 8 | #define IP6T_LOG_UID 0x08 /* Log UID owning local socket */ | 8 | #define IP6T_LOG_UID 0x08 /* Log UID owning local socket */ |
| 9 | #define IP6T_LOG_MASK 0x0f | 9 | #define IP6T_LOG_NFLOG 0x10 /* Log using nf_log backend */ |
| 10 | #define IP6T_LOG_MASK 0x1f | ||
| 10 | 11 | ||
| 11 | struct ip6t_log_info { | 12 | struct ip6t_log_info { |
| 12 | unsigned char level; | 13 | unsigned char level; |
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 82b83da25d77..751eea58bde8 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
| @@ -1365,6 +1365,7 @@ | |||
| 1365 | #define PCI_DEVICE_ID_SERVERWORKS_HE 0x0008 | 1365 | #define PCI_DEVICE_ID_SERVERWORKS_HE 0x0008 |
| 1366 | #define PCI_DEVICE_ID_SERVERWORKS_LE 0x0009 | 1366 | #define PCI_DEVICE_ID_SERVERWORKS_LE 0x0009 |
| 1367 | #define PCI_DEVICE_ID_SERVERWORKS_GCNB_LE 0x0017 | 1367 | #define PCI_DEVICE_ID_SERVERWORKS_GCNB_LE 0x0017 |
| 1368 | #define PCI_DEVICE_ID_SERVERWORKS_EPB 0x0103 | ||
| 1368 | #define PCI_DEVICE_ID_SERVERWORKS_OSB4 0x0200 | 1369 | #define PCI_DEVICE_ID_SERVERWORKS_OSB4 0x0200 |
| 1369 | #define PCI_DEVICE_ID_SERVERWORKS_CSB5 0x0201 | 1370 | #define PCI_DEVICE_ID_SERVERWORKS_CSB5 0x0201 |
| 1370 | #define PCI_DEVICE_ID_SERVERWORKS_CSB6 0x0203 | 1371 | #define PCI_DEVICE_ID_SERVERWORKS_CSB6 0x0203 |
| @@ -1752,6 +1753,8 @@ | |||
| 1752 | #define PCI_DEVICE_ID_CCD_B00B 0xb00b | 1753 | #define PCI_DEVICE_ID_CCD_B00B 0xb00b |
| 1753 | #define PCI_DEVICE_ID_CCD_B00C 0xb00c | 1754 | #define PCI_DEVICE_ID_CCD_B00C 0xb00c |
| 1754 | #define PCI_DEVICE_ID_CCD_B100 0xb100 | 1755 | #define PCI_DEVICE_ID_CCD_B100 0xb100 |
| 1756 | #define PCI_DEVICE_ID_CCD_B700 0xb700 | ||
| 1757 | #define PCI_DEVICE_ID_CCD_B701 0xb701 | ||
| 1755 | 1758 | ||
| 1756 | #define PCI_VENDOR_ID_EXAR 0x13a8 | 1759 | #define PCI_VENDOR_ID_EXAR 0x13a8 |
| 1757 | #define PCI_DEVICE_ID_EXAR_XR17C152 0x0152 | 1760 | #define PCI_DEVICE_ID_EXAR_XR17C152 0x0152 |
diff --git a/include/linux/percpu_counter.h b/include/linux/percpu_counter.h index bd6708e2c027..682525511c9e 100644 --- a/include/linux/percpu_counter.h +++ b/include/linux/percpu_counter.h | |||
| @@ -39,6 +39,7 @@ static inline void percpu_counter_destroy(struct percpu_counter *fbc) | |||
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | void percpu_counter_mod(struct percpu_counter *fbc, long amount); | 41 | void percpu_counter_mod(struct percpu_counter *fbc, long amount); |
| 42 | long percpu_counter_sum(struct percpu_counter *fbc); | ||
| 42 | 43 | ||
| 43 | static inline long percpu_counter_read(struct percpu_counter *fbc) | 44 | static inline long percpu_counter_read(struct percpu_counter *fbc) |
| 44 | { | 45 | { |
| @@ -92,6 +93,11 @@ static inline long percpu_counter_read_positive(struct percpu_counter *fbc) | |||
| 92 | return fbc->count; | 93 | return fbc->count; |
| 93 | } | 94 | } |
| 94 | 95 | ||
| 96 | static inline long percpu_counter_sum(struct percpu_counter *fbc) | ||
| 97 | { | ||
| 98 | return percpu_counter_read_positive(fbc); | ||
| 99 | } | ||
| 100 | |||
| 95 | #endif /* CONFIG_SMP */ | 101 | #endif /* CONFIG_SMP */ |
| 96 | 102 | ||
| 97 | static inline void percpu_counter_inc(struct percpu_counter *fbc) | 103 | static inline void percpu_counter_inc(struct percpu_counter *fbc) |
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h index b87aefa082e2..c2ec6c77874e 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h | |||
| @@ -98,13 +98,17 @@ struct rcu_data { | |||
| 98 | long batch; /* Batch # for current RCU batch */ | 98 | long batch; /* Batch # for current RCU batch */ |
| 99 | struct rcu_head *nxtlist; | 99 | struct rcu_head *nxtlist; |
| 100 | struct rcu_head **nxttail; | 100 | struct rcu_head **nxttail; |
| 101 | long count; /* # of queued items */ | 101 | long qlen; /* # of queued callbacks */ |
| 102 | struct rcu_head *curlist; | 102 | struct rcu_head *curlist; |
| 103 | struct rcu_head **curtail; | 103 | struct rcu_head **curtail; |
| 104 | struct rcu_head *donelist; | 104 | struct rcu_head *donelist; |
| 105 | struct rcu_head **donetail; | 105 | struct rcu_head **donetail; |
| 106 | long blimit; /* Upper limit on a processed batch */ | ||
| 106 | int cpu; | 107 | int cpu; |
| 107 | struct rcu_head barrier; | 108 | struct rcu_head barrier; |
| 109 | #ifdef CONFIG_SMP | ||
| 110 | long last_rs_qlen; /* qlen during the last resched */ | ||
| 111 | #endif | ||
| 108 | }; | 112 | }; |
| 109 | 113 | ||
| 110 | DECLARE_PER_CPU(struct rcu_data, rcu_data); | 114 | DECLARE_PER_CPU(struct rcu_data, rcu_data); |
diff --git a/include/linux/reiserfs_fs.h b/include/linux/reiserfs_fs.h index 7d51149bd793..dad78cecfd20 100644 --- a/include/linux/reiserfs_fs.h +++ b/include/linux/reiserfs_fs.h | |||
| @@ -1052,7 +1052,7 @@ struct reiserfs_dir_entry { | |||
| 1052 | int de_entrylen; | 1052 | int de_entrylen; |
| 1053 | int de_namelen; | 1053 | int de_namelen; |
| 1054 | char *de_name; | 1054 | char *de_name; |
| 1055 | char *de_gen_number_bit_string; | 1055 | unsigned long *de_gen_number_bit_string; |
| 1056 | 1056 | ||
| 1057 | __u32 de_dir_id; | 1057 | __u32 de_dir_id; |
| 1058 | __u32 de_objectid; | 1058 | __u32 de_objectid; |
diff --git a/include/linux/sched.h b/include/linux/sched.h index b6f51e3a38ec..62e6314382f0 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
| @@ -298,8 +298,9 @@ struct mm_struct { | |||
| 298 | unsigned long addr, unsigned long len, | 298 | unsigned long addr, unsigned long len, |
| 299 | unsigned long pgoff, unsigned long flags); | 299 | unsigned long pgoff, unsigned long flags); |
| 300 | void (*unmap_area) (struct mm_struct *mm, unsigned long addr); | 300 | void (*unmap_area) (struct mm_struct *mm, unsigned long addr); |
| 301 | unsigned long mmap_base; /* base of mmap area */ | 301 | unsigned long mmap_base; /* base of mmap area */ |
| 302 | unsigned long cached_hole_size; /* if non-zero, the largest hole below free_area_cache */ | 302 | unsigned long task_size; /* size of task vm space */ |
| 303 | unsigned long cached_hole_size; /* if non-zero, the largest hole below free_area_cache */ | ||
| 303 | unsigned long free_area_cache; /* first hole of size cached_hole_size or larger */ | 304 | unsigned long free_area_cache; /* first hole of size cached_hole_size or larger */ |
| 304 | pgd_t * pgd; | 305 | pgd_t * pgd; |
| 305 | atomic_t mm_users; /* How many users with user space? */ | 306 | atomic_t mm_users; /* How many users with user space? */ |
| @@ -891,7 +892,6 @@ static inline int pid_alive(struct task_struct *p) | |||
| 891 | } | 892 | } |
| 892 | 893 | ||
| 893 | extern void free_task(struct task_struct *tsk); | 894 | extern void free_task(struct task_struct *tsk); |
| 894 | extern void __put_task_struct(struct task_struct *tsk); | ||
| 895 | #define get_task_struct(tsk) do { atomic_inc(&(tsk)->usage); } while(0) | 895 | #define get_task_struct(tsk) do { atomic_inc(&(tsk)->usage); } while(0) |
| 896 | 896 | ||
| 897 | extern void __put_task_struct_cb(struct rcu_head *rhp); | 897 | extern void __put_task_struct_cb(struct rcu_head *rhp); |
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 0e92bf7ec28e..bac61db26456 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
| @@ -147,6 +147,7 @@ enum | |||
| 147 | KERN_SETUID_DUMPABLE=69, /* int: behaviour of dumps for setuid core */ | 147 | KERN_SETUID_DUMPABLE=69, /* int: behaviour of dumps for setuid core */ |
| 148 | KERN_SPIN_RETRY=70, /* int: number of spinlock retries */ | 148 | KERN_SPIN_RETRY=70, /* int: number of spinlock retries */ |
| 149 | KERN_ACPI_VIDEO_FLAGS=71, /* int: flags for setting up video after ACPI sleep */ | 149 | KERN_ACPI_VIDEO_FLAGS=71, /* int: flags for setting up video after ACPI sleep */ |
| 150 | KERN_IA64_UNALIGNED=72, /* int: ia64 unaligned userland trap enable */ | ||
| 150 | }; | 151 | }; |
| 151 | 152 | ||
| 152 | 153 | ||
diff --git a/include/net/ax25.h b/include/net/ax25.h index 2250a18b0cbb..d052b221dbcd 100644 --- a/include/net/ax25.h +++ b/include/net/ax25.h | |||
| @@ -110,8 +110,15 @@ enum { | |||
| 110 | enum { | 110 | enum { |
| 111 | AX25_PROTO_STD_SIMPLEX, | 111 | AX25_PROTO_STD_SIMPLEX, |
| 112 | AX25_PROTO_STD_DUPLEX, | 112 | AX25_PROTO_STD_DUPLEX, |
| 113 | #ifdef CONFIG_AX25_DAMA_SLAVE | ||
| 113 | AX25_PROTO_DAMA_SLAVE, | 114 | AX25_PROTO_DAMA_SLAVE, |
| 114 | AX25_PROTO_DAMA_MASTER | 115 | #ifdef CONFIG_AX25_DAMA_MASTER |
| 116 | AX25_PROTO_DAMA_MASTER, | ||
| 117 | #define AX25_PROTO_MAX AX25_PROTO_DAMA_MASTER | ||
| 118 | #endif | ||
| 119 | #endif | ||
| 120 | __AX25_PROTO_MAX, | ||
| 121 | AX25_PROTO_MAX = __AX25_PROTO_MAX -1 | ||
| 115 | }; | 122 | }; |
| 116 | 123 | ||
| 117 | enum { | 124 | enum { |
diff --git a/include/net/sock.h b/include/net/sock.h index 30758035d616..f63d0d56712c 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
| @@ -478,9 +478,9 @@ static inline void sk_add_backlog(struct sock *sk, struct sk_buff *skb) | |||
| 478 | rc = __condition; \ | 478 | rc = __condition; \ |
| 479 | if (!rc) { \ | 479 | if (!rc) { \ |
| 480 | *(__timeo) = schedule_timeout(*(__timeo)); \ | 480 | *(__timeo) = schedule_timeout(*(__timeo)); \ |
| 481 | rc = __condition; \ | ||
| 482 | } \ | 481 | } \ |
| 483 | lock_sock(__sk); \ | 482 | lock_sock(__sk); \ |
| 483 | rc = __condition; \ | ||
| 484 | rc; \ | 484 | rc; \ |
| 485 | }) | 485 | }) |
| 486 | 486 | ||
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 004e645f3e18..8d362c49b8a9 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
| @@ -233,7 +233,6 @@ struct xfrm_type | |||
| 233 | int (*init_state)(struct xfrm_state *x); | 233 | int (*init_state)(struct xfrm_state *x); |
| 234 | void (*destructor)(struct xfrm_state *); | 234 | void (*destructor)(struct xfrm_state *); |
| 235 | int (*input)(struct xfrm_state *, struct xfrm_decap_state *, struct sk_buff *skb); | 235 | int (*input)(struct xfrm_state *, struct xfrm_decap_state *, struct sk_buff *skb); |
| 236 | int (*post_input)(struct xfrm_state *, struct xfrm_decap_state *, struct sk_buff *skb); | ||
| 237 | int (*output)(struct xfrm_state *, struct sk_buff *pskb); | 236 | int (*output)(struct xfrm_state *, struct sk_buff *pskb); |
| 238 | /* Estimate maximal size of result of transformation of a dgram */ | 237 | /* Estimate maximal size of result of transformation of a dgram */ |
| 239 | u32 (*get_max_size)(struct xfrm_state *, int size); | 238 | u32 (*get_max_size)(struct xfrm_state *, int size); |
diff --git a/include/pcmcia/device_id.h b/include/pcmcia/device_id.h index 346d81ece287..e04e0b0d9a25 100644 --- a/include/pcmcia/device_id.h +++ b/include/pcmcia/device_id.h | |||
| @@ -72,6 +72,15 @@ | |||
| 72 | .prod_id = { (v1), (v2), (v3), (v4) }, \ | 72 | .prod_id = { (v1), (v2), (v3), (v4) }, \ |
| 73 | .prod_id_hash = { (vh1), (vh2), (vh3), (vh4) }, } | 73 | .prod_id_hash = { (vh1), (vh2), (vh3), (vh4) }, } |
| 74 | 74 | ||
| 75 | #define PCMCIA_DEVICE_MANF_CARD_PROD_ID1(manf, card, v1, vh1) { \ | ||
| 76 | .match_flags = PCMCIA_DEV_ID_MATCH_MANF_ID| \ | ||
| 77 | PCMCIA_DEV_ID_MATCH_CARD_ID| \ | ||
| 78 | PCMCIA_DEV_ID_MATCH_PROD_ID1, \ | ||
| 79 | .manf_id = (manf), \ | ||
| 80 | .card_id = (card), \ | ||
| 81 | .prod_id = { (v1), NULL, NULL, NULL }, \ | ||
| 82 | .prod_id_hash = { (vh1), 0, 0, 0 }, } | ||
| 83 | |||
| 75 | 84 | ||
| 76 | /* multi-function devices */ | 85 | /* multi-function devices */ |
| 77 | 86 | ||
diff --git a/kernel/fork.c b/kernel/fork.c index fbea12d7a943..b373322ca497 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
| @@ -108,8 +108,10 @@ void free_task(struct task_struct *tsk) | |||
| 108 | } | 108 | } |
| 109 | EXPORT_SYMBOL(free_task); | 109 | EXPORT_SYMBOL(free_task); |
| 110 | 110 | ||
| 111 | void __put_task_struct(struct task_struct *tsk) | 111 | void __put_task_struct_cb(struct rcu_head *rhp) |
| 112 | { | 112 | { |
| 113 | struct task_struct *tsk = container_of(rhp, struct task_struct, rcu); | ||
| 114 | |||
| 113 | WARN_ON(!(tsk->exit_state & (EXIT_DEAD | EXIT_ZOMBIE))); | 115 | WARN_ON(!(tsk->exit_state & (EXIT_DEAD | EXIT_ZOMBIE))); |
| 114 | WARN_ON(atomic_read(&tsk->usage)); | 116 | WARN_ON(atomic_read(&tsk->usage)); |
| 115 | WARN_ON(tsk == current); | 117 | WARN_ON(tsk == current); |
| @@ -1060,6 +1062,12 @@ static task_t *copy_process(unsigned long clone_flags, | |||
| 1060 | p->clear_child_tid = (clone_flags & CLONE_CHILD_CLEARTID) ? child_tidptr: NULL; | 1062 | p->clear_child_tid = (clone_flags & CLONE_CHILD_CLEARTID) ? child_tidptr: NULL; |
| 1061 | 1063 | ||
| 1062 | /* | 1064 | /* |
| 1065 | * sigaltstack should be cleared when sharing the same VM | ||
| 1066 | */ | ||
| 1067 | if ((clone_flags & (CLONE_VM|CLONE_VFORK)) == CLONE_VM) | ||
| 1068 | p->sas_ss_sp = p->sas_ss_size = 0; | ||
| 1069 | |||
| 1070 | /* | ||
| 1063 | * Syscall tracing should be turned off in the child regardless | 1071 | * Syscall tracing should be turned off in the child regardless |
| 1064 | * of CLONE_PTRACE. | 1072 | * of CLONE_PTRACE. |
| 1065 | */ | 1073 | */ |
| @@ -1470,9 +1478,7 @@ static int unshare_vm(unsigned long unshare_flags, struct mm_struct **new_mmp) | |||
| 1470 | 1478 | ||
| 1471 | if ((unshare_flags & CLONE_VM) && | 1479 | if ((unshare_flags & CLONE_VM) && |
| 1472 | (mm && atomic_read(&mm->mm_users) > 1)) { | 1480 | (mm && atomic_read(&mm->mm_users) > 1)) { |
| 1473 | *new_mmp = dup_mm(current); | 1481 | return -EINVAL; |
| 1474 | if (!*new_mmp) | ||
| 1475 | return -ENOMEM; | ||
| 1476 | } | 1482 | } |
| 1477 | 1483 | ||
| 1478 | return 0; | 1484 | return 0; |
| @@ -1561,7 +1567,7 @@ asmlinkage long sys_unshare(unsigned long unshare_flags) | |||
| 1561 | 1567 | ||
| 1562 | if (new_sigh) { | 1568 | if (new_sigh) { |
| 1563 | sigh = current->sighand; | 1569 | sigh = current->sighand; |
| 1564 | current->sighand = new_sigh; | 1570 | rcu_assign_pointer(current->sighand, new_sigh); |
| 1565 | new_sigh = sigh; | 1571 | new_sigh = sigh; |
| 1566 | } | 1572 | } |
| 1567 | 1573 | ||
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index 5ae51f1bc7c8..14bc9cfa6399 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
| @@ -505,6 +505,41 @@ ktime_t hrtimer_get_remaining(const struct hrtimer *timer) | |||
| 505 | return rem; | 505 | return rem; |
| 506 | } | 506 | } |
| 507 | 507 | ||
| 508 | #ifdef CONFIG_NO_IDLE_HZ | ||
| 509 | /** | ||
| 510 | * hrtimer_get_next_event - get the time until next expiry event | ||
| 511 | * | ||
| 512 | * Returns the delta to the next expiry event or KTIME_MAX if no timer | ||
| 513 | * is pending. | ||
| 514 | */ | ||
| 515 | ktime_t hrtimer_get_next_event(void) | ||
| 516 | { | ||
| 517 | struct hrtimer_base *base = __get_cpu_var(hrtimer_bases); | ||
| 518 | ktime_t delta, mindelta = { .tv64 = KTIME_MAX }; | ||
| 519 | unsigned long flags; | ||
| 520 | int i; | ||
| 521 | |||
| 522 | for (i = 0; i < MAX_HRTIMER_BASES; i++, base++) { | ||
| 523 | struct hrtimer *timer; | ||
| 524 | |||
| 525 | spin_lock_irqsave(&base->lock, flags); | ||
| 526 | if (!base->first) { | ||
| 527 | spin_unlock_irqrestore(&base->lock, flags); | ||
| 528 | continue; | ||
| 529 | } | ||
| 530 | timer = rb_entry(base->first, struct hrtimer, node); | ||
| 531 | delta.tv64 = timer->expires.tv64; | ||
| 532 | spin_unlock_irqrestore(&base->lock, flags); | ||
| 533 | delta = ktime_sub(delta, base->get_time()); | ||
| 534 | if (delta.tv64 < mindelta.tv64) | ||
| 535 | mindelta.tv64 = delta.tv64; | ||
| 536 | } | ||
| 537 | if (mindelta.tv64 < 0) | ||
| 538 | mindelta.tv64 = 0; | ||
| 539 | return mindelta; | ||
| 540 | } | ||
| 541 | #endif | ||
| 542 | |||
| 508 | /** | 543 | /** |
| 509 | * hrtimer_init - initialize a timer to the given clock | 544 | * hrtimer_init - initialize a timer to the given clock |
| 510 | * | 545 | * |
diff --git a/kernel/posix-timers.c b/kernel/posix-timers.c index 216f574b5ffb..fa895fc2ecf5 100644 --- a/kernel/posix-timers.c +++ b/kernel/posix-timers.c | |||
| @@ -353,6 +353,7 @@ static int posix_timer_fn(void *data) | |||
| 353 | hrtimer_forward(&timr->it.real.timer, | 353 | hrtimer_forward(&timr->it.real.timer, |
| 354 | timr->it.real.interval); | 354 | timr->it.real.interval); |
| 355 | ret = HRTIMER_RESTART; | 355 | ret = HRTIMER_RESTART; |
| 356 | ++timr->it_requeue_pending; | ||
| 356 | } | 357 | } |
| 357 | } | 358 | } |
| 358 | 359 | ||
diff --git a/kernel/rcupdate.c b/kernel/rcupdate.c index 0cf8146bd585..8cf15a569fcd 100644 --- a/kernel/rcupdate.c +++ b/kernel/rcupdate.c | |||
| @@ -67,7 +67,43 @@ DEFINE_PER_CPU(struct rcu_data, rcu_bh_data) = { 0L }; | |||
| 67 | 67 | ||
| 68 | /* Fake initialization required by compiler */ | 68 | /* Fake initialization required by compiler */ |
| 69 | static DEFINE_PER_CPU(struct tasklet_struct, rcu_tasklet) = {NULL}; | 69 | static DEFINE_PER_CPU(struct tasklet_struct, rcu_tasklet) = {NULL}; |
| 70 | static int maxbatch = 10000; | 70 | static int blimit = 10; |
| 71 | static int qhimark = 10000; | ||
| 72 | static int qlowmark = 100; | ||
| 73 | #ifdef CONFIG_SMP | ||
| 74 | static int rsinterval = 1000; | ||
| 75 | #endif | ||
| 76 | |||
| 77 | static atomic_t rcu_barrier_cpu_count; | ||
| 78 | static struct semaphore rcu_barrier_sema; | ||
| 79 | static struct completion rcu_barrier_completion; | ||
| 80 | |||
| 81 | #ifdef CONFIG_SMP | ||
| 82 | static void force_quiescent_state(struct rcu_data *rdp, | ||
| 83 | struct rcu_ctrlblk *rcp) | ||
| 84 | { | ||
| 85 | int cpu; | ||
| 86 | cpumask_t cpumask; | ||
| 87 | set_need_resched(); | ||
| 88 | if (unlikely(rdp->qlen - rdp->last_rs_qlen > rsinterval)) { | ||
| 89 | rdp->last_rs_qlen = rdp->qlen; | ||
| 90 | /* | ||
| 91 | * Don't send IPI to itself. With irqs disabled, | ||
| 92 | * rdp->cpu is the current cpu. | ||
| 93 | */ | ||
| 94 | cpumask = rcp->cpumask; | ||
| 95 | cpu_clear(rdp->cpu, cpumask); | ||
| 96 | for_each_cpu_mask(cpu, cpumask) | ||
| 97 | smp_send_reschedule(cpu); | ||
| 98 | } | ||
| 99 | } | ||
| 100 | #else | ||
| 101 | static inline void force_quiescent_state(struct rcu_data *rdp, | ||
| 102 | struct rcu_ctrlblk *rcp) | ||
| 103 | { | ||
| 104 | set_need_resched(); | ||
| 105 | } | ||
| 106 | #endif | ||
| 71 | 107 | ||
| 72 | /** | 108 | /** |
| 73 | * call_rcu - Queue an RCU callback for invocation after a grace period. | 109 | * call_rcu - Queue an RCU callback for invocation after a grace period. |
| @@ -92,17 +128,13 @@ void fastcall call_rcu(struct rcu_head *head, | |||
| 92 | rdp = &__get_cpu_var(rcu_data); | 128 | rdp = &__get_cpu_var(rcu_data); |
| 93 | *rdp->nxttail = head; | 129 | *rdp->nxttail = head; |
| 94 | rdp->nxttail = &head->next; | 130 | rdp->nxttail = &head->next; |
| 95 | 131 | if (unlikely(++rdp->qlen > qhimark)) { | |
| 96 | if (unlikely(++rdp->count > 10000)) | 132 | rdp->blimit = INT_MAX; |
| 97 | set_need_resched(); | 133 | force_quiescent_state(rdp, &rcu_ctrlblk); |
| 98 | 134 | } | |
| 99 | local_irq_restore(flags); | 135 | local_irq_restore(flags); |
| 100 | } | 136 | } |
| 101 | 137 | ||
| 102 | static atomic_t rcu_barrier_cpu_count; | ||
| 103 | static struct semaphore rcu_barrier_sema; | ||
| 104 | static struct completion rcu_barrier_completion; | ||
| 105 | |||
| 106 | /** | 138 | /** |
| 107 | * call_rcu_bh - Queue an RCU for invocation after a quicker grace period. | 139 | * call_rcu_bh - Queue an RCU for invocation after a quicker grace period. |
| 108 | * @head: structure to be used for queueing the RCU updates. | 140 | * @head: structure to be used for queueing the RCU updates. |
| @@ -131,12 +163,12 @@ void fastcall call_rcu_bh(struct rcu_head *head, | |||
| 131 | rdp = &__get_cpu_var(rcu_bh_data); | 163 | rdp = &__get_cpu_var(rcu_bh_data); |
| 132 | *rdp->nxttail = head; | 164 | *rdp->nxttail = head; |
| 133 | rdp->nxttail = &head->next; | 165 | rdp->nxttail = &head->next; |
| 134 | rdp->count++; | 166 | |
| 135 | /* | 167 | if (unlikely(++rdp->qlen > qhimark)) { |
| 136 | * Should we directly call rcu_do_batch() here ? | 168 | rdp->blimit = INT_MAX; |
| 137 | * if (unlikely(rdp->count > 10000)) | 169 | force_quiescent_state(rdp, &rcu_bh_ctrlblk); |
| 138 | * rcu_do_batch(rdp); | 170 | } |
| 139 | */ | 171 | |
| 140 | local_irq_restore(flags); | 172 | local_irq_restore(flags); |
| 141 | } | 173 | } |
| 142 | 174 | ||
| @@ -199,10 +231,12 @@ static void rcu_do_batch(struct rcu_data *rdp) | |||
| 199 | next = rdp->donelist = list->next; | 231 | next = rdp->donelist = list->next; |
| 200 | list->func(list); | 232 | list->func(list); |
| 201 | list = next; | 233 | list = next; |
| 202 | rdp->count--; | 234 | rdp->qlen--; |
| 203 | if (++count >= maxbatch) | 235 | if (++count >= rdp->blimit) |
| 204 | break; | 236 | break; |
| 205 | } | 237 | } |
| 238 | if (rdp->blimit == INT_MAX && rdp->qlen <= qlowmark) | ||
| 239 | rdp->blimit = blimit; | ||
| 206 | if (!rdp->donelist) | 240 | if (!rdp->donelist) |
| 207 | rdp->donetail = &rdp->donelist; | 241 | rdp->donetail = &rdp->donelist; |
| 208 | else | 242 | else |
| @@ -473,6 +507,7 @@ static void rcu_init_percpu_data(int cpu, struct rcu_ctrlblk *rcp, | |||
| 473 | rdp->quiescbatch = rcp->completed; | 507 | rdp->quiescbatch = rcp->completed; |
| 474 | rdp->qs_pending = 0; | 508 | rdp->qs_pending = 0; |
| 475 | rdp->cpu = cpu; | 509 | rdp->cpu = cpu; |
| 510 | rdp->blimit = blimit; | ||
| 476 | } | 511 | } |
| 477 | 512 | ||
| 478 | static void __devinit rcu_online_cpu(int cpu) | 513 | static void __devinit rcu_online_cpu(int cpu) |
| @@ -567,7 +602,12 @@ void synchronize_kernel(void) | |||
| 567 | synchronize_rcu(); | 602 | synchronize_rcu(); |
| 568 | } | 603 | } |
| 569 | 604 | ||
| 570 | module_param(maxbatch, int, 0); | 605 | module_param(blimit, int, 0); |
| 606 | module_param(qhimark, int, 0); | ||
| 607 | module_param(qlowmark, int, 0); | ||
| 608 | #ifdef CONFIG_SMP | ||
| 609 | module_param(rsinterval, int, 0); | ||
| 610 | #endif | ||
| 571 | EXPORT_SYMBOL_GPL(rcu_batches_completed); | 611 | EXPORT_SYMBOL_GPL(rcu_batches_completed); |
| 572 | EXPORT_SYMBOL(call_rcu); /* WARNING: GPL-only in April 2006. */ | 612 | EXPORT_SYMBOL(call_rcu); /* WARNING: GPL-only in April 2006. */ |
| 573 | EXPORT_SYMBOL(call_rcu_bh); /* WARNING: GPL-only in April 2006. */ | 613 | EXPORT_SYMBOL(call_rcu_bh); /* WARNING: GPL-only in April 2006. */ |
diff --git a/kernel/sched.c b/kernel/sched.c index 12d291bf3379..4d46e90f59c3 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
| @@ -178,13 +178,6 @@ static unsigned int task_timeslice(task_t *p) | |||
| 178 | #define task_hot(p, now, sd) ((long long) ((now) - (p)->last_ran) \ | 178 | #define task_hot(p, now, sd) ((long long) ((now) - (p)->last_ran) \ |
| 179 | < (long long) (sd)->cache_hot_time) | 179 | < (long long) (sd)->cache_hot_time) |
| 180 | 180 | ||
| 181 | void __put_task_struct_cb(struct rcu_head *rhp) | ||
| 182 | { | ||
| 183 | __put_task_struct(container_of(rhp, struct task_struct, rcu)); | ||
| 184 | } | ||
| 185 | |||
| 186 | EXPORT_SYMBOL_GPL(__put_task_struct_cb); | ||
| 187 | |||
| 188 | /* | 181 | /* |
| 189 | * These are the runqueue data structures: | 182 | * These are the runqueue data structures: |
| 190 | */ | 183 | */ |
| @@ -4028,6 +4021,8 @@ static inline void __cond_resched(void) | |||
| 4028 | */ | 4021 | */ |
| 4029 | if (unlikely(preempt_count())) | 4022 | if (unlikely(preempt_count())) |
| 4030 | return; | 4023 | return; |
| 4024 | if (unlikely(system_state != SYSTEM_RUNNING)) | ||
| 4025 | return; | ||
| 4031 | do { | 4026 | do { |
| 4032 | add_preempt_count(PREEMPT_ACTIVE); | 4027 | add_preempt_count(PREEMPT_ACTIVE); |
| 4033 | schedule(); | 4028 | schedule(); |
| @@ -4333,6 +4328,7 @@ void __devinit init_idle(task_t *idle, int cpu) | |||
| 4333 | runqueue_t *rq = cpu_rq(cpu); | 4328 | runqueue_t *rq = cpu_rq(cpu); |
| 4334 | unsigned long flags; | 4329 | unsigned long flags; |
| 4335 | 4330 | ||
| 4331 | idle->timestamp = sched_clock(); | ||
| 4336 | idle->sleep_avg = 0; | 4332 | idle->sleep_avg = 0; |
| 4337 | idle->array = NULL; | 4333 | idle->array = NULL; |
| 4338 | idle->prio = MAX_PRIO; | 4334 | idle->prio = MAX_PRIO; |
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index c05a2b7125e1..32b48e8ee36e 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
| @@ -50,6 +50,9 @@ | |||
| 50 | #include <asm/uaccess.h> | 50 | #include <asm/uaccess.h> |
| 51 | #include <asm/processor.h> | 51 | #include <asm/processor.h> |
| 52 | 52 | ||
| 53 | extern int proc_nr_files(ctl_table *table, int write, struct file *filp, | ||
| 54 | void __user *buffer, size_t *lenp, loff_t *ppos); | ||
| 55 | |||
| 53 | #if defined(CONFIG_SYSCTL) | 56 | #if defined(CONFIG_SYSCTL) |
| 54 | 57 | ||
| 55 | /* External variables not in a header file. */ | 58 | /* External variables not in a header file. */ |
| @@ -124,6 +127,10 @@ extern int sysctl_hz_timer; | |||
| 124 | extern int acct_parm[]; | 127 | extern int acct_parm[]; |
| 125 | #endif | 128 | #endif |
| 126 | 129 | ||
| 130 | #ifdef CONFIG_IA64 | ||
| 131 | extern int no_unaligned_warning; | ||
| 132 | #endif | ||
| 133 | |||
| 127 | static int parse_table(int __user *, int, void __user *, size_t __user *, void __user *, size_t, | 134 | static int parse_table(int __user *, int, void __user *, size_t __user *, void __user *, size_t, |
| 128 | ctl_table *, void **); | 135 | ctl_table *, void **); |
| 129 | static int proc_doutsstring(ctl_table *table, int write, struct file *filp, | 136 | static int proc_doutsstring(ctl_table *table, int write, struct file *filp, |
| @@ -663,6 +670,16 @@ static ctl_table kern_table[] = { | |||
| 663 | .data = &acpi_video_flags, | 670 | .data = &acpi_video_flags, |
| 664 | .maxlen = sizeof (unsigned long), | 671 | .maxlen = sizeof (unsigned long), |
| 665 | .mode = 0644, | 672 | .mode = 0644, |
| 673 | .proc_handler = &proc_doulongvec_minmax, | ||
| 674 | }, | ||
| 675 | #endif | ||
| 676 | #ifdef CONFIG_IA64 | ||
| 677 | { | ||
| 678 | .ctl_name = KERN_IA64_UNALIGNED, | ||
| 679 | .procname = "ignore-unaligned-usertrap", | ||
| 680 | .data = &no_unaligned_warning, | ||
| 681 | .maxlen = sizeof (int), | ||
| 682 | .mode = 0644, | ||
| 666 | .proc_handler = &proc_dointvec, | 683 | .proc_handler = &proc_dointvec, |
| 667 | }, | 684 | }, |
| 668 | #endif | 685 | #endif |
| @@ -929,7 +946,7 @@ static ctl_table fs_table[] = { | |||
| 929 | .data = &files_stat, | 946 | .data = &files_stat, |
| 930 | .maxlen = 3*sizeof(int), | 947 | .maxlen = 3*sizeof(int), |
| 931 | .mode = 0444, | 948 | .mode = 0444, |
| 932 | .proc_handler = &proc_dointvec, | 949 | .proc_handler = &proc_nr_files, |
| 933 | }, | 950 | }, |
| 934 | { | 951 | { |
| 935 | .ctl_name = FS_MAXFILE, | 952 | .ctl_name = FS_MAXFILE, |
diff --git a/kernel/timer.c b/kernel/timer.c index fe3a9a9f8328..2410c18dbeb1 100644 --- a/kernel/timer.c +++ b/kernel/timer.c | |||
| @@ -489,9 +489,21 @@ unsigned long next_timer_interrupt(void) | |||
| 489 | struct list_head *list; | 489 | struct list_head *list; |
| 490 | struct timer_list *nte; | 490 | struct timer_list *nte; |
| 491 | unsigned long expires; | 491 | unsigned long expires; |
| 492 | unsigned long hr_expires = MAX_JIFFY_OFFSET; | ||
| 493 | ktime_t hr_delta; | ||
| 492 | tvec_t *varray[4]; | 494 | tvec_t *varray[4]; |
| 493 | int i, j; | 495 | int i, j; |
| 494 | 496 | ||
| 497 | hr_delta = hrtimer_get_next_event(); | ||
| 498 | if (hr_delta.tv64 != KTIME_MAX) { | ||
| 499 | struct timespec tsdelta; | ||
| 500 | tsdelta = ktime_to_timespec(hr_delta); | ||
| 501 | hr_expires = timespec_to_jiffies(&tsdelta); | ||
| 502 | if (hr_expires < 3) | ||
| 503 | return hr_expires + jiffies; | ||
| 504 | } | ||
| 505 | hr_expires += jiffies; | ||
| 506 | |||
| 495 | base = &__get_cpu_var(tvec_bases); | 507 | base = &__get_cpu_var(tvec_bases); |
| 496 | spin_lock(&base->t_base.lock); | 508 | spin_lock(&base->t_base.lock); |
| 497 | expires = base->timer_jiffies + (LONG_MAX >> 1); | 509 | expires = base->timer_jiffies + (LONG_MAX >> 1); |
| @@ -542,6 +554,10 @@ found: | |||
| 542 | } | 554 | } |
| 543 | } | 555 | } |
| 544 | spin_unlock(&base->t_base.lock); | 556 | spin_unlock(&base->t_base.lock); |
| 557 | |||
| 558 | if (time_before(hr_expires, expires)) | ||
| 559 | return hr_expires; | ||
| 560 | |||
| 545 | return expires; | 561 | return expires; |
| 546 | } | 562 | } |
| 547 | #endif | 563 | #endif |
| @@ -925,6 +941,8 @@ static inline void update_times(void) | |||
| 925 | void do_timer(struct pt_regs *regs) | 941 | void do_timer(struct pt_regs *regs) |
| 926 | { | 942 | { |
| 927 | jiffies_64++; | 943 | jiffies_64++; |
| 944 | /* prevent loading jiffies before storing new jiffies_64 value. */ | ||
| 945 | barrier(); | ||
| 928 | update_times(); | 946 | update_times(); |
| 929 | softlockup_tick(regs); | 947 | softlockup_tick(regs); |
| 930 | } | 948 | } |
| @@ -1336,8 +1354,8 @@ void __init init_timers(void) | |||
| 1336 | 1354 | ||
| 1337 | #ifdef CONFIG_TIME_INTERPOLATION | 1355 | #ifdef CONFIG_TIME_INTERPOLATION |
| 1338 | 1356 | ||
| 1339 | struct time_interpolator *time_interpolator; | 1357 | struct time_interpolator *time_interpolator __read_mostly; |
| 1340 | static struct time_interpolator *time_interpolator_list; | 1358 | static struct time_interpolator *time_interpolator_list __read_mostly; |
| 1341 | static DEFINE_SPINLOCK(time_interpolator_lock); | 1359 | static DEFINE_SPINLOCK(time_interpolator_lock); |
| 1342 | 1360 | ||
| 1343 | static inline u64 time_interpolator_get_cycles(unsigned int src) | 1361 | static inline u64 time_interpolator_get_cycles(unsigned int src) |
| @@ -1351,10 +1369,10 @@ static inline u64 time_interpolator_get_cycles(unsigned int src) | |||
| 1351 | return x(); | 1369 | return x(); |
| 1352 | 1370 | ||
| 1353 | case TIME_SOURCE_MMIO64 : | 1371 | case TIME_SOURCE_MMIO64 : |
| 1354 | return readq((void __iomem *) time_interpolator->addr); | 1372 | return readq_relaxed((void __iomem *)time_interpolator->addr); |
| 1355 | 1373 | ||
| 1356 | case TIME_SOURCE_MMIO32 : | 1374 | case TIME_SOURCE_MMIO32 : |
| 1357 | return readl((void __iomem *) time_interpolator->addr); | 1375 | return readl_relaxed((void __iomem *)time_interpolator->addr); |
| 1358 | 1376 | ||
| 1359 | default: return get_cycles(); | 1377 | default: return get_cycles(); |
| 1360 | } | 1378 | } |
diff --git a/mm/memory.c b/mm/memory.c index 9abc6008544b..85e80a57db29 100644 --- a/mm/memory.c +++ b/mm/memory.c | |||
| @@ -623,11 +623,12 @@ static unsigned long zap_pte_range(struct mmu_gather *tlb, | |||
| 623 | (*zap_work)--; | 623 | (*zap_work)--; |
| 624 | continue; | 624 | continue; |
| 625 | } | 625 | } |
| 626 | |||
| 627 | (*zap_work) -= PAGE_SIZE; | ||
| 628 | |||
| 626 | if (pte_present(ptent)) { | 629 | if (pte_present(ptent)) { |
| 627 | struct page *page; | 630 | struct page *page; |
| 628 | 631 | ||
| 629 | (*zap_work) -= PAGE_SIZE; | ||
| 630 | |||
| 631 | page = vm_normal_page(vma, addr, ptent); | 632 | page = vm_normal_page(vma, addr, ptent); |
| 632 | if (unlikely(details) && page) { | 633 | if (unlikely(details) && page) { |
| 633 | /* | 634 | /* |
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index a918f77f02f3..1fe76d963ac2 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c | |||
| @@ -130,6 +130,7 @@ int online_pages(unsigned long pfn, unsigned long nr_pages) | |||
| 130 | onlined_pages++; | 130 | onlined_pages++; |
| 131 | } | 131 | } |
| 132 | zone->present_pages += onlined_pages; | 132 | zone->present_pages += onlined_pages; |
| 133 | zone->zone_pgdat->node_present_pages += onlined_pages; | ||
| 133 | 134 | ||
| 134 | setup_per_zone_pages_min(); | 135 | setup_per_zone_pages_min(); |
| 135 | 136 | ||
diff --git a/mm/mempolicy.c b/mm/mempolicy.c index 67af4cea1e23..b21869a39f0b 100644 --- a/mm/mempolicy.c +++ b/mm/mempolicy.c | |||
| @@ -197,7 +197,7 @@ static struct mempolicy *mpol_new(int mode, nodemask_t *nodes) | |||
| 197 | return policy; | 197 | return policy; |
| 198 | } | 198 | } |
| 199 | 199 | ||
| 200 | static void gather_stats(struct page *, void *); | 200 | static void gather_stats(struct page *, void *, int pte_dirty); |
| 201 | static void migrate_page_add(struct page *page, struct list_head *pagelist, | 201 | static void migrate_page_add(struct page *page, struct list_head *pagelist, |
| 202 | unsigned long flags); | 202 | unsigned long flags); |
| 203 | 203 | ||
| @@ -239,7 +239,7 @@ static int check_pte_range(struct vm_area_struct *vma, pmd_t *pmd, | |||
| 239 | continue; | 239 | continue; |
| 240 | 240 | ||
| 241 | if (flags & MPOL_MF_STATS) | 241 | if (flags & MPOL_MF_STATS) |
| 242 | gather_stats(page, private); | 242 | gather_stats(page, private, pte_dirty(*pte)); |
| 243 | else if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) | 243 | else if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) |
| 244 | migrate_page_add(page, private, flags); | 244 | migrate_page_add(page, private, flags); |
| 245 | else | 245 | else |
| @@ -330,9 +330,19 @@ check_range(struct mm_struct *mm, unsigned long start, unsigned long end, | |||
| 330 | int err; | 330 | int err; |
| 331 | struct vm_area_struct *first, *vma, *prev; | 331 | struct vm_area_struct *first, *vma, *prev; |
| 332 | 332 | ||
| 333 | /* Clear the LRU lists so pages can be isolated */ | 333 | if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) { |
| 334 | if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) | 334 | /* Must have swap device for migration */ |
| 335 | if (nr_swap_pages <= 0) | ||
| 336 | return ERR_PTR(-ENODEV); | ||
| 337 | |||
| 338 | /* | ||
| 339 | * Clear the LRU lists so pages can be isolated. | ||
| 340 | * Note that pages may be moved off the LRU after we have | ||
| 341 | * drained them. Those pages will fail to migrate like other | ||
| 342 | * pages that may be busy. | ||
| 343 | */ | ||
| 335 | lru_add_drain_all(); | 344 | lru_add_drain_all(); |
| 345 | } | ||
| 336 | 346 | ||
| 337 | first = find_vma(mm, start); | 347 | first = find_vma(mm, start); |
| 338 | if (!first) | 348 | if (!first) |
| @@ -748,7 +758,7 @@ long do_mbind(unsigned long start, unsigned long len, | |||
| 748 | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) | 758 | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) |
| 749 | || mode > MPOL_MAX) | 759 | || mode > MPOL_MAX) |
| 750 | return -EINVAL; | 760 | return -EINVAL; |
| 751 | if ((flags & MPOL_MF_MOVE_ALL) && !capable(CAP_SYS_RESOURCE)) | 761 | if ((flags & MPOL_MF_MOVE_ALL) && !capable(CAP_SYS_NICE)) |
| 752 | return -EPERM; | 762 | return -EPERM; |
| 753 | 763 | ||
| 754 | if (start & ~PAGE_MASK) | 764 | if (start & ~PAGE_MASK) |
| @@ -942,19 +952,20 @@ asmlinkage long sys_migrate_pages(pid_t pid, unsigned long maxnode, | |||
| 942 | */ | 952 | */ |
| 943 | if ((current->euid != task->suid) && (current->euid != task->uid) && | 953 | if ((current->euid != task->suid) && (current->euid != task->uid) && |
| 944 | (current->uid != task->suid) && (current->uid != task->uid) && | 954 | (current->uid != task->suid) && (current->uid != task->uid) && |
| 945 | !capable(CAP_SYS_ADMIN)) { | 955 | !capable(CAP_SYS_NICE)) { |
| 946 | err = -EPERM; | 956 | err = -EPERM; |
| 947 | goto out; | 957 | goto out; |
| 948 | } | 958 | } |
| 949 | 959 | ||
| 950 | task_nodes = cpuset_mems_allowed(task); | 960 | task_nodes = cpuset_mems_allowed(task); |
| 951 | /* Is the user allowed to access the target nodes? */ | 961 | /* Is the user allowed to access the target nodes? */ |
| 952 | if (!nodes_subset(new, task_nodes) && !capable(CAP_SYS_ADMIN)) { | 962 | if (!nodes_subset(new, task_nodes) && !capable(CAP_SYS_NICE)) { |
| 953 | err = -EPERM; | 963 | err = -EPERM; |
| 954 | goto out; | 964 | goto out; |
| 955 | } | 965 | } |
| 956 | 966 | ||
| 957 | err = do_migrate_pages(mm, &old, &new, MPOL_MF_MOVE); | 967 | err = do_migrate_pages(mm, &old, &new, |
| 968 | capable(CAP_SYS_NICE) ? MPOL_MF_MOVE_ALL : MPOL_MF_MOVE); | ||
| 958 | out: | 969 | out: |
| 959 | mmput(mm); | 970 | mmput(mm); |
| 960 | return err; | 971 | return err; |
| @@ -1752,66 +1763,145 @@ static inline int mpol_to_str(char *buffer, int maxlen, struct mempolicy *pol) | |||
| 1752 | struct numa_maps { | 1763 | struct numa_maps { |
| 1753 | unsigned long pages; | 1764 | unsigned long pages; |
| 1754 | unsigned long anon; | 1765 | unsigned long anon; |
| 1755 | unsigned long mapped; | 1766 | unsigned long active; |
| 1767 | unsigned long writeback; | ||
| 1756 | unsigned long mapcount_max; | 1768 | unsigned long mapcount_max; |
| 1769 | unsigned long dirty; | ||
| 1770 | unsigned long swapcache; | ||
| 1757 | unsigned long node[MAX_NUMNODES]; | 1771 | unsigned long node[MAX_NUMNODES]; |
| 1758 | }; | 1772 | }; |
| 1759 | 1773 | ||
| 1760 | static void gather_stats(struct page *page, void *private) | 1774 | static void gather_stats(struct page *page, void *private, int pte_dirty) |
| 1761 | { | 1775 | { |
| 1762 | struct numa_maps *md = private; | 1776 | struct numa_maps *md = private; |
| 1763 | int count = page_mapcount(page); | 1777 | int count = page_mapcount(page); |
| 1764 | 1778 | ||
| 1765 | if (count) | 1779 | md->pages++; |
| 1766 | md->mapped++; | 1780 | if (pte_dirty || PageDirty(page)) |
| 1781 | md->dirty++; | ||
| 1767 | 1782 | ||
| 1768 | if (count > md->mapcount_max) | 1783 | if (PageSwapCache(page)) |
| 1769 | md->mapcount_max = count; | 1784 | md->swapcache++; |
| 1770 | 1785 | ||
| 1771 | md->pages++; | 1786 | if (PageActive(page)) |
| 1787 | md->active++; | ||
| 1788 | |||
| 1789 | if (PageWriteback(page)) | ||
| 1790 | md->writeback++; | ||
| 1772 | 1791 | ||
| 1773 | if (PageAnon(page)) | 1792 | if (PageAnon(page)) |
| 1774 | md->anon++; | 1793 | md->anon++; |
| 1775 | 1794 | ||
| 1795 | if (count > md->mapcount_max) | ||
| 1796 | md->mapcount_max = count; | ||
| 1797 | |||
| 1776 | md->node[page_to_nid(page)]++; | 1798 | md->node[page_to_nid(page)]++; |
| 1777 | cond_resched(); | 1799 | cond_resched(); |
| 1778 | } | 1800 | } |
| 1779 | 1801 | ||
| 1802 | #ifdef CONFIG_HUGETLB_PAGE | ||
| 1803 | static void check_huge_range(struct vm_area_struct *vma, | ||
| 1804 | unsigned long start, unsigned long end, | ||
| 1805 | struct numa_maps *md) | ||
| 1806 | { | ||
| 1807 | unsigned long addr; | ||
| 1808 | struct page *page; | ||
| 1809 | |||
| 1810 | for (addr = start; addr < end; addr += HPAGE_SIZE) { | ||
| 1811 | pte_t *ptep = huge_pte_offset(vma->vm_mm, addr & HPAGE_MASK); | ||
| 1812 | pte_t pte; | ||
| 1813 | |||
| 1814 | if (!ptep) | ||
| 1815 | continue; | ||
| 1816 | |||
| 1817 | pte = *ptep; | ||
| 1818 | if (pte_none(pte)) | ||
| 1819 | continue; | ||
| 1820 | |||
| 1821 | page = pte_page(pte); | ||
| 1822 | if (!page) | ||
| 1823 | continue; | ||
| 1824 | |||
| 1825 | gather_stats(page, md, pte_dirty(*ptep)); | ||
| 1826 | } | ||
| 1827 | } | ||
| 1828 | #else | ||
| 1829 | static inline void check_huge_range(struct vm_area_struct *vma, | ||
| 1830 | unsigned long start, unsigned long end, | ||
| 1831 | struct numa_maps *md) | ||
| 1832 | { | ||
| 1833 | } | ||
| 1834 | #endif | ||
| 1835 | |||
| 1780 | int show_numa_map(struct seq_file *m, void *v) | 1836 | int show_numa_map(struct seq_file *m, void *v) |
| 1781 | { | 1837 | { |
| 1782 | struct task_struct *task = m->private; | 1838 | struct task_struct *task = m->private; |
| 1783 | struct vm_area_struct *vma = v; | 1839 | struct vm_area_struct *vma = v; |
| 1784 | struct numa_maps *md; | 1840 | struct numa_maps *md; |
| 1841 | struct file *file = vma->vm_file; | ||
| 1842 | struct mm_struct *mm = vma->vm_mm; | ||
| 1785 | int n; | 1843 | int n; |
| 1786 | char buffer[50]; | 1844 | char buffer[50]; |
| 1787 | 1845 | ||
| 1788 | if (!vma->vm_mm) | 1846 | if (!mm) |
| 1789 | return 0; | 1847 | return 0; |
| 1790 | 1848 | ||
| 1791 | md = kzalloc(sizeof(struct numa_maps), GFP_KERNEL); | 1849 | md = kzalloc(sizeof(struct numa_maps), GFP_KERNEL); |
| 1792 | if (!md) | 1850 | if (!md) |
| 1793 | return 0; | 1851 | return 0; |
| 1794 | 1852 | ||
| 1795 | check_pgd_range(vma, vma->vm_start, vma->vm_end, | 1853 | mpol_to_str(buffer, sizeof(buffer), |
| 1796 | &node_online_map, MPOL_MF_STATS, md); | 1854 | get_vma_policy(task, vma, vma->vm_start)); |
| 1797 | 1855 | ||
| 1798 | if (md->pages) { | 1856 | seq_printf(m, "%08lx %s", vma->vm_start, buffer); |
| 1799 | mpol_to_str(buffer, sizeof(buffer), | ||
| 1800 | get_vma_policy(task, vma, vma->vm_start)); | ||
| 1801 | 1857 | ||
| 1802 | seq_printf(m, "%08lx %s pages=%lu mapped=%lu maxref=%lu", | 1858 | if (file) { |
| 1803 | vma->vm_start, buffer, md->pages, | 1859 | seq_printf(m, " file="); |
| 1804 | md->mapped, md->mapcount_max); | 1860 | seq_path(m, file->f_vfsmnt, file->f_dentry, "\n\t= "); |
| 1861 | } else if (vma->vm_start <= mm->brk && vma->vm_end >= mm->start_brk) { | ||
| 1862 | seq_printf(m, " heap"); | ||
| 1863 | } else if (vma->vm_start <= mm->start_stack && | ||
| 1864 | vma->vm_end >= mm->start_stack) { | ||
| 1865 | seq_printf(m, " stack"); | ||
| 1866 | } | ||
| 1805 | 1867 | ||
| 1806 | if (md->anon) | 1868 | if (is_vm_hugetlb_page(vma)) { |
| 1807 | seq_printf(m," anon=%lu",md->anon); | 1869 | check_huge_range(vma, vma->vm_start, vma->vm_end, md); |
| 1870 | seq_printf(m, " huge"); | ||
| 1871 | } else { | ||
| 1872 | check_pgd_range(vma, vma->vm_start, vma->vm_end, | ||
| 1873 | &node_online_map, MPOL_MF_STATS, md); | ||
| 1874 | } | ||
| 1808 | 1875 | ||
| 1809 | for_each_online_node(n) | 1876 | if (!md->pages) |
| 1810 | if (md->node[n]) | 1877 | goto out; |
| 1811 | seq_printf(m, " N%d=%lu", n, md->node[n]); | ||
| 1812 | 1878 | ||
| 1813 | seq_putc(m, '\n'); | 1879 | if (md->anon) |
| 1814 | } | 1880 | seq_printf(m," anon=%lu",md->anon); |
| 1881 | |||
| 1882 | if (md->dirty) | ||
| 1883 | seq_printf(m," dirty=%lu",md->dirty); | ||
| 1884 | |||
| 1885 | if (md->pages != md->anon && md->pages != md->dirty) | ||
| 1886 | seq_printf(m, " mapped=%lu", md->pages); | ||
| 1887 | |||
| 1888 | if (md->mapcount_max > 1) | ||
| 1889 | seq_printf(m, " mapmax=%lu", md->mapcount_max); | ||
| 1890 | |||
| 1891 | if (md->swapcache) | ||
| 1892 | seq_printf(m," swapcache=%lu", md->swapcache); | ||
| 1893 | |||
| 1894 | if (md->active < md->pages && !is_vm_hugetlb_page(vma)) | ||
| 1895 | seq_printf(m," active=%lu", md->active); | ||
| 1896 | |||
| 1897 | if (md->writeback) | ||
| 1898 | seq_printf(m," writeback=%lu", md->writeback); | ||
| 1899 | |||
| 1900 | for_each_online_node(n) | ||
| 1901 | if (md->node[n]) | ||
| 1902 | seq_printf(m, " N%d=%lu", n, md->node[n]); | ||
| 1903 | out: | ||
| 1904 | seq_putc(m, '\n'); | ||
| 1815 | kfree(md); | 1905 | kfree(md); |
| 1816 | 1906 | ||
| 1817 | if (m->count < m->size) | 1907 | if (m->count < m->size) |
diff --git a/mm/nommu.c b/mm/nommu.c index 99d21020ec9d..4951f4786f28 100644 --- a/mm/nommu.c +++ b/mm/nommu.c | |||
| @@ -53,7 +53,6 @@ DECLARE_RWSEM(nommu_vma_sem); | |||
| 53 | struct vm_operations_struct generic_file_vm_ops = { | 53 | struct vm_operations_struct generic_file_vm_ops = { |
| 54 | }; | 54 | }; |
| 55 | 55 | ||
| 56 | EXPORT_SYMBOL(vmalloc); | ||
| 57 | EXPORT_SYMBOL(vfree); | 56 | EXPORT_SYMBOL(vfree); |
| 58 | EXPORT_SYMBOL(vmalloc_to_page); | 57 | EXPORT_SYMBOL(vmalloc_to_page); |
| 59 | EXPORT_SYMBOL(vmalloc_32); | 58 | EXPORT_SYMBOL(vmalloc_32); |
| @@ -205,6 +204,13 @@ void *vmalloc(unsigned long size) | |||
| 205 | { | 204 | { |
| 206 | return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL); | 205 | return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL); |
| 207 | } | 206 | } |
| 207 | EXPORT_SYMBOL(vmalloc); | ||
| 208 | |||
| 209 | void *vmalloc_node(unsigned long size, int node) | ||
| 210 | { | ||
| 211 | return vmalloc(size); | ||
| 212 | } | ||
| 213 | EXPORT_SYMBOL(vmalloc_node); | ||
| 208 | 214 | ||
| 209 | /* | 215 | /* |
| 210 | * vmalloc_32 - allocate virtually continguos memory (32bit addressable) | 216 | * vmalloc_32 - allocate virtually continguos memory (32bit addressable) |
diff --git a/mm/oom_kill.c b/mm/oom_kill.c index 8123fad5a485..78747afad6b0 100644 --- a/mm/oom_kill.c +++ b/mm/oom_kill.c | |||
| @@ -302,7 +302,7 @@ void out_of_memory(struct zonelist *zonelist, gfp_t gfp_mask, int order) | |||
| 302 | { | 302 | { |
| 303 | struct mm_struct *mm = NULL; | 303 | struct mm_struct *mm = NULL; |
| 304 | task_t *p; | 304 | task_t *p; |
| 305 | unsigned long points; | 305 | unsigned long points = 0; |
| 306 | 306 | ||
| 307 | if (printk_ratelimit()) { | 307 | if (printk_ratelimit()) { |
| 308 | printk("oom-killer: gfp_mask=0x%x, order=%d\n", | 308 | printk("oom-killer: gfp_mask=0x%x, order=%d\n", |
| @@ -355,6 +355,7 @@ retry: | |||
| 355 | } | 355 | } |
| 356 | 356 | ||
| 357 | out: | 357 | out: |
| 358 | read_unlock(&tasklist_lock); | ||
| 358 | cpuset_unlock(); | 359 | cpuset_unlock(); |
| 359 | if (mm) | 360 | if (mm) |
| 360 | mmput(mm); | 361 | mmput(mm); |
| @@ -364,5 +365,5 @@ out: | |||
| 364 | * retry to allocate memory unless "p" is current | 365 | * retry to allocate memory unless "p" is current |
| 365 | */ | 366 | */ |
| 366 | if (!test_thread_flag(TIF_MEMDIE)) | 367 | if (!test_thread_flag(TIF_MEMDIE)) |
| 367 | schedule_timeout_interruptible(1); | 368 | schedule_timeout_uninterruptible(1); |
| 368 | } | 369 | } |
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 791690d7d3fa..234bd4895d14 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
| @@ -590,21 +590,20 @@ static int rmqueue_bulk(struct zone *zone, unsigned int order, | |||
| 590 | } | 590 | } |
| 591 | 591 | ||
| 592 | #ifdef CONFIG_NUMA | 592 | #ifdef CONFIG_NUMA |
| 593 | /* Called from the slab reaper to drain remote pagesets */ | 593 | /* |
| 594 | void drain_remote_pages(void) | 594 | * Called from the slab reaper to drain pagesets on a particular node that |
| 595 | * belong to the currently executing processor. | ||
| 596 | */ | ||
| 597 | void drain_node_pages(int nodeid) | ||
| 595 | { | 598 | { |
| 596 | struct zone *zone; | 599 | int i, z; |
| 597 | int i; | ||
| 598 | unsigned long flags; | 600 | unsigned long flags; |
| 599 | 601 | ||
| 600 | local_irq_save(flags); | 602 | local_irq_save(flags); |
| 601 | for_each_zone(zone) { | 603 | for (z = 0; z < MAX_NR_ZONES; z++) { |
| 604 | struct zone *zone = NODE_DATA(nodeid)->node_zones + z; | ||
| 602 | struct per_cpu_pageset *pset; | 605 | struct per_cpu_pageset *pset; |
| 603 | 606 | ||
| 604 | /* Do not drain local pagesets */ | ||
| 605 | if (zone->zone_pgdat->node_id == numa_node_id()) | ||
| 606 | continue; | ||
| 607 | |||
| 608 | pset = zone_pcp(zone, smp_processor_id()); | 607 | pset = zone_pcp(zone, smp_processor_id()); |
| 609 | for (i = 0; i < ARRAY_SIZE(pset->pcp); i++) { | 608 | for (i = 0; i < ARRAY_SIZE(pset->pcp); i++) { |
| 610 | struct per_cpu_pages *pcp; | 609 | struct per_cpu_pages *pcp; |
| @@ -212,25 +212,33 @@ out: | |||
| 212 | * through real pte's pointing to valid pages and then releasing | 212 | * through real pte's pointing to valid pages and then releasing |
| 213 | * the page from the swap cache. | 213 | * the page from the swap cache. |
| 214 | * | 214 | * |
| 215 | * Must hold page lock on page. | 215 | * Must hold page lock on page and mmap_sem of one vma that contains |
| 216 | * the page. | ||
| 216 | */ | 217 | */ |
| 217 | void remove_from_swap(struct page *page) | 218 | void remove_from_swap(struct page *page) |
| 218 | { | 219 | { |
| 219 | struct anon_vma *anon_vma; | 220 | struct anon_vma *anon_vma; |
| 220 | struct vm_area_struct *vma; | 221 | struct vm_area_struct *vma; |
| 222 | unsigned long mapping; | ||
| 221 | 223 | ||
| 222 | if (!PageAnon(page) || !PageSwapCache(page)) | 224 | if (!PageSwapCache(page)) |
| 223 | return; | 225 | return; |
| 224 | 226 | ||
| 225 | anon_vma = page_lock_anon_vma(page); | 227 | mapping = (unsigned long)page->mapping; |
| 226 | if (!anon_vma) | 228 | |
| 229 | if (!mapping || (mapping & PAGE_MAPPING_ANON) == 0) | ||
| 227 | return; | 230 | return; |
| 228 | 231 | ||
| 232 | /* | ||
| 233 | * We hold the mmap_sem lock. So no need to call page_lock_anon_vma. | ||
| 234 | */ | ||
| 235 | anon_vma = (struct anon_vma *) (mapping - PAGE_MAPPING_ANON); | ||
| 236 | spin_lock(&anon_vma->lock); | ||
| 237 | |||
| 229 | list_for_each_entry(vma, &anon_vma->head, anon_vma_node) | 238 | list_for_each_entry(vma, &anon_vma->head, anon_vma_node) |
| 230 | remove_vma_swap(vma, page); | 239 | remove_vma_swap(vma, page); |
| 231 | 240 | ||
| 232 | spin_unlock(&anon_vma->lock); | 241 | spin_unlock(&anon_vma->lock); |
| 233 | |||
| 234 | delete_from_swap_cache(page); | 242 | delete_from_swap_cache(page); |
| 235 | } | 243 | } |
| 236 | EXPORT_SYMBOL(remove_from_swap); | 244 | EXPORT_SYMBOL(remove_from_swap); |
| @@ -529,9 +537,6 @@ void page_add_new_anon_rmap(struct page *page, | |||
| 529 | */ | 537 | */ |
| 530 | void page_add_file_rmap(struct page *page) | 538 | void page_add_file_rmap(struct page *page) |
| 531 | { | 539 | { |
| 532 | BUG_ON(PageAnon(page)); | ||
| 533 | BUG_ON(!pfn_valid(page_to_pfn(page))); | ||
| 534 | |||
| 535 | if (atomic_inc_and_test(&page->_mapcount)) | 540 | if (atomic_inc_and_test(&page->_mapcount)) |
| 536 | __inc_page_state(nr_mapped); | 541 | __inc_page_state(nr_mapped); |
| 537 | } | 542 | } |
| @@ -789,6 +789,47 @@ static void __slab_error(const char *function, struct kmem_cache *cachep, char * | |||
| 789 | dump_stack(); | 789 | dump_stack(); |
| 790 | } | 790 | } |
| 791 | 791 | ||
| 792 | #ifdef CONFIG_NUMA | ||
| 793 | /* | ||
| 794 | * Special reaping functions for NUMA systems called from cache_reap(). | ||
| 795 | * These take care of doing round robin flushing of alien caches (containing | ||
| 796 | * objects freed on different nodes from which they were allocated) and the | ||
| 797 | * flushing of remote pcps by calling drain_node_pages. | ||
| 798 | */ | ||
| 799 | static DEFINE_PER_CPU(unsigned long, reap_node); | ||
| 800 | |||
| 801 | static void init_reap_node(int cpu) | ||
| 802 | { | ||
| 803 | int node; | ||
| 804 | |||
| 805 | node = next_node(cpu_to_node(cpu), node_online_map); | ||
| 806 | if (node == MAX_NUMNODES) | ||
| 807 | node = 0; | ||
| 808 | |||
| 809 | __get_cpu_var(reap_node) = node; | ||
| 810 | } | ||
| 811 | |||
| 812 | static void next_reap_node(void) | ||
| 813 | { | ||
| 814 | int node = __get_cpu_var(reap_node); | ||
| 815 | |||
| 816 | /* | ||
| 817 | * Also drain per cpu pages on remote zones | ||
| 818 | */ | ||
| 819 | if (node != numa_node_id()) | ||
| 820 | drain_node_pages(node); | ||
| 821 | |||
| 822 | node = next_node(node, node_online_map); | ||
| 823 | if (unlikely(node >= MAX_NUMNODES)) | ||
| 824 | node = first_node(node_online_map); | ||
| 825 | __get_cpu_var(reap_node) = node; | ||
| 826 | } | ||
| 827 | |||
| 828 | #else | ||
| 829 | #define init_reap_node(cpu) do { } while (0) | ||
| 830 | #define next_reap_node(void) do { } while (0) | ||
| 831 | #endif | ||
| 832 | |||
| 792 | /* | 833 | /* |
| 793 | * Initiate the reap timer running on the target CPU. We run at around 1 to 2Hz | 834 | * Initiate the reap timer running on the target CPU. We run at around 1 to 2Hz |
| 794 | * via the workqueue/eventd. | 835 | * via the workqueue/eventd. |
| @@ -806,6 +847,7 @@ static void __devinit start_cpu_timer(int cpu) | |||
| 806 | * at that time. | 847 | * at that time. |
| 807 | */ | 848 | */ |
| 808 | if (keventd_up() && reap_work->func == NULL) { | 849 | if (keventd_up() && reap_work->func == NULL) { |
| 850 | init_reap_node(cpu); | ||
| 809 | INIT_WORK(reap_work, cache_reap, NULL); | 851 | INIT_WORK(reap_work, cache_reap, NULL); |
| 810 | schedule_delayed_work_on(cpu, reap_work, HZ + 3 * cpu); | 852 | schedule_delayed_work_on(cpu, reap_work, HZ + 3 * cpu); |
| 811 | } | 853 | } |
| @@ -884,6 +926,23 @@ static void __drain_alien_cache(struct kmem_cache *cachep, | |||
| 884 | } | 926 | } |
| 885 | } | 927 | } |
| 886 | 928 | ||
| 929 | /* | ||
| 930 | * Called from cache_reap() to regularly drain alien caches round robin. | ||
| 931 | */ | ||
| 932 | static void reap_alien(struct kmem_cache *cachep, struct kmem_list3 *l3) | ||
| 933 | { | ||
| 934 | int node = __get_cpu_var(reap_node); | ||
| 935 | |||
| 936 | if (l3->alien) { | ||
| 937 | struct array_cache *ac = l3->alien[node]; | ||
| 938 | if (ac && ac->avail) { | ||
| 939 | spin_lock_irq(&ac->lock); | ||
| 940 | __drain_alien_cache(cachep, ac, node); | ||
| 941 | spin_unlock_irq(&ac->lock); | ||
| 942 | } | ||
| 943 | } | ||
| 944 | } | ||
| 945 | |||
| 887 | static void drain_alien_cache(struct kmem_cache *cachep, struct array_cache **alien) | 946 | static void drain_alien_cache(struct kmem_cache *cachep, struct array_cache **alien) |
| 888 | { | 947 | { |
| 889 | int i = 0; | 948 | int i = 0; |
| @@ -902,6 +961,7 @@ static void drain_alien_cache(struct kmem_cache *cachep, struct array_cache **al | |||
| 902 | #else | 961 | #else |
| 903 | 962 | ||
| 904 | #define drain_alien_cache(cachep, alien) do { } while (0) | 963 | #define drain_alien_cache(cachep, alien) do { } while (0) |
| 964 | #define reap_alien(cachep, l3) do { } while (0) | ||
| 905 | 965 | ||
| 906 | static inline struct array_cache **alloc_alien_cache(int node, int limit) | 966 | static inline struct array_cache **alloc_alien_cache(int node, int limit) |
| 907 | { | 967 | { |
| @@ -1124,6 +1184,7 @@ void __init kmem_cache_init(void) | |||
| 1124 | struct cache_sizes *sizes; | 1184 | struct cache_sizes *sizes; |
| 1125 | struct cache_names *names; | 1185 | struct cache_names *names; |
| 1126 | int i; | 1186 | int i; |
| 1187 | int order; | ||
| 1127 | 1188 | ||
| 1128 | for (i = 0; i < NUM_INIT_LISTS; i++) { | 1189 | for (i = 0; i < NUM_INIT_LISTS; i++) { |
| 1129 | kmem_list3_init(&initkmem_list3[i]); | 1190 | kmem_list3_init(&initkmem_list3[i]); |
| @@ -1167,11 +1228,15 @@ void __init kmem_cache_init(void) | |||
| 1167 | 1228 | ||
| 1168 | cache_cache.buffer_size = ALIGN(cache_cache.buffer_size, cache_line_size()); | 1229 | cache_cache.buffer_size = ALIGN(cache_cache.buffer_size, cache_line_size()); |
| 1169 | 1230 | ||
| 1170 | cache_estimate(0, cache_cache.buffer_size, cache_line_size(), 0, | 1231 | for (order = 0; order < MAX_ORDER; order++) { |
| 1171 | &left_over, &cache_cache.num); | 1232 | cache_estimate(order, cache_cache.buffer_size, |
| 1233 | cache_line_size(), 0, &left_over, &cache_cache.num); | ||
| 1234 | if (cache_cache.num) | ||
| 1235 | break; | ||
| 1236 | } | ||
| 1172 | if (!cache_cache.num) | 1237 | if (!cache_cache.num) |
| 1173 | BUG(); | 1238 | BUG(); |
| 1174 | 1239 | cache_cache.gfporder = order; | |
| 1175 | cache_cache.colour = left_over / cache_cache.colour_off; | 1240 | cache_cache.colour = left_over / cache_cache.colour_off; |
| 1176 | cache_cache.slab_size = ALIGN(cache_cache.num * sizeof(kmem_bufctl_t) + | 1241 | cache_cache.slab_size = ALIGN(cache_cache.num * sizeof(kmem_bufctl_t) + |
| 1177 | sizeof(struct slab), cache_line_size()); | 1242 | sizeof(struct slab), cache_line_size()); |
| @@ -1628,36 +1693,44 @@ static inline size_t calculate_slab_order(struct kmem_cache *cachep, | |||
| 1628 | size_t size, size_t align, unsigned long flags) | 1693 | size_t size, size_t align, unsigned long flags) |
| 1629 | { | 1694 | { |
| 1630 | size_t left_over = 0; | 1695 | size_t left_over = 0; |
| 1696 | int gfporder; | ||
| 1631 | 1697 | ||
| 1632 | for (;; cachep->gfporder++) { | 1698 | for (gfporder = 0 ; gfporder <= MAX_GFP_ORDER; gfporder++) { |
| 1633 | unsigned int num; | 1699 | unsigned int num; |
| 1634 | size_t remainder; | 1700 | size_t remainder; |
| 1635 | 1701 | ||
| 1636 | if (cachep->gfporder > MAX_GFP_ORDER) { | 1702 | cache_estimate(gfporder, size, align, flags, &remainder, &num); |
| 1637 | cachep->num = 0; | ||
| 1638 | break; | ||
| 1639 | } | ||
| 1640 | |||
| 1641 | cache_estimate(cachep->gfporder, size, align, flags, | ||
| 1642 | &remainder, &num); | ||
| 1643 | if (!num) | 1703 | if (!num) |
| 1644 | continue; | 1704 | continue; |
| 1705 | |||
| 1645 | /* More than offslab_limit objects will cause problems */ | 1706 | /* More than offslab_limit objects will cause problems */ |
| 1646 | if (flags & CFLGS_OFF_SLAB && cachep->num > offslab_limit) | 1707 | if ((flags & CFLGS_OFF_SLAB) && num > offslab_limit) |
| 1647 | break; | 1708 | break; |
| 1648 | 1709 | ||
| 1710 | /* Found something acceptable - save it away */ | ||
| 1649 | cachep->num = num; | 1711 | cachep->num = num; |
| 1712 | cachep->gfporder = gfporder; | ||
| 1650 | left_over = remainder; | 1713 | left_over = remainder; |
| 1651 | 1714 | ||
| 1652 | /* | 1715 | /* |
| 1716 | * A VFS-reclaimable slab tends to have most allocations | ||
| 1717 | * as GFP_NOFS and we really don't want to have to be allocating | ||
| 1718 | * higher-order pages when we are unable to shrink dcache. | ||
| 1719 | */ | ||
| 1720 | if (flags & SLAB_RECLAIM_ACCOUNT) | ||
| 1721 | break; | ||
| 1722 | |||
| 1723 | /* | ||
| 1653 | * Large number of objects is good, but very large slabs are | 1724 | * Large number of objects is good, but very large slabs are |
| 1654 | * currently bad for the gfp()s. | 1725 | * currently bad for the gfp()s. |
| 1655 | */ | 1726 | */ |
| 1656 | if (cachep->gfporder >= slab_break_gfp_order) | 1727 | if (gfporder >= slab_break_gfp_order) |
| 1657 | break; | 1728 | break; |
| 1658 | 1729 | ||
| 1659 | if ((left_over * 8) <= (PAGE_SIZE << cachep->gfporder)) | 1730 | /* |
| 1660 | /* Acceptable internal fragmentation */ | 1731 | * Acceptable internal fragmentation? |
| 1732 | */ | ||
| 1733 | if ((left_over * 8) <= (PAGE_SIZE << gfporder)) | ||
| 1661 | break; | 1734 | break; |
| 1662 | } | 1735 | } |
| 1663 | return left_over; | 1736 | return left_over; |
| @@ -1869,17 +1942,7 @@ kmem_cache_create (const char *name, size_t size, size_t align, | |||
| 1869 | 1942 | ||
| 1870 | size = ALIGN(size, align); | 1943 | size = ALIGN(size, align); |
| 1871 | 1944 | ||
| 1872 | if ((flags & SLAB_RECLAIM_ACCOUNT) && size <= PAGE_SIZE) { | 1945 | left_over = calculate_slab_order(cachep, size, align, flags); |
| 1873 | /* | ||
| 1874 | * A VFS-reclaimable slab tends to have most allocations | ||
| 1875 | * as GFP_NOFS and we really don't want to have to be allocating | ||
| 1876 | * higher-order pages when we are unable to shrink dcache. | ||
| 1877 | */ | ||
| 1878 | cachep->gfporder = 0; | ||
| 1879 | cache_estimate(cachep->gfporder, size, align, flags, | ||
| 1880 | &left_over, &cachep->num); | ||
| 1881 | } else | ||
| 1882 | left_over = calculate_slab_order(cachep, size, align, flags); | ||
| 1883 | 1946 | ||
| 1884 | if (!cachep->num) { | 1947 | if (!cachep->num) { |
| 1885 | printk("kmem_cache_create: couldn't create cache %s.\n", name); | 1948 | printk("kmem_cache_create: couldn't create cache %s.\n", name); |
| @@ -2554,7 +2617,7 @@ static void check_slabp(struct kmem_cache *cachep, struct slab *slabp) | |||
| 2554 | "slab: Internal list corruption detected in cache '%s'(%d), slabp %p(%d). Hexdump:\n", | 2617 | "slab: Internal list corruption detected in cache '%s'(%d), slabp %p(%d). Hexdump:\n", |
| 2555 | cachep->name, cachep->num, slabp, slabp->inuse); | 2618 | cachep->name, cachep->num, slabp, slabp->inuse); |
| 2556 | for (i = 0; | 2619 | for (i = 0; |
| 2557 | i < sizeof(slabp) + cachep->num * sizeof(kmem_bufctl_t); | 2620 | i < sizeof(*slabp) + cachep->num * sizeof(kmem_bufctl_t); |
| 2558 | i++) { | 2621 | i++) { |
| 2559 | if ((i % 16) == 0) | 2622 | if ((i % 16) == 0) |
| 2560 | printk("\n%03x:", i); | 2623 | printk("\n%03x:", i); |
| @@ -3494,8 +3557,7 @@ static void cache_reap(void *unused) | |||
| 3494 | check_irq_on(); | 3557 | check_irq_on(); |
| 3495 | 3558 | ||
| 3496 | l3 = searchp->nodelists[numa_node_id()]; | 3559 | l3 = searchp->nodelists[numa_node_id()]; |
| 3497 | if (l3->alien) | 3560 | reap_alien(searchp, l3); |
| 3498 | drain_alien_cache(searchp, l3->alien); | ||
| 3499 | spin_lock_irq(&l3->list_lock); | 3561 | spin_lock_irq(&l3->list_lock); |
| 3500 | 3562 | ||
| 3501 | drain_array_locked(searchp, cpu_cache_get(searchp), 0, | 3563 | drain_array_locked(searchp, cpu_cache_get(searchp), 0, |
| @@ -3545,7 +3607,7 @@ static void cache_reap(void *unused) | |||
| 3545 | } | 3607 | } |
| 3546 | check_irq_on(); | 3608 | check_irq_on(); |
| 3547 | mutex_unlock(&cache_chain_mutex); | 3609 | mutex_unlock(&cache_chain_mutex); |
| 3548 | drain_remote_pages(); | 3610 | next_reap_node(); |
| 3549 | /* Setup the next iteration */ | 3611 | /* Setup the next iteration */ |
| 3550 | schedule_delayed_work(&__get_cpu_var(reap_work), REAPTIMEOUT_CPUC); | 3612 | schedule_delayed_work(&__get_cpu_var(reap_work), REAPTIMEOUT_CPUC); |
| 3551 | } | 3613 | } |
| @@ -393,7 +393,8 @@ void pagevec_strip(struct pagevec *pvec) | |||
| 393 | struct page *page = pvec->pages[i]; | 393 | struct page *page = pvec->pages[i]; |
| 394 | 394 | ||
| 395 | if (PagePrivate(page) && !TestSetPageLocked(page)) { | 395 | if (PagePrivate(page) && !TestSetPageLocked(page)) { |
| 396 | try_to_release_page(page, 0); | 396 | if (PagePrivate(page)) |
| 397 | try_to_release_page(page, 0); | ||
| 397 | unlock_page(page); | 398 | unlock_page(page); |
| 398 | } | 399 | } |
| 399 | } | 400 | } |
| @@ -489,13 +490,34 @@ void percpu_counter_mod(struct percpu_counter *fbc, long amount) | |||
| 489 | if (count >= FBC_BATCH || count <= -FBC_BATCH) { | 490 | if (count >= FBC_BATCH || count <= -FBC_BATCH) { |
| 490 | spin_lock(&fbc->lock); | 491 | spin_lock(&fbc->lock); |
| 491 | fbc->count += count; | 492 | fbc->count += count; |
| 493 | *pcount = 0; | ||
| 492 | spin_unlock(&fbc->lock); | 494 | spin_unlock(&fbc->lock); |
| 493 | count = 0; | 495 | } else { |
| 496 | *pcount = count; | ||
| 494 | } | 497 | } |
| 495 | *pcount = count; | ||
| 496 | put_cpu(); | 498 | put_cpu(); |
| 497 | } | 499 | } |
| 498 | EXPORT_SYMBOL(percpu_counter_mod); | 500 | EXPORT_SYMBOL(percpu_counter_mod); |
| 501 | |||
| 502 | /* | ||
| 503 | * Add up all the per-cpu counts, return the result. This is a more accurate | ||
| 504 | * but much slower version of percpu_counter_read_positive() | ||
| 505 | */ | ||
| 506 | long percpu_counter_sum(struct percpu_counter *fbc) | ||
| 507 | { | ||
| 508 | long ret; | ||
| 509 | int cpu; | ||
| 510 | |||
| 511 | spin_lock(&fbc->lock); | ||
| 512 | ret = fbc->count; | ||
| 513 | for_each_cpu(cpu) { | ||
| 514 | long *pcount = per_cpu_ptr(fbc->counters, cpu); | ||
| 515 | ret += *pcount; | ||
| 516 | } | ||
| 517 | spin_unlock(&fbc->lock); | ||
| 518 | return ret < 0 ? 0 : ret; | ||
| 519 | } | ||
| 520 | EXPORT_SYMBOL(percpu_counter_sum); | ||
| 499 | #endif | 521 | #endif |
| 500 | 522 | ||
| 501 | /* | 523 | /* |
diff --git a/mm/vmscan.c b/mm/vmscan.c index b0af7593d01e..4fe7e3aa02e2 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c | |||
| @@ -700,7 +700,7 @@ int migrate_page_remove_references(struct page *newpage, | |||
| 700 | * the page. | 700 | * the page. |
| 701 | */ | 701 | */ |
| 702 | if (!mapping || page_mapcount(page) + nr_refs != page_count(page)) | 702 | if (!mapping || page_mapcount(page) + nr_refs != page_count(page)) |
| 703 | return 1; | 703 | return -EAGAIN; |
| 704 | 704 | ||
| 705 | /* | 705 | /* |
| 706 | * Establish swap ptes for anonymous pages or destroy pte | 706 | * Establish swap ptes for anonymous pages or destroy pte |
| @@ -721,13 +721,15 @@ int migrate_page_remove_references(struct page *newpage, | |||
| 721 | * If the page was not migrated then the PageSwapCache bit | 721 | * If the page was not migrated then the PageSwapCache bit |
| 722 | * is still set and the operation may continue. | 722 | * is still set and the operation may continue. |
| 723 | */ | 723 | */ |
| 724 | try_to_unmap(page, 1); | 724 | if (try_to_unmap(page, 1) == SWAP_FAIL) |
| 725 | /* A vma has VM_LOCKED set -> Permanent failure */ | ||
| 726 | return -EPERM; | ||
| 725 | 727 | ||
| 726 | /* | 728 | /* |
| 727 | * Give up if we were unable to remove all mappings. | 729 | * Give up if we were unable to remove all mappings. |
| 728 | */ | 730 | */ |
| 729 | if (page_mapcount(page)) | 731 | if (page_mapcount(page)) |
| 730 | return 1; | 732 | return -EAGAIN; |
| 731 | 733 | ||
| 732 | write_lock_irq(&mapping->tree_lock); | 734 | write_lock_irq(&mapping->tree_lock); |
| 733 | 735 | ||
| @@ -738,7 +740,7 @@ int migrate_page_remove_references(struct page *newpage, | |||
| 738 | if (!page_mapping(page) || page_count(page) != nr_refs || | 740 | if (!page_mapping(page) || page_count(page) != nr_refs || |
| 739 | *radix_pointer != page) { | 741 | *radix_pointer != page) { |
| 740 | write_unlock_irq(&mapping->tree_lock); | 742 | write_unlock_irq(&mapping->tree_lock); |
| 741 | return 1; | 743 | return -EAGAIN; |
| 742 | } | 744 | } |
| 743 | 745 | ||
| 744 | /* | 746 | /* |
| @@ -813,10 +815,14 @@ EXPORT_SYMBOL(migrate_page_copy); | |||
| 813 | */ | 815 | */ |
| 814 | int migrate_page(struct page *newpage, struct page *page) | 816 | int migrate_page(struct page *newpage, struct page *page) |
| 815 | { | 817 | { |
| 818 | int rc; | ||
| 819 | |||
| 816 | BUG_ON(PageWriteback(page)); /* Writeback must be complete */ | 820 | BUG_ON(PageWriteback(page)); /* Writeback must be complete */ |
| 817 | 821 | ||
| 818 | if (migrate_page_remove_references(newpage, page, 2)) | 822 | rc = migrate_page_remove_references(newpage, page, 2); |
| 819 | return -EAGAIN; | 823 | |
| 824 | if (rc) | ||
| 825 | return rc; | ||
| 820 | 826 | ||
| 821 | migrate_page_copy(newpage, page); | 827 | migrate_page_copy(newpage, page); |
| 822 | 828 | ||
| @@ -1883,7 +1889,8 @@ int zone_reclaim(struct zone *zone, gfp_t gfp_mask, unsigned int order) | |||
| 1883 | 1889 | ||
| 1884 | if (!(gfp_mask & __GFP_WAIT) || | 1890 | if (!(gfp_mask & __GFP_WAIT) || |
| 1885 | zone->all_unreclaimable || | 1891 | zone->all_unreclaimable || |
| 1886 | atomic_read(&zone->reclaim_in_progress) > 0) | 1892 | atomic_read(&zone->reclaim_in_progress) > 0 || |
| 1893 | (p->flags & PF_MEMALLOC)) | ||
| 1887 | return 0; | 1894 | return 0; |
| 1888 | 1895 | ||
| 1889 | node_id = zone->zone_pgdat->node_id; | 1896 | node_id = zone->zone_pgdat->node_id; |
diff --git a/net/atm/signaling.c b/net/atm/signaling.c index 93ad59a28ef5..31d98b57e1de 100644 --- a/net/atm/signaling.c +++ b/net/atm/signaling.c | |||
| @@ -39,25 +39,19 @@ static DECLARE_WAIT_QUEUE_HEAD(sigd_sleep); | |||
| 39 | static void sigd_put_skb(struct sk_buff *skb) | 39 | static void sigd_put_skb(struct sk_buff *skb) |
| 40 | { | 40 | { |
| 41 | #ifdef WAIT_FOR_DEMON | 41 | #ifdef WAIT_FOR_DEMON |
| 42 | static unsigned long silence; | ||
| 43 | DECLARE_WAITQUEUE(wait,current); | 42 | DECLARE_WAITQUEUE(wait,current); |
| 44 | 43 | ||
| 45 | add_wait_queue(&sigd_sleep,&wait); | 44 | add_wait_queue(&sigd_sleep,&wait); |
| 46 | while (!sigd) { | 45 | while (!sigd) { |
| 47 | set_current_state(TASK_UNINTERRUPTIBLE); | 46 | set_current_state(TASK_UNINTERRUPTIBLE); |
| 48 | if (time_after(jiffies, silence) || silence == 0) { | 47 | DPRINTK("atmsvc: waiting for signaling demon...\n"); |
| 49 | printk(KERN_INFO "atmsvc: waiting for signaling demon " | ||
| 50 | "...\n"); | ||
| 51 | silence = (jiffies+30*HZ)|1; | ||
| 52 | } | ||
| 53 | schedule(); | 48 | schedule(); |
| 54 | } | 49 | } |
| 55 | current->state = TASK_RUNNING; | 50 | current->state = TASK_RUNNING; |
| 56 | remove_wait_queue(&sigd_sleep,&wait); | 51 | remove_wait_queue(&sigd_sleep,&wait); |
| 57 | #else | 52 | #else |
| 58 | if (!sigd) { | 53 | if (!sigd) { |
| 59 | if (net_ratelimit()) | 54 | DPRINTK("atmsvc: no signaling demon\n"); |
| 60 | printk(KERN_WARNING "atmsvc: no signaling demon\n"); | ||
| 61 | kfree_skb(skb); | 55 | kfree_skb(skb); |
| 62 | return; | 56 | return; |
| 63 | } | 57 | } |
diff --git a/net/ax25/sysctl_net_ax25.c b/net/ax25/sysctl_net_ax25.c index f67711f2ee96..894a22558d9d 100644 --- a/net/ax25/sysctl_net_ax25.c +++ b/net/ax25/sysctl_net_ax25.c | |||
| @@ -24,7 +24,7 @@ static int min_t3[1], max_t3[] = {3600 * HZ}; | |||
| 24 | static int min_idle[1], max_idle[] = {65535 * HZ}; | 24 | static int min_idle[1], max_idle[] = {65535 * HZ}; |
| 25 | static int min_n2[] = {1}, max_n2[] = {31}; | 25 | static int min_n2[] = {1}, max_n2[] = {31}; |
| 26 | static int min_paclen[] = {1}, max_paclen[] = {512}; | 26 | static int min_paclen[] = {1}, max_paclen[] = {512}; |
| 27 | static int min_proto[1], max_proto[] = {3}; | 27 | static int min_proto[1], max_proto[] = { AX25_PROTO_MAX }; |
| 28 | static int min_ds_timeout[1], max_ds_timeout[] = {65535 * HZ}; | 28 | static int min_ds_timeout[1], max_ds_timeout[] = {65535 * HZ}; |
| 29 | 29 | ||
| 30 | static struct ctl_table_header *ax25_table_header; | 30 | static struct ctl_table_header *ax25_table_header; |
diff --git a/net/bridge/br_if.c b/net/bridge/br_if.c index 7fa3a5a9971f..f36b35edd60c 100644 --- a/net/bridge/br_if.c +++ b/net/bridge/br_if.c | |||
| @@ -81,26 +81,27 @@ static void port_carrier_check(void *arg) | |||
| 81 | { | 81 | { |
| 82 | struct net_device *dev = arg; | 82 | struct net_device *dev = arg; |
| 83 | struct net_bridge_port *p; | 83 | struct net_bridge_port *p; |
| 84 | struct net_bridge *br; | ||
| 84 | 85 | ||
| 85 | rtnl_lock(); | 86 | rtnl_lock(); |
| 86 | p = dev->br_port; | 87 | p = dev->br_port; |
| 87 | if (!p) | 88 | if (!p) |
| 88 | goto done; | 89 | goto done; |
| 89 | 90 | br = p->br; | |
| 90 | if (netif_carrier_ok(p->dev)) { | 91 | |
| 91 | u32 cost = port_cost(p->dev); | 92 | if (netif_carrier_ok(dev)) |
| 92 | 93 | p->path_cost = port_cost(dev); | |
| 93 | spin_lock_bh(&p->br->lock); | 94 | |
| 94 | if (p->state == BR_STATE_DISABLED) { | 95 | if (br->dev->flags & IFF_UP) { |
| 95 | p->path_cost = cost; | 96 | spin_lock_bh(&br->lock); |
| 96 | br_stp_enable_port(p); | 97 | if (netif_carrier_ok(dev)) { |
| 98 | if (p->state == BR_STATE_DISABLED) | ||
| 99 | br_stp_enable_port(p); | ||
| 100 | } else { | ||
| 101 | if (p->state != BR_STATE_DISABLED) | ||
| 102 | br_stp_disable_port(p); | ||
| 97 | } | 103 | } |
| 98 | spin_unlock_bh(&p->br->lock); | 104 | spin_unlock_bh(&br->lock); |
| 99 | } else { | ||
| 100 | spin_lock_bh(&p->br->lock); | ||
| 101 | if (p->state != BR_STATE_DISABLED) | ||
| 102 | br_stp_disable_port(p); | ||
| 103 | spin_unlock_bh(&p->br->lock); | ||
| 104 | } | 105 | } |
| 105 | done: | 106 | done: |
| 106 | rtnl_unlock(); | 107 | rtnl_unlock(); |
| @@ -168,6 +169,7 @@ static void del_nbp(struct net_bridge_port *p) | |||
| 168 | 169 | ||
| 169 | rcu_assign_pointer(dev->br_port, NULL); | 170 | rcu_assign_pointer(dev->br_port, NULL); |
| 170 | 171 | ||
| 172 | kobject_uevent(&p->kobj, KOBJ_REMOVE); | ||
| 171 | kobject_del(&p->kobj); | 173 | kobject_del(&p->kobj); |
| 172 | 174 | ||
| 173 | call_rcu(&p->rcu, destroy_nbp_rcu); | 175 | call_rcu(&p->rcu, destroy_nbp_rcu); |
| @@ -276,8 +278,9 @@ static struct net_bridge_port *new_nbp(struct net_bridge *br, | |||
| 276 | br_init_port(p); | 278 | br_init_port(p); |
| 277 | p->state = BR_STATE_DISABLED; | 279 | p->state = BR_STATE_DISABLED; |
| 278 | INIT_WORK(&p->carrier_check, port_carrier_check, dev); | 280 | INIT_WORK(&p->carrier_check, port_carrier_check, dev); |
| 279 | kobject_init(&p->kobj); | 281 | br_stp_port_timer_init(p); |
| 280 | 282 | ||
| 283 | kobject_init(&p->kobj); | ||
| 281 | kobject_set_name(&p->kobj, SYSFS_BRIDGE_PORT_ATTR); | 284 | kobject_set_name(&p->kobj, SYSFS_BRIDGE_PORT_ATTR); |
| 282 | p->kobj.ktype = &brport_ktype; | 285 | p->kobj.ktype = &brport_ktype; |
| 283 | p->kobj.parent = &(dev->class_dev.kobj); | 286 | p->kobj.parent = &(dev->class_dev.kobj); |
diff --git a/net/bridge/br_stp_if.c b/net/bridge/br_stp_if.c index 35cf3a074087..23dea1422c9a 100644 --- a/net/bridge/br_stp_if.c +++ b/net/bridge/br_stp_if.c | |||
| @@ -39,8 +39,6 @@ void br_init_port(struct net_bridge_port *p) | |||
| 39 | p->state = BR_STATE_BLOCKING; | 39 | p->state = BR_STATE_BLOCKING; |
| 40 | p->topology_change_ack = 0; | 40 | p->topology_change_ack = 0; |
| 41 | p->config_pending = 0; | 41 | p->config_pending = 0; |
| 42 | |||
| 43 | br_stp_port_timer_init(p); | ||
| 44 | } | 42 | } |
| 45 | 43 | ||
| 46 | /* called under bridge lock */ | 44 | /* called under bridge lock */ |
diff --git a/net/bridge/netfilter/Makefile b/net/bridge/netfilter/Makefile index 8bf6d9f6e9d3..905087e0d485 100644 --- a/net/bridge/netfilter/Makefile +++ b/net/bridge/netfilter/Makefile | |||
| @@ -29,4 +29,4 @@ obj-$(CONFIG_BRIDGE_EBT_SNAT) += ebt_snat.o | |||
| 29 | 29 | ||
| 30 | # watchers | 30 | # watchers |
| 31 | obj-$(CONFIG_BRIDGE_EBT_LOG) += ebt_log.o | 31 | obj-$(CONFIG_BRIDGE_EBT_LOG) += ebt_log.o |
| 32 | obj-$(CONFIG_BRIDGE_EBT_LOG) += ebt_ulog.o | 32 | obj-$(CONFIG_BRIDGE_EBT_ULOG) += ebt_ulog.o |
diff --git a/net/bridge/netfilter/ebt_log.c b/net/bridge/netfilter/ebt_log.c index 0128fbbe2328..288ff1d4ccc4 100644 --- a/net/bridge/netfilter/ebt_log.c +++ b/net/bridge/netfilter/ebt_log.c | |||
| @@ -166,7 +166,12 @@ static void ebt_log(const struct sk_buff *skb, unsigned int hooknr, | |||
| 166 | li.u.log.level = info->loglevel; | 166 | li.u.log.level = info->loglevel; |
| 167 | li.u.log.logflags = info->bitmask; | 167 | li.u.log.logflags = info->bitmask; |
| 168 | 168 | ||
| 169 | nf_log_packet(PF_BRIDGE, hooknr, skb, in, out, &li, info->prefix); | 169 | if (info->bitmask & EBT_LOG_NFLOG) |
| 170 | nf_log_packet(PF_BRIDGE, hooknr, skb, in, out, &li, | ||
| 171 | info->prefix); | ||
| 172 | else | ||
| 173 | ebt_log_packet(PF_BRIDGE, hooknr, skb, in, out, &li, | ||
| 174 | info->prefix); | ||
| 170 | } | 175 | } |
| 171 | 176 | ||
| 172 | static struct ebt_watcher log = | 177 | static struct ebt_watcher log = |
diff --git a/net/core/request_sock.c b/net/core/request_sock.c index b8203de5ff07..98f0fc923f91 100644 --- a/net/core/request_sock.c +++ b/net/core/request_sock.c | |||
| @@ -52,7 +52,6 @@ int reqsk_queue_alloc(struct request_sock_queue *queue, | |||
| 52 | get_random_bytes(&lopt->hash_rnd, sizeof(lopt->hash_rnd)); | 52 | get_random_bytes(&lopt->hash_rnd, sizeof(lopt->hash_rnd)); |
| 53 | rwlock_init(&queue->syn_wait_lock); | 53 | rwlock_init(&queue->syn_wait_lock); |
| 54 | queue->rskq_accept_head = queue->rskq_accept_head = NULL; | 54 | queue->rskq_accept_head = queue->rskq_accept_head = NULL; |
| 55 | queue->rskq_defer_accept = 0; | ||
| 56 | lopt->nr_table_entries = nr_table_entries; | 55 | lopt->nr_table_entries = nr_table_entries; |
| 57 | 56 | ||
| 58 | write_lock_bh(&queue->syn_wait_lock); | 57 | write_lock_bh(&queue->syn_wait_lock); |
diff --git a/net/dccp/ccids/ccid3.c b/net/dccp/ccids/ccid3.c index aa68e0ab274d..35d1d347541c 100644 --- a/net/dccp/ccids/ccid3.c +++ b/net/dccp/ccids/ccid3.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * net/dccp/ccids/ccid3.c | 2 | * net/dccp/ccids/ccid3.c |
| 3 | * | 3 | * |
| 4 | * Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand. | 4 | * Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand. |
| 5 | * Copyright (c) 2005 Ian McDonald <iam4@cs.waikato.ac.nz> | 5 | * Copyright (c) 2005-6 Ian McDonald <imcdnzl@gmail.com> |
| 6 | * | 6 | * |
| 7 | * An implementation of the DCCP protocol | 7 | * An implementation of the DCCP protocol |
| 8 | * | 8 | * |
| @@ -1033,9 +1033,13 @@ static void ccid3_hc_rx_packet_recv(struct sock *sk, struct sk_buff *skb) | |||
| 1033 | p_prev = hcrx->ccid3hcrx_p; | 1033 | p_prev = hcrx->ccid3hcrx_p; |
| 1034 | 1034 | ||
| 1035 | /* Calculate loss event rate */ | 1035 | /* Calculate loss event rate */ |
| 1036 | if (!list_empty(&hcrx->ccid3hcrx_li_hist)) | 1036 | if (!list_empty(&hcrx->ccid3hcrx_li_hist)) { |
| 1037 | u32 i_mean = dccp_li_hist_calc_i_mean(&hcrx->ccid3hcrx_li_hist); | ||
| 1038 | |||
| 1037 | /* Scaling up by 1000000 as fixed decimal */ | 1039 | /* Scaling up by 1000000 as fixed decimal */ |
| 1038 | hcrx->ccid3hcrx_p = 1000000 / dccp_li_hist_calc_i_mean(&hcrx->ccid3hcrx_li_hist); | 1040 | if (i_mean != 0) |
| 1041 | hcrx->ccid3hcrx_p = 1000000 / i_mean; | ||
| 1042 | } | ||
| 1039 | 1043 | ||
| 1040 | if (hcrx->ccid3hcrx_p > p_prev) { | 1044 | if (hcrx->ccid3hcrx_p > p_prev) { |
| 1041 | ccid3_hc_rx_send_feedback(sk); | 1045 | ccid3_hc_rx_send_feedback(sk); |
diff --git a/net/ieee80211/ieee80211_crypt_ccmp.c b/net/ieee80211/ieee80211_crypt_ccmp.c index 470221728503..3840d1911f2b 100644 --- a/net/ieee80211/ieee80211_crypt_ccmp.c +++ b/net/ieee80211/ieee80211_crypt_ccmp.c | |||
| @@ -131,7 +131,7 @@ static void ccmp_init_blocks(struct crypto_tfm *tfm, | |||
| 131 | a4_included = ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == | 131 | a4_included = ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == |
| 132 | (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)); | 132 | (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)); |
| 133 | qc_included = ((WLAN_FC_GET_TYPE(fc) == IEEE80211_FTYPE_DATA) && | 133 | qc_included = ((WLAN_FC_GET_TYPE(fc) == IEEE80211_FTYPE_DATA) && |
| 134 | (WLAN_FC_GET_STYPE(fc) & 0x08)); | 134 | (WLAN_FC_GET_STYPE(fc) & IEEE80211_STYPE_QOS_DATA)); |
| 135 | aad_len = 22; | 135 | aad_len = 22; |
| 136 | if (a4_included) | 136 | if (a4_included) |
| 137 | aad_len += 6; | 137 | aad_len += 6; |
diff --git a/net/ieee80211/ieee80211_rx.c b/net/ieee80211/ieee80211_rx.c index 960aa78cdb97..7ac6a7165d9c 100644 --- a/net/ieee80211/ieee80211_rx.c +++ b/net/ieee80211/ieee80211_rx.c | |||
| @@ -1301,7 +1301,7 @@ static void update_network(struct ieee80211_network *dst, | |||
| 1301 | /* dst->last_associate is not overwritten */ | 1301 | /* dst->last_associate is not overwritten */ |
| 1302 | } | 1302 | } |
| 1303 | 1303 | ||
| 1304 | static inline int is_beacon(int fc) | 1304 | static inline int is_beacon(__le16 fc) |
| 1305 | { | 1305 | { |
| 1306 | return (WLAN_FC_GET_STYPE(le16_to_cpu(fc)) == IEEE80211_STYPE_BEACON); | 1306 | return (WLAN_FC_GET_STYPE(le16_to_cpu(fc)) == IEEE80211_STYPE_BEACON); |
| 1307 | } | 1307 | } |
| @@ -1348,9 +1348,7 @@ static void ieee80211_process_probe_response(struct ieee80211_device | |||
| 1348 | escape_essid(info_element->data, | 1348 | escape_essid(info_element->data, |
| 1349 | info_element->len), | 1349 | info_element->len), |
| 1350 | MAC_ARG(beacon->header.addr3), | 1350 | MAC_ARG(beacon->header.addr3), |
| 1351 | is_beacon(le16_to_cpu | 1351 | is_beacon(beacon->header.frame_ctl) ? |
| 1352 | (beacon->header. | ||
| 1353 | frame_ctl)) ? | ||
| 1354 | "BEACON" : "PROBE RESPONSE"); | 1352 | "BEACON" : "PROBE RESPONSE"); |
| 1355 | return; | 1353 | return; |
| 1356 | } | 1354 | } |
| @@ -1400,9 +1398,7 @@ static void ieee80211_process_probe_response(struct ieee80211_device | |||
| 1400 | escape_essid(network.ssid, | 1398 | escape_essid(network.ssid, |
| 1401 | network.ssid_len), | 1399 | network.ssid_len), |
| 1402 | MAC_ARG(network.bssid), | 1400 | MAC_ARG(network.bssid), |
| 1403 | is_beacon(le16_to_cpu | 1401 | is_beacon(beacon->header.frame_ctl) ? |
| 1404 | (beacon->header. | ||
| 1405 | frame_ctl)) ? | ||
| 1406 | "BEACON" : "PROBE RESPONSE"); | 1402 | "BEACON" : "PROBE RESPONSE"); |
| 1407 | #endif | 1403 | #endif |
| 1408 | memcpy(target, &network, sizeof(*target)); | 1404 | memcpy(target, &network, sizeof(*target)); |
| @@ -1412,21 +1408,19 @@ static void ieee80211_process_probe_response(struct ieee80211_device | |||
| 1412 | escape_essid(target->ssid, | 1408 | escape_essid(target->ssid, |
| 1413 | target->ssid_len), | 1409 | target->ssid_len), |
| 1414 | MAC_ARG(target->bssid), | 1410 | MAC_ARG(target->bssid), |
| 1415 | is_beacon(le16_to_cpu | 1411 | is_beacon(beacon->header.frame_ctl) ? |
| 1416 | (beacon->header. | ||
| 1417 | frame_ctl)) ? | ||
| 1418 | "BEACON" : "PROBE RESPONSE"); | 1412 | "BEACON" : "PROBE RESPONSE"); |
| 1419 | update_network(target, &network); | 1413 | update_network(target, &network); |
| 1420 | } | 1414 | } |
| 1421 | 1415 | ||
| 1422 | spin_unlock_irqrestore(&ieee->lock, flags); | 1416 | spin_unlock_irqrestore(&ieee->lock, flags); |
| 1423 | 1417 | ||
| 1424 | if (is_beacon(le16_to_cpu(beacon->header.frame_ctl))) { | 1418 | if (is_beacon(beacon->header.frame_ctl)) { |
| 1425 | if (ieee->handle_beacon != NULL) | 1419 | if (ieee->handle_beacon != NULL) |
| 1426 | ieee->handle_beacon(dev, beacon, &network); | 1420 | ieee->handle_beacon(dev, beacon, target); |
| 1427 | } else { | 1421 | } else { |
| 1428 | if (ieee->handle_probe_response != NULL) | 1422 | if (ieee->handle_probe_response != NULL) |
| 1429 | ieee->handle_probe_response(dev, beacon, &network); | 1423 | ieee->handle_probe_response(dev, beacon, target); |
| 1430 | } | 1424 | } |
| 1431 | } | 1425 | } |
| 1432 | 1426 | ||
diff --git a/net/ipv4/esp4.c b/net/ipv4/esp4.c index 73bfcae8af9c..09590f356086 100644 --- a/net/ipv4/esp4.c +++ b/net/ipv4/esp4.c | |||
| @@ -12,13 +12,6 @@ | |||
| 12 | #include <net/protocol.h> | 12 | #include <net/protocol.h> |
| 13 | #include <net/udp.h> | 13 | #include <net/udp.h> |
| 14 | 14 | ||
| 15 | /* decapsulation data for use when post-processing */ | ||
| 16 | struct esp_decap_data { | ||
| 17 | xfrm_address_t saddr; | ||
| 18 | __u16 sport; | ||
| 19 | __u8 proto; | ||
| 20 | }; | ||
| 21 | |||
| 22 | static int esp_output(struct xfrm_state *x, struct sk_buff *skb) | 15 | static int esp_output(struct xfrm_state *x, struct sk_buff *skb) |
| 23 | { | 16 | { |
| 24 | int err; | 17 | int err; |
| @@ -150,6 +143,10 @@ static int esp_input(struct xfrm_state *x, struct xfrm_decap_state *decap, struc | |||
| 150 | int elen = skb->len - sizeof(struct ip_esp_hdr) - esp->conf.ivlen - alen; | 143 | int elen = skb->len - sizeof(struct ip_esp_hdr) - esp->conf.ivlen - alen; |
| 151 | int nfrags; | 144 | int nfrags; |
| 152 | int encap_len = 0; | 145 | int encap_len = 0; |
| 146 | u8 nexthdr[2]; | ||
| 147 | struct scatterlist *sg; | ||
| 148 | u8 workbuf[60]; | ||
| 149 | int padlen; | ||
| 153 | 150 | ||
| 154 | if (!pskb_may_pull(skb, sizeof(struct ip_esp_hdr))) | 151 | if (!pskb_may_pull(skb, sizeof(struct ip_esp_hdr))) |
| 155 | goto out; | 152 | goto out; |
| @@ -185,122 +182,82 @@ static int esp_input(struct xfrm_state *x, struct xfrm_decap_state *decap, struc | |||
| 185 | if (esp->conf.ivlen) | 182 | if (esp->conf.ivlen) |
| 186 | crypto_cipher_set_iv(esp->conf.tfm, esph->enc_data, crypto_tfm_alg_ivsize(esp->conf.tfm)); | 183 | crypto_cipher_set_iv(esp->conf.tfm, esph->enc_data, crypto_tfm_alg_ivsize(esp->conf.tfm)); |
| 187 | 184 | ||
| 188 | { | 185 | sg = &esp->sgbuf[0]; |
| 189 | u8 nexthdr[2]; | ||
| 190 | struct scatterlist *sg = &esp->sgbuf[0]; | ||
| 191 | u8 workbuf[60]; | ||
| 192 | int padlen; | ||
| 193 | |||
| 194 | if (unlikely(nfrags > ESP_NUM_FAST_SG)) { | ||
| 195 | sg = kmalloc(sizeof(struct scatterlist)*nfrags, GFP_ATOMIC); | ||
| 196 | if (!sg) | ||
| 197 | goto out; | ||
| 198 | } | ||
| 199 | skb_to_sgvec(skb, sg, sizeof(struct ip_esp_hdr) + esp->conf.ivlen, elen); | ||
| 200 | crypto_cipher_decrypt(esp->conf.tfm, sg, sg, elen); | ||
| 201 | if (unlikely(sg != &esp->sgbuf[0])) | ||
| 202 | kfree(sg); | ||
| 203 | |||
| 204 | if (skb_copy_bits(skb, skb->len-alen-2, nexthdr, 2)) | ||
| 205 | BUG(); | ||
| 206 | 186 | ||
| 207 | padlen = nexthdr[0]; | 187 | if (unlikely(nfrags > ESP_NUM_FAST_SG)) { |
| 208 | if (padlen+2 >= elen) | 188 | sg = kmalloc(sizeof(struct scatterlist)*nfrags, GFP_ATOMIC); |
| 189 | if (!sg) | ||
| 209 | goto out; | 190 | goto out; |
| 210 | |||
| 211 | /* ... check padding bits here. Silly. :-) */ | ||
| 212 | |||
| 213 | if (x->encap && decap && decap->decap_type) { | ||
| 214 | struct esp_decap_data *encap_data; | ||
| 215 | struct udphdr *uh = (struct udphdr *) (iph+1); | ||
| 216 | |||
| 217 | encap_data = (struct esp_decap_data *) (decap->decap_data); | ||
| 218 | encap_data->proto = 0; | ||
| 219 | |||
| 220 | switch (decap->decap_type) { | ||
| 221 | case UDP_ENCAP_ESPINUDP: | ||
| 222 | case UDP_ENCAP_ESPINUDP_NON_IKE: | ||
| 223 | encap_data->proto = AF_INET; | ||
| 224 | encap_data->saddr.a4 = iph->saddr; | ||
| 225 | encap_data->sport = uh->source; | ||
| 226 | encap_len = (void*)esph - (void*)uh; | ||
| 227 | break; | ||
| 228 | |||
| 229 | default: | ||
| 230 | goto out; | ||
| 231 | } | ||
| 232 | } | ||
| 233 | |||
| 234 | iph->protocol = nexthdr[1]; | ||
| 235 | pskb_trim(skb, skb->len - alen - padlen - 2); | ||
| 236 | memcpy(workbuf, skb->nh.raw, iph->ihl*4); | ||
| 237 | skb->h.raw = skb_pull(skb, sizeof(struct ip_esp_hdr) + esp->conf.ivlen); | ||
| 238 | skb->nh.raw += encap_len + sizeof(struct ip_esp_hdr) + esp->conf.ivlen; | ||
| 239 | memcpy(skb->nh.raw, workbuf, iph->ihl*4); | ||
| 240 | skb->nh.iph->tot_len = htons(skb->len); | ||
| 241 | } | 191 | } |
| 192 | skb_to_sgvec(skb, sg, sizeof(struct ip_esp_hdr) + esp->conf.ivlen, elen); | ||
| 193 | crypto_cipher_decrypt(esp->conf.tfm, sg, sg, elen); | ||
| 194 | if (unlikely(sg != &esp->sgbuf[0])) | ||
| 195 | kfree(sg); | ||
| 242 | 196 | ||
| 243 | return 0; | 197 | if (skb_copy_bits(skb, skb->len-alen-2, nexthdr, 2)) |
| 198 | BUG(); | ||
| 244 | 199 | ||
| 245 | out: | 200 | padlen = nexthdr[0]; |
| 246 | return -EINVAL; | 201 | if (padlen+2 >= elen) |
| 247 | } | 202 | goto out; |
| 248 | 203 | ||
| 249 | static int esp_post_input(struct xfrm_state *x, struct xfrm_decap_state *decap, struct sk_buff *skb) | 204 | /* ... check padding bits here. Silly. :-) */ |
| 250 | { | ||
| 251 | |||
| 252 | if (x->encap) { | ||
| 253 | struct xfrm_encap_tmpl *encap; | ||
| 254 | struct esp_decap_data *decap_data; | ||
| 255 | 205 | ||
| 256 | encap = x->encap; | 206 | if (x->encap) { |
| 257 | decap_data = (struct esp_decap_data *)(decap->decap_data); | 207 | struct xfrm_encap_tmpl *encap = x->encap; |
| 208 | struct udphdr *uh; | ||
| 258 | 209 | ||
| 259 | /* first, make sure that the decap type == the encap type */ | ||
| 260 | if (encap->encap_type != decap->decap_type) | 210 | if (encap->encap_type != decap->decap_type) |
| 261 | return -EINVAL; | 211 | goto out; |
| 262 | 212 | ||
| 263 | switch (encap->encap_type) { | 213 | uh = (struct udphdr *)(iph + 1); |
| 264 | default: | 214 | encap_len = (void*)esph - (void*)uh; |
| 265 | case UDP_ENCAP_ESPINUDP: | 215 | |
| 266 | case UDP_ENCAP_ESPINUDP_NON_IKE: | 216 | /* |
| 267 | /* | 217 | * 1) if the NAT-T peer's IP or port changed then |
| 268 | * 1) if the NAT-T peer's IP or port changed then | 218 | * advertize the change to the keying daemon. |
| 269 | * advertize the change to the keying daemon. | 219 | * This is an inbound SA, so just compare |
| 270 | * This is an inbound SA, so just compare | 220 | * SRC ports. |
| 271 | * SRC ports. | 221 | */ |
| 272 | */ | 222 | if (iph->saddr != x->props.saddr.a4 || |
| 273 | if (decap_data->proto == AF_INET && | 223 | uh->source != encap->encap_sport) { |
| 274 | (decap_data->saddr.a4 != x->props.saddr.a4 || | 224 | xfrm_address_t ipaddr; |
| 275 | decap_data->sport != encap->encap_sport)) { | 225 | |
| 276 | xfrm_address_t ipaddr; | 226 | ipaddr.a4 = iph->saddr; |
| 277 | 227 | km_new_mapping(x, &ipaddr, uh->source); | |
| 278 | ipaddr.a4 = decap_data->saddr.a4; | 228 | |
| 279 | km_new_mapping(x, &ipaddr, decap_data->sport); | 229 | /* XXX: perhaps add an extra |
| 280 | 230 | * policy check here, to see | |
| 281 | /* XXX: perhaps add an extra | 231 | * if we should allow or |
| 282 | * policy check here, to see | 232 | * reject a packet from a |
| 283 | * if we should allow or | 233 | * different source |
| 284 | * reject a packet from a | 234 | * address/port. |
| 285 | * different source | ||
| 286 | * address/port. | ||
| 287 | */ | ||
| 288 | } | ||
| 289 | |||
| 290 | /* | ||
| 291 | * 2) ignore UDP/TCP checksums in case | ||
| 292 | * of NAT-T in Transport Mode, or | ||
| 293 | * perform other post-processing fixes | ||
| 294 | * as per * draft-ietf-ipsec-udp-encaps-06, | ||
| 295 | * section 3.1.2 | ||
| 296 | */ | 235 | */ |
| 297 | if (!x->props.mode) | ||
| 298 | skb->ip_summed = CHECKSUM_UNNECESSARY; | ||
| 299 | |||
| 300 | break; | ||
| 301 | } | 236 | } |
| 237 | |||
| 238 | /* | ||
| 239 | * 2) ignore UDP/TCP checksums in case | ||
| 240 | * of NAT-T in Transport Mode, or | ||
| 241 | * perform other post-processing fixes | ||
| 242 | * as per draft-ietf-ipsec-udp-encaps-06, | ||
| 243 | * section 3.1.2 | ||
| 244 | */ | ||
| 245 | if (!x->props.mode) | ||
| 246 | skb->ip_summed = CHECKSUM_UNNECESSARY; | ||
| 302 | } | 247 | } |
| 248 | |||
| 249 | iph->protocol = nexthdr[1]; | ||
| 250 | pskb_trim(skb, skb->len - alen - padlen - 2); | ||
| 251 | memcpy(workbuf, skb->nh.raw, iph->ihl*4); | ||
| 252 | skb->h.raw = skb_pull(skb, sizeof(struct ip_esp_hdr) + esp->conf.ivlen); | ||
| 253 | skb->nh.raw += encap_len + sizeof(struct ip_esp_hdr) + esp->conf.ivlen; | ||
| 254 | memcpy(skb->nh.raw, workbuf, iph->ihl*4); | ||
| 255 | skb->nh.iph->tot_len = htons(skb->len); | ||
| 256 | |||
| 303 | return 0; | 257 | return 0; |
| 258 | |||
| 259 | out: | ||
| 260 | return -EINVAL; | ||
| 304 | } | 261 | } |
| 305 | 262 | ||
| 306 | static u32 esp4_get_max_size(struct xfrm_state *x, int mtu) | 263 | static u32 esp4_get_max_size(struct xfrm_state *x, int mtu) |
| @@ -458,7 +415,6 @@ static struct xfrm_type esp_type = | |||
| 458 | .destructor = esp_destroy, | 415 | .destructor = esp_destroy, |
| 459 | .get_max_size = esp4_get_max_size, | 416 | .get_max_size = esp4_get_max_size, |
| 460 | .input = esp_input, | 417 | .input = esp_input, |
| 461 | .post_input = esp_post_input, | ||
| 462 | .output = esp_output | 418 | .output = esp_output |
| 463 | }; | 419 | }; |
| 464 | 420 | ||
| @@ -470,15 +426,6 @@ static struct net_protocol esp4_protocol = { | |||
| 470 | 426 | ||
| 471 | static int __init esp4_init(void) | 427 | static int __init esp4_init(void) |
| 472 | { | 428 | { |
| 473 | struct xfrm_decap_state decap; | ||
| 474 | |||
| 475 | if (sizeof(struct esp_decap_data) > | ||
| 476 | sizeof(decap.decap_data)) { | ||
| 477 | extern void decap_data_too_small(void); | ||
| 478 | |||
| 479 | decap_data_too_small(); | ||
| 480 | } | ||
| 481 | |||
| 482 | if (xfrm_register_type(&esp_type, AF_INET) < 0) { | 429 | if (xfrm_register_type(&esp_type, AF_INET) < 0) { |
| 483 | printk(KERN_INFO "ip esp init: can't add xfrm type\n"); | 430 | printk(KERN_INFO "ip esp init: can't add xfrm type\n"); |
| 484 | return -EAGAIN; | 431 | return -EAGAIN; |
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index 57d290d89ec2..8ee4d016740d 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c | |||
| @@ -847,10 +847,11 @@ int ip_append_data(struct sock *sk, | |||
| 847 | if (((length > mtu) && (sk->sk_protocol == IPPROTO_UDP)) && | 847 | if (((length > mtu) && (sk->sk_protocol == IPPROTO_UDP)) && |
| 848 | (rt->u.dst.dev->features & NETIF_F_UFO)) { | 848 | (rt->u.dst.dev->features & NETIF_F_UFO)) { |
| 849 | 849 | ||
| 850 | if(ip_ufo_append_data(sk, getfrag, from, length, hh_len, | 850 | err = ip_ufo_append_data(sk, getfrag, from, length, hh_len, |
| 851 | fragheaderlen, transhdrlen, mtu, flags)) | 851 | fragheaderlen, transhdrlen, mtu, |
| 852 | flags); | ||
| 853 | if (err) | ||
| 852 | goto error; | 854 | goto error; |
| 853 | |||
| 854 | return 0; | 855 | return 0; |
| 855 | } | 856 | } |
| 856 | 857 | ||
diff --git a/net/ipv4/netfilter/arp_tables.c b/net/ipv4/netfilter/arp_tables.c index dd1048be8a01..7d7ab94a7a2e 100644 --- a/net/ipv4/netfilter/arp_tables.c +++ b/net/ipv4/netfilter/arp_tables.c | |||
| @@ -771,7 +771,7 @@ static int get_entries(const struct arpt_get_entries *entries, | |||
| 771 | struct arpt_table *t; | 771 | struct arpt_table *t; |
| 772 | 772 | ||
| 773 | t = xt_find_table_lock(NF_ARP, entries->name); | 773 | t = xt_find_table_lock(NF_ARP, entries->name); |
| 774 | if (t || !IS_ERR(t)) { | 774 | if (t && !IS_ERR(t)) { |
| 775 | struct xt_table_info *private = t->private; | 775 | struct xt_table_info *private = t->private; |
| 776 | duprintf("t->private->number = %u\n", | 776 | duprintf("t->private->number = %u\n", |
| 777 | private->number); | 777 | private->number); |
diff --git a/net/ipv4/netfilter/ip_queue.c b/net/ipv4/netfilter/ip_queue.c index 36339eb39e17..08f80e2ea2aa 100644 --- a/net/ipv4/netfilter/ip_queue.c +++ b/net/ipv4/netfilter/ip_queue.c | |||
| @@ -524,7 +524,7 @@ ipq_rcv_skb(struct sk_buff *skb) | |||
| 524 | write_unlock_bh(&queue_lock); | 524 | write_unlock_bh(&queue_lock); |
| 525 | 525 | ||
| 526 | status = ipq_receive_peer(NLMSG_DATA(nlh), type, | 526 | status = ipq_receive_peer(NLMSG_DATA(nlh), type, |
| 527 | skblen - NLMSG_LENGTH(0)); | 527 | nlmsglen - NLMSG_LENGTH(0)); |
| 528 | if (status < 0) | 528 | if (status < 0) |
| 529 | RCV_SKB_FAIL(status); | 529 | RCV_SKB_FAIL(status); |
| 530 | 530 | ||
diff --git a/net/ipv4/netfilter/ipt_LOG.c b/net/ipv4/netfilter/ipt_LOG.c index 6606ddb66a29..cc27545ff97f 100644 --- a/net/ipv4/netfilter/ipt_LOG.c +++ b/net/ipv4/netfilter/ipt_LOG.c | |||
| @@ -425,7 +425,12 @@ ipt_log_target(struct sk_buff **pskb, | |||
| 425 | li.u.log.level = loginfo->level; | 425 | li.u.log.level = loginfo->level; |
| 426 | li.u.log.logflags = loginfo->logflags; | 426 | li.u.log.logflags = loginfo->logflags; |
| 427 | 427 | ||
| 428 | nf_log_packet(PF_INET, hooknum, *pskb, in, out, &li, loginfo->prefix); | 428 | if (loginfo->logflags & IPT_LOG_NFLOG) |
| 429 | nf_log_packet(PF_INET, hooknum, *pskb, in, out, &li, | ||
| 430 | loginfo->prefix); | ||
| 431 | else | ||
| 432 | ipt_log_packet(PF_INET, hooknum, *pskb, in, out, &li, | ||
| 433 | loginfo->prefix); | ||
| 429 | 434 | ||
| 430 | return IPT_CONTINUE; | 435 | return IPT_CONTINUE; |
| 431 | } | 436 | } |
diff --git a/net/ipv4/tcp_highspeed.c b/net/ipv4/tcp_highspeed.c index 63cf7e540847..e0e9d1383c7c 100644 --- a/net/ipv4/tcp_highspeed.c +++ b/net/ipv4/tcp_highspeed.c | |||
| @@ -125,7 +125,7 @@ static void hstcp_cong_avoid(struct sock *sk, u32 adk, u32 rtt, | |||
| 125 | /* Update AIMD parameters */ | 125 | /* Update AIMD parameters */ |
| 126 | if (tp->snd_cwnd > hstcp_aimd_vals[ca->ai].cwnd) { | 126 | if (tp->snd_cwnd > hstcp_aimd_vals[ca->ai].cwnd) { |
| 127 | while (tp->snd_cwnd > hstcp_aimd_vals[ca->ai].cwnd && | 127 | while (tp->snd_cwnd > hstcp_aimd_vals[ca->ai].cwnd && |
| 128 | ca->ai < HSTCP_AIMD_MAX) | 128 | ca->ai < HSTCP_AIMD_MAX - 1) |
| 129 | ca->ai++; | 129 | ca->ai++; |
| 130 | } else if (tp->snd_cwnd < hstcp_aimd_vals[ca->ai].cwnd) { | 130 | } else if (tp->snd_cwnd < hstcp_aimd_vals[ca->ai].cwnd) { |
| 131 | while (tp->snd_cwnd > hstcp_aimd_vals[ca->ai].cwnd && | 131 | while (tp->snd_cwnd > hstcp_aimd_vals[ca->ai].cwnd && |
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c index a7623ead39a8..9f498a6c8895 100644 --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c | |||
| @@ -1036,6 +1036,10 @@ static int tcp_tso_should_defer(struct sock *sk, struct tcp_sock *tp, struct sk_ | |||
| 1036 | 1036 | ||
| 1037 | limit = min(send_win, cong_win); | 1037 | limit = min(send_win, cong_win); |
| 1038 | 1038 | ||
| 1039 | /* If a full-sized TSO skb can be sent, do it. */ | ||
| 1040 | if (limit >= 65536) | ||
| 1041 | return 0; | ||
| 1042 | |||
| 1039 | if (sysctl_tcp_tso_win_divisor) { | 1043 | if (sysctl_tcp_tso_win_divisor) { |
| 1040 | u32 chunk = min(tp->snd_wnd, tp->snd_cwnd * tp->mss_cache); | 1044 | u32 chunk = min(tp->snd_wnd, tp->snd_cwnd * tp->mss_cache); |
| 1041 | 1045 | ||
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index b7d8822c1be4..19727d941962 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
| @@ -822,7 +822,7 @@ struct ipv6_saddr_score { | |||
| 822 | int addr_type; | 822 | int addr_type; |
| 823 | unsigned int attrs; | 823 | unsigned int attrs; |
| 824 | int matchlen; | 824 | int matchlen; |
| 825 | unsigned int scope; | 825 | int scope; |
| 826 | unsigned int rule; | 826 | unsigned int rule; |
| 827 | }; | 827 | }; |
| 828 | 828 | ||
diff --git a/net/ipv6/ah6.c b/net/ipv6/ah6.c index c7932cb420a5..84963749ab77 100644 --- a/net/ipv6/ah6.c +++ b/net/ipv6/ah6.c | |||
| @@ -279,7 +279,7 @@ static int ah6_input(struct xfrm_state *x, struct xfrm_decap_state *decap, struc | |||
| 279 | goto out; | 279 | goto out; |
| 280 | memcpy(tmp_hdr, skb->nh.raw, hdr_len); | 280 | memcpy(tmp_hdr, skb->nh.raw, hdr_len); |
| 281 | if (ipv6_clear_mutable_options(skb->nh.ipv6h, hdr_len)) | 281 | if (ipv6_clear_mutable_options(skb->nh.ipv6h, hdr_len)) |
| 282 | goto out; | 282 | goto free_out; |
| 283 | skb->nh.ipv6h->priority = 0; | 283 | skb->nh.ipv6h->priority = 0; |
| 284 | skb->nh.ipv6h->flow_lbl[0] = 0; | 284 | skb->nh.ipv6h->flow_lbl[0] = 0; |
| 285 | skb->nh.ipv6h->flow_lbl[1] = 0; | 285 | skb->nh.ipv6h->flow_lbl[1] = 0; |
diff --git a/net/ipv6/inet6_hashtables.c b/net/ipv6/inet6_hashtables.c index 4154f3a8b6cf..bb8ffb8a14c5 100644 --- a/net/ipv6/inet6_hashtables.c +++ b/net/ipv6/inet6_hashtables.c | |||
| @@ -87,7 +87,7 @@ static int __inet6_check_established(struct inet_timewait_death_row *death_row, | |||
| 87 | struct inet_timewait_sock **twp) | 87 | struct inet_timewait_sock **twp) |
| 88 | { | 88 | { |
| 89 | struct inet_hashinfo *hinfo = death_row->hashinfo; | 89 | struct inet_hashinfo *hinfo = death_row->hashinfo; |
| 90 | const struct inet_sock *inet = inet_sk(sk); | 90 | struct inet_sock *inet = inet_sk(sk); |
| 91 | const struct ipv6_pinfo *np = inet6_sk(sk); | 91 | const struct ipv6_pinfo *np = inet6_sk(sk); |
| 92 | const struct in6_addr *daddr = &np->rcv_saddr; | 92 | const struct in6_addr *daddr = &np->rcv_saddr; |
| 93 | const struct in6_addr *saddr = &np->daddr; | 93 | const struct in6_addr *saddr = &np->daddr; |
| @@ -129,6 +129,10 @@ static int __inet6_check_established(struct inet_timewait_death_row *death_row, | |||
| 129 | } | 129 | } |
| 130 | 130 | ||
| 131 | unique: | 131 | unique: |
| 132 | /* Must record num and sport now. Otherwise we will see | ||
| 133 | * in hash table socket with a funny identity. */ | ||
| 134 | inet->num = lport; | ||
| 135 | inet->sport = htons(lport); | ||
| 132 | BUG_TRAP(sk_unhashed(sk)); | 136 | BUG_TRAP(sk_unhashed(sk)); |
| 133 | __sk_add_node(sk, &head->chain); | 137 | __sk_add_node(sk, &head->chain); |
| 134 | sk->sk_hash = hash; | 138 | sk->sk_hash = hash; |
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index f999edd846a9..5bf70b1442ea 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c | |||
| @@ -944,10 +944,11 @@ int ip6_append_data(struct sock *sk, int getfrag(void *from, char *to, | |||
| 944 | if (((length > mtu) && (sk->sk_protocol == IPPROTO_UDP)) && | 944 | if (((length > mtu) && (sk->sk_protocol == IPPROTO_UDP)) && |
| 945 | (rt->u.dst.dev->features & NETIF_F_UFO)) { | 945 | (rt->u.dst.dev->features & NETIF_F_UFO)) { |
| 946 | 946 | ||
| 947 | if(ip6_ufo_append_data(sk, getfrag, from, length, hh_len, | 947 | err = ip6_ufo_append_data(sk, getfrag, from, length, hh_len, |
| 948 | fragheaderlen, transhdrlen, mtu, flags)) | 948 | fragheaderlen, transhdrlen, mtu, |
| 949 | flags); | ||
| 950 | if (err) | ||
| 949 | goto error; | 951 | goto error; |
| 950 | |||
| 951 | return 0; | 952 | return 0; |
| 952 | } | 953 | } |
| 953 | 954 | ||
diff --git a/net/ipv6/netfilter/ip6_queue.c b/net/ipv6/netfilter/ip6_queue.c index 5027bbe6415e..af0635084df8 100644 --- a/net/ipv6/netfilter/ip6_queue.c +++ b/net/ipv6/netfilter/ip6_queue.c | |||
| @@ -522,7 +522,7 @@ ipq_rcv_skb(struct sk_buff *skb) | |||
| 522 | write_unlock_bh(&queue_lock); | 522 | write_unlock_bh(&queue_lock); |
| 523 | 523 | ||
| 524 | status = ipq_receive_peer(NLMSG_DATA(nlh), type, | 524 | status = ipq_receive_peer(NLMSG_DATA(nlh), type, |
| 525 | skblen - NLMSG_LENGTH(0)); | 525 | nlmsglen - NLMSG_LENGTH(0)); |
| 526 | if (status < 0) | 526 | if (status < 0) |
| 527 | RCV_SKB_FAIL(status); | 527 | RCV_SKB_FAIL(status); |
| 528 | 528 | ||
diff --git a/net/ipv6/netfilter/ip6t_LOG.c b/net/ipv6/netfilter/ip6t_LOG.c index 77c725832dec..6b930efa9fb9 100644 --- a/net/ipv6/netfilter/ip6t_LOG.c +++ b/net/ipv6/netfilter/ip6t_LOG.c | |||
| @@ -436,7 +436,12 @@ ip6t_log_target(struct sk_buff **pskb, | |||
| 436 | li.u.log.level = loginfo->level; | 436 | li.u.log.level = loginfo->level; |
| 437 | li.u.log.logflags = loginfo->logflags; | 437 | li.u.log.logflags = loginfo->logflags; |
| 438 | 438 | ||
| 439 | nf_log_packet(PF_INET6, hooknum, *pskb, in, out, &li, loginfo->prefix); | 439 | if (loginfo->logflags & IP6T_LOG_NFLOG) |
| 440 | nf_log_packet(PF_INET6, hooknum, *pskb, in, out, &li, | ||
| 441 | loginfo->prefix); | ||
| 442 | else | ||
| 443 | ip6t_log_packet(PF_INET6, hooknum, *pskb, in, out, &li, | ||
| 444 | loginfo->prefix); | ||
| 440 | 445 | ||
| 441 | return IP6T_CONTINUE; | 446 | return IP6T_CONTINUE; |
| 442 | } | 447 | } |
diff --git a/net/netfilter/nf_queue.c b/net/netfilter/nf_queue.c index d3a4f30a7f22..d9f0d7ef103b 100644 --- a/net/netfilter/nf_queue.c +++ b/net/netfilter/nf_queue.c | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | #include <linux/skbuff.h> | 6 | #include <linux/skbuff.h> |
| 7 | #include <linux/netfilter.h> | 7 | #include <linux/netfilter.h> |
| 8 | #include <linux/seq_file.h> | 8 | #include <linux/seq_file.h> |
| 9 | #include <linux/rcupdate.h> | ||
| 9 | #include <net/protocol.h> | 10 | #include <net/protocol.h> |
| 10 | 11 | ||
| 11 | #include "nf_internals.h" | 12 | #include "nf_internals.h" |
| @@ -16,7 +17,7 @@ | |||
| 16 | * for queueing and must reinject all packets it receives, no matter what. | 17 | * for queueing and must reinject all packets it receives, no matter what. |
| 17 | */ | 18 | */ |
| 18 | static struct nf_queue_handler *queue_handler[NPROTO]; | 19 | static struct nf_queue_handler *queue_handler[NPROTO]; |
| 19 | static struct nf_queue_rerouter *queue_rerouter; | 20 | static struct nf_queue_rerouter *queue_rerouter[NPROTO]; |
| 20 | 21 | ||
| 21 | static DEFINE_RWLOCK(queue_handler_lock); | 22 | static DEFINE_RWLOCK(queue_handler_lock); |
| 22 | 23 | ||
| @@ -64,7 +65,7 @@ int nf_register_queue_rerouter(int pf, struct nf_queue_rerouter *rer) | |||
| 64 | return -EINVAL; | 65 | return -EINVAL; |
| 65 | 66 | ||
| 66 | write_lock_bh(&queue_handler_lock); | 67 | write_lock_bh(&queue_handler_lock); |
| 67 | memcpy(&queue_rerouter[pf], rer, sizeof(queue_rerouter[pf])); | 68 | rcu_assign_pointer(queue_rerouter[pf], rer); |
| 68 | write_unlock_bh(&queue_handler_lock); | 69 | write_unlock_bh(&queue_handler_lock); |
| 69 | 70 | ||
| 70 | return 0; | 71 | return 0; |
| @@ -77,8 +78,9 @@ int nf_unregister_queue_rerouter(int pf) | |||
| 77 | return -EINVAL; | 78 | return -EINVAL; |
| 78 | 79 | ||
| 79 | write_lock_bh(&queue_handler_lock); | 80 | write_lock_bh(&queue_handler_lock); |
| 80 | memset(&queue_rerouter[pf], 0, sizeof(queue_rerouter[pf])); | 81 | rcu_assign_pointer(queue_rerouter[pf], NULL); |
| 81 | write_unlock_bh(&queue_handler_lock); | 82 | write_unlock_bh(&queue_handler_lock); |
| 83 | synchronize_rcu(); | ||
| 82 | return 0; | 84 | return 0; |
| 83 | } | 85 | } |
| 84 | EXPORT_SYMBOL_GPL(nf_unregister_queue_rerouter); | 86 | EXPORT_SYMBOL_GPL(nf_unregister_queue_rerouter); |
| @@ -114,16 +116,17 @@ int nf_queue(struct sk_buff **skb, | |||
| 114 | struct net_device *physindev = NULL; | 116 | struct net_device *physindev = NULL; |
| 115 | struct net_device *physoutdev = NULL; | 117 | struct net_device *physoutdev = NULL; |
| 116 | #endif | 118 | #endif |
| 119 | struct nf_queue_rerouter *rerouter; | ||
| 117 | 120 | ||
| 118 | /* QUEUE == DROP if noone is waiting, to be safe. */ | 121 | /* QUEUE == DROP if noone is waiting, to be safe. */ |
| 119 | read_lock(&queue_handler_lock); | 122 | read_lock(&queue_handler_lock); |
| 120 | if (!queue_handler[pf] || !queue_handler[pf]->outfn) { | 123 | if (!queue_handler[pf]) { |
| 121 | read_unlock(&queue_handler_lock); | 124 | read_unlock(&queue_handler_lock); |
| 122 | kfree_skb(*skb); | 125 | kfree_skb(*skb); |
| 123 | return 1; | 126 | return 1; |
| 124 | } | 127 | } |
| 125 | 128 | ||
| 126 | info = kmalloc(sizeof(*info)+queue_rerouter[pf].rer_size, GFP_ATOMIC); | 129 | info = kmalloc(sizeof(*info)+queue_rerouter[pf]->rer_size, GFP_ATOMIC); |
| 127 | if (!info) { | 130 | if (!info) { |
| 128 | if (net_ratelimit()) | 131 | if (net_ratelimit()) |
| 129 | printk(KERN_ERR "OOM queueing packet %p\n", | 132 | printk(KERN_ERR "OOM queueing packet %p\n", |
| @@ -155,15 +158,13 @@ int nf_queue(struct sk_buff **skb, | |||
| 155 | if (physoutdev) dev_hold(physoutdev); | 158 | if (physoutdev) dev_hold(physoutdev); |
| 156 | } | 159 | } |
| 157 | #endif | 160 | #endif |
| 158 | if (queue_rerouter[pf].save) | 161 | rerouter = rcu_dereference(queue_rerouter[pf]); |
| 159 | queue_rerouter[pf].save(*skb, info); | 162 | if (rerouter) |
| 163 | rerouter->save(*skb, info); | ||
| 160 | 164 | ||
| 161 | status = queue_handler[pf]->outfn(*skb, info, queuenum, | 165 | status = queue_handler[pf]->outfn(*skb, info, queuenum, |
| 162 | queue_handler[pf]->data); | 166 | queue_handler[pf]->data); |
| 163 | 167 | ||
| 164 | if (status >= 0 && queue_rerouter[pf].reroute) | ||
| 165 | status = queue_rerouter[pf].reroute(skb, info); | ||
| 166 | |||
| 167 | read_unlock(&queue_handler_lock); | 168 | read_unlock(&queue_handler_lock); |
| 168 | 169 | ||
| 169 | if (status < 0) { | 170 | if (status < 0) { |
| @@ -189,6 +190,7 @@ void nf_reinject(struct sk_buff *skb, struct nf_info *info, | |||
| 189 | { | 190 | { |
| 190 | struct list_head *elem = &info->elem->list; | 191 | struct list_head *elem = &info->elem->list; |
| 191 | struct list_head *i; | 192 | struct list_head *i; |
| 193 | struct nf_queue_rerouter *rerouter; | ||
| 192 | 194 | ||
| 193 | rcu_read_lock(); | 195 | rcu_read_lock(); |
| 194 | 196 | ||
| @@ -212,7 +214,7 @@ void nf_reinject(struct sk_buff *skb, struct nf_info *info, | |||
| 212 | break; | 214 | break; |
| 213 | } | 215 | } |
| 214 | 216 | ||
| 215 | if (elem == &nf_hooks[info->pf][info->hook]) { | 217 | if (i == &nf_hooks[info->pf][info->hook]) { |
| 216 | /* The module which sent it to userspace is gone. */ | 218 | /* The module which sent it to userspace is gone. */ |
| 217 | NFDEBUG("%s: module disappeared, dropping packet.\n", | 219 | NFDEBUG("%s: module disappeared, dropping packet.\n", |
| 218 | __FUNCTION__); | 220 | __FUNCTION__); |
| @@ -226,6 +228,12 @@ void nf_reinject(struct sk_buff *skb, struct nf_info *info, | |||
| 226 | } | 228 | } |
| 227 | 229 | ||
| 228 | if (verdict == NF_ACCEPT) { | 230 | if (verdict == NF_ACCEPT) { |
| 231 | rerouter = rcu_dereference(queue_rerouter[info->pf]); | ||
| 232 | if (rerouter && rerouter->reroute(&skb, info) < 0) | ||
| 233 | verdict = NF_DROP; | ||
| 234 | } | ||
| 235 | |||
| 236 | if (verdict == NF_ACCEPT) { | ||
| 229 | next_hook: | 237 | next_hook: |
| 230 | verdict = nf_iterate(&nf_hooks[info->pf][info->hook], | 238 | verdict = nf_iterate(&nf_hooks[info->pf][info->hook], |
| 231 | &skb, info->hook, | 239 | &skb, info->hook, |
| @@ -322,22 +330,12 @@ int __init netfilter_queue_init(void) | |||
| 322 | { | 330 | { |
| 323 | #ifdef CONFIG_PROC_FS | 331 | #ifdef CONFIG_PROC_FS |
| 324 | struct proc_dir_entry *pde; | 332 | struct proc_dir_entry *pde; |
| 325 | #endif | ||
| 326 | queue_rerouter = kmalloc(NPROTO * sizeof(struct nf_queue_rerouter), | ||
| 327 | GFP_KERNEL); | ||
| 328 | if (!queue_rerouter) | ||
| 329 | return -ENOMEM; | ||
| 330 | 333 | ||
| 331 | #ifdef CONFIG_PROC_FS | ||
| 332 | pde = create_proc_entry("nf_queue", S_IRUGO, proc_net_netfilter); | 334 | pde = create_proc_entry("nf_queue", S_IRUGO, proc_net_netfilter); |
| 333 | if (!pde) { | 335 | if (!pde) |
| 334 | kfree(queue_rerouter); | ||
| 335 | return -1; | 336 | return -1; |
| 336 | } | ||
| 337 | pde->proc_fops = &nfqueue_file_ops; | 337 | pde->proc_fops = &nfqueue_file_ops; |
| 338 | #endif | 338 | #endif |
| 339 | memset(queue_rerouter, 0, NPROTO * sizeof(struct nf_queue_rerouter)); | ||
| 340 | |||
| 341 | return 0; | 339 | return 0; |
| 342 | } | 340 | } |
| 343 | 341 | ||
diff --git a/net/netfilter/nfnetlink_queue.c b/net/netfilter/nfnetlink_queue.c index cac38b2e147a..2cf5fb8322c4 100644 --- a/net/netfilter/nfnetlink_queue.c +++ b/net/netfilter/nfnetlink_queue.c | |||
| @@ -928,8 +928,12 @@ nfqnl_recv_config(struct sock *ctnl, struct sk_buff *skb, | |||
| 928 | 928 | ||
| 929 | if (nfqa[NFQA_CFG_PARAMS-1]) { | 929 | if (nfqa[NFQA_CFG_PARAMS-1]) { |
| 930 | struct nfqnl_msg_config_params *params; | 930 | struct nfqnl_msg_config_params *params; |
| 931 | params = NFA_DATA(nfqa[NFQA_CFG_PARAMS-1]); | ||
| 932 | 931 | ||
| 932 | if (!queue) { | ||
| 933 | ret = -ENOENT; | ||
| 934 | goto out_put; | ||
| 935 | } | ||
| 936 | params = NFA_DATA(nfqa[NFQA_CFG_PARAMS-1]); | ||
| 933 | nfqnl_set_mode(queue, params->copy_mode, | 937 | nfqnl_set_mode(queue, params->copy_mode, |
| 934 | ntohl(params->copy_range)); | 938 | ntohl(params->copy_range)); |
| 935 | } | 939 | } |
diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c index 6b9772d95872..59dc7d140600 100644 --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c | |||
| @@ -1194,6 +1194,9 @@ static int netlink_recvmsg(struct kiocb *kiocb, struct socket *sock, | |||
| 1194 | msg->msg_namelen = sizeof(*addr); | 1194 | msg->msg_namelen = sizeof(*addr); |
| 1195 | } | 1195 | } |
| 1196 | 1196 | ||
| 1197 | if (nlk->flags & NETLINK_RECV_PKTINFO) | ||
| 1198 | netlink_cmsg_recv_pktinfo(msg, skb); | ||
| 1199 | |||
| 1197 | if (NULL == siocb->scm) { | 1200 | if (NULL == siocb->scm) { |
| 1198 | memset(&scm, 0, sizeof(scm)); | 1201 | memset(&scm, 0, sizeof(scm)); |
| 1199 | siocb->scm = &scm; | 1202 | siocb->scm = &scm; |
| @@ -1205,8 +1208,6 @@ static int netlink_recvmsg(struct kiocb *kiocb, struct socket *sock, | |||
| 1205 | netlink_dump(sk); | 1208 | netlink_dump(sk); |
| 1206 | 1209 | ||
| 1207 | scm_recv(sock, msg, siocb->scm, flags); | 1210 | scm_recv(sock, msg, siocb->scm, flags); |
| 1208 | if (nlk->flags & NETLINK_RECV_PKTINFO) | ||
| 1209 | netlink_cmsg_recv_pktinfo(msg, skb); | ||
| 1210 | 1211 | ||
| 1211 | out: | 1212 | out: |
| 1212 | netlink_rcv_wake(sk); | 1213 | netlink_rcv_wake(sk); |
diff --git a/net/sched/act_api.c b/net/sched/act_api.c index 792ce59940ec..2ffa11c6e8de 100644 --- a/net/sched/act_api.c +++ b/net/sched/act_api.c | |||
| @@ -707,7 +707,7 @@ static int tcf_add_notify(struct tc_action *a, u32 pid, u32 seq, int event, | |||
| 707 | 707 | ||
| 708 | rtattr_failure: | 708 | rtattr_failure: |
| 709 | nlmsg_failure: | 709 | nlmsg_failure: |
| 710 | skb_trim(skb, b - skb->data); | 710 | kfree_skb(skb); |
| 711 | return -1; | 711 | return -1; |
| 712 | } | 712 | } |
| 713 | 713 | ||
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index d2f0550c4ba0..d78479782045 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c | |||
| @@ -113,7 +113,7 @@ rpc_new_client(struct rpc_xprt *xprt, char *servname, | |||
| 113 | 113 | ||
| 114 | err = -EINVAL; | 114 | err = -EINVAL; |
| 115 | if (!xprt) | 115 | if (!xprt) |
| 116 | goto out_err; | 116 | goto out_no_xprt; |
| 117 | if (vers >= program->nrvers || !(version = program->version[vers])) | 117 | if (vers >= program->nrvers || !(version = program->version[vers])) |
| 118 | goto out_err; | 118 | goto out_err; |
| 119 | 119 | ||
| @@ -182,6 +182,7 @@ out_no_path: | |||
| 182 | kfree(clnt); | 182 | kfree(clnt); |
| 183 | out_err: | 183 | out_err: |
| 184 | xprt_destroy(xprt); | 184 | xprt_destroy(xprt); |
| 185 | out_no_xprt: | ||
| 185 | return ERR_PTR(err); | 186 | return ERR_PTR(err); |
| 186 | } | 187 | } |
| 187 | 188 | ||
diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index 802d4fe0f55c..e838d042f7f5 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c | |||
| @@ -515,16 +515,14 @@ struct rpc_task * rpc_wake_up_next(struct rpc_wait_queue *queue) | |||
| 515 | */ | 515 | */ |
| 516 | void rpc_wake_up(struct rpc_wait_queue *queue) | 516 | void rpc_wake_up(struct rpc_wait_queue *queue) |
| 517 | { | 517 | { |
| 518 | struct rpc_task *task; | 518 | struct rpc_task *task, *next; |
| 519 | |||
| 520 | struct list_head *head; | 519 | struct list_head *head; |
| 520 | |||
| 521 | spin_lock_bh(&queue->lock); | 521 | spin_lock_bh(&queue->lock); |
| 522 | head = &queue->tasks[queue->maxpriority]; | 522 | head = &queue->tasks[queue->maxpriority]; |
| 523 | for (;;) { | 523 | for (;;) { |
| 524 | while (!list_empty(head)) { | 524 | list_for_each_entry_safe(task, next, head, u.tk_wait.list) |
| 525 | task = list_entry(head->next, struct rpc_task, u.tk_wait.list); | ||
| 526 | __rpc_wake_up_task(task); | 525 | __rpc_wake_up_task(task); |
| 527 | } | ||
| 528 | if (head == &queue->tasks[0]) | 526 | if (head == &queue->tasks[0]) |
| 529 | break; | 527 | break; |
| 530 | head--; | 528 | head--; |
| @@ -541,14 +539,13 @@ void rpc_wake_up(struct rpc_wait_queue *queue) | |||
| 541 | */ | 539 | */ |
| 542 | void rpc_wake_up_status(struct rpc_wait_queue *queue, int status) | 540 | void rpc_wake_up_status(struct rpc_wait_queue *queue, int status) |
| 543 | { | 541 | { |
| 542 | struct rpc_task *task, *next; | ||
| 544 | struct list_head *head; | 543 | struct list_head *head; |
| 545 | struct rpc_task *task; | ||
| 546 | 544 | ||
| 547 | spin_lock_bh(&queue->lock); | 545 | spin_lock_bh(&queue->lock); |
| 548 | head = &queue->tasks[queue->maxpriority]; | 546 | head = &queue->tasks[queue->maxpriority]; |
| 549 | for (;;) { | 547 | for (;;) { |
| 550 | while (!list_empty(head)) { | 548 | list_for_each_entry_safe(task, next, head, u.tk_wait.list) { |
| 551 | task = list_entry(head->next, struct rpc_task, u.tk_wait.list); | ||
| 552 | task->tk_status = status; | 549 | task->tk_status = status; |
| 553 | __rpc_wake_up_task(task); | 550 | __rpc_wake_up_task(task); |
| 554 | } | 551 | } |
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c index 1b5989b1b670..c323cc6a28b0 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c | |||
| @@ -547,7 +547,7 @@ static struct sock * unix_create1(struct socket *sock) | |||
| 547 | struct sock *sk = NULL; | 547 | struct sock *sk = NULL; |
| 548 | struct unix_sock *u; | 548 | struct unix_sock *u; |
| 549 | 549 | ||
| 550 | if (atomic_read(&unix_nr_socks) >= 2*files_stat.max_files) | 550 | if (atomic_read(&unix_nr_socks) >= 2*get_max_files()) |
| 551 | goto out; | 551 | goto out; |
| 552 | 552 | ||
| 553 | sk = sk_alloc(PF_UNIX, GFP_KERNEL, &unix_proto, 1); | 553 | sk = sk_alloc(PF_UNIX, GFP_KERNEL, &unix_proto, 1); |
diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c index 8206025d8e46..ae62054a9fc4 100644 --- a/net/xfrm/xfrm_policy.c +++ b/net/xfrm/xfrm_policy.c | |||
| @@ -996,13 +996,6 @@ int __xfrm_policy_check(struct sock *sk, int dir, struct sk_buff *skb, | |||
| 996 | struct sec_decap_state *xvec = &(skb->sp->x[i]); | 996 | struct sec_decap_state *xvec = &(skb->sp->x[i]); |
| 997 | if (!xfrm_selector_match(&xvec->xvec->sel, &fl, family)) | 997 | if (!xfrm_selector_match(&xvec->xvec->sel, &fl, family)) |
| 998 | return 0; | 998 | return 0; |
| 999 | |||
| 1000 | /* If there is a post_input processor, try running it */ | ||
| 1001 | if (xvec->xvec->type->post_input && | ||
| 1002 | (xvec->xvec->type->post_input)(xvec->xvec, | ||
| 1003 | &(xvec->decap), | ||
| 1004 | skb) != 0) | ||
| 1005 | return 0; | ||
| 1006 | } | 999 | } |
| 1007 | } | 1000 | } |
| 1008 | 1001 | ||
diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alias.c index be97caf664bb..c164b230ad6f 100644 --- a/scripts/mod/file2alias.c +++ b/scripts/mod/file2alias.c | |||
| @@ -246,7 +246,7 @@ static int do_ccw_entry(const char *filename, | |||
| 246 | id->cu_model); | 246 | id->cu_model); |
| 247 | ADD(alias, "dt", id->match_flags&CCW_DEVICE_ID_MATCH_DEVICE_TYPE, | 247 | ADD(alias, "dt", id->match_flags&CCW_DEVICE_ID_MATCH_DEVICE_TYPE, |
| 248 | id->dev_type); | 248 | id->dev_type); |
| 249 | ADD(alias, "dm", id->match_flags&CCW_DEVICE_ID_MATCH_DEVICE_TYPE, | 249 | ADD(alias, "dm", id->match_flags&CCW_DEVICE_ID_MATCH_DEVICE_MODEL, |
| 250 | id->dev_model); | 250 | id->dev_model); |
| 251 | return 1; | 251 | return 1; |
| 252 | } | 252 | } |
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index f70ff13d4818..b8b2a560b26b 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
| @@ -508,12 +508,7 @@ buf_printf(struct buffer *buf, const char *fmt, ...) | |||
| 508 | 508 | ||
| 509 | va_start(ap, fmt); | 509 | va_start(ap, fmt); |
| 510 | len = vsnprintf(tmp, SZ, fmt, ap); | 510 | len = vsnprintf(tmp, SZ, fmt, ap); |
| 511 | if (buf->size - buf->pos < len + 1) { | 511 | buf_write(buf, tmp, len); |
| 512 | buf->size += 128; | ||
| 513 | buf->p = realloc(buf->p, buf->size); | ||
| 514 | } | ||
| 515 | strncpy(buf->p + buf->pos, tmp, len + 1); | ||
| 516 | buf->pos += len; | ||
| 517 | va_end(ap); | 512 | va_end(ap); |
| 518 | } | 513 | } |
| 519 | 514 | ||
| @@ -521,7 +516,7 @@ void | |||
| 521 | buf_write(struct buffer *buf, const char *s, int len) | 516 | buf_write(struct buffer *buf, const char *s, int len) |
| 522 | { | 517 | { |
| 523 | if (buf->size - buf->pos < len) { | 518 | if (buf->size - buf->pos < len) { |
| 524 | buf->size += len; | 519 | buf->size += len + SZ; |
| 525 | buf->p = realloc(buf->p, buf->size); | 520 | buf->p = realloc(buf->p, buf->size); |
| 526 | } | 521 | } |
| 527 | strncpy(buf->p + buf->pos, s, len); | 522 | strncpy(buf->p + buf->pos, s, len); |
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index b7773bf68efa..b65c201e9ff5 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
| @@ -1262,7 +1262,7 @@ static int selinux_ptrace(struct task_struct *parent, struct task_struct *child) | |||
| 1262 | 1262 | ||
| 1263 | rc = task_has_perm(parent, child, PROCESS__PTRACE); | 1263 | rc = task_has_perm(parent, child, PROCESS__PTRACE); |
| 1264 | /* Save the SID of the tracing process for later use in apply_creds. */ | 1264 | /* Save the SID of the tracing process for later use in apply_creds. */ |
| 1265 | if (!rc) | 1265 | if (!(child->ptrace & PT_PTRACED) && !rc) |
| 1266 | csec->ptrace_sid = psec->sid; | 1266 | csec->ptrace_sid = psec->sid; |
| 1267 | return rc; | 1267 | return rc; |
| 1268 | } | 1268 | } |
diff --git a/sound/core/control.c b/sound/core/control.c index abd62f943726..0c29679a8576 100644 --- a/sound/core/control.c +++ b/sound/core/control.c | |||
| @@ -959,17 +959,15 @@ static int snd_ctl_elem_add(struct snd_ctl_file *file, | |||
| 959 | kctl.private_free = snd_ctl_elem_user_free; | 959 | kctl.private_free = snd_ctl_elem_user_free; |
| 960 | _kctl = snd_ctl_new(&kctl, access); | 960 | _kctl = snd_ctl_new(&kctl, access); |
| 961 | if (_kctl == NULL) { | 961 | if (_kctl == NULL) { |
| 962 | kfree(_kctl->private_data); | 962 | kfree(ue); |
| 963 | return -ENOMEM; | 963 | return -ENOMEM; |
| 964 | } | 964 | } |
| 965 | _kctl->private_data = ue; | 965 | _kctl->private_data = ue; |
| 966 | for (idx = 0; idx < _kctl->count; idx++) | 966 | for (idx = 0; idx < _kctl->count; idx++) |
| 967 | _kctl->vd[idx].owner = file; | 967 | _kctl->vd[idx].owner = file; |
| 968 | err = snd_ctl_add(card, _kctl); | 968 | err = snd_ctl_add(card, _kctl); |
| 969 | if (err < 0) { | 969 | if (err < 0) |
| 970 | snd_ctl_free_one(_kctl); | ||
| 971 | return err; | 970 | return err; |
| 972 | } | ||
| 973 | 971 | ||
| 974 | down_write(&card->controls_rwsem); | 972 | down_write(&card->controls_rwsem); |
| 975 | card->user_ctl_count++; | 973 | card->user_ctl_count++; |
