memory.c 107 KB

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