memory.c 103 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836
  1. /*
  2. * linux/mm/memory.c
  3. *
  4. * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds
  5. */
  6. /*
  7. * demand-loading started 01.12.91 - seems it is high on the list of
  8. * things wanted, and it should be easy to implement. - Linus
  9. */
  10. /*
  11. * Ok, demand-loading was easy, shared pages a little bit tricker. Shared
  12. * pages started 02.12.91, seems to work. - Linus.
  13. *
  14. * Tested sharing by executing about 30 /bin/sh: under the old kernel it
  15. * would have taken more than the 6M I have free, but it worked well as
  16. * far as I could see.
  17. *
  18. * Also corrected some "invalidate()"s - I wasn't doing enough of them.
  19. */
  20. /*
  21. * Real VM (paging to/from disk) started 18.12.91. Much more work and
  22. * thought has to go into this. Oh, well..
  23. * 19.12.91 - works, somewhat. Sometimes I get faults, don't know why.
  24. * Found it. Everything seems to work now.
  25. * 20.12.91 - Ok, making the swap-device changeable like the root.
  26. */
  27. /*
  28. * 05.04.94 - Multi-page memory management added for v1.1.
  29. * Idea by Alex Bligh (alex@cconcepts.co.uk)
  30. *
  31. * 16.07.99 - Support of BIGMEM added by Gerhard Wichert, Siemens AG
  32. * (Gerhard.Wichert@pdb.siemens.de)
  33. *
  34. * Aug/Sep 2004 Changed to four level page tables (Andi Kleen)
  35. */
  36. #include <linux/kernel_stat.h>
  37. #include <linux/mm.h>
  38. #include <linux/hugetlb.h>
  39. #include <linux/mman.h>
  40. #include <linux/swap.h>
  41. #include <linux/highmem.h>
  42. #include <linux/pagemap.h>
  43. #include <linux/ksm.h>
  44. #include <linux/rmap.h>
  45. #include <linux/export.h>
  46. #include <linux/delayacct.h>
  47. #include <linux/init.h>
  48. #include <linux/writeback.h>
  49. #include <linux/memcontrol.h>
  50. #include <linux/mmu_notifier.h>
  51. #include <linux/kallsyms.h>
  52. #include <linux/swapops.h>
  53. #include <linux/elf.h>
  54. #include <linux/gfp.h>
  55. #include <linux/migrate.h>
  56. #include <linux/string.h>
  57. #include <linux/dma-debug.h>
  58. #include <linux/debugfs.h>
  59. #include <asm/io.h>
  60. #include <asm/pgalloc.h>
  61. #include <asm/uaccess.h>
  62. #include <asm/tlb.h>
  63. #include <asm/tlbflush.h>
  64. #include <asm/pgtable.h>
  65. #include "internal.h"
  66. #ifdef LAST_CPUPID_NOT_IN_PAGE_FLAGS
  67. #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid.
  68. #endif
  69. #ifndef CONFIG_NEED_MULTIPLE_NODES
  70. /* use the per-pgdat data instead for discontigmem - mbligh */
  71. unsigned long max_mapnr;
  72. struct page *mem_map;
  73. EXPORT_SYMBOL(max_mapnr);
  74. EXPORT_SYMBOL(mem_map);
  75. #endif
  76. /*
  77. * A number of key systems in x86 including ioremap() rely on the assumption
  78. * that high_memory defines the upper bound on direct map memory, then end
  79. * of ZONE_NORMAL. Under CONFIG_DISCONTIG this means that max_low_pfn and
  80. * highstart_pfn must be the same; there must be no gap between ZONE_NORMAL
  81. * and ZONE_HIGHMEM.
  82. */
  83. void * high_memory;
  84. EXPORT_SYMBOL(high_memory);
  85. /*
  86. * Randomize the address space (stacks, mmaps, brk, etc.).
  87. *
  88. * ( When CONFIG_COMPAT_BRK=y we exclude brk from randomization,
  89. * as ancient (libc5 based) binaries can segfault. )
  90. */
  91. int randomize_va_space __read_mostly =
  92. #ifdef CONFIG_COMPAT_BRK
  93. 1;
  94. #else
  95. 2;
  96. #endif
  97. static int __init disable_randmaps(char *s)
  98. {
  99. randomize_va_space = 0;
  100. return 1;
  101. }
  102. __setup("norandmaps", disable_randmaps);
  103. unsigned long zero_pfn __read_mostly;
  104. unsigned long highest_memmap_pfn __read_mostly;
  105. EXPORT_SYMBOL(zero_pfn);
  106. /*
  107. * CONFIG_MMU architectures set up ZERO_PAGE in their paging_init()
  108. */
  109. static int __init init_zero_pfn(void)
  110. {
  111. zero_pfn = page_to_pfn(ZERO_PAGE(0));
  112. return 0;
  113. }
  114. core_initcall(init_zero_pfn);
  115. #if defined(SPLIT_RSS_COUNTING)
  116. void sync_mm_rss(struct mm_struct *mm)
  117. {
  118. int i;
  119. for (i = 0; i < NR_MM_COUNTERS; i++) {
  120. if (current->rss_stat.count[i]) {
  121. add_mm_counter(mm, i, current->rss_stat.count[i]);
  122. current->rss_stat.count[i] = 0;
  123. }
  124. }
  125. current->rss_stat.events = 0;
  126. }
  127. static void add_mm_counter_fast(struct mm_struct *mm, int member, int val)
  128. {
  129. struct task_struct *task = current;
  130. if (likely(task->mm == mm))
  131. task->rss_stat.count[member] += val;
  132. else
  133. add_mm_counter(mm, member, val);
  134. }
  135. #define inc_mm_counter_fast(mm, member) add_mm_counter_fast(mm, member, 1)
  136. #define dec_mm_counter_fast(mm, member) add_mm_counter_fast(mm, member, -1)
  137. /* sync counter once per 64 page faults */
  138. #define TASK_RSS_EVENTS_THRESH (64)
  139. static void check_sync_rss_stat(struct task_struct *task)
  140. {
  141. if (unlikely(task != current))
  142. return;
  143. if (unlikely(task->rss_stat.events++ > TASK_RSS_EVENTS_THRESH))
  144. sync_mm_rss(task->mm);
  145. }
  146. #else /* SPLIT_RSS_COUNTING */
  147. #define inc_mm_counter_fast(mm, member) inc_mm_counter(mm, member)
  148. #define dec_mm_counter_fast(mm, member) dec_mm_counter(mm, member)
  149. static void check_sync_rss_stat(struct task_struct *task)
  150. {
  151. }
  152. #endif /* SPLIT_RSS_COUNTING */
  153. #ifdef HAVE_GENERIC_MMU_GATHER
  154. static int tlb_next_batch(struct mmu_gather *tlb)
  155. {
  156. struct mmu_gather_batch *batch;
  157. batch = tlb->active;
  158. if (batch->next) {
  159. tlb->active = batch->next;
  160. return 1;
  161. }
  162. if (tlb->batch_count == MAX_GATHER_BATCH_COUNT)
  163. return 0;
  164. batch = (void *)__get_free_pages(GFP_NOWAIT | __GFP_NOWARN, 0);
  165. if (!batch)
  166. return 0;
  167. tlb->batch_count++;
  168. batch->next = NULL;
  169. batch->nr = 0;
  170. batch->max = MAX_GATHER_BATCH;
  171. tlb->active->next = batch;
  172. tlb->active = batch;
  173. return 1;
  174. }
  175. /* tlb_gather_mmu
  176. * Called to initialize an (on-stack) mmu_gather structure for page-table
  177. * tear-down from @mm. The @fullmm argument is used when @mm is without
  178. * users and we're going to destroy the full address space (exit/execve).
  179. */
  180. void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned long start, unsigned long end)
  181. {
  182. tlb->mm = mm;
  183. /* Is it from 0 to ~0? */
  184. tlb->fullmm = !(start | (end+1));
  185. tlb->need_flush_all = 0;
  186. tlb->local.next = NULL;
  187. tlb->local.nr = 0;
  188. tlb->local.max = ARRAY_SIZE(tlb->__pages);
  189. tlb->active = &tlb->local;
  190. tlb->batch_count = 0;
  191. #ifdef CONFIG_HAVE_RCU_TABLE_FREE
  192. tlb->batch = NULL;
  193. #endif
  194. __tlb_reset_range(tlb);
  195. }
  196. static void tlb_flush_mmu_tlbonly(struct mmu_gather *tlb)
  197. {
  198. if (!tlb->end)
  199. return;
  200. tlb_flush(tlb);
  201. mmu_notifier_invalidate_range(tlb->mm, tlb->start, tlb->end);
  202. #ifdef CONFIG_HAVE_RCU_TABLE_FREE
  203. tlb_table_flush(tlb);
  204. #endif
  205. __tlb_reset_range(tlb);
  206. }
  207. static void tlb_flush_mmu_free(struct mmu_gather *tlb)
  208. {
  209. struct mmu_gather_batch *batch;
  210. for (batch = &tlb->local; batch && batch->nr; batch = batch->next) {
  211. free_pages_and_swap_cache(batch->pages, batch->nr);
  212. batch->nr = 0;
  213. }
  214. tlb->active = &tlb->local;
  215. }
  216. void tlb_flush_mmu(struct mmu_gather *tlb)
  217. {
  218. tlb_flush_mmu_tlbonly(tlb);
  219. tlb_flush_mmu_free(tlb);
  220. }
  221. /* tlb_finish_mmu
  222. * Called at the end of the shootdown operation to free up any resources
  223. * that were required.
  224. */
  225. void tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end)
  226. {
  227. struct mmu_gather_batch *batch, *next;
  228. tlb_flush_mmu(tlb);
  229. /* keep the page table cache within bounds */
  230. check_pgt_cache();
  231. for (batch = tlb->local.next; batch; batch = next) {
  232. next = batch->next;
  233. free_pages((unsigned long)batch, 0);
  234. }
  235. tlb->local.next = NULL;
  236. }
  237. /* __tlb_remove_page
  238. * Must perform the equivalent to __free_pte(pte_get_and_clear(ptep)), while
  239. * handling the additional races in SMP caused by other CPUs caching valid
  240. * mappings in their TLBs. Returns the number of free page slots left.
  241. * When out of page slots we must call tlb_flush_mmu().
  242. */
  243. int __tlb_remove_page(struct mmu_gather *tlb, struct page *page)
  244. {
  245. struct mmu_gather_batch *batch;
  246. VM_BUG_ON(!tlb->end);
  247. batch = tlb->active;
  248. batch->pages[batch->nr++] = page;
  249. if (batch->nr == batch->max) {
  250. if (!tlb_next_batch(tlb))
  251. return 0;
  252. batch = tlb->active;
  253. }
  254. VM_BUG_ON_PAGE(batch->nr > batch->max, page);
  255. return batch->max - batch->nr;
  256. }
  257. #endif /* HAVE_GENERIC_MMU_GATHER */
  258. #ifdef CONFIG_HAVE_RCU_TABLE_FREE
  259. /*
  260. * See the comment near struct mmu_table_batch.
  261. */
  262. static void tlb_remove_table_smp_sync(void *arg)
  263. {
  264. /* Simply deliver the interrupt */
  265. }
  266. static void tlb_remove_table_one(void *table)
  267. {
  268. /*
  269. * This isn't an RCU grace period and hence the page-tables cannot be
  270. * assumed to be actually RCU-freed.
  271. *
  272. * It is however sufficient for software page-table walkers that rely on
  273. * IRQ disabling. See the comment near struct mmu_table_batch.
  274. */
  275. smp_call_function(tlb_remove_table_smp_sync, NULL, 1);
  276. __tlb_remove_table(table);
  277. }
  278. static void tlb_remove_table_rcu(struct rcu_head *head)
  279. {
  280. struct mmu_table_batch *batch;
  281. int i;
  282. batch = container_of(head, struct mmu_table_batch, rcu);
  283. for (i = 0; i < batch->nr; i++)
  284. __tlb_remove_table(batch->tables[i]);
  285. free_page((unsigned long)batch);
  286. }
  287. void tlb_table_flush(struct mmu_gather *tlb)
  288. {
  289. struct mmu_table_batch **batch = &tlb->batch;
  290. if (*batch) {
  291. call_rcu_sched(&(*batch)->rcu, tlb_remove_table_rcu);
  292. *batch = NULL;
  293. }
  294. }
  295. void tlb_remove_table(struct mmu_gather *tlb, void *table)
  296. {
  297. struct mmu_table_batch **batch = &tlb->batch;
  298. /*
  299. * When there's less then two users of this mm there cannot be a
  300. * concurrent page-table walk.
  301. */
  302. if (atomic_read(&tlb->mm->mm_users) < 2) {
  303. __tlb_remove_table(table);
  304. return;
  305. }
  306. if (*batch == NULL) {
  307. *batch = (struct mmu_table_batch *)__get_free_page(GFP_NOWAIT | __GFP_NOWARN);
  308. if (*batch == NULL) {
  309. tlb_remove_table_one(table);
  310. return;
  311. }
  312. (*batch)->nr = 0;
  313. }
  314. (*batch)->tables[(*batch)->nr++] = table;
  315. if ((*batch)->nr == MAX_TABLE_BATCH)
  316. tlb_table_flush(tlb);
  317. }
  318. #endif /* CONFIG_HAVE_RCU_TABLE_FREE */
  319. /*
  320. * Note: this doesn't free the actual pages themselves. That
  321. * has been handled earlier when unmapping all the memory regions.
  322. */
  323. static void free_pte_range(struct mmu_gather *tlb, pmd_t *pmd,
  324. unsigned long addr)
  325. {
  326. pgtable_t token = pmd_pgtable(*pmd);
  327. pmd_clear(pmd);
  328. pte_free_tlb(tlb, token, addr);
  329. atomic_long_dec(&tlb->mm->nr_ptes);
  330. }
  331. static inline void free_pmd_range(struct mmu_gather *tlb, pud_t *pud,
  332. unsigned long addr, unsigned long end,
  333. unsigned long floor, unsigned long ceiling)
  334. {
  335. pmd_t *pmd;
  336. unsigned long next;
  337. unsigned long start;
  338. start = addr;
  339. pmd = pmd_offset(pud, addr);
  340. do {
  341. next = pmd_addr_end(addr, end);
  342. if (pmd_none_or_clear_bad(pmd))
  343. continue;
  344. free_pte_range(tlb, pmd, addr);
  345. } while (pmd++, addr = next, addr != end);
  346. start &= PUD_MASK;
  347. if (start < floor)
  348. return;
  349. if (ceiling) {
  350. ceiling &= PUD_MASK;
  351. if (!ceiling)
  352. return;
  353. }
  354. if (end - 1 > ceiling - 1)
  355. return;
  356. pmd = pmd_offset(pud, start);
  357. pud_clear(pud);
  358. pmd_free_tlb(tlb, pmd, start);
  359. }
  360. static inline void free_pud_range(struct mmu_gather *tlb, pgd_t *pgd,
  361. unsigned long addr, unsigned long end,
  362. unsigned long floor, unsigned long ceiling)
  363. {
  364. pud_t *pud;
  365. unsigned long next;
  366. unsigned long start;
  367. start = addr;
  368. pud = pud_offset(pgd, addr);
  369. do {
  370. next = pud_addr_end(addr, end);
  371. if (pud_none_or_clear_bad(pud))
  372. continue;
  373. free_pmd_range(tlb, pud, addr, next, floor, ceiling);
  374. } while (pud++, addr = next, addr != end);
  375. start &= PGDIR_MASK;
  376. if (start < floor)
  377. return;
  378. if (ceiling) {
  379. ceiling &= PGDIR_MASK;
  380. if (!ceiling)
  381. return;
  382. }
  383. if (end - 1 > ceiling - 1)
  384. return;
  385. pud = pud_offset(pgd, start);
  386. pgd_clear(pgd);
  387. pud_free_tlb(tlb, pud, start);
  388. }
  389. /*
  390. * This function frees user-level page tables of a process.
  391. */
  392. void free_pgd_range(struct mmu_gather *tlb,
  393. unsigned long addr, unsigned long end,
  394. unsigned long floor, unsigned long ceiling)
  395. {
  396. pgd_t *pgd;
  397. unsigned long next;
  398. /*
  399. * The next few lines have given us lots of grief...
  400. *
  401. * Why are we testing PMD* at this top level? Because often
  402. * there will be no work to do at all, and we'd prefer not to
  403. * go all the way down to the bottom just to discover that.
  404. *
  405. * Why all these "- 1"s? Because 0 represents both the bottom
  406. * of the address space and the top of it (using -1 for the
  407. * top wouldn't help much: the masks would do the wrong thing).
  408. * The rule is that addr 0 and floor 0 refer to the bottom of
  409. * the address space, but end 0 and ceiling 0 refer to the top
  410. * Comparisons need to use "end - 1" and "ceiling - 1" (though
  411. * that end 0 case should be mythical).
  412. *
  413. * Wherever addr is brought up or ceiling brought down, we must
  414. * be careful to reject "the opposite 0" before it confuses the
  415. * subsequent tests. But what about where end is brought down
  416. * by PMD_SIZE below? no, end can't go down to 0 there.
  417. *
  418. * Whereas we round start (addr) and ceiling down, by different
  419. * masks at different levels, in order to test whether a table
  420. * now has no other vmas using it, so can be freed, we don't
  421. * bother to round floor or end up - the tests don't need that.
  422. */
  423. addr &= PMD_MASK;
  424. if (addr < floor) {
  425. addr += PMD_SIZE;
  426. if (!addr)
  427. return;
  428. }
  429. if (ceiling) {
  430. ceiling &= PMD_MASK;
  431. if (!ceiling)
  432. return;
  433. }
  434. if (end - 1 > ceiling - 1)
  435. end -= PMD_SIZE;
  436. if (addr > end - 1)
  437. return;
  438. pgd = pgd_offset(tlb->mm, addr);
  439. do {
  440. next = pgd_addr_end(addr, end);
  441. if (pgd_none_or_clear_bad(pgd))
  442. continue;
  443. free_pud_range(tlb, pgd, addr, next, floor, ceiling);
  444. } while (pgd++, addr = next, addr != end);
  445. }
  446. void free_pgtables(struct mmu_gather *tlb, struct vm_area_struct *vma,
  447. unsigned long floor, unsigned long ceiling)
  448. {
  449. while (vma) {
  450. struct vm_area_struct *next = vma->vm_next;
  451. unsigned long addr = vma->vm_start;
  452. /*
  453. * Hide vma from rmap and truncate_pagecache before freeing
  454. * pgtables
  455. */
  456. unlink_anon_vmas(vma);
  457. unlink_file_vma(vma);
  458. if (is_vm_hugetlb_page(vma)) {
  459. hugetlb_free_pgd_range(tlb, addr, vma->vm_end,
  460. floor, next? next->vm_start: ceiling);
  461. } else {
  462. /*
  463. * Optimization: gather nearby vmas into one call down
  464. */
  465. while (next && next->vm_start <= vma->vm_end + PMD_SIZE
  466. && !is_vm_hugetlb_page(next)) {
  467. vma = next;
  468. next = vma->vm_next;
  469. unlink_anon_vmas(vma);
  470. unlink_file_vma(vma);
  471. }
  472. free_pgd_range(tlb, addr, vma->vm_end,
  473. floor, next? next->vm_start: ceiling);
  474. }
  475. vma = next;
  476. }
  477. }
  478. int __pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma,
  479. pmd_t *pmd, unsigned long address)
  480. {
  481. spinlock_t *ptl;
  482. pgtable_t new = pte_alloc_one(mm, address);
  483. int wait_split_huge_page;
  484. if (!new)
  485. return -ENOMEM;
  486. /*
  487. * Ensure all pte setup (eg. pte page lock and page clearing) are
  488. * visible before the pte is made visible to other CPUs by being
  489. * put into page tables.
  490. *
  491. * The other side of the story is the pointer chasing in the page
  492. * table walking code (when walking the page table without locking;
  493. * ie. most of the time). Fortunately, these data accesses consist
  494. * of a chain of data-dependent loads, meaning most CPUs (alpha
  495. * being the notable exception) will already guarantee loads are
  496. * seen in-order. See the alpha page table accessors for the
  497. * smp_read_barrier_depends() barriers in page table walking code.
  498. */
  499. smp_wmb(); /* Could be smp_wmb__xxx(before|after)_spin_lock */
  500. ptl = pmd_lock(mm, pmd);
  501. wait_split_huge_page = 0;
  502. if (likely(pmd_none(*pmd))) { /* Has another populated it ? */
  503. atomic_long_inc(&mm->nr_ptes);
  504. pmd_populate(mm, pmd, new);
  505. new = NULL;
  506. } else if (unlikely(pmd_trans_splitting(*pmd)))
  507. wait_split_huge_page = 1;
  508. spin_unlock(ptl);
  509. if (new)
  510. pte_free(mm, new);
  511. if (wait_split_huge_page)
  512. wait_split_huge_page(vma->anon_vma, pmd);
  513. return 0;
  514. }
  515. int __pte_alloc_kernel(pmd_t *pmd, unsigned long address)
  516. {
  517. pte_t *new = pte_alloc_one_kernel(&init_mm, address);
  518. if (!new)
  519. return -ENOMEM;
  520. smp_wmb(); /* See comment in __pte_alloc */
  521. spin_lock(&init_mm.page_table_lock);
  522. if (likely(pmd_none(*pmd))) { /* Has another populated it ? */
  523. pmd_populate_kernel(&init_mm, pmd, new);
  524. new = NULL;
  525. } else
  526. VM_BUG_ON(pmd_trans_splitting(*pmd));
  527. spin_unlock(&init_mm.page_table_lock);
  528. if (new)
  529. pte_free_kernel(&init_mm, new);
  530. return 0;
  531. }
  532. static inline void init_rss_vec(int *rss)
  533. {
  534. memset(rss, 0, sizeof(int) * NR_MM_COUNTERS);
  535. }
  536. static inline void add_mm_rss_vec(struct mm_struct *mm, int *rss)
  537. {
  538. int i;
  539. if (current->mm == mm)
  540. sync_mm_rss(mm);
  541. for (i = 0; i < NR_MM_COUNTERS; i++)
  542. if (rss[i])
  543. add_mm_counter(mm, i, rss[i]);
  544. }
  545. /*
  546. * This function is called to print an error when a bad pte
  547. * is found. For example, we might have a PFN-mapped pte in
  548. * a region that doesn't allow it.
  549. *
  550. * The calling function must still handle the error.
  551. */
  552. static void print_bad_pte(struct vm_area_struct *vma, unsigned long addr,
  553. pte_t pte, struct page *page)
  554. {
  555. pgd_t *pgd = pgd_offset(vma->vm_mm, addr);
  556. pud_t *pud = pud_offset(pgd, addr);
  557. pmd_t *pmd = pmd_offset(pud, addr);
  558. struct address_space *mapping;
  559. pgoff_t index;
  560. static unsigned long resume;
  561. static unsigned long nr_shown;
  562. static unsigned long nr_unshown;
  563. /*
  564. * Allow a burst of 60 reports, then keep quiet for that minute;
  565. * or allow a steady drip of one report per second.
  566. */
  567. if (nr_shown == 60) {
  568. if (time_before(jiffies, resume)) {
  569. nr_unshown++;
  570. return;
  571. }
  572. if (nr_unshown) {
  573. printk(KERN_ALERT
  574. "BUG: Bad page map: %lu messages suppressed\n",
  575. nr_unshown);
  576. nr_unshown = 0;
  577. }
  578. nr_shown = 0;
  579. }
  580. if (nr_shown++ == 0)
  581. resume = jiffies + 60 * HZ;
  582. mapping = vma->vm_file ? vma->vm_file->f_mapping : NULL;
  583. index = linear_page_index(vma, addr);
  584. printk(KERN_ALERT
  585. "BUG: Bad page map in process %s pte:%08llx pmd:%08llx\n",
  586. current->comm,
  587. (long long)pte_val(pte), (long long)pmd_val(*pmd));
  588. if (page)
  589. dump_page(page, "bad pte");
  590. printk(KERN_ALERT
  591. "addr:%p vm_flags:%08lx anon_vma:%p mapping:%p index:%lx\n",
  592. (void *)addr, vma->vm_flags, vma->anon_vma, mapping, index);
  593. /*
  594. * Choose text because data symbols depend on CONFIG_KALLSYMS_ALL=y
  595. */
  596. if (vma->vm_ops)
  597. printk(KERN_ALERT "vma->vm_ops->fault: %pSR\n",
  598. vma->vm_ops->fault);
  599. if (vma->vm_file)
  600. printk(KERN_ALERT "vma->vm_file->f_op->mmap: %pSR\n",
  601. vma->vm_file->f_op->mmap);
  602. dump_stack();
  603. add_taint(TAINT_BAD_PAGE, LOCKDEP_NOW_UNRELIABLE);
  604. }
  605. /*
  606. * vm_normal_page -- This function gets the "struct page" associated with a pte.
  607. *
  608. * "Special" mappings do not wish to be associated with a "struct page" (either
  609. * it doesn't exist, or it exists but they don't want to touch it). In this
  610. * case, NULL is returned here. "Normal" mappings do have a struct page.
  611. *
  612. * There are 2 broad cases. Firstly, an architecture may define a pte_special()
  613. * pte bit, in which case this function is trivial. Secondly, an architecture
  614. * may not have a spare pte bit, which requires a more complicated scheme,
  615. * described below.
  616. *
  617. * A raw VM_PFNMAP mapping (ie. one that is not COWed) is always considered a
  618. * special mapping (even if there are underlying and valid "struct pages").
  619. * COWed pages of a VM_PFNMAP are always normal.
  620. *
  621. * The way we recognize COWed pages within VM_PFNMAP mappings is through the
  622. * rules set up by "remap_pfn_range()": the vma will have the VM_PFNMAP bit
  623. * set, and the vm_pgoff will point to the first PFN mapped: thus every special
  624. * mapping will always honor the rule
  625. *
  626. * pfn_of_page == vma->vm_pgoff + ((addr - vma->vm_start) >> PAGE_SHIFT)
  627. *
  628. * And for normal mappings this is false.
  629. *
  630. * This restricts such mappings to be a linear translation from virtual address
  631. * to pfn. To get around this restriction, we allow arbitrary mappings so long
  632. * as the vma is not a COW mapping; in that case, we know that all ptes are
  633. * special (because none can have been COWed).
  634. *
  635. *
  636. * In order to support COW of arbitrary special mappings, we have VM_MIXEDMAP.
  637. *
  638. * VM_MIXEDMAP mappings can likewise contain memory with or without "struct
  639. * page" backing, however the difference is that _all_ pages with a struct
  640. * page (that is, those where pfn_valid is true) are refcounted and considered
  641. * normal pages by the VM. The disadvantage is that pages are refcounted
  642. * (which can be slower and simply not an option for some PFNMAP users). The
  643. * advantage is that we don't have to follow the strict linearity rule of
  644. * PFNMAP mappings in order to support COWable mappings.
  645. *
  646. */
  647. #ifdef __HAVE_ARCH_PTE_SPECIAL
  648. # define HAVE_PTE_SPECIAL 1
  649. #else
  650. # define HAVE_PTE_SPECIAL 0
  651. #endif
  652. struct page *vm_normal_page(struct vm_area_struct *vma, unsigned long addr,
  653. pte_t pte)
  654. {
  655. unsigned long pfn = pte_pfn(pte);
  656. if (HAVE_PTE_SPECIAL) {
  657. if (likely(!pte_special(pte)))
  658. goto check_pfn;
  659. if (vma->vm_flags & (VM_PFNMAP | VM_MIXEDMAP))
  660. return NULL;
  661. if (!is_zero_pfn(pfn))
  662. print_bad_pte(vma, addr, pte, NULL);
  663. return NULL;
  664. }
  665. /* !HAVE_PTE_SPECIAL case follows: */
  666. if (unlikely(vma->vm_flags & (VM_PFNMAP|VM_MIXEDMAP))) {
  667. if (vma->vm_flags & VM_MIXEDMAP) {
  668. if (!pfn_valid(pfn))
  669. return NULL;
  670. goto out;
  671. } else {
  672. unsigned long off;
  673. off = (addr - vma->vm_start) >> PAGE_SHIFT;
  674. if (pfn == vma->vm_pgoff + off)
  675. return NULL;
  676. if (!is_cow_mapping(vma->vm_flags))
  677. return NULL;
  678. }
  679. }
  680. if (is_zero_pfn(pfn))
  681. return NULL;
  682. check_pfn:
  683. if (unlikely(pfn > highest_memmap_pfn)) {
  684. print_bad_pte(vma, addr, pte, NULL);
  685. return NULL;
  686. }
  687. /*
  688. * NOTE! We still have PageReserved() pages in the page tables.
  689. * eg. VDSO mappings can cause them to exist.
  690. */
  691. out:
  692. return pfn_to_page(pfn);
  693. }
  694. /*
  695. * copy one vm_area from one task to the other. Assumes the page tables
  696. * already present in the new task to be cleared in the whole range
  697. * covered by this vma.
  698. */
  699. static inline unsigned long
  700. copy_one_pte(struct mm_struct *dst_mm, struct mm_struct *src_mm,
  701. pte_t *dst_pte, pte_t *src_pte, struct vm_area_struct *vma,
  702. unsigned long addr, int *rss)
  703. {
  704. unsigned long vm_flags = vma->vm_flags;
  705. pte_t pte = *src_pte;
  706. struct page *page;
  707. /* pte contains position in swap or file, so copy. */
  708. if (unlikely(!pte_present(pte))) {
  709. if (!pte_file(pte)) {
  710. swp_entry_t entry = pte_to_swp_entry(pte);
  711. if (likely(!non_swap_entry(entry))) {
  712. if (swap_duplicate(entry) < 0)
  713. return entry.val;
  714. /* make sure dst_mm is on swapoff's mmlist. */
  715. if (unlikely(list_empty(&dst_mm->mmlist))) {
  716. spin_lock(&mmlist_lock);
  717. if (list_empty(&dst_mm->mmlist))
  718. list_add(&dst_mm->mmlist,
  719. &src_mm->mmlist);
  720. spin_unlock(&mmlist_lock);
  721. }
  722. rss[MM_SWAPENTS]++;
  723. } else if (is_migration_entry(entry)) {
  724. page = migration_entry_to_page(entry);
  725. if (PageAnon(page))
  726. rss[MM_ANONPAGES]++;
  727. else
  728. rss[MM_FILEPAGES]++;
  729. if (is_write_migration_entry(entry) &&
  730. is_cow_mapping(vm_flags)) {
  731. /*
  732. * COW mappings require pages in both
  733. * parent and child to be set to read.
  734. */
  735. make_migration_entry_read(&entry);
  736. pte = swp_entry_to_pte(entry);
  737. if (pte_swp_soft_dirty(*src_pte))
  738. pte = pte_swp_mksoft_dirty(pte);
  739. set_pte_at(src_mm, addr, src_pte, pte);
  740. }
  741. }
  742. }
  743. goto out_set_pte;
  744. }
  745. /*
  746. * If it's a COW mapping, write protect it both
  747. * in the parent and the child
  748. */
  749. if (is_cow_mapping(vm_flags)) {
  750. ptep_set_wrprotect(src_mm, addr, src_pte);
  751. pte = pte_wrprotect(pte);
  752. }
  753. /*
  754. * If it's a shared mapping, mark it clean in
  755. * the child
  756. */
  757. if (vm_flags & VM_SHARED)
  758. pte = pte_mkclean(pte);
  759. pte = pte_mkold(pte);
  760. page = vm_normal_page(vma, addr, pte);
  761. if (page) {
  762. get_page(page);
  763. page_dup_rmap(page);
  764. if (PageAnon(page))
  765. rss[MM_ANONPAGES]++;
  766. else
  767. rss[MM_FILEPAGES]++;
  768. }
  769. out_set_pte:
  770. set_pte_at(dst_mm, addr, dst_pte, pte);
  771. return 0;
  772. }
  773. static int copy_pte_range(struct mm_struct *dst_mm, struct mm_struct *src_mm,
  774. pmd_t *dst_pmd, pmd_t *src_pmd, struct vm_area_struct *vma,
  775. unsigned long addr, unsigned long end)
  776. {
  777. pte_t *orig_src_pte, *orig_dst_pte;
  778. pte_t *src_pte, *dst_pte;
  779. spinlock_t *src_ptl, *dst_ptl;
  780. int progress = 0;
  781. int rss[NR_MM_COUNTERS];
  782. swp_entry_t entry = (swp_entry_t){0};
  783. again:
  784. init_rss_vec(rss);
  785. dst_pte = pte_alloc_map_lock(dst_mm, dst_pmd, addr, &dst_ptl);
  786. if (!dst_pte)
  787. return -ENOMEM;
  788. src_pte = pte_offset_map(src_pmd, addr);
  789. src_ptl = pte_lockptr(src_mm, src_pmd);
  790. spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING);
  791. orig_src_pte = src_pte;
  792. orig_dst_pte = dst_pte;
  793. arch_enter_lazy_mmu_mode();
  794. do {
  795. /*
  796. * We are holding two locks at this point - either of them
  797. * could generate latencies in another task on another CPU.
  798. */
  799. if (progress >= 32) {
  800. progress = 0;
  801. if (need_resched() ||
  802. spin_needbreak(src_ptl) || spin_needbreak(dst_ptl))
  803. break;
  804. }
  805. if (pte_none(*src_pte)) {
  806. progress++;
  807. continue;
  808. }
  809. entry.val = copy_one_pte(dst_mm, src_mm, dst_pte, src_pte,
  810. vma, addr, rss);
  811. if (entry.val)
  812. break;
  813. progress += 8;
  814. } while (dst_pte++, src_pte++, addr += PAGE_SIZE, addr != end);
  815. arch_leave_lazy_mmu_mode();
  816. spin_unlock(src_ptl);
  817. pte_unmap(orig_src_pte);
  818. add_mm_rss_vec(dst_mm, rss);
  819. pte_unmap_unlock(orig_dst_pte, dst_ptl);
  820. cond_resched();
  821. if (entry.val) {
  822. if (add_swap_count_continuation(entry, GFP_KERNEL) < 0)
  823. return -ENOMEM;
  824. progress = 0;
  825. }
  826. if (addr != end)
  827. goto again;
  828. return 0;
  829. }
  830. static inline int copy_pmd_range(struct mm_struct *dst_mm, struct mm_struct *src_mm,
  831. pud_t *dst_pud, pud_t *src_pud, struct vm_area_struct *vma,
  832. unsigned long addr, unsigned long end)
  833. {
  834. pmd_t *src_pmd, *dst_pmd;
  835. unsigned long next;
  836. dst_pmd = pmd_alloc(dst_mm, dst_pud, addr);
  837. if (!dst_pmd)
  838. return -ENOMEM;
  839. src_pmd = pmd_offset(src_pud, addr);
  840. do {
  841. next = pmd_addr_end(addr, end);
  842. if (pmd_trans_huge(*src_pmd)) {
  843. int err;
  844. VM_BUG_ON(next-addr != HPAGE_PMD_SIZE);
  845. err = copy_huge_pmd(dst_mm, src_mm,
  846. dst_pmd, src_pmd, addr, vma);
  847. if (err == -ENOMEM)
  848. return -ENOMEM;
  849. if (!err)
  850. continue;
  851. /* fall through */
  852. }
  853. if (pmd_none_or_clear_bad(src_pmd))
  854. continue;
  855. if (copy_pte_range(dst_mm, src_mm, dst_pmd, src_pmd,
  856. vma, addr, next))
  857. return -ENOMEM;
  858. } while (dst_pmd++, src_pmd++, addr = next, addr != end);
  859. return 0;
  860. }
  861. static inline int copy_pud_range(struct mm_struct *dst_mm, struct mm_struct *src_mm,
  862. pgd_t *dst_pgd, pgd_t *src_pgd, struct vm_area_struct *vma,
  863. unsigned long addr, unsigned long end)
  864. {
  865. pud_t *src_pud, *dst_pud;
  866. unsigned long next;
  867. dst_pud = pud_alloc(dst_mm, dst_pgd, addr);
  868. if (!dst_pud)
  869. return -ENOMEM;
  870. src_pud = pud_offset(src_pgd, addr);
  871. do {
  872. next = pud_addr_end(addr, end);
  873. if (pud_none_or_clear_bad(src_pud))
  874. continue;
  875. if (copy_pmd_range(dst_mm, src_mm, dst_pud, src_pud,
  876. vma, addr, next))
  877. return -ENOMEM;
  878. } while (dst_pud++, src_pud++, addr = next, addr != end);
  879. return 0;
  880. }
  881. int copy_page_range(struct mm_struct *dst_mm, struct mm_struct *src_mm,
  882. struct vm_area_struct *vma)
  883. {
  884. pgd_t *src_pgd, *dst_pgd;
  885. unsigned long next;
  886. unsigned long addr = vma->vm_start;
  887. unsigned long end = vma->vm_end;
  888. unsigned long mmun_start; /* For mmu_notifiers */
  889. unsigned long mmun_end; /* For mmu_notifiers */
  890. bool is_cow;
  891. int ret;
  892. /*
  893. * Don't copy ptes where a page fault will fill them correctly.
  894. * Fork becomes much lighter when there are big shared or private
  895. * readonly mappings. The tradeoff is that copy_page_range is more
  896. * efficient than faulting.
  897. */
  898. if (!(vma->vm_flags & (VM_HUGETLB | VM_NONLINEAR |
  899. VM_PFNMAP | VM_MIXEDMAP))) {
  900. if (!vma->anon_vma)
  901. return 0;
  902. }
  903. if (is_vm_hugetlb_page(vma))
  904. return copy_hugetlb_page_range(dst_mm, src_mm, vma);
  905. if (unlikely(vma->vm_flags & VM_PFNMAP)) {
  906. /*
  907. * We do not free on error cases below as remove_vma
  908. * gets called on error from higher level routine
  909. */
  910. ret = track_pfn_copy(vma);
  911. if (ret)
  912. return ret;
  913. }
  914. /*
  915. * We need to invalidate the secondary MMU mappings only when
  916. * there could be a permission downgrade on the ptes of the
  917. * parent mm. And a permission downgrade will only happen if
  918. * is_cow_mapping() returns true.
  919. */
  920. is_cow = is_cow_mapping(vma->vm_flags);
  921. mmun_start = addr;
  922. mmun_end = end;
  923. if (is_cow)
  924. mmu_notifier_invalidate_range_start(src_mm, mmun_start,
  925. mmun_end);
  926. ret = 0;
  927. dst_pgd = pgd_offset(dst_mm, addr);
  928. src_pgd = pgd_offset(src_mm, addr);
  929. do {
  930. next = pgd_addr_end(addr, end);
  931. if (pgd_none_or_clear_bad(src_pgd))
  932. continue;
  933. if (unlikely(copy_pud_range(dst_mm, src_mm, dst_pgd, src_pgd,
  934. vma, addr, next))) {
  935. ret = -ENOMEM;
  936. break;
  937. }
  938. } while (dst_pgd++, src_pgd++, addr = next, addr != end);
  939. if (is_cow)
  940. mmu_notifier_invalidate_range_end(src_mm, mmun_start, mmun_end);
  941. return ret;
  942. }
  943. static unsigned long zap_pte_range(struct mmu_gather *tlb,
  944. struct vm_area_struct *vma, pmd_t *pmd,
  945. unsigned long addr, unsigned long end,
  946. struct zap_details *details)
  947. {
  948. struct mm_struct *mm = tlb->mm;
  949. int force_flush = 0;
  950. int rss[NR_MM_COUNTERS];
  951. spinlock_t *ptl;
  952. pte_t *start_pte;
  953. pte_t *pte;
  954. again:
  955. init_rss_vec(rss);
  956. start_pte = pte_offset_map_lock(mm, pmd, addr, &ptl);
  957. pte = start_pte;
  958. arch_enter_lazy_mmu_mode();
  959. do {
  960. pte_t ptent = *pte;
  961. if (pte_none(ptent)) {
  962. continue;
  963. }
  964. if (pte_present(ptent)) {
  965. struct page *page;
  966. page = vm_normal_page(vma, addr, ptent);
  967. if (unlikely(details) && page) {
  968. /*
  969. * unmap_shared_mapping_pages() wants to
  970. * invalidate cache without truncating:
  971. * unmap shared but keep private pages.
  972. */
  973. if (details->check_mapping &&
  974. details->check_mapping != page->mapping)
  975. continue;
  976. /*
  977. * Each page->index must be checked when
  978. * invalidating or truncating nonlinear.
  979. */
  980. if (details->nonlinear_vma &&
  981. (page->index < details->first_index ||
  982. page->index > details->last_index))
  983. continue;
  984. }
  985. ptent = ptep_get_and_clear_full(mm, addr, pte,
  986. tlb->fullmm);
  987. tlb_remove_tlb_entry(tlb, pte, addr);
  988. if (unlikely(!page))
  989. continue;
  990. if (unlikely(details) && details->nonlinear_vma
  991. && linear_page_index(details->nonlinear_vma,
  992. addr) != page->index) {
  993. pte_t ptfile = pgoff_to_pte(page->index);
  994. if (pte_soft_dirty(ptent))
  995. ptfile = pte_file_mksoft_dirty(ptfile);
  996. set_pte_at(mm, addr, pte, ptfile);
  997. }
  998. if (PageAnon(page))
  999. rss[MM_ANONPAGES]--;
  1000. else {
  1001. if (pte_dirty(ptent)) {
  1002. force_flush = 1;
  1003. set_page_dirty(page);
  1004. }
  1005. if (pte_young(ptent) &&
  1006. likely(!(vma->vm_flags & VM_SEQ_READ)))
  1007. mark_page_accessed(page);
  1008. rss[MM_FILEPAGES]--;
  1009. }
  1010. page_remove_rmap(page);
  1011. if (unlikely(page_mapcount(page) < 0))
  1012. print_bad_pte(vma, addr, ptent, page);
  1013. if (unlikely(!__tlb_remove_page(tlb, page))) {
  1014. force_flush = 1;
  1015. addr += PAGE_SIZE;
  1016. break;
  1017. }
  1018. continue;
  1019. }
  1020. /*
  1021. * If details->check_mapping, we leave swap entries;
  1022. * if details->nonlinear_vma, we leave file entries.
  1023. */
  1024. if (unlikely(details))
  1025. continue;
  1026. if (pte_file(ptent)) {
  1027. if (unlikely(!(vma->vm_flags & VM_NONLINEAR)))
  1028. print_bad_pte(vma, addr, ptent, NULL);
  1029. } else {
  1030. swp_entry_t entry = pte_to_swp_entry(ptent);
  1031. if (!non_swap_entry(entry))
  1032. rss[MM_SWAPENTS]--;
  1033. else if (is_migration_entry(entry)) {
  1034. struct page *page;
  1035. page = migration_entry_to_page(entry);
  1036. if (PageAnon(page))
  1037. rss[MM_ANONPAGES]--;
  1038. else
  1039. rss[MM_FILEPAGES]--;
  1040. }
  1041. if (unlikely(!free_swap_and_cache(entry)))
  1042. print_bad_pte(vma, addr, ptent, NULL);
  1043. }
  1044. pte_clear_not_present_full(mm, addr, pte, tlb->fullmm);
  1045. } while (pte++, addr += PAGE_SIZE, addr != end);
  1046. add_mm_rss_vec(mm, rss);
  1047. arch_leave_lazy_mmu_mode();
  1048. /* Do the actual TLB flush before dropping ptl */
  1049. if (force_flush)
  1050. tlb_flush_mmu_tlbonly(tlb);
  1051. pte_unmap_unlock(start_pte, ptl);
  1052. /*
  1053. * If we forced a TLB flush (either due to running out of
  1054. * batch buffers or because we needed to flush dirty TLB
  1055. * entries before releasing the ptl), free the batched
  1056. * memory too. Restart if we didn't do everything.
  1057. */
  1058. if (force_flush) {
  1059. force_flush = 0;
  1060. tlb_flush_mmu_free(tlb);
  1061. if (addr != end)
  1062. goto again;
  1063. }
  1064. return addr;
  1065. }
  1066. static inline unsigned long zap_pmd_range(struct mmu_gather *tlb,
  1067. struct vm_area_struct *vma, pud_t *pud,
  1068. unsigned long addr, unsigned long end,
  1069. struct zap_details *details)
  1070. {
  1071. pmd_t *pmd;
  1072. unsigned long next;
  1073. pmd = pmd_offset(pud, addr);
  1074. do {
  1075. next = pmd_addr_end(addr, end);
  1076. if (pmd_trans_huge(*pmd)) {
  1077. if (next - addr != HPAGE_PMD_SIZE) {
  1078. #ifdef CONFIG_DEBUG_VM
  1079. if (!rwsem_is_locked(&tlb->mm->mmap_sem)) {
  1080. pr_err("%s: mmap_sem is unlocked! addr=0x%lx end=0x%lx vma->vm_start=0x%lx vma->vm_end=0x%lx\n",
  1081. __func__, addr, end,
  1082. vma->vm_start,
  1083. vma->vm_end);
  1084. BUG();
  1085. }
  1086. #endif
  1087. split_huge_page_pmd(vma, addr, pmd);
  1088. } else if (zap_huge_pmd(tlb, vma, pmd, addr))
  1089. goto next;
  1090. /* fall through */
  1091. }
  1092. /*
  1093. * Here there can be other concurrent MADV_DONTNEED or
  1094. * trans huge page faults running, and if the pmd is
  1095. * none or trans huge it can change under us. This is
  1096. * because MADV_DONTNEED holds the mmap_sem in read
  1097. * mode.
  1098. */
  1099. if (pmd_none_or_trans_huge_or_clear_bad(pmd))
  1100. goto next;
  1101. next = zap_pte_range(tlb, vma, pmd, addr, next, details);
  1102. next:
  1103. cond_resched();
  1104. } while (pmd++, addr = next, addr != end);
  1105. return addr;
  1106. }
  1107. static inline unsigned long zap_pud_range(struct mmu_gather *tlb,
  1108. struct vm_area_struct *vma, pgd_t *pgd,
  1109. unsigned long addr, unsigned long end,
  1110. struct zap_details *details)
  1111. {
  1112. pud_t *pud;
  1113. unsigned long next;
  1114. pud = pud_offset(pgd, addr);
  1115. do {
  1116. next = pud_addr_end(addr, end);
  1117. if (pud_none_or_clear_bad(pud))
  1118. continue;
  1119. next = zap_pmd_range(tlb, vma, pud, addr, next, details);
  1120. } while (pud++, addr = next, addr != end);
  1121. return addr;
  1122. }
  1123. static void unmap_page_range(struct mmu_gather *tlb,
  1124. struct vm_area_struct *vma,
  1125. unsigned long addr, unsigned long end,
  1126. struct zap_details *details)
  1127. {
  1128. pgd_t *pgd;
  1129. unsigned long next;
  1130. if (details && !details->check_mapping && !details->nonlinear_vma)
  1131. details = NULL;
  1132. BUG_ON(addr >= end);
  1133. tlb_start_vma(tlb, vma);
  1134. pgd = pgd_offset(vma->vm_mm, addr);
  1135. do {
  1136. next = pgd_addr_end(addr, end);
  1137. if (pgd_none_or_clear_bad(pgd))
  1138. continue;
  1139. next = zap_pud_range(tlb, vma, pgd, addr, next, details);
  1140. } while (pgd++, addr = next, addr != end);
  1141. tlb_end_vma(tlb, vma);
  1142. }
  1143. static void unmap_single_vma(struct mmu_gather *tlb,
  1144. struct vm_area_struct *vma, unsigned long start_addr,
  1145. unsigned long end_addr,
  1146. struct zap_details *details)
  1147. {
  1148. unsigned long start = max(vma->vm_start, start_addr);
  1149. unsigned long end;
  1150. if (start >= vma->vm_end)
  1151. return;
  1152. end = min(vma->vm_end, end_addr);
  1153. if (end <= vma->vm_start)
  1154. return;
  1155. if (vma->vm_file)
  1156. uprobe_munmap(vma, start, end);
  1157. if (unlikely(vma->vm_flags & VM_PFNMAP))
  1158. untrack_pfn(vma, 0, 0);
  1159. if (start != end) {
  1160. if (unlikely(is_vm_hugetlb_page(vma))) {
  1161. /*
  1162. * It is undesirable to test vma->vm_file as it
  1163. * should be non-null for valid hugetlb area.
  1164. * However, vm_file will be NULL in the error
  1165. * cleanup path of mmap_region. When
  1166. * hugetlbfs ->mmap method fails,
  1167. * mmap_region() nullifies vma->vm_file
  1168. * before calling this function to clean up.
  1169. * Since no pte has actually been setup, it is
  1170. * safe to do nothing in this case.
  1171. */
  1172. if (vma->vm_file) {
  1173. i_mmap_lock_write(vma->vm_file->f_mapping);
  1174. __unmap_hugepage_range_final(tlb, vma, start, end, NULL);
  1175. i_mmap_unlock_write(vma->vm_file->f_mapping);
  1176. }
  1177. } else
  1178. unmap_page_range(tlb, vma, start, end, details);
  1179. }
  1180. }
  1181. /**
  1182. * unmap_vmas - unmap a range of memory covered by a list of vma's
  1183. * @tlb: address of the caller's struct mmu_gather
  1184. * @vma: the starting vma
  1185. * @start_addr: virtual address at which to start unmapping
  1186. * @end_addr: virtual address at which to end unmapping
  1187. *
  1188. * Unmap all pages in the vma list.
  1189. *
  1190. * Only addresses between `start' and `end' will be unmapped.
  1191. *
  1192. * The VMA list must be sorted in ascending virtual address order.
  1193. *
  1194. * unmap_vmas() assumes that the caller will flush the whole unmapped address
  1195. * range after unmap_vmas() returns. So the only responsibility here is to
  1196. * ensure that any thus-far unmapped pages are flushed before unmap_vmas()
  1197. * drops the lock and schedules.
  1198. */
  1199. void unmap_vmas(struct mmu_gather *tlb,
  1200. struct vm_area_struct *vma, unsigned long start_addr,
  1201. unsigned long end_addr)
  1202. {
  1203. struct mm_struct *mm = vma->vm_mm;
  1204. mmu_notifier_invalidate_range_start(mm, start_addr, end_addr);
  1205. for ( ; vma && vma->vm_start < end_addr; vma = vma->vm_next)
  1206. unmap_single_vma(tlb, vma, start_addr, end_addr, NULL);
  1207. mmu_notifier_invalidate_range_end(mm, start_addr, end_addr);
  1208. }
  1209. /**
  1210. * zap_page_range - remove user pages in a given range
  1211. * @vma: vm_area_struct holding the applicable pages
  1212. * @start: starting address of pages to zap
  1213. * @size: number of bytes to zap
  1214. * @details: details of nonlinear truncation or shared cache invalidation
  1215. *
  1216. * Caller must protect the VMA list
  1217. */
  1218. void zap_page_range(struct vm_area_struct *vma, unsigned long start,
  1219. unsigned long size, struct zap_details *details)
  1220. {
  1221. struct mm_struct *mm = vma->vm_mm;
  1222. struct mmu_gather tlb;
  1223. unsigned long end = start + size;
  1224. lru_add_drain();
  1225. tlb_gather_mmu(&tlb, mm, start, end);
  1226. update_hiwater_rss(mm);
  1227. mmu_notifier_invalidate_range_start(mm, start, end);
  1228. for ( ; vma && vma->vm_start < end; vma = vma->vm_next)
  1229. unmap_single_vma(&tlb, vma, start, end, details);
  1230. mmu_notifier_invalidate_range_end(mm, start, end);
  1231. tlb_finish_mmu(&tlb, start, end);
  1232. }
  1233. /**
  1234. * zap_page_range_single - remove user pages in a given range
  1235. * @vma: vm_area_struct holding the applicable pages
  1236. * @address: starting address of pages to zap
  1237. * @size: number of bytes to zap
  1238. * @details: details of nonlinear truncation or shared cache invalidation
  1239. *
  1240. * The range must fit into one VMA.
  1241. */
  1242. static void zap_page_range_single(struct vm_area_struct *vma, unsigned long address,
  1243. unsigned long size, struct zap_details *details)
  1244. {
  1245. struct mm_struct *mm = vma->vm_mm;
  1246. struct mmu_gather tlb;
  1247. unsigned long end = address + size;
  1248. lru_add_drain();
  1249. tlb_gather_mmu(&tlb, mm, address, end);
  1250. update_hiwater_rss(mm);
  1251. mmu_notifier_invalidate_range_start(mm, address, end);
  1252. unmap_single_vma(&tlb, vma, address, end, details);
  1253. mmu_notifier_invalidate_range_end(mm, address, end);
  1254. tlb_finish_mmu(&tlb, address, end);
  1255. }
  1256. /**
  1257. * zap_vma_ptes - remove ptes mapping the vma
  1258. * @vma: vm_area_struct holding ptes to be zapped
  1259. * @address: starting address of pages to zap
  1260. * @size: number of bytes to zap
  1261. *
  1262. * This function only unmaps ptes assigned to VM_PFNMAP vmas.
  1263. *
  1264. * The entire address range must be fully contained within the vma.
  1265. *
  1266. * Returns 0 if successful.
  1267. */
  1268. int zap_vma_ptes(struct vm_area_struct *vma, unsigned long address,
  1269. unsigned long size)
  1270. {
  1271. if (address < vma->vm_start || address + size > vma->vm_end ||
  1272. !(vma->vm_flags & VM_PFNMAP))
  1273. return -1;
  1274. zap_page_range_single(vma, address, size, NULL);
  1275. return 0;
  1276. }
  1277. EXPORT_SYMBOL_GPL(zap_vma_ptes);
  1278. pte_t *__get_locked_pte(struct mm_struct *mm, unsigned long addr,
  1279. spinlock_t **ptl)
  1280. {
  1281. pgd_t * pgd = pgd_offset(mm, addr);
  1282. pud_t * pud = pud_alloc(mm, pgd, addr);
  1283. if (pud) {
  1284. pmd_t * pmd = pmd_alloc(mm, pud, addr);
  1285. if (pmd) {
  1286. VM_BUG_ON(pmd_trans_huge(*pmd));
  1287. return pte_alloc_map_lock(mm, pmd, addr, ptl);
  1288. }
  1289. }
  1290. return NULL;
  1291. }
  1292. /*
  1293. * This is the old fallback for page remapping.
  1294. *
  1295. * For historical reasons, it only allows reserved pages. Only
  1296. * old drivers should use this, and they needed to mark their
  1297. * pages reserved for the old functions anyway.
  1298. */
  1299. static int insert_page(struct vm_area_struct *vma, unsigned long addr,
  1300. struct page *page, pgprot_t prot)
  1301. {
  1302. struct mm_struct *mm = vma->vm_mm;
  1303. int retval;
  1304. pte_t *pte;
  1305. spinlock_t *ptl;
  1306. retval = -EINVAL;
  1307. if (PageAnon(page))
  1308. goto out;
  1309. retval = -ENOMEM;
  1310. flush_dcache_page(page);
  1311. pte = get_locked_pte(mm, addr, &ptl);
  1312. if (!pte)
  1313. goto out;
  1314. retval = -EBUSY;
  1315. if (!pte_none(*pte))
  1316. goto out_unlock;
  1317. /* Ok, finally just insert the thing.. */
  1318. get_page(page);
  1319. inc_mm_counter_fast(mm, MM_FILEPAGES);
  1320. page_add_file_rmap(page);
  1321. set_pte_at(mm, addr, pte, mk_pte(page, prot));
  1322. retval = 0;
  1323. pte_unmap_unlock(pte, ptl);
  1324. return retval;
  1325. out_unlock:
  1326. pte_unmap_unlock(pte, ptl);
  1327. out:
  1328. return retval;
  1329. }
  1330. /**
  1331. * vm_insert_page - insert single page into user vma
  1332. * @vma: user vma to map to
  1333. * @addr: target user address of this page
  1334. * @page: source kernel page
  1335. *
  1336. * This allows drivers to insert individual pages they've allocated
  1337. * into a user vma.
  1338. *
  1339. * The page has to be a nice clean _individual_ kernel allocation.
  1340. * If you allocate a compound page, you need to have marked it as
  1341. * such (__GFP_COMP), or manually just split the page up yourself
  1342. * (see split_page()).
  1343. *
  1344. * NOTE! Traditionally this was done with "remap_pfn_range()" which
  1345. * took an arbitrary page protection parameter. This doesn't allow
  1346. * that. Your vma protection will have to be set up correctly, which
  1347. * means that if you want a shared writable mapping, you'd better
  1348. * ask for a shared writable mapping!
  1349. *
  1350. * The page does not need to be reserved.
  1351. *
  1352. * Usually this function is called from f_op->mmap() handler
  1353. * under mm->mmap_sem write-lock, so it can change vma->vm_flags.
  1354. * Caller must set VM_MIXEDMAP on vma if it wants to call this
  1355. * function from other places, for example from page-fault handler.
  1356. */
  1357. int vm_insert_page(struct vm_area_struct *vma, unsigned long addr,
  1358. struct page *page)
  1359. {
  1360. if (addr < vma->vm_start || addr >= vma->vm_end)
  1361. return -EFAULT;
  1362. if (!page_count(page))
  1363. return -EINVAL;
  1364. if (!(vma->vm_flags & VM_MIXEDMAP)) {
  1365. BUG_ON(down_read_trylock(&vma->vm_mm->mmap_sem));
  1366. BUG_ON(vma->vm_flags & VM_PFNMAP);
  1367. vma->vm_flags |= VM_MIXEDMAP;
  1368. }
  1369. return insert_page(vma, addr, page, vma->vm_page_prot);
  1370. }
  1371. EXPORT_SYMBOL(vm_insert_page);
  1372. static int insert_pfn(struct vm_area_struct *vma, unsigned long addr,
  1373. unsigned long pfn, pgprot_t prot)
  1374. {
  1375. struct mm_struct *mm = vma->vm_mm;
  1376. int retval;
  1377. pte_t *pte, entry;
  1378. spinlock_t *ptl;
  1379. retval = -ENOMEM;
  1380. pte = get_locked_pte(mm, addr, &ptl);
  1381. if (!pte)
  1382. goto out;
  1383. retval = -EBUSY;
  1384. if (!pte_none(*pte))
  1385. goto out_unlock;
  1386. /* Ok, finally just insert the thing.. */
  1387. entry = pte_mkspecial(pfn_pte(pfn, prot));
  1388. set_pte_at(mm, addr, pte, entry);
  1389. update_mmu_cache(vma, addr, pte); /* XXX: why not for insert_page? */
  1390. retval = 0;
  1391. out_unlock:
  1392. pte_unmap_unlock(pte, ptl);
  1393. out:
  1394. return retval;
  1395. }
  1396. /**
  1397. * vm_insert_pfn - insert single pfn into user vma
  1398. * @vma: user vma to map to
  1399. * @addr: target user address of this page
  1400. * @pfn: source kernel pfn
  1401. *
  1402. * Similar to vm_insert_page, this allows drivers to insert individual pages
  1403. * they've allocated into a user vma. Same comments apply.
  1404. *
  1405. * This function should only be called from a vm_ops->fault handler, and
  1406. * in that case the handler should return NULL.
  1407. *
  1408. * vma cannot be a COW mapping.
  1409. *
  1410. * As this is called only for pages that do not currently exist, we
  1411. * do not need to flush old virtual caches or the TLB.
  1412. */
  1413. int vm_insert_pfn(struct vm_area_struct *vma, unsigned long addr,
  1414. unsigned long pfn)
  1415. {
  1416. int ret;
  1417. pgprot_t pgprot = vma->vm_page_prot;
  1418. /*
  1419. * Technically, architectures with pte_special can avoid all these
  1420. * restrictions (same for remap_pfn_range). However we would like
  1421. * consistency in testing and feature parity among all, so we should
  1422. * try to keep these invariants in place for everybody.
  1423. */
  1424. BUG_ON(!(vma->vm_flags & (VM_PFNMAP|VM_MIXEDMAP)));
  1425. BUG_ON((vma->vm_flags & (VM_PFNMAP|VM_MIXEDMAP)) ==
  1426. (VM_PFNMAP|VM_MIXEDMAP));
  1427. BUG_ON((vma->vm_flags & VM_PFNMAP) && is_cow_mapping(vma->vm_flags));
  1428. BUG_ON((vma->vm_flags & VM_MIXEDMAP) && pfn_valid(pfn));
  1429. if (addr < vma->vm_start || addr >= vma->vm_end)
  1430. return -EFAULT;
  1431. if (track_pfn_insert(vma, &pgprot, pfn))
  1432. return -EINVAL;
  1433. ret = insert_pfn(vma, addr, pfn, pgprot);
  1434. return ret;
  1435. }
  1436. EXPORT_SYMBOL(vm_insert_pfn);
  1437. int vm_insert_mixed(struct vm_area_struct *vma, unsigned long addr,
  1438. unsigned long pfn)
  1439. {
  1440. BUG_ON(!(vma->vm_flags & VM_MIXEDMAP));
  1441. if (addr < vma->vm_start || addr >= vma->vm_end)
  1442. return -EFAULT;
  1443. /*
  1444. * If we don't have pte special, then we have to use the pfn_valid()
  1445. * based VM_MIXEDMAP scheme (see vm_normal_page), and thus we *must*
  1446. * refcount the page if pfn_valid is true (hence insert_page rather
  1447. * than insert_pfn). If a zero_pfn were inserted into a VM_MIXEDMAP
  1448. * without pte special, it would there be refcounted as a normal page.
  1449. */
  1450. if (!HAVE_PTE_SPECIAL && pfn_valid(pfn)) {
  1451. struct page *page;
  1452. page = pfn_to_page(pfn);
  1453. return insert_page(vma, addr, page, vma->vm_page_prot);
  1454. }
  1455. return insert_pfn(vma, addr, pfn, vma->vm_page_prot);
  1456. }
  1457. EXPORT_SYMBOL(vm_insert_mixed);
  1458. /*
  1459. * maps a range of physical memory into the requested pages. the old
  1460. * mappings are removed. any references to nonexistent pages results
  1461. * in null mappings (currently treated as "copy-on-access")
  1462. */
  1463. static int remap_pte_range(struct mm_struct *mm, pmd_t *pmd,
  1464. unsigned long addr, unsigned long end,
  1465. unsigned long pfn, pgprot_t prot)
  1466. {
  1467. pte_t *pte;
  1468. spinlock_t *ptl;
  1469. pte = pte_alloc_map_lock(mm, pmd, addr, &ptl);
  1470. if (!pte)
  1471. return -ENOMEM;
  1472. arch_enter_lazy_mmu_mode();
  1473. do {
  1474. BUG_ON(!pte_none(*pte));
  1475. set_pte_at(mm, addr, pte, pte_mkspecial(pfn_pte(pfn, prot)));
  1476. pfn++;
  1477. } while (pte++, addr += PAGE_SIZE, addr != end);
  1478. arch_leave_lazy_mmu_mode();
  1479. pte_unmap_unlock(pte - 1, ptl);
  1480. return 0;
  1481. }
  1482. static inline int remap_pmd_range(struct mm_struct *mm, pud_t *pud,
  1483. unsigned long addr, unsigned long end,
  1484. unsigned long pfn, pgprot_t prot)
  1485. {
  1486. pmd_t *pmd;
  1487. unsigned long next;
  1488. pfn -= addr >> PAGE_SHIFT;
  1489. pmd = pmd_alloc(mm, pud, addr);
  1490. if (!pmd)
  1491. return -ENOMEM;
  1492. VM_BUG_ON(pmd_trans_huge(*pmd));
  1493. do {
  1494. next = pmd_addr_end(addr, end);
  1495. if (remap_pte_range(mm, pmd, addr, next,
  1496. pfn + (addr >> PAGE_SHIFT), prot))
  1497. return -ENOMEM;
  1498. } while (pmd++, addr = next, addr != end);
  1499. return 0;
  1500. }
  1501. static inline int remap_pud_range(struct mm_struct *mm, pgd_t *pgd,
  1502. unsigned long addr, unsigned long end,
  1503. unsigned long pfn, pgprot_t prot)
  1504. {
  1505. pud_t *pud;
  1506. unsigned long next;
  1507. pfn -= addr >> PAGE_SHIFT;
  1508. pud = pud_alloc(mm, pgd, addr);
  1509. if (!pud)
  1510. return -ENOMEM;
  1511. do {
  1512. next = pud_addr_end(addr, end);
  1513. if (remap_pmd_range(mm, pud, addr, next,
  1514. pfn + (addr >> PAGE_SHIFT), prot))
  1515. return -ENOMEM;
  1516. } while (pud++, addr = next, addr != end);
  1517. return 0;
  1518. }
  1519. /**
  1520. * remap_pfn_range - remap kernel memory to userspace
  1521. * @vma: user vma to map to
  1522. * @addr: target user address to start at
  1523. * @pfn: physical address of kernel memory
  1524. * @size: size of map area
  1525. * @prot: page protection flags for this mapping
  1526. *
  1527. * Note: this is only safe if the mm semaphore is held when called.
  1528. */
  1529. int remap_pfn_range(struct vm_area_struct *vma, unsigned long addr,
  1530. unsigned long pfn, unsigned long size, pgprot_t prot)
  1531. {
  1532. pgd_t *pgd;
  1533. unsigned long next;
  1534. unsigned long end = addr + PAGE_ALIGN(size);
  1535. struct mm_struct *mm = vma->vm_mm;
  1536. int err;
  1537. /*
  1538. * Physically remapped pages are special. Tell the
  1539. * rest of the world about it:
  1540. * VM_IO tells people not to look at these pages
  1541. * (accesses can have side effects).
  1542. * VM_PFNMAP tells the core MM that the base pages are just
  1543. * raw PFN mappings, and do not have a "struct page" associated
  1544. * with them.
  1545. * VM_DONTEXPAND
  1546. * Disable vma merging and expanding with mremap().
  1547. * VM_DONTDUMP
  1548. * Omit vma from core dump, even when VM_IO turned off.
  1549. *
  1550. * There's a horrible special case to handle copy-on-write
  1551. * behaviour that some programs depend on. We mark the "original"
  1552. * un-COW'ed pages by matching them up with "vma->vm_pgoff".
  1553. * See vm_normal_page() for details.
  1554. */
  1555. if (is_cow_mapping(vma->vm_flags)) {
  1556. if (addr != vma->vm_start || end != vma->vm_end)
  1557. return -EINVAL;
  1558. vma->vm_pgoff = pfn;
  1559. }
  1560. err = track_pfn_remap(vma, &prot, pfn, addr, PAGE_ALIGN(size));
  1561. if (err)
  1562. return -EINVAL;
  1563. vma->vm_flags |= VM_IO | VM_PFNMAP | VM_DONTEXPAND | VM_DONTDUMP;
  1564. BUG_ON(addr >= end);
  1565. pfn -= addr >> PAGE_SHIFT;
  1566. pgd = pgd_offset(mm, addr);
  1567. flush_cache_range(vma, addr, end);
  1568. do {
  1569. next = pgd_addr_end(addr, end);
  1570. err = remap_pud_range(mm, pgd, addr, next,
  1571. pfn + (addr >> PAGE_SHIFT), prot);
  1572. if (err)
  1573. break;
  1574. } while (pgd++, addr = next, addr != end);
  1575. if (err)
  1576. untrack_pfn(vma, pfn, PAGE_ALIGN(size));
  1577. return err;
  1578. }
  1579. EXPORT_SYMBOL(remap_pfn_range);
  1580. /**
  1581. * vm_iomap_memory - remap memory to userspace
  1582. * @vma: user vma to map to
  1583. * @start: start of area
  1584. * @len: size of area
  1585. *
  1586. * This is a simplified io_remap_pfn_range() for common driver use. The
  1587. * driver just needs to give us the physical memory range to be mapped,
  1588. * we'll figure out the rest from the vma information.
  1589. *
  1590. * NOTE! Some drivers might want to tweak vma->vm_page_prot first to get
  1591. * whatever write-combining details or similar.
  1592. */
  1593. int vm_iomap_memory(struct vm_area_struct *vma, phys_addr_t start, unsigned long len)
  1594. {
  1595. unsigned long vm_len, pfn, pages;
  1596. /* Check that the physical memory area passed in looks valid */
  1597. if (start + len < start)
  1598. return -EINVAL;
  1599. /*
  1600. * You *really* shouldn't map things that aren't page-aligned,
  1601. * but we've historically allowed it because IO memory might
  1602. * just have smaller alignment.
  1603. */
  1604. len += start & ~PAGE_MASK;
  1605. pfn = start >> PAGE_SHIFT;
  1606. pages = (len + ~PAGE_MASK) >> PAGE_SHIFT;
  1607. if (pfn + pages < pfn)
  1608. return -EINVAL;
  1609. /* We start the mapping 'vm_pgoff' pages into the area */
  1610. if (vma->vm_pgoff > pages)
  1611. return -EINVAL;
  1612. pfn += vma->vm_pgoff;
  1613. pages -= vma->vm_pgoff;
  1614. /* Can we fit all of the mapping? */
  1615. vm_len = vma->vm_end - vma->vm_start;
  1616. if (vm_len >> PAGE_SHIFT > pages)
  1617. return -EINVAL;
  1618. /* Ok, let it rip */
  1619. return io_remap_pfn_range(vma, vma->vm_start, pfn, vm_len, vma->vm_page_prot);
  1620. }
  1621. EXPORT_SYMBOL(vm_iomap_memory);
  1622. static int apply_to_pte_range(struct mm_struct *mm, pmd_t *pmd,
  1623. unsigned long addr, unsigned long end,
  1624. pte_fn_t fn, void *data)
  1625. {
  1626. pte_t *pte;
  1627. int err;
  1628. pgtable_t token;
  1629. spinlock_t *uninitialized_var(ptl);
  1630. pte = (mm == &init_mm) ?
  1631. pte_alloc_kernel(pmd, addr) :
  1632. pte_alloc_map_lock(mm, pmd, addr, &ptl);
  1633. if (!pte)
  1634. return -ENOMEM;
  1635. BUG_ON(pmd_huge(*pmd));
  1636. arch_enter_lazy_mmu_mode();
  1637. token = pmd_pgtable(*pmd);
  1638. do {
  1639. err = fn(pte++, token, addr, data);
  1640. if (err)
  1641. break;
  1642. } while (addr += PAGE_SIZE, addr != end);
  1643. arch_leave_lazy_mmu_mode();
  1644. if (mm != &init_mm)
  1645. pte_unmap_unlock(pte-1, ptl);
  1646. return err;
  1647. }
  1648. static int apply_to_pmd_range(struct mm_struct *mm, pud_t *pud,
  1649. unsigned long addr, unsigned long end,
  1650. pte_fn_t fn, void *data)
  1651. {
  1652. pmd_t *pmd;
  1653. unsigned long next;
  1654. int err;
  1655. BUG_ON(pud_huge(*pud));
  1656. pmd = pmd_alloc(mm, pud, addr);
  1657. if (!pmd)
  1658. return -ENOMEM;
  1659. do {
  1660. next = pmd_addr_end(addr, end);
  1661. err = apply_to_pte_range(mm, pmd, addr, next, fn, data);
  1662. if (err)
  1663. break;
  1664. } while (pmd++, addr = next, addr != end);
  1665. return err;
  1666. }
  1667. static int apply_to_pud_range(struct mm_struct *mm, pgd_t *pgd,
  1668. unsigned long addr, unsigned long end,
  1669. pte_fn_t fn, void *data)
  1670. {
  1671. pud_t *pud;
  1672. unsigned long next;
  1673. int err;
  1674. pud = pud_alloc(mm, pgd, addr);
  1675. if (!pud)
  1676. return -ENOMEM;
  1677. do {
  1678. next = pud_addr_end(addr, end);
  1679. err = apply_to_pmd_range(mm, pud, addr, next, fn, data);
  1680. if (err)
  1681. break;
  1682. } while (pud++, addr = next, addr != end);
  1683. return err;
  1684. }
  1685. /*
  1686. * Scan a region of virtual memory, filling in page tables as necessary
  1687. * and calling a provided function on each leaf page table.
  1688. */
  1689. int apply_to_page_range(struct mm_struct *mm, unsigned long addr,
  1690. unsigned long size, pte_fn_t fn, void *data)
  1691. {
  1692. pgd_t *pgd;
  1693. unsigned long next;
  1694. unsigned long end = addr + size;
  1695. int err;
  1696. BUG_ON(addr >= end);
  1697. pgd = pgd_offset(mm, addr);
  1698. do {
  1699. next = pgd_addr_end(addr, end);
  1700. err = apply_to_pud_range(mm, pgd, addr, next, fn, data);
  1701. if (err)
  1702. break;
  1703. } while (pgd++, addr = next, addr != end);
  1704. return err;
  1705. }
  1706. EXPORT_SYMBOL_GPL(apply_to_page_range);
  1707. /*
  1708. * handle_pte_fault chooses page fault handler according to an entry
  1709. * which was read non-atomically. Before making any commitment, on
  1710. * those architectures or configurations (e.g. i386 with PAE) which
  1711. * might give a mix of unmatched parts, do_swap_page and do_nonlinear_fault
  1712. * must check under lock before unmapping the pte and proceeding
  1713. * (but do_wp_page is only called after already making such a check;
  1714. * and do_anonymous_page can safely check later on).
  1715. */
  1716. static inline int pte_unmap_same(struct mm_struct *mm, pmd_t *pmd,
  1717. pte_t *page_table, pte_t orig_pte)
  1718. {
  1719. int same = 1;
  1720. #if defined(CONFIG_SMP) || defined(CONFIG_PREEMPT)
  1721. if (sizeof(pte_t) > sizeof(unsigned long)) {
  1722. spinlock_t *ptl = pte_lockptr(mm, pmd);
  1723. spin_lock(ptl);
  1724. same = pte_same(*page_table, orig_pte);
  1725. spin_unlock(ptl);
  1726. }
  1727. #endif
  1728. pte_unmap(page_table);
  1729. return same;
  1730. }
  1731. static inline void cow_user_page(struct page *dst, struct page *src, unsigned long va, struct vm_area_struct *vma)
  1732. {
  1733. debug_dma_assert_idle(src);
  1734. /*
  1735. * If the source page was a PFN mapping, we don't have
  1736. * a "struct page" for it. We do a best-effort copy by
  1737. * just copying from the original user address. If that
  1738. * fails, we just zero-fill it. Live with it.
  1739. */
  1740. if (unlikely(!src)) {
  1741. void *kaddr = kmap_atomic(dst);
  1742. void __user *uaddr = (void __user *)(va & PAGE_MASK);
  1743. /*
  1744. * This really shouldn't fail, because the page is there
  1745. * in the page tables. But it might just be unreadable,
  1746. * in which case we just give up and fill the result with
  1747. * zeroes.
  1748. */
  1749. if (__copy_from_user_inatomic(kaddr, uaddr, PAGE_SIZE))
  1750. clear_page(kaddr);
  1751. kunmap_atomic(kaddr);
  1752. flush_dcache_page(dst);
  1753. } else
  1754. copy_user_highpage(dst, src, va, vma);
  1755. }
  1756. /*
  1757. * Notify the address space that the page is about to become writable so that
  1758. * it can prohibit this or wait for the page to get into an appropriate state.
  1759. *
  1760. * We do this without the lock held, so that it can sleep if it needs to.
  1761. */
  1762. static int do_page_mkwrite(struct vm_area_struct *vma, struct page *page,
  1763. unsigned long address)
  1764. {
  1765. struct vm_fault vmf;
  1766. int ret;
  1767. vmf.virtual_address = (void __user *)(address & PAGE_MASK);
  1768. vmf.pgoff = page->index;
  1769. vmf.flags = FAULT_FLAG_WRITE|FAULT_FLAG_MKWRITE;
  1770. vmf.page = page;
  1771. ret = vma->vm_ops->page_mkwrite(vma, &vmf);
  1772. if (unlikely(ret & (VM_FAULT_ERROR | VM_FAULT_NOPAGE)))
  1773. return ret;
  1774. if (unlikely(!(ret & VM_FAULT_LOCKED))) {
  1775. lock_page(page);
  1776. if (!page->mapping) {
  1777. unlock_page(page);
  1778. return 0; /* retry */
  1779. }
  1780. ret |= VM_FAULT_LOCKED;
  1781. } else
  1782. VM_BUG_ON_PAGE(!PageLocked(page), page);
  1783. return ret;
  1784. }
  1785. /*
  1786. * This routine handles present pages, when users try to write
  1787. * to a shared page. It is done by copying the page to a new address
  1788. * and decrementing the shared-page counter for the old page.
  1789. *
  1790. * Note that this routine assumes that the protection checks have been
  1791. * done by the caller (the low-level page fault routine in most cases).
  1792. * Thus we can safely just mark it writable once we've done any necessary
  1793. * COW.
  1794. *
  1795. * We also mark the page dirty at this point even though the page will
  1796. * change only once the write actually happens. This avoids a few races,
  1797. * and potentially makes it more efficient.
  1798. *
  1799. * We enter with non-exclusive mmap_sem (to exclude vma changes,
  1800. * but allow concurrent faults), with pte both mapped and locked.
  1801. * We return with mmap_sem still held, but pte unmapped and unlocked.
  1802. */
  1803. static int do_wp_page(struct mm_struct *mm, struct vm_area_struct *vma,
  1804. unsigned long address, pte_t *page_table, pmd_t *pmd,
  1805. spinlock_t *ptl, pte_t orig_pte)
  1806. __releases(ptl)
  1807. {
  1808. struct page *old_page, *new_page = NULL;
  1809. pte_t entry;
  1810. int ret = 0;
  1811. int page_mkwrite = 0;
  1812. struct page *dirty_page = NULL;
  1813. unsigned long mmun_start = 0; /* For mmu_notifiers */
  1814. unsigned long mmun_end = 0; /* For mmu_notifiers */
  1815. struct mem_cgroup *memcg;
  1816. old_page = vm_normal_page(vma, address, orig_pte);
  1817. if (!old_page) {
  1818. /*
  1819. * VM_MIXEDMAP !pfn_valid() case, or VM_SOFTDIRTY clear on a
  1820. * VM_PFNMAP VMA.
  1821. *
  1822. * We should not cow pages in a shared writeable mapping.
  1823. * Just mark the pages writable as we can't do any dirty
  1824. * accounting on raw pfn maps.
  1825. */
  1826. if ((vma->vm_flags & (VM_WRITE|VM_SHARED)) ==
  1827. (VM_WRITE|VM_SHARED))
  1828. goto reuse;
  1829. goto gotten;
  1830. }
  1831. /*
  1832. * Take out anonymous pages first, anonymous shared vmas are
  1833. * not dirty accountable.
  1834. */
  1835. if (PageAnon(old_page) && !PageKsm(old_page)) {
  1836. if (!trylock_page(old_page)) {
  1837. page_cache_get(old_page);
  1838. pte_unmap_unlock(page_table, ptl);
  1839. lock_page(old_page);
  1840. page_table = pte_offset_map_lock(mm, pmd, address,
  1841. &ptl);
  1842. if (!pte_same(*page_table, orig_pte)) {
  1843. unlock_page(old_page);
  1844. goto unlock;
  1845. }
  1846. page_cache_release(old_page);
  1847. }
  1848. if (reuse_swap_page(old_page)) {
  1849. /*
  1850. * The page is all ours. Move it to our anon_vma so
  1851. * the rmap code will not search our parent or siblings.
  1852. * Protected against the rmap code by the page lock.
  1853. */
  1854. page_move_anon_rmap(old_page, vma, address);
  1855. unlock_page(old_page);
  1856. goto reuse;
  1857. }
  1858. unlock_page(old_page);
  1859. } else if (unlikely((vma->vm_flags & (VM_WRITE|VM_SHARED)) ==
  1860. (VM_WRITE|VM_SHARED))) {
  1861. /*
  1862. * Only catch write-faults on shared writable pages,
  1863. * read-only shared pages can get COWed by
  1864. * get_user_pages(.write=1, .force=1).
  1865. */
  1866. if (vma->vm_ops && vma->vm_ops->page_mkwrite) {
  1867. int tmp;
  1868. page_cache_get(old_page);
  1869. pte_unmap_unlock(page_table, ptl);
  1870. tmp = do_page_mkwrite(vma, old_page, address);
  1871. if (unlikely(!tmp || (tmp &
  1872. (VM_FAULT_ERROR | VM_FAULT_NOPAGE)))) {
  1873. page_cache_release(old_page);
  1874. return tmp;
  1875. }
  1876. /*
  1877. * Since we dropped the lock we need to revalidate
  1878. * the PTE as someone else may have changed it. If
  1879. * they did, we just return, as we can count on the
  1880. * MMU to tell us if they didn't also make it writable.
  1881. */
  1882. page_table = pte_offset_map_lock(mm, pmd, address,
  1883. &ptl);
  1884. if (!pte_same(*page_table, orig_pte)) {
  1885. unlock_page(old_page);
  1886. goto unlock;
  1887. }
  1888. page_mkwrite = 1;
  1889. }
  1890. dirty_page = old_page;
  1891. get_page(dirty_page);
  1892. reuse:
  1893. /*
  1894. * Clear the pages cpupid information as the existing
  1895. * information potentially belongs to a now completely
  1896. * unrelated process.
  1897. */
  1898. if (old_page)
  1899. page_cpupid_xchg_last(old_page, (1 << LAST_CPUPID_SHIFT) - 1);
  1900. flush_cache_page(vma, address, pte_pfn(orig_pte));
  1901. entry = pte_mkyoung(orig_pte);
  1902. entry = maybe_mkwrite(pte_mkdirty(entry), vma);
  1903. if (ptep_set_access_flags(vma, address, page_table, entry,1))
  1904. update_mmu_cache(vma, address, page_table);
  1905. pte_unmap_unlock(page_table, ptl);
  1906. ret |= VM_FAULT_WRITE;
  1907. if (!dirty_page)
  1908. return ret;
  1909. if (!page_mkwrite) {
  1910. struct address_space *mapping;
  1911. int dirtied;
  1912. lock_page(dirty_page);
  1913. dirtied = set_page_dirty(dirty_page);
  1914. VM_BUG_ON_PAGE(PageAnon(dirty_page), dirty_page);
  1915. mapping = dirty_page->mapping;
  1916. unlock_page(dirty_page);
  1917. if (dirtied && mapping) {
  1918. /*
  1919. * Some device drivers do not set page.mapping
  1920. * but still dirty their pages
  1921. */
  1922. balance_dirty_pages_ratelimited(mapping);
  1923. }
  1924. /* file_update_time outside page_lock */
  1925. if (vma->vm_file)
  1926. file_update_time(vma->vm_file);
  1927. }
  1928. put_page(dirty_page);
  1929. if (page_mkwrite) {
  1930. struct address_space *mapping = dirty_page->mapping;
  1931. set_page_dirty(dirty_page);
  1932. unlock_page(dirty_page);
  1933. page_cache_release(dirty_page);
  1934. if (mapping) {
  1935. /*
  1936. * Some device drivers do not set page.mapping
  1937. * but still dirty their pages
  1938. */
  1939. balance_dirty_pages_ratelimited(mapping);
  1940. }
  1941. }
  1942. return ret;
  1943. }
  1944. /*
  1945. * Ok, we need to copy. Oh, well..
  1946. */
  1947. page_cache_get(old_page);
  1948. gotten:
  1949. pte_unmap_unlock(page_table, ptl);
  1950. if (unlikely(anon_vma_prepare(vma)))
  1951. goto oom;
  1952. if (is_zero_pfn(pte_pfn(orig_pte))) {
  1953. new_page = alloc_zeroed_user_highpage_movable(vma, address);
  1954. if (!new_page)
  1955. goto oom;
  1956. } else {
  1957. new_page = alloc_page_vma(GFP_HIGHUSER_MOVABLE, vma, address);
  1958. if (!new_page)
  1959. goto oom;
  1960. cow_user_page(new_page, old_page, address, vma);
  1961. }
  1962. __SetPageUptodate(new_page);
  1963. if (mem_cgroup_try_charge(new_page, mm, GFP_KERNEL, &memcg))
  1964. goto oom_free_new;
  1965. mmun_start = address & PAGE_MASK;
  1966. mmun_end = mmun_start + PAGE_SIZE;
  1967. mmu_notifier_invalidate_range_start(mm, mmun_start, mmun_end);
  1968. /*
  1969. * Re-check the pte - we dropped the lock
  1970. */
  1971. page_table = pte_offset_map_lock(mm, pmd, address, &ptl);
  1972. if (likely(pte_same(*page_table, orig_pte))) {
  1973. if (old_page) {
  1974. if (!PageAnon(old_page)) {
  1975. dec_mm_counter_fast(mm, MM_FILEPAGES);
  1976. inc_mm_counter_fast(mm, MM_ANONPAGES);
  1977. }
  1978. } else
  1979. inc_mm_counter_fast(mm, MM_ANONPAGES);
  1980. flush_cache_page(vma, address, pte_pfn(orig_pte));
  1981. entry = mk_pte(new_page, vma->vm_page_prot);
  1982. entry = maybe_mkwrite(pte_mkdirty(entry), vma);
  1983. /*
  1984. * Clear the pte entry and flush it first, before updating the
  1985. * pte with the new entry. This will avoid a race condition
  1986. * seen in the presence of one thread doing SMC and another
  1987. * thread doing COW.
  1988. */
  1989. ptep_clear_flush_notify(vma, address, page_table);
  1990. page_add_new_anon_rmap(new_page, vma, address);
  1991. mem_cgroup_commit_charge(new_page, memcg, false);
  1992. lru_cache_add_active_or_unevictable(new_page, vma);
  1993. /*
  1994. * We call the notify macro here because, when using secondary
  1995. * mmu page tables (such as kvm shadow page tables), we want the
  1996. * new page to be mapped directly into the secondary page table.
  1997. */
  1998. set_pte_at_notify(mm, address, page_table, entry);
  1999. update_mmu_cache(vma, address, page_table);
  2000. if (old_page) {
  2001. /*
  2002. * Only after switching the pte to the new page may
  2003. * we remove the mapcount here. Otherwise another
  2004. * process may come and find the rmap count decremented
  2005. * before the pte is switched to the new page, and
  2006. * "reuse" the old page writing into it while our pte
  2007. * here still points into it and can be read by other
  2008. * threads.
  2009. *
  2010. * The critical issue is to order this
  2011. * page_remove_rmap with the ptp_clear_flush above.
  2012. * Those stores are ordered by (if nothing else,)
  2013. * the barrier present in the atomic_add_negative
  2014. * in page_remove_rmap.
  2015. *
  2016. * Then the TLB flush in ptep_clear_flush ensures that
  2017. * no process can access the old page before the
  2018. * decremented mapcount is visible. And the old page
  2019. * cannot be reused until after the decremented
  2020. * mapcount is visible. So transitively, TLBs to
  2021. * old page will be flushed before it can be reused.
  2022. */
  2023. page_remove_rmap(old_page);
  2024. }
  2025. /* Free the old page.. */
  2026. new_page = old_page;
  2027. ret |= VM_FAULT_WRITE;
  2028. } else
  2029. mem_cgroup_cancel_charge(new_page, memcg);
  2030. if (new_page)
  2031. page_cache_release(new_page);
  2032. unlock:
  2033. pte_unmap_unlock(page_table, ptl);
  2034. if (mmun_end > mmun_start)
  2035. mmu_notifier_invalidate_range_end(mm, mmun_start, mmun_end);
  2036. if (old_page) {
  2037. /*
  2038. * Don't let another task, with possibly unlocked vma,
  2039. * keep the mlocked page.
  2040. */
  2041. if ((ret & VM_FAULT_WRITE) && (vma->vm_flags & VM_LOCKED)) {
  2042. lock_page(old_page); /* LRU manipulation */
  2043. munlock_vma_page(old_page);
  2044. unlock_page(old_page);
  2045. }
  2046. page_cache_release(old_page);
  2047. }
  2048. return ret;
  2049. oom_free_new:
  2050. page_cache_release(new_page);
  2051. oom:
  2052. if (old_page)
  2053. page_cache_release(old_page);
  2054. return VM_FAULT_OOM;
  2055. }
  2056. static void unmap_mapping_range_vma(struct vm_area_struct *vma,
  2057. unsigned long start_addr, unsigned long end_addr,
  2058. struct zap_details *details)
  2059. {
  2060. zap_page_range_single(vma, start_addr, end_addr - start_addr, details);
  2061. }
  2062. static inline void unmap_mapping_range_tree(struct rb_root *root,
  2063. struct zap_details *details)
  2064. {
  2065. struct vm_area_struct *vma;
  2066. pgoff_t vba, vea, zba, zea;
  2067. vma_interval_tree_foreach(vma, root,
  2068. details->first_index, details->last_index) {
  2069. vba = vma->vm_pgoff;
  2070. vea = vba + vma_pages(vma) - 1;
  2071. /* Assume for now that PAGE_CACHE_SHIFT == PAGE_SHIFT */
  2072. zba = details->first_index;
  2073. if (zba < vba)
  2074. zba = vba;
  2075. zea = details->last_index;
  2076. if (zea > vea)
  2077. zea = vea;
  2078. unmap_mapping_range_vma(vma,
  2079. ((zba - vba) << PAGE_SHIFT) + vma->vm_start,
  2080. ((zea - vba + 1) << PAGE_SHIFT) + vma->vm_start,
  2081. details);
  2082. }
  2083. }
  2084. static inline void unmap_mapping_range_list(struct list_head *head,
  2085. struct zap_details *details)
  2086. {
  2087. struct vm_area_struct *vma;
  2088. /*
  2089. * In nonlinear VMAs there is no correspondence between virtual address
  2090. * offset and file offset. So we must perform an exhaustive search
  2091. * across *all* the pages in each nonlinear VMA, not just the pages
  2092. * whose virtual address lies outside the file truncation point.
  2093. */
  2094. list_for_each_entry(vma, head, shared.nonlinear) {
  2095. details->nonlinear_vma = vma;
  2096. unmap_mapping_range_vma(vma, vma->vm_start, vma->vm_end, details);
  2097. }
  2098. }
  2099. /**
  2100. * unmap_mapping_range - unmap the portion of all mmaps in the specified address_space corresponding to the specified page range in the underlying file.
  2101. * @mapping: the address space containing mmaps to be unmapped.
  2102. * @holebegin: byte in first page to unmap, relative to the start of
  2103. * the underlying file. This will be rounded down to a PAGE_SIZE
  2104. * boundary. Note that this is different from truncate_pagecache(), which
  2105. * must keep the partial page. In contrast, we must get rid of
  2106. * partial pages.
  2107. * @holelen: size of prospective hole in bytes. This will be rounded
  2108. * up to a PAGE_SIZE boundary. A holelen of zero truncates to the
  2109. * end of the file.
  2110. * @even_cows: 1 when truncating a file, unmap even private COWed pages;
  2111. * but 0 when invalidating pagecache, don't throw away private data.
  2112. */
  2113. void unmap_mapping_range(struct address_space *mapping,
  2114. loff_t const holebegin, loff_t const holelen, int even_cows)
  2115. {
  2116. struct zap_details details;
  2117. pgoff_t hba = holebegin >> PAGE_SHIFT;
  2118. pgoff_t hlen = (holelen + PAGE_SIZE - 1) >> PAGE_SHIFT;
  2119. /* Check for overflow. */
  2120. if (sizeof(holelen) > sizeof(hlen)) {
  2121. long long holeend =
  2122. (holebegin + holelen + PAGE_SIZE - 1) >> PAGE_SHIFT;
  2123. if (holeend & ~(long long)ULONG_MAX)
  2124. hlen = ULONG_MAX - hba + 1;
  2125. }
  2126. details.check_mapping = even_cows? NULL: mapping;
  2127. details.nonlinear_vma = NULL;
  2128. details.first_index = hba;
  2129. details.last_index = hba + hlen - 1;
  2130. if (details.last_index < details.first_index)
  2131. details.last_index = ULONG_MAX;
  2132. i_mmap_lock_write(mapping);
  2133. if (unlikely(!RB_EMPTY_ROOT(&mapping->i_mmap)))
  2134. unmap_mapping_range_tree(&mapping->i_mmap, &details);
  2135. if (unlikely(!list_empty(&mapping->i_mmap_nonlinear)))
  2136. unmap_mapping_range_list(&mapping->i_mmap_nonlinear, &details);
  2137. i_mmap_unlock_write(mapping);
  2138. }
  2139. EXPORT_SYMBOL(unmap_mapping_range);
  2140. /*
  2141. * We enter with non-exclusive mmap_sem (to exclude vma changes,
  2142. * but allow concurrent faults), and pte mapped but not yet locked.
  2143. * We return with pte unmapped and unlocked.
  2144. *
  2145. * We return with the mmap_sem locked or unlocked in the same cases
  2146. * as does filemap_fault().
  2147. */
  2148. static int do_swap_page(struct mm_struct *mm, struct vm_area_struct *vma,
  2149. unsigned long address, pte_t *page_table, pmd_t *pmd,
  2150. unsigned int flags, pte_t orig_pte)
  2151. {
  2152. spinlock_t *ptl;
  2153. struct page *page, *swapcache;
  2154. struct mem_cgroup *memcg;
  2155. swp_entry_t entry;
  2156. pte_t pte;
  2157. int locked;
  2158. int exclusive = 0;
  2159. int ret = 0;
  2160. if (!pte_unmap_same(mm, pmd, page_table, orig_pte))
  2161. goto out;
  2162. entry = pte_to_swp_entry(orig_pte);
  2163. if (unlikely(non_swap_entry(entry))) {
  2164. if (is_migration_entry(entry)) {
  2165. migration_entry_wait(mm, pmd, address);
  2166. } else if (is_hwpoison_entry(entry)) {
  2167. ret = VM_FAULT_HWPOISON;
  2168. } else {
  2169. print_bad_pte(vma, address, orig_pte, NULL);
  2170. ret = VM_FAULT_SIGBUS;
  2171. }
  2172. goto out;
  2173. }
  2174. delayacct_set_flag(DELAYACCT_PF_SWAPIN);
  2175. page = lookup_swap_cache(entry);
  2176. if (!page) {
  2177. page = swapin_readahead(entry,
  2178. GFP_HIGHUSER_MOVABLE, vma, address);
  2179. if (!page) {
  2180. /*
  2181. * Back out if somebody else faulted in this pte
  2182. * while we released the pte lock.
  2183. */
  2184. page_table = pte_offset_map_lock(mm, pmd, address, &ptl);
  2185. if (likely(pte_same(*page_table, orig_pte)))
  2186. ret = VM_FAULT_OOM;
  2187. delayacct_clear_flag(DELAYACCT_PF_SWAPIN);
  2188. goto unlock;
  2189. }
  2190. /* Had to read the page from swap area: Major fault */
  2191. ret = VM_FAULT_MAJOR;
  2192. count_vm_event(PGMAJFAULT);
  2193. mem_cgroup_count_vm_event(mm, PGMAJFAULT);
  2194. } else if (PageHWPoison(page)) {
  2195. /*
  2196. * hwpoisoned dirty swapcache pages are kept for killing
  2197. * owner processes (which may be unknown at hwpoison time)
  2198. */
  2199. ret = VM_FAULT_HWPOISON;
  2200. delayacct_clear_flag(DELAYACCT_PF_SWAPIN);
  2201. swapcache = page;
  2202. goto out_release;
  2203. }
  2204. swapcache = page;
  2205. locked = lock_page_or_retry(page, mm, flags);
  2206. delayacct_clear_flag(DELAYACCT_PF_SWAPIN);
  2207. if (!locked) {
  2208. ret |= VM_FAULT_RETRY;
  2209. goto out_release;
  2210. }
  2211. /*
  2212. * Make sure try_to_free_swap or reuse_swap_page or swapoff did not
  2213. * release the swapcache from under us. The page pin, and pte_same
  2214. * test below, are not enough to exclude that. Even if it is still
  2215. * swapcache, we need to check that the page's swap has not changed.
  2216. */
  2217. if (unlikely(!PageSwapCache(page) || page_private(page) != entry.val))
  2218. goto out_page;
  2219. page = ksm_might_need_to_copy(page, vma, address);
  2220. if (unlikely(!page)) {
  2221. ret = VM_FAULT_OOM;
  2222. page = swapcache;
  2223. goto out_page;
  2224. }
  2225. if (mem_cgroup_try_charge(page, mm, GFP_KERNEL, &memcg)) {
  2226. ret = VM_FAULT_OOM;
  2227. goto out_page;
  2228. }
  2229. /*
  2230. * Back out if somebody else already faulted in this pte.
  2231. */
  2232. page_table = pte_offset_map_lock(mm, pmd, address, &ptl);
  2233. if (unlikely(!pte_same(*page_table, orig_pte)))
  2234. goto out_nomap;
  2235. if (unlikely(!PageUptodate(page))) {
  2236. ret = VM_FAULT_SIGBUS;
  2237. goto out_nomap;
  2238. }
  2239. /*
  2240. * The page isn't present yet, go ahead with the fault.
  2241. *
  2242. * Be careful about the sequence of operations here.
  2243. * To get its accounting right, reuse_swap_page() must be called
  2244. * while the page is counted on swap but not yet in mapcount i.e.
  2245. * before page_add_anon_rmap() and swap_free(); try_to_free_swap()
  2246. * must be called after the swap_free(), or it will never succeed.
  2247. */
  2248. inc_mm_counter_fast(mm, MM_ANONPAGES);
  2249. dec_mm_counter_fast(mm, MM_SWAPENTS);
  2250. pte = mk_pte(page, vma->vm_page_prot);
  2251. if ((flags & FAULT_FLAG_WRITE) && reuse_swap_page(page)) {
  2252. pte = maybe_mkwrite(pte_mkdirty(pte), vma);
  2253. flags &= ~FAULT_FLAG_WRITE;
  2254. ret |= VM_FAULT_WRITE;
  2255. exclusive = 1;
  2256. }
  2257. flush_icache_page(vma, page);
  2258. if (pte_swp_soft_dirty(orig_pte))
  2259. pte = pte_mksoft_dirty(pte);
  2260. set_pte_at(mm, address, page_table, pte);
  2261. if (page == swapcache) {
  2262. do_page_add_anon_rmap(page, vma, address, exclusive);
  2263. mem_cgroup_commit_charge(page, memcg, true);
  2264. } else { /* ksm created a completely new copy */
  2265. page_add_new_anon_rmap(page, vma, address);
  2266. mem_cgroup_commit_charge(page, memcg, false);
  2267. lru_cache_add_active_or_unevictable(page, vma);
  2268. }
  2269. swap_free(entry);
  2270. if (vm_swap_full() || (vma->vm_flags & VM_LOCKED) || PageMlocked(page))
  2271. try_to_free_swap(page);
  2272. unlock_page(page);
  2273. if (page != swapcache) {
  2274. /*
  2275. * Hold the lock to avoid the swap entry to be reused
  2276. * until we take the PT lock for the pte_same() check
  2277. * (to avoid false positives from pte_same). For
  2278. * further safety release the lock after the swap_free
  2279. * so that the swap count won't change under a
  2280. * parallel locked swapcache.
  2281. */
  2282. unlock_page(swapcache);
  2283. page_cache_release(swapcache);
  2284. }
  2285. if (flags & FAULT_FLAG_WRITE) {
  2286. ret |= do_wp_page(mm, vma, address, page_table, pmd, ptl, pte);
  2287. if (ret & VM_FAULT_ERROR)
  2288. ret &= VM_FAULT_ERROR;
  2289. goto out;
  2290. }
  2291. /* No need to invalidate - it was non-present before */
  2292. update_mmu_cache(vma, address, page_table);
  2293. unlock:
  2294. pte_unmap_unlock(page_table, ptl);
  2295. out:
  2296. return ret;
  2297. out_nomap:
  2298. mem_cgroup_cancel_charge(page, memcg);
  2299. pte_unmap_unlock(page_table, ptl);
  2300. out_page:
  2301. unlock_page(page);
  2302. out_release:
  2303. page_cache_release(page);
  2304. if (page != swapcache) {
  2305. unlock_page(swapcache);
  2306. page_cache_release(swapcache);
  2307. }
  2308. return ret;
  2309. }
  2310. /*
  2311. * This is like a special single-page "expand_{down|up}wards()",
  2312. * except we must first make sure that 'address{-|+}PAGE_SIZE'
  2313. * doesn't hit another vma.
  2314. */
  2315. static inline int check_stack_guard_page(struct vm_area_struct *vma, unsigned long address)
  2316. {
  2317. address &= PAGE_MASK;
  2318. if ((vma->vm_flags & VM_GROWSDOWN) && address == vma->vm_start) {
  2319. struct vm_area_struct *prev = vma->vm_prev;
  2320. /*
  2321. * Is there a mapping abutting this one below?
  2322. *
  2323. * That's only ok if it's the same stack mapping
  2324. * that has gotten split..
  2325. */
  2326. if (prev && prev->vm_end == address)
  2327. return prev->vm_flags & VM_GROWSDOWN ? 0 : -ENOMEM;
  2328. return expand_downwards(vma, address - PAGE_SIZE);
  2329. }
  2330. if ((vma->vm_flags & VM_GROWSUP) && address + PAGE_SIZE == vma->vm_end) {
  2331. struct vm_area_struct *next = vma->vm_next;
  2332. /* As VM_GROWSDOWN but s/below/above/ */
  2333. if (next && next->vm_start == address + PAGE_SIZE)
  2334. return next->vm_flags & VM_GROWSUP ? 0 : -ENOMEM;
  2335. return expand_upwards(vma, address + PAGE_SIZE);
  2336. }
  2337. return 0;
  2338. }
  2339. /*
  2340. * We enter with non-exclusive mmap_sem (to exclude vma changes,
  2341. * but allow concurrent faults), and pte mapped but not yet locked.
  2342. * We return with mmap_sem still held, but pte unmapped and unlocked.
  2343. */
  2344. static int do_anonymous_page(struct mm_struct *mm, struct vm_area_struct *vma,
  2345. unsigned long address, pte_t *page_table, pmd_t *pmd,
  2346. unsigned int flags)
  2347. {
  2348. struct mem_cgroup *memcg;
  2349. struct page *page;
  2350. spinlock_t *ptl;
  2351. pte_t entry;
  2352. pte_unmap(page_table);
  2353. /* Check if we need to add a guard page to the stack */
  2354. if (check_stack_guard_page(vma, address) < 0)
  2355. return VM_FAULT_SIGBUS;
  2356. /* Use the zero-page for reads */
  2357. if (!(flags & FAULT_FLAG_WRITE) && !mm_forbids_zeropage(mm)) {
  2358. entry = pte_mkspecial(pfn_pte(my_zero_pfn(address),
  2359. vma->vm_page_prot));
  2360. page_table = pte_offset_map_lock(mm, pmd, address, &ptl);
  2361. if (!pte_none(*page_table))
  2362. goto unlock;
  2363. goto setpte;
  2364. }
  2365. /* Allocate our own private page. */
  2366. if (unlikely(anon_vma_prepare(vma)))
  2367. goto oom;
  2368. page = alloc_zeroed_user_highpage_movable(vma, address);
  2369. if (!page)
  2370. goto oom;
  2371. /*
  2372. * The memory barrier inside __SetPageUptodate makes sure that
  2373. * preceeding stores to the page contents become visible before
  2374. * the set_pte_at() write.
  2375. */
  2376. __SetPageUptodate(page);
  2377. if (mem_cgroup_try_charge(page, mm, GFP_KERNEL, &memcg))
  2378. goto oom_free_page;
  2379. entry = mk_pte(page, vma->vm_page_prot);
  2380. if (vma->vm_flags & VM_WRITE)
  2381. entry = pte_mkwrite(pte_mkdirty(entry));
  2382. page_table = pte_offset_map_lock(mm, pmd, address, &ptl);
  2383. if (!pte_none(*page_table))
  2384. goto release;
  2385. inc_mm_counter_fast(mm, MM_ANONPAGES);
  2386. page_add_new_anon_rmap(page, vma, address);
  2387. mem_cgroup_commit_charge(page, memcg, false);
  2388. lru_cache_add_active_or_unevictable(page, vma);
  2389. setpte:
  2390. set_pte_at(mm, address, page_table, entry);
  2391. /* No need to invalidate - it was non-present before */
  2392. update_mmu_cache(vma, address, page_table);
  2393. unlock:
  2394. pte_unmap_unlock(page_table, ptl);
  2395. return 0;
  2396. release:
  2397. mem_cgroup_cancel_charge(page, memcg);
  2398. page_cache_release(page);
  2399. goto unlock;
  2400. oom_free_page:
  2401. page_cache_release(page);
  2402. oom:
  2403. return VM_FAULT_OOM;
  2404. }
  2405. /*
  2406. * The mmap_sem must have been held on entry, and may have been
  2407. * released depending on flags and vma->vm_ops->fault() return value.
  2408. * See filemap_fault() and __lock_page_retry().
  2409. */
  2410. static int __do_fault(struct vm_area_struct *vma, unsigned long address,
  2411. pgoff_t pgoff, unsigned int flags, struct page **page)
  2412. {
  2413. struct vm_fault vmf;
  2414. int ret;
  2415. vmf.virtual_address = (void __user *)(address & PAGE_MASK);
  2416. vmf.pgoff = pgoff;
  2417. vmf.flags = flags;
  2418. vmf.page = NULL;
  2419. ret = vma->vm_ops->fault(vma, &vmf);
  2420. if (unlikely(ret & (VM_FAULT_ERROR | VM_FAULT_NOPAGE | VM_FAULT_RETRY)))
  2421. return ret;
  2422. if (unlikely(PageHWPoison(vmf.page))) {
  2423. if (ret & VM_FAULT_LOCKED)
  2424. unlock_page(vmf.page);
  2425. page_cache_release(vmf.page);
  2426. return VM_FAULT_HWPOISON;
  2427. }
  2428. if (unlikely(!(ret & VM_FAULT_LOCKED)))
  2429. lock_page(vmf.page);
  2430. else
  2431. VM_BUG_ON_PAGE(!PageLocked(vmf.page), vmf.page);
  2432. *page = vmf.page;
  2433. return ret;
  2434. }
  2435. /**
  2436. * do_set_pte - setup new PTE entry for given page and add reverse page mapping.
  2437. *
  2438. * @vma: virtual memory area
  2439. * @address: user virtual address
  2440. * @page: page to map
  2441. * @pte: pointer to target page table entry
  2442. * @write: true, if new entry is writable
  2443. * @anon: true, if it's anonymous page
  2444. *
  2445. * Caller must hold page table lock relevant for @pte.
  2446. *
  2447. * Target users are page handler itself and implementations of
  2448. * vm_ops->map_pages.
  2449. */
  2450. void do_set_pte(struct vm_area_struct *vma, unsigned long address,
  2451. struct page *page, pte_t *pte, bool write, bool anon)
  2452. {
  2453. pte_t entry;
  2454. flush_icache_page(vma, page);
  2455. entry = mk_pte(page, vma->vm_page_prot);
  2456. if (write)
  2457. entry = maybe_mkwrite(pte_mkdirty(entry), vma);
  2458. else if (pte_file(*pte) && pte_file_soft_dirty(*pte))
  2459. entry = pte_mksoft_dirty(entry);
  2460. if (anon) {
  2461. inc_mm_counter_fast(vma->vm_mm, MM_ANONPAGES);
  2462. page_add_new_anon_rmap(page, vma, address);
  2463. } else {
  2464. inc_mm_counter_fast(vma->vm_mm, MM_FILEPAGES);
  2465. page_add_file_rmap(page);
  2466. }
  2467. set_pte_at(vma->vm_mm, address, pte, entry);
  2468. /* no need to invalidate: a not-present page won't be cached */
  2469. update_mmu_cache(vma, address, pte);
  2470. }
  2471. static unsigned long fault_around_bytes __read_mostly =
  2472. rounddown_pow_of_two(65536);
  2473. #ifdef CONFIG_DEBUG_FS
  2474. static int fault_around_bytes_get(void *data, u64 *val)
  2475. {
  2476. *val = fault_around_bytes;
  2477. return 0;
  2478. }
  2479. /*
  2480. * fault_around_pages() and fault_around_mask() expects fault_around_bytes
  2481. * rounded down to nearest page order. It's what do_fault_around() expects to
  2482. * see.
  2483. */
  2484. static int fault_around_bytes_set(void *data, u64 val)
  2485. {
  2486. if (val / PAGE_SIZE > PTRS_PER_PTE)
  2487. return -EINVAL;
  2488. if (val > PAGE_SIZE)
  2489. fault_around_bytes = rounddown_pow_of_two(val);
  2490. else
  2491. fault_around_bytes = PAGE_SIZE; /* rounddown_pow_of_two(0) is undefined */
  2492. return 0;
  2493. }
  2494. DEFINE_SIMPLE_ATTRIBUTE(fault_around_bytes_fops,
  2495. fault_around_bytes_get, fault_around_bytes_set, "%llu\n");
  2496. static int __init fault_around_debugfs(void)
  2497. {
  2498. void *ret;
  2499. ret = debugfs_create_file("fault_around_bytes", 0644, NULL, NULL,
  2500. &fault_around_bytes_fops);
  2501. if (!ret)
  2502. pr_warn("Failed to create fault_around_bytes in debugfs");
  2503. return 0;
  2504. }
  2505. late_initcall(fault_around_debugfs);
  2506. #endif
  2507. /*
  2508. * do_fault_around() tries to map few pages around the fault address. The hope
  2509. * is that the pages will be needed soon and this will lower the number of
  2510. * faults to handle.
  2511. *
  2512. * It uses vm_ops->map_pages() to map the pages, which skips the page if it's
  2513. * not ready to be mapped: not up-to-date, locked, etc.
  2514. *
  2515. * This function is called with the page table lock taken. In the split ptlock
  2516. * case the page table lock only protects only those entries which belong to
  2517. * the page table corresponding to the fault address.
  2518. *
  2519. * This function doesn't cross the VMA boundaries, in order to call map_pages()
  2520. * only once.
  2521. *
  2522. * fault_around_pages() defines how many pages we'll try to map.
  2523. * do_fault_around() expects it to return a power of two less than or equal to
  2524. * PTRS_PER_PTE.
  2525. *
  2526. * The virtual address of the area that we map is naturally aligned to the
  2527. * fault_around_pages() value (and therefore to page order). This way it's
  2528. * easier to guarantee that we don't cross page table boundaries.
  2529. */
  2530. static void do_fault_around(struct vm_area_struct *vma, unsigned long address,
  2531. pte_t *pte, pgoff_t pgoff, unsigned int flags)
  2532. {
  2533. unsigned long start_addr, nr_pages, mask;
  2534. pgoff_t max_pgoff;
  2535. struct vm_fault vmf;
  2536. int off;
  2537. nr_pages = ACCESS_ONCE(fault_around_bytes) >> PAGE_SHIFT;
  2538. mask = ~(nr_pages * PAGE_SIZE - 1) & PAGE_MASK;
  2539. start_addr = max(address & mask, vma->vm_start);
  2540. off = ((address - start_addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1);
  2541. pte -= off;
  2542. pgoff -= off;
  2543. /*
  2544. * max_pgoff is either end of page table or end of vma
  2545. * or fault_around_pages() from pgoff, depending what is nearest.
  2546. */
  2547. max_pgoff = pgoff - ((start_addr >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) +
  2548. PTRS_PER_PTE - 1;
  2549. max_pgoff = min3(max_pgoff, vma_pages(vma) + vma->vm_pgoff - 1,
  2550. pgoff + nr_pages - 1);
  2551. /* Check if it makes any sense to call ->map_pages */
  2552. while (!pte_none(*pte)) {
  2553. if (++pgoff > max_pgoff)
  2554. return;
  2555. start_addr += PAGE_SIZE;
  2556. if (start_addr >= vma->vm_end)
  2557. return;
  2558. pte++;
  2559. }
  2560. vmf.virtual_address = (void __user *) start_addr;
  2561. vmf.pte = pte;
  2562. vmf.pgoff = pgoff;
  2563. vmf.max_pgoff = max_pgoff;
  2564. vmf.flags = flags;
  2565. vma->vm_ops->map_pages(vma, &vmf);
  2566. }
  2567. static int do_read_fault(struct mm_struct *mm, struct vm_area_struct *vma,
  2568. unsigned long address, pmd_t *pmd,
  2569. pgoff_t pgoff, unsigned int flags, pte_t orig_pte)
  2570. {
  2571. struct page *fault_page;
  2572. spinlock_t *ptl;
  2573. pte_t *pte;
  2574. int ret = 0;
  2575. /*
  2576. * Let's call ->map_pages() first and use ->fault() as fallback
  2577. * if page by the offset is not ready to be mapped (cold cache or
  2578. * something).
  2579. */
  2580. if (vma->vm_ops->map_pages && !(flags & FAULT_FLAG_NONLINEAR) &&
  2581. fault_around_bytes >> PAGE_SHIFT > 1) {
  2582. pte = pte_offset_map_lock(mm, pmd, address, &ptl);
  2583. do_fault_around(vma, address, pte, pgoff, flags);
  2584. if (!pte_same(*pte, orig_pte))
  2585. goto unlock_out;
  2586. pte_unmap_unlock(pte, ptl);
  2587. }
  2588. ret = __do_fault(vma, address, pgoff, flags, &fault_page);
  2589. if (unlikely(ret & (VM_FAULT_ERROR | VM_FAULT_NOPAGE | VM_FAULT_RETRY)))
  2590. return ret;
  2591. pte = pte_offset_map_lock(mm, pmd, address, &ptl);
  2592. if (unlikely(!pte_same(*pte, orig_pte))) {
  2593. pte_unmap_unlock(pte, ptl);
  2594. unlock_page(fault_page);
  2595. page_cache_release(fault_page);
  2596. return ret;
  2597. }
  2598. do_set_pte(vma, address, fault_page, pte, false, false);
  2599. unlock_page(fault_page);
  2600. unlock_out:
  2601. pte_unmap_unlock(pte, ptl);
  2602. return ret;
  2603. }
  2604. static int do_cow_fault(struct mm_struct *mm, struct vm_area_struct *vma,
  2605. unsigned long address, pmd_t *pmd,
  2606. pgoff_t pgoff, unsigned int flags, pte_t orig_pte)
  2607. {
  2608. struct page *fault_page, *new_page;
  2609. struct mem_cgroup *memcg;
  2610. spinlock_t *ptl;
  2611. pte_t *pte;
  2612. int ret;
  2613. if (unlikely(anon_vma_prepare(vma)))
  2614. return VM_FAULT_OOM;
  2615. new_page = alloc_page_vma(GFP_HIGHUSER_MOVABLE, vma, address);
  2616. if (!new_page)
  2617. return VM_FAULT_OOM;
  2618. if (mem_cgroup_try_charge(new_page, mm, GFP_KERNEL, &memcg)) {
  2619. page_cache_release(new_page);
  2620. return VM_FAULT_OOM;
  2621. }
  2622. ret = __do_fault(vma, address, pgoff, flags, &fault_page);
  2623. if (unlikely(ret & (VM_FAULT_ERROR | VM_FAULT_NOPAGE | VM_FAULT_RETRY)))
  2624. goto uncharge_out;
  2625. copy_user_highpage(new_page, fault_page, address, vma);
  2626. __SetPageUptodate(new_page);
  2627. pte = pte_offset_map_lock(mm, pmd, address, &ptl);
  2628. if (unlikely(!pte_same(*pte, orig_pte))) {
  2629. pte_unmap_unlock(pte, ptl);
  2630. unlock_page(fault_page);
  2631. page_cache_release(fault_page);
  2632. goto uncharge_out;
  2633. }
  2634. do_set_pte(vma, address, new_page, pte, true, true);
  2635. mem_cgroup_commit_charge(new_page, memcg, false);
  2636. lru_cache_add_active_or_unevictable(new_page, vma);
  2637. pte_unmap_unlock(pte, ptl);
  2638. unlock_page(fault_page);
  2639. page_cache_release(fault_page);
  2640. return ret;
  2641. uncharge_out:
  2642. mem_cgroup_cancel_charge(new_page, memcg);
  2643. page_cache_release(new_page);
  2644. return ret;
  2645. }
  2646. static int do_shared_fault(struct mm_struct *mm, struct vm_area_struct *vma,
  2647. unsigned long address, pmd_t *pmd,
  2648. pgoff_t pgoff, unsigned int flags, pte_t orig_pte)
  2649. {
  2650. struct page *fault_page;
  2651. struct address_space *mapping;
  2652. spinlock_t *ptl;
  2653. pte_t *pte;
  2654. int dirtied = 0;
  2655. int ret, tmp;
  2656. ret = __do_fault(vma, address, pgoff, flags, &fault_page);
  2657. if (unlikely(ret & (VM_FAULT_ERROR | VM_FAULT_NOPAGE | VM_FAULT_RETRY)))
  2658. return ret;
  2659. /*
  2660. * Check if the backing address space wants to know that the page is
  2661. * about to become writable
  2662. */
  2663. if (vma->vm_ops->page_mkwrite) {
  2664. unlock_page(fault_page);
  2665. tmp = do_page_mkwrite(vma, fault_page, address);
  2666. if (unlikely(!tmp ||
  2667. (tmp & (VM_FAULT_ERROR | VM_FAULT_NOPAGE)))) {
  2668. page_cache_release(fault_page);
  2669. return tmp;
  2670. }
  2671. }
  2672. pte = pte_offset_map_lock(mm, pmd, address, &ptl);
  2673. if (unlikely(!pte_same(*pte, orig_pte))) {
  2674. pte_unmap_unlock(pte, ptl);
  2675. unlock_page(fault_page);
  2676. page_cache_release(fault_page);
  2677. return ret;
  2678. }
  2679. do_set_pte(vma, address, fault_page, pte, true, false);
  2680. pte_unmap_unlock(pte, ptl);
  2681. if (set_page_dirty(fault_page))
  2682. dirtied = 1;
  2683. /*
  2684. * Take a local copy of the address_space - page.mapping may be zeroed
  2685. * by truncate after unlock_page(). The address_space itself remains
  2686. * pinned by vma->vm_file's reference. We rely on unlock_page()'s
  2687. * release semantics to prevent the compiler from undoing this copying.
  2688. */
  2689. mapping = fault_page->mapping;
  2690. unlock_page(fault_page);
  2691. if ((dirtied || vma->vm_ops->page_mkwrite) && mapping) {
  2692. /*
  2693. * Some device drivers do not set page.mapping but still
  2694. * dirty their pages
  2695. */
  2696. balance_dirty_pages_ratelimited(mapping);
  2697. }
  2698. /* file_update_time outside page_lock */
  2699. if (vma->vm_file && !vma->vm_ops->page_mkwrite)
  2700. file_update_time(vma->vm_file);
  2701. return ret;
  2702. }
  2703. /*
  2704. * We enter with non-exclusive mmap_sem (to exclude vma changes,
  2705. * but allow concurrent faults).
  2706. * The mmap_sem may have been released depending on flags and our
  2707. * return value. See filemap_fault() and __lock_page_or_retry().
  2708. */
  2709. static int do_linear_fault(struct mm_struct *mm, struct vm_area_struct *vma,
  2710. unsigned long address, pte_t *page_table, pmd_t *pmd,
  2711. unsigned int flags, pte_t orig_pte)
  2712. {
  2713. pgoff_t pgoff = (((address & PAGE_MASK)
  2714. - vma->vm_start) >> PAGE_SHIFT) + vma->vm_pgoff;
  2715. pte_unmap(page_table);
  2716. if (!(flags & FAULT_FLAG_WRITE))
  2717. return do_read_fault(mm, vma, address, pmd, pgoff, flags,
  2718. orig_pte);
  2719. if (!(vma->vm_flags & VM_SHARED))
  2720. return do_cow_fault(mm, vma, address, pmd, pgoff, flags,
  2721. orig_pte);
  2722. return do_shared_fault(mm, vma, address, pmd, pgoff, flags, orig_pte);
  2723. }
  2724. /*
  2725. * Fault of a previously existing named mapping. Repopulate the pte
  2726. * from the encoded file_pte if possible. This enables swappable
  2727. * nonlinear vmas.
  2728. *
  2729. * We enter with non-exclusive mmap_sem (to exclude vma changes,
  2730. * but allow concurrent faults), and pte mapped but not yet locked.
  2731. * We return with pte unmapped and unlocked.
  2732. * The mmap_sem may have been released depending on flags and our
  2733. * return value. See filemap_fault() and __lock_page_or_retry().
  2734. */
  2735. static int do_nonlinear_fault(struct mm_struct *mm, struct vm_area_struct *vma,
  2736. unsigned long address, pte_t *page_table, pmd_t *pmd,
  2737. unsigned int flags, pte_t orig_pte)
  2738. {
  2739. pgoff_t pgoff;
  2740. flags |= FAULT_FLAG_NONLINEAR;
  2741. if (!pte_unmap_same(mm, pmd, page_table, orig_pte))
  2742. return 0;
  2743. if (unlikely(!(vma->vm_flags & VM_NONLINEAR))) {
  2744. /*
  2745. * Page table corrupted: show pte and kill process.
  2746. */
  2747. print_bad_pte(vma, address, orig_pte, NULL);
  2748. return VM_FAULT_SIGBUS;
  2749. }
  2750. pgoff = pte_to_pgoff(orig_pte);
  2751. if (!(flags & FAULT_FLAG_WRITE))
  2752. return do_read_fault(mm, vma, address, pmd, pgoff, flags,
  2753. orig_pte);
  2754. if (!(vma->vm_flags & VM_SHARED))
  2755. return do_cow_fault(mm, vma, address, pmd, pgoff, flags,
  2756. orig_pte);
  2757. return do_shared_fault(mm, vma, address, pmd, pgoff, flags, orig_pte);
  2758. }
  2759. static int numa_migrate_prep(struct page *page, struct vm_area_struct *vma,
  2760. unsigned long addr, int page_nid,
  2761. int *flags)
  2762. {
  2763. get_page(page);
  2764. count_vm_numa_event(NUMA_HINT_FAULTS);
  2765. if (page_nid == numa_node_id()) {
  2766. count_vm_numa_event(NUMA_HINT_FAULTS_LOCAL);
  2767. *flags |= TNF_FAULT_LOCAL;
  2768. }
  2769. return mpol_misplaced(page, vma, addr);
  2770. }
  2771. static int do_numa_page(struct mm_struct *mm, struct vm_area_struct *vma,
  2772. unsigned long addr, pte_t pte, pte_t *ptep, pmd_t *pmd)
  2773. {
  2774. struct page *page = NULL;
  2775. spinlock_t *ptl;
  2776. int page_nid = -1;
  2777. int last_cpupid;
  2778. int target_nid;
  2779. bool migrated = false;
  2780. int flags = 0;
  2781. /*
  2782. * The "pte" at this point cannot be used safely without
  2783. * validation through pte_unmap_same(). It's of NUMA type but
  2784. * the pfn may be screwed if the read is non atomic.
  2785. *
  2786. * ptep_modify_prot_start is not called as this is clearing
  2787. * the _PAGE_NUMA bit and it is not really expected that there
  2788. * would be concurrent hardware modifications to the PTE.
  2789. */
  2790. ptl = pte_lockptr(mm, pmd);
  2791. spin_lock(ptl);
  2792. if (unlikely(!pte_same(*ptep, pte))) {
  2793. pte_unmap_unlock(ptep, ptl);
  2794. goto out;
  2795. }
  2796. pte = pte_mknonnuma(pte);
  2797. set_pte_at(mm, addr, ptep, pte);
  2798. update_mmu_cache(vma, addr, ptep);
  2799. page = vm_normal_page(vma, addr, pte);
  2800. if (!page) {
  2801. pte_unmap_unlock(ptep, ptl);
  2802. return 0;
  2803. }
  2804. BUG_ON(is_zero_pfn(page_to_pfn(page)));
  2805. /*
  2806. * Avoid grouping on DSO/COW pages in specific and RO pages
  2807. * in general, RO pages shouldn't hurt as much anyway since
  2808. * they can be in shared cache state.
  2809. */
  2810. if (!pte_write(pte))
  2811. flags |= TNF_NO_GROUP;
  2812. /*
  2813. * Flag if the page is shared between multiple address spaces. This
  2814. * is later used when determining whether to group tasks together
  2815. */
  2816. if (page_mapcount(page) > 1 && (vma->vm_flags & VM_SHARED))
  2817. flags |= TNF_SHARED;
  2818. last_cpupid = page_cpupid_last(page);
  2819. page_nid = page_to_nid(page);
  2820. target_nid = numa_migrate_prep(page, vma, addr, page_nid, &flags);
  2821. pte_unmap_unlock(ptep, ptl);
  2822. if (target_nid == -1) {
  2823. put_page(page);
  2824. goto out;
  2825. }
  2826. /* Migrate to the requested node */
  2827. migrated = migrate_misplaced_page(page, vma, target_nid);
  2828. if (migrated) {
  2829. page_nid = target_nid;
  2830. flags |= TNF_MIGRATED;
  2831. }
  2832. out:
  2833. if (page_nid != -1)
  2834. task_numa_fault(last_cpupid, page_nid, 1, flags);
  2835. return 0;
  2836. }
  2837. /*
  2838. * These routines also need to handle stuff like marking pages dirty
  2839. * and/or accessed for architectures that don't do it in hardware (most
  2840. * RISC architectures). The early dirtying is also good on the i386.
  2841. *
  2842. * There is also a hook called "update_mmu_cache()" that architectures
  2843. * with external mmu caches can use to update those (ie the Sparc or
  2844. * PowerPC hashed page tables that act as extended TLBs).
  2845. *
  2846. * We enter with non-exclusive mmap_sem (to exclude vma changes,
  2847. * but allow concurrent faults), and pte mapped but not yet locked.
  2848. * We return with pte unmapped and unlocked.
  2849. *
  2850. * The mmap_sem may have been released depending on flags and our
  2851. * return value. See filemap_fault() and __lock_page_or_retry().
  2852. */
  2853. static int handle_pte_fault(struct mm_struct *mm,
  2854. struct vm_area_struct *vma, unsigned long address,
  2855. pte_t *pte, pmd_t *pmd, unsigned int flags)
  2856. {
  2857. pte_t entry;
  2858. spinlock_t *ptl;
  2859. /*
  2860. * some architectures can have larger ptes than wordsize,
  2861. * e.g.ppc44x-defconfig has CONFIG_PTE_64BIT=y and CONFIG_32BIT=y,
  2862. * so READ_ONCE or ACCESS_ONCE cannot guarantee atomic accesses.
  2863. * The code below just needs a consistent view for the ifs and
  2864. * we later double check anyway with the ptl lock held. So here
  2865. * a barrier will do.
  2866. */
  2867. entry = *pte;
  2868. barrier();
  2869. if (!pte_present(entry)) {
  2870. if (pte_none(entry)) {
  2871. if (vma->vm_ops) {
  2872. if (likely(vma->vm_ops->fault))
  2873. return do_linear_fault(mm, vma, address,
  2874. pte, pmd, flags, entry);
  2875. }
  2876. return do_anonymous_page(mm, vma, address,
  2877. pte, pmd, flags);
  2878. }
  2879. if (pte_file(entry))
  2880. return do_nonlinear_fault(mm, vma, address,
  2881. pte, pmd, flags, entry);
  2882. return do_swap_page(mm, vma, address,
  2883. pte, pmd, flags, entry);
  2884. }
  2885. if (pte_numa(entry))
  2886. return do_numa_page(mm, vma, address, entry, pte, pmd);
  2887. ptl = pte_lockptr(mm, pmd);
  2888. spin_lock(ptl);
  2889. if (unlikely(!pte_same(*pte, entry)))
  2890. goto unlock;
  2891. if (flags & FAULT_FLAG_WRITE) {
  2892. if (!pte_write(entry))
  2893. return do_wp_page(mm, vma, address,
  2894. pte, pmd, ptl, entry);
  2895. entry = pte_mkdirty(entry);
  2896. }
  2897. entry = pte_mkyoung(entry);
  2898. if (ptep_set_access_flags(vma, address, pte, entry, flags & FAULT_FLAG_WRITE)) {
  2899. update_mmu_cache(vma, address, pte);
  2900. } else {
  2901. /*
  2902. * This is needed only for protection faults but the arch code
  2903. * is not yet telling us if this is a protection fault or not.
  2904. * This still avoids useless tlb flushes for .text page faults
  2905. * with threads.
  2906. */
  2907. if (flags & FAULT_FLAG_WRITE)
  2908. flush_tlb_fix_spurious_fault(vma, address);
  2909. }
  2910. unlock:
  2911. pte_unmap_unlock(pte, ptl);
  2912. return 0;
  2913. }
  2914. /*
  2915. * By the time we get here, we already hold the mm semaphore
  2916. *
  2917. * The mmap_sem may have been released depending on flags and our
  2918. * return value. See filemap_fault() and __lock_page_or_retry().
  2919. */
  2920. static int __handle_mm_fault(struct mm_struct *mm, struct vm_area_struct *vma,
  2921. unsigned long address, unsigned int flags)
  2922. {
  2923. pgd_t *pgd;
  2924. pud_t *pud;
  2925. pmd_t *pmd;
  2926. pte_t *pte;
  2927. if (unlikely(is_vm_hugetlb_page(vma)))
  2928. return hugetlb_fault(mm, vma, address, flags);
  2929. pgd = pgd_offset(mm, address);
  2930. pud = pud_alloc(mm, pgd, address);
  2931. if (!pud)
  2932. return VM_FAULT_OOM;
  2933. pmd = pmd_alloc(mm, pud, address);
  2934. if (!pmd)
  2935. return VM_FAULT_OOM;
  2936. if (pmd_none(*pmd) && transparent_hugepage_enabled(vma)) {
  2937. int ret = VM_FAULT_FALLBACK;
  2938. if (!vma->vm_ops)
  2939. ret = do_huge_pmd_anonymous_page(mm, vma, address,
  2940. pmd, flags);
  2941. if (!(ret & VM_FAULT_FALLBACK))
  2942. return ret;
  2943. } else {
  2944. pmd_t orig_pmd = *pmd;
  2945. int ret;
  2946. barrier();
  2947. if (pmd_trans_huge(orig_pmd)) {
  2948. unsigned int dirty = flags & FAULT_FLAG_WRITE;
  2949. /*
  2950. * If the pmd is splitting, return and retry the
  2951. * the fault. Alternative: wait until the split
  2952. * is done, and goto retry.
  2953. */
  2954. if (pmd_trans_splitting(orig_pmd))
  2955. return 0;
  2956. if (pmd_numa(orig_pmd))
  2957. return do_huge_pmd_numa_page(mm, vma, address,
  2958. orig_pmd, pmd);
  2959. if (dirty && !pmd_write(orig_pmd)) {
  2960. ret = do_huge_pmd_wp_page(mm, vma, address, pmd,
  2961. orig_pmd);
  2962. if (!(ret & VM_FAULT_FALLBACK))
  2963. return ret;
  2964. } else {
  2965. huge_pmd_set_accessed(mm, vma, address, pmd,
  2966. orig_pmd, dirty);
  2967. return 0;
  2968. }
  2969. }
  2970. }
  2971. /*
  2972. * Use __pte_alloc instead of pte_alloc_map, because we can't
  2973. * run pte_offset_map on the pmd, if an huge pmd could
  2974. * materialize from under us from a different thread.
  2975. */
  2976. if (unlikely(pmd_none(*pmd)) &&
  2977. unlikely(__pte_alloc(mm, vma, pmd, address)))
  2978. return VM_FAULT_OOM;
  2979. /* if an huge pmd materialized from under us just retry later */
  2980. if (unlikely(pmd_trans_huge(*pmd)))
  2981. return 0;
  2982. /*
  2983. * A regular pmd is established and it can't morph into a huge pmd
  2984. * from under us anymore at this point because we hold the mmap_sem
  2985. * read mode and khugepaged takes it in write mode. So now it's
  2986. * safe to run pte_offset_map().
  2987. */
  2988. pte = pte_offset_map(pmd, address);
  2989. return handle_pte_fault(mm, vma, address, pte, pmd, flags);
  2990. }
  2991. /*
  2992. * By the time we get here, we already hold the mm semaphore
  2993. *
  2994. * The mmap_sem may have been released depending on flags and our
  2995. * return value. See filemap_fault() and __lock_page_or_retry().
  2996. */
  2997. int handle_mm_fault(struct mm_struct *mm, struct vm_area_struct *vma,
  2998. unsigned long address, unsigned int flags)
  2999. {
  3000. int ret;
  3001. __set_current_state(TASK_RUNNING);
  3002. count_vm_event(PGFAULT);
  3003. mem_cgroup_count_vm_event(mm, PGFAULT);
  3004. /* do counter updates before entering really critical section. */
  3005. check_sync_rss_stat(current);
  3006. /*
  3007. * Enable the memcg OOM handling for faults triggered in user
  3008. * space. Kernel faults are handled more gracefully.
  3009. */
  3010. if (flags & FAULT_FLAG_USER)
  3011. mem_cgroup_oom_enable();
  3012. ret = __handle_mm_fault(mm, vma, address, flags);
  3013. if (flags & FAULT_FLAG_USER) {
  3014. mem_cgroup_oom_disable();
  3015. /*
  3016. * The task may have entered a memcg OOM situation but
  3017. * if the allocation error was handled gracefully (no
  3018. * VM_FAULT_OOM), there is no need to kill anything.
  3019. * Just clean up the OOM state peacefully.
  3020. */
  3021. if (task_in_memcg_oom(current) && !(ret & VM_FAULT_OOM))
  3022. mem_cgroup_oom_synchronize(false);
  3023. }
  3024. return ret;
  3025. }
  3026. EXPORT_SYMBOL_GPL(handle_mm_fault);
  3027. #ifndef __PAGETABLE_PUD_FOLDED
  3028. /*
  3029. * Allocate page upper directory.
  3030. * We've already handled the fast-path in-line.
  3031. */
  3032. int __pud_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address)
  3033. {
  3034. pud_t *new = pud_alloc_one(mm, address);
  3035. if (!new)
  3036. return -ENOMEM;
  3037. smp_wmb(); /* See comment in __pte_alloc */
  3038. spin_lock(&mm->page_table_lock);
  3039. if (pgd_present(*pgd)) /* Another has populated it */
  3040. pud_free(mm, new);
  3041. else
  3042. pgd_populate(mm, pgd, new);
  3043. spin_unlock(&mm->page_table_lock);
  3044. return 0;
  3045. }
  3046. #endif /* __PAGETABLE_PUD_FOLDED */
  3047. #ifndef __PAGETABLE_PMD_FOLDED
  3048. /*
  3049. * Allocate page middle directory.
  3050. * We've already handled the fast-path in-line.
  3051. */
  3052. int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address)
  3053. {
  3054. pmd_t *new = pmd_alloc_one(mm, address);
  3055. if (!new)
  3056. return -ENOMEM;
  3057. smp_wmb(); /* See comment in __pte_alloc */
  3058. spin_lock(&mm->page_table_lock);
  3059. #ifndef __ARCH_HAS_4LEVEL_HACK
  3060. if (pud_present(*pud)) /* Another has populated it */
  3061. pmd_free(mm, new);
  3062. else
  3063. pud_populate(mm, pud, new);
  3064. #else
  3065. if (pgd_present(*pud)) /* Another has populated it */
  3066. pmd_free(mm, new);
  3067. else
  3068. pgd_populate(mm, pud, new);
  3069. #endif /* __ARCH_HAS_4LEVEL_HACK */
  3070. spin_unlock(&mm->page_table_lock);
  3071. return 0;
  3072. }
  3073. #endif /* __PAGETABLE_PMD_FOLDED */
  3074. static int __follow_pte(struct mm_struct *mm, unsigned long address,
  3075. pte_t **ptepp, spinlock_t **ptlp)
  3076. {
  3077. pgd_t *pgd;
  3078. pud_t *pud;
  3079. pmd_t *pmd;
  3080. pte_t *ptep;
  3081. pgd = pgd_offset(mm, address);
  3082. if (pgd_none(*pgd) || unlikely(pgd_bad(*pgd)))
  3083. goto out;
  3084. pud = pud_offset(pgd, address);
  3085. if (pud_none(*pud) || unlikely(pud_bad(*pud)))
  3086. goto out;
  3087. pmd = pmd_offset(pud, address);
  3088. VM_BUG_ON(pmd_trans_huge(*pmd));
  3089. if (pmd_none(*pmd) || unlikely(pmd_bad(*pmd)))
  3090. goto out;
  3091. /* We cannot handle huge page PFN maps. Luckily they don't exist. */
  3092. if (pmd_huge(*pmd))
  3093. goto out;
  3094. ptep = pte_offset_map_lock(mm, pmd, address, ptlp);
  3095. if (!ptep)
  3096. goto out;
  3097. if (!pte_present(*ptep))
  3098. goto unlock;
  3099. *ptepp = ptep;
  3100. return 0;
  3101. unlock:
  3102. pte_unmap_unlock(ptep, *ptlp);
  3103. out:
  3104. return -EINVAL;
  3105. }
  3106. static inline int follow_pte(struct mm_struct *mm, unsigned long address,
  3107. pte_t **ptepp, spinlock_t **ptlp)
  3108. {
  3109. int res;
  3110. /* (void) is needed to make gcc happy */
  3111. (void) __cond_lock(*ptlp,
  3112. !(res = __follow_pte(mm, address, ptepp, ptlp)));
  3113. return res;
  3114. }
  3115. /**
  3116. * follow_pfn - look up PFN at a user virtual address
  3117. * @vma: memory mapping
  3118. * @address: user virtual address
  3119. * @pfn: location to store found PFN
  3120. *
  3121. * Only IO mappings and raw PFN mappings are allowed.
  3122. *
  3123. * Returns zero and the pfn at @pfn on success, -ve otherwise.
  3124. */
  3125. int follow_pfn(struct vm_area_struct *vma, unsigned long address,
  3126. unsigned long *pfn)
  3127. {
  3128. int ret = -EINVAL;
  3129. spinlock_t *ptl;
  3130. pte_t *ptep;
  3131. if (!(vma->vm_flags & (VM_IO | VM_PFNMAP)))
  3132. return ret;
  3133. ret = follow_pte(vma->vm_mm, address, &ptep, &ptl);
  3134. if (ret)
  3135. return ret;
  3136. *pfn = pte_pfn(*ptep);
  3137. pte_unmap_unlock(ptep, ptl);
  3138. return 0;
  3139. }
  3140. EXPORT_SYMBOL(follow_pfn);
  3141. #ifdef CONFIG_HAVE_IOREMAP_PROT
  3142. int follow_phys(struct vm_area_struct *vma,
  3143. unsigned long address, unsigned int flags,
  3144. unsigned long *prot, resource_size_t *phys)
  3145. {
  3146. int ret = -EINVAL;
  3147. pte_t *ptep, pte;
  3148. spinlock_t *ptl;
  3149. if (!(vma->vm_flags & (VM_IO | VM_PFNMAP)))
  3150. goto out;
  3151. if (follow_pte(vma->vm_mm, address, &ptep, &ptl))
  3152. goto out;
  3153. pte = *ptep;
  3154. if ((flags & FOLL_WRITE) && !pte_write(pte))
  3155. goto unlock;
  3156. *prot = pgprot_val(pte_pgprot(pte));
  3157. *phys = (resource_size_t)pte_pfn(pte) << PAGE_SHIFT;
  3158. ret = 0;
  3159. unlock:
  3160. pte_unmap_unlock(ptep, ptl);
  3161. out:
  3162. return ret;
  3163. }
  3164. int generic_access_phys(struct vm_area_struct *vma, unsigned long addr,
  3165. void *buf, int len, int write)
  3166. {
  3167. resource_size_t phys_addr;
  3168. unsigned long prot = 0;
  3169. void __iomem *maddr;
  3170. int offset = addr & (PAGE_SIZE-1);
  3171. if (follow_phys(vma, addr, write, &prot, &phys_addr))
  3172. return -EINVAL;
  3173. maddr = ioremap_prot(phys_addr, PAGE_SIZE, prot);
  3174. if (write)
  3175. memcpy_toio(maddr + offset, buf, len);
  3176. else
  3177. memcpy_fromio(buf, maddr + offset, len);
  3178. iounmap(maddr);
  3179. return len;
  3180. }
  3181. EXPORT_SYMBOL_GPL(generic_access_phys);
  3182. #endif
  3183. /*
  3184. * Access another process' address space as given in mm. If non-NULL, use the
  3185. * given task for page fault accounting.
  3186. */
  3187. static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm,
  3188. unsigned long addr, void *buf, int len, int write)
  3189. {
  3190. struct vm_area_struct *vma;
  3191. void *old_buf = buf;
  3192. down_read(&mm->mmap_sem);
  3193. /* ignore errors, just check how much was successfully transferred */
  3194. while (len) {
  3195. int bytes, ret, offset;
  3196. void *maddr;
  3197. struct page *page = NULL;
  3198. ret = get_user_pages(tsk, mm, addr, 1,
  3199. write, 1, &page, &vma);
  3200. if (ret <= 0) {
  3201. #ifndef CONFIG_HAVE_IOREMAP_PROT
  3202. break;
  3203. #else
  3204. /*
  3205. * Check if this is a VM_IO | VM_PFNMAP VMA, which
  3206. * we can access using slightly different code.
  3207. */
  3208. vma = find_vma(mm, addr);
  3209. if (!vma || vma->vm_start > addr)
  3210. break;
  3211. if (vma->vm_ops && vma->vm_ops->access)
  3212. ret = vma->vm_ops->access(vma, addr, buf,
  3213. len, write);
  3214. if (ret <= 0)
  3215. break;
  3216. bytes = ret;
  3217. #endif
  3218. } else {
  3219. bytes = len;
  3220. offset = addr & (PAGE_SIZE-1);
  3221. if (bytes > PAGE_SIZE-offset)
  3222. bytes = PAGE_SIZE-offset;
  3223. maddr = kmap(page);
  3224. if (write) {
  3225. copy_to_user_page(vma, page, addr,
  3226. maddr + offset, buf, bytes);
  3227. set_page_dirty_lock(page);
  3228. } else {
  3229. copy_from_user_page(vma, page, addr,
  3230. buf, maddr + offset, bytes);
  3231. }
  3232. kunmap(page);
  3233. page_cache_release(page);
  3234. }
  3235. len -= bytes;
  3236. buf += bytes;
  3237. addr += bytes;
  3238. }
  3239. up_read(&mm->mmap_sem);
  3240. return buf - old_buf;
  3241. }
  3242. /**
  3243. * access_remote_vm - access another process' address space
  3244. * @mm: the mm_struct of the target address space
  3245. * @addr: start address to access
  3246. * @buf: source or destination buffer
  3247. * @len: number of bytes to transfer
  3248. * @write: whether the access is a write
  3249. *
  3250. * The caller must hold a reference on @mm.
  3251. */
  3252. int access_remote_vm(struct mm_struct *mm, unsigned long addr,
  3253. void *buf, int len, int write)
  3254. {
  3255. return __access_remote_vm(NULL, mm, addr, buf, len, write);
  3256. }
  3257. /*
  3258. * Access another process' address space.
  3259. * Source/target buffer must be kernel space,
  3260. * Do not walk the page table directly, use get_user_pages
  3261. */
  3262. int access_process_vm(struct task_struct *tsk, unsigned long addr,
  3263. void *buf, int len, int write)
  3264. {
  3265. struct mm_struct *mm;
  3266. int ret;
  3267. mm = get_task_mm(tsk);
  3268. if (!mm)
  3269. return 0;
  3270. ret = __access_remote_vm(tsk, mm, addr, buf, len, write);
  3271. mmput(mm);
  3272. return ret;
  3273. }
  3274. /*
  3275. * Print the name of a VMA.
  3276. */
  3277. void print_vma_addr(char *prefix, unsigned long ip)
  3278. {
  3279. struct mm_struct *mm = current->mm;
  3280. struct vm_area_struct *vma;
  3281. /*
  3282. * Do not print if we are in atomic
  3283. * contexts (in exception stacks, etc.):
  3284. */
  3285. if (preempt_count())
  3286. return;
  3287. down_read(&mm->mmap_sem);
  3288. vma = find_vma(mm, ip);
  3289. if (vma && vma->vm_file) {
  3290. struct file *f = vma->vm_file;
  3291. char *buf = (char *)__get_free_page(GFP_KERNEL);
  3292. if (buf) {
  3293. char *p;
  3294. p = d_path(&f->f_path, buf, PAGE_SIZE);
  3295. if (IS_ERR(p))
  3296. p = "?";
  3297. printk("%s%s[%lx+%lx]", prefix, kbasename(p),
  3298. vma->vm_start,
  3299. vma->vm_end - vma->vm_start);
  3300. free_page((unsigned long)buf);
  3301. }
  3302. }
  3303. up_read(&mm->mmap_sem);
  3304. }
  3305. #if defined(CONFIG_PROVE_LOCKING) || defined(CONFIG_DEBUG_ATOMIC_SLEEP)
  3306. void might_fault(void)
  3307. {
  3308. /*
  3309. * Some code (nfs/sunrpc) uses socket ops on kernel memory while
  3310. * holding the mmap_sem, this is safe because kernel memory doesn't
  3311. * get paged out, therefore we'll never actually fault, and the
  3312. * below annotations will generate false positives.
  3313. */
  3314. if (segment_eq(get_fs(), KERNEL_DS))
  3315. return;
  3316. /*
  3317. * it would be nicer only to annotate paths which are not under
  3318. * pagefault_disable, however that requires a larger audit and
  3319. * providing helpers like get_user_atomic.
  3320. */
  3321. if (in_atomic())
  3322. return;
  3323. __might_sleep(__FILE__, __LINE__, 0);
  3324. if (current->mm)
  3325. might_lock_read(&current->mm->mmap_sem);
  3326. }
  3327. EXPORT_SYMBOL(might_fault);
  3328. #endif
  3329. #if defined(CONFIG_TRANSPARENT_HUGEPAGE) || defined(CONFIG_HUGETLBFS)
  3330. static void clear_gigantic_page(struct page *page,
  3331. unsigned long addr,
  3332. unsigned int pages_per_huge_page)
  3333. {
  3334. int i;
  3335. struct page *p = page;
  3336. might_sleep();
  3337. for (i = 0; i < pages_per_huge_page;
  3338. i++, p = mem_map_next(p, page, i)) {
  3339. cond_resched();
  3340. clear_user_highpage(p, addr + i * PAGE_SIZE);
  3341. }
  3342. }
  3343. void clear_huge_page(struct page *page,
  3344. unsigned long addr, unsigned int pages_per_huge_page)
  3345. {
  3346. int i;
  3347. if (unlikely(pages_per_huge_page > MAX_ORDER_NR_PAGES)) {
  3348. clear_gigantic_page(page, addr, pages_per_huge_page);
  3349. return;
  3350. }
  3351. might_sleep();
  3352. for (i = 0; i < pages_per_huge_page; i++) {
  3353. cond_resched();
  3354. clear_user_highpage(page + i, addr + i * PAGE_SIZE);
  3355. }
  3356. }
  3357. static void copy_user_gigantic_page(struct page *dst, struct page *src,
  3358. unsigned long addr,
  3359. struct vm_area_struct *vma,
  3360. unsigned int pages_per_huge_page)
  3361. {
  3362. int i;
  3363. struct page *dst_base = dst;
  3364. struct page *src_base = src;
  3365. for (i = 0; i < pages_per_huge_page; ) {
  3366. cond_resched();
  3367. copy_user_highpage(dst, src, addr + i*PAGE_SIZE, vma);
  3368. i++;
  3369. dst = mem_map_next(dst, dst_base, i);
  3370. src = mem_map_next(src, src_base, i);
  3371. }
  3372. }
  3373. void copy_user_huge_page(struct page *dst, struct page *src,
  3374. unsigned long addr, struct vm_area_struct *vma,
  3375. unsigned int pages_per_huge_page)
  3376. {
  3377. int i;
  3378. if (unlikely(pages_per_huge_page > MAX_ORDER_NR_PAGES)) {
  3379. copy_user_gigantic_page(dst, src, addr, vma,
  3380. pages_per_huge_page);
  3381. return;
  3382. }
  3383. might_sleep();
  3384. for (i = 0; i < pages_per_huge_page; i++) {
  3385. cond_resched();
  3386. copy_user_highpage(dst + i, src + i, addr + i*PAGE_SIZE, vma);
  3387. }
  3388. }
  3389. #endif /* CONFIG_TRANSPARENT_HUGEPAGE || CONFIG_HUGETLBFS */
  3390. #if USE_SPLIT_PTE_PTLOCKS && ALLOC_SPLIT_PTLOCKS
  3391. static struct kmem_cache *page_ptl_cachep;
  3392. void __init ptlock_cache_init(void)
  3393. {
  3394. page_ptl_cachep = kmem_cache_create("page->ptl", sizeof(spinlock_t), 0,
  3395. SLAB_PANIC, NULL);
  3396. }
  3397. bool ptlock_alloc(struct page *page)
  3398. {
  3399. spinlock_t *ptl;
  3400. ptl = kmem_cache_alloc(page_ptl_cachep, GFP_KERNEL);
  3401. if (!ptl)
  3402. return false;
  3403. page->ptl = ptl;
  3404. return true;
  3405. }
  3406. void ptlock_free(struct page *page)
  3407. {
  3408. kmem_cache_free(page_ptl_cachep, page->ptl);
  3409. }
  3410. #endif