socket.c 75 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146
  1. /*
  2. * NET An implementation of the SOCKET network access protocol.
  3. *
  4. * Version: @(#)socket.c 1.1.93 18/02/95
  5. *
  6. * Authors: Orest Zborowski, <obz@Kodak.COM>
  7. * Ross Biro
  8. * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
  9. *
  10. * Fixes:
  11. * Anonymous : NOTSOCK/BADF cleanup. Error fix in
  12. * shutdown()
  13. * Alan Cox : verify_area() fixes
  14. * Alan Cox : Removed DDI
  15. * Jonathan Kamens : SOCK_DGRAM reconnect bug
  16. * Alan Cox : Moved a load of checks to the very
  17. * top level.
  18. * Alan Cox : Move address structures to/from user
  19. * mode above the protocol layers.
  20. * Rob Janssen : Allow 0 length sends.
  21. * Alan Cox : Asynchronous I/O support (cribbed from the
  22. * tty drivers).
  23. * Niibe Yutaka : Asynchronous I/O for writes (4.4BSD style)
  24. * Jeff Uphoff : Made max number of sockets command-line
  25. * configurable.
  26. * Matti Aarnio : Made the number of sockets dynamic,
  27. * to be allocated when needed, and mr.
  28. * Uphoff's max is used as max to be
  29. * allowed to allocate.
  30. * Linus : Argh. removed all the socket allocation
  31. * altogether: it's in the inode now.
  32. * Alan Cox : Made sock_alloc()/sock_release() public
  33. * for NetROM and future kernel nfsd type
  34. * stuff.
  35. * Alan Cox : sendmsg/recvmsg basics.
  36. * Tom Dyas : Export net symbols.
  37. * Marcin Dalecki : Fixed problems with CONFIG_NET="n".
  38. * Alan Cox : Added thread locking to sys_* calls
  39. * for sockets. May have errors at the
  40. * moment.
  41. * Kevin Buhr : Fixed the dumb errors in the above.
  42. * Andi Kleen : Some small cleanups, optimizations,
  43. * and fixed a copy_from_user() bug.
  44. * Tigran Aivazian : sys_send(args) calls sys_sendto(args, NULL, 0)
  45. * Tigran Aivazian : Made listen(2) backlog sanity checks
  46. * protocol-independent
  47. *
  48. *
  49. * This program is free software; you can redistribute it and/or
  50. * modify it under the terms of the GNU General Public License
  51. * as published by the Free Software Foundation; either version
  52. * 2 of the License, or (at your option) any later version.
  53. *
  54. *
  55. * This module is effectively the top level interface to the BSD socket
  56. * paradigm.
  57. *
  58. * Based upon Swansea University Computer Society NET3.039
  59. */
  60. #include <linux/mm.h>
  61. #include <linux/socket.h>
  62. #include <linux/file.h>
  63. #include <linux/net.h>
  64. #include <linux/interrupt.h>
  65. #include <linux/thread_info.h>
  66. #include <linux/rcupdate.h>
  67. #include <linux/netdevice.h>
  68. #include <linux/proc_fs.h>
  69. #include <linux/seq_file.h>
  70. #include <linux/mutex.h>
  71. #include <linux/wanrouter.h>
  72. #include <linux/if_bridge.h>
  73. #include <linux/if_frad.h>
  74. #include <linux/if_vlan.h>
  75. #include <linux/init.h>
  76. #include <linux/poll.h>
  77. #include <linux/cache.h>
  78. #include <linux/module.h>
  79. #include <linux/highmem.h>
  80. #include <linux/mount.h>
  81. #include <linux/security.h>
  82. #include <linux/syscalls.h>
  83. #include <linux/compat.h>
  84. #include <linux/kmod.h>
  85. #include <linux/audit.h>
  86. #include <linux/wireless.h>
  87. #include <linux/nsproxy.h>
  88. #include <linux/magic.h>
  89. #include <linux/slab.h>
  90. #include <asm/uaccess.h>
  91. #include <asm/unistd.h>
  92. #include <net/compat.h>
  93. #include <net/wext.h>
  94. #include <net/cls_cgroup.h>
  95. #include <net/sock.h>
  96. #include <linux/netfilter.h>
  97. #include <linux/if_tun.h>
  98. #include <linux/ipv6_route.h>
  99. #include <linux/route.h>
  100. #include <linux/sockios.h>
  101. #include <linux/atalk.h>
  102. static int sock_no_open(struct inode *irrelevant, struct file *dontcare);
  103. static ssize_t sock_aio_read(struct kiocb *iocb, const struct iovec *iov,
  104. unsigned long nr_segs, loff_t pos);
  105. static ssize_t sock_aio_write(struct kiocb *iocb, const struct iovec *iov,
  106. unsigned long nr_segs, loff_t pos);
  107. static int sock_mmap(struct file *file, struct vm_area_struct *vma);
  108. static int sock_close(struct inode *inode, struct file *file);
  109. static unsigned int sock_poll(struct file *file,
  110. struct poll_table_struct *wait);
  111. static long sock_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
  112. #ifdef CONFIG_COMPAT
  113. static long compat_sock_ioctl(struct file *file,
  114. unsigned int cmd, unsigned long arg);
  115. #endif
  116. static int sock_fasync(int fd, struct file *filp, int on);
  117. static ssize_t sock_sendpage(struct file *file, struct page *page,
  118. int offset, size_t size, loff_t *ppos, int more);
  119. static ssize_t sock_splice_read(struct file *file, loff_t *ppos,
  120. struct pipe_inode_info *pipe, size_t len,
  121. unsigned int flags);
  122. /*
  123. * Socket files have a set of 'special' operations as well as the generic file ones. These don't appear
  124. * in the operation structures but are done directly via the socketcall() multiplexor.
  125. */
  126. static const struct file_operations socket_file_ops = {
  127. .owner = THIS_MODULE,
  128. .llseek = no_llseek,
  129. .aio_read = sock_aio_read,
  130. .aio_write = sock_aio_write,
  131. .poll = sock_poll,
  132. .unlocked_ioctl = sock_ioctl,
  133. #ifdef CONFIG_COMPAT
  134. .compat_ioctl = compat_sock_ioctl,
  135. #endif
  136. .mmap = sock_mmap,
  137. .open = sock_no_open, /* special open code to disallow open via /proc */
  138. .release = sock_close,
  139. .fasync = sock_fasync,
  140. .sendpage = sock_sendpage,
  141. .splice_write = generic_splice_sendpage,
  142. .splice_read = sock_splice_read,
  143. };
  144. /*
  145. * The protocol list. Each protocol is registered in here.
  146. */
  147. static DEFINE_SPINLOCK(net_family_lock);
  148. static const struct net_proto_family __rcu *net_families[NPROTO] __read_mostly;
  149. /*
  150. * Statistics counters of the socket lists
  151. */
  152. static DEFINE_PER_CPU(int, sockets_in_use);
  153. /*
  154. * Support routines.
  155. * Move socket addresses back and forth across the kernel/user
  156. * divide and look after the messy bits.
  157. */
  158. /**
  159. * move_addr_to_kernel - copy a socket address into kernel space
  160. * @uaddr: Address in user space
  161. * @kaddr: Address in kernel space
  162. * @ulen: Length in user space
  163. *
  164. * The address is copied into kernel space. If the provided address is
  165. * too long an error code of -EINVAL is returned. If the copy gives
  166. * invalid addresses -EFAULT is returned. On a success 0 is returned.
  167. */
  168. int move_addr_to_kernel(void __user *uaddr, int ulen, struct sockaddr *kaddr)
  169. {
  170. if (ulen < 0 || ulen > sizeof(struct sockaddr_storage))
  171. return -EINVAL;
  172. if (ulen == 0)
  173. return 0;
  174. if (copy_from_user(kaddr, uaddr, ulen))
  175. return -EFAULT;
  176. return audit_sockaddr(ulen, kaddr);
  177. }
  178. /**
  179. * move_addr_to_user - copy an address to user space
  180. * @kaddr: kernel space address
  181. * @klen: length of address in kernel
  182. * @uaddr: user space address
  183. * @ulen: pointer to user length field
  184. *
  185. * The value pointed to by ulen on entry is the buffer length available.
  186. * This is overwritten with the buffer space used. -EINVAL is returned
  187. * if an overlong buffer is specified or a negative buffer size. -EFAULT
  188. * is returned if either the buffer or the length field are not
  189. * accessible.
  190. * After copying the data up to the limit the user specifies, the true
  191. * length of the data is written over the length limit the user
  192. * specified. Zero is returned for a success.
  193. */
  194. static int move_addr_to_user(struct sockaddr *kaddr, int klen,
  195. void __user *uaddr, int __user *ulen)
  196. {
  197. int err;
  198. int len;
  199. err = get_user(len, ulen);
  200. if (err)
  201. return err;
  202. if (len > klen)
  203. len = klen;
  204. if (len < 0 || len > sizeof(struct sockaddr_storage))
  205. return -EINVAL;
  206. if (len) {
  207. if (audit_sockaddr(klen, kaddr))
  208. return -ENOMEM;
  209. if (copy_to_user(uaddr, kaddr, len))
  210. return -EFAULT;
  211. }
  212. /*
  213. * "fromlen shall refer to the value before truncation.."
  214. * 1003.1g
  215. */
  216. return __put_user(klen, ulen);
  217. }
  218. static struct kmem_cache *sock_inode_cachep __read_mostly;
  219. static struct inode *sock_alloc_inode(struct super_block *sb)
  220. {
  221. struct socket_alloc *ei;
  222. ei = kmem_cache_alloc(sock_inode_cachep, GFP_KERNEL);
  223. if (!ei)
  224. return NULL;
  225. ei->socket.wq = kmalloc(sizeof(struct socket_wq), GFP_KERNEL);
  226. if (!ei->socket.wq) {
  227. kmem_cache_free(sock_inode_cachep, ei);
  228. return NULL;
  229. }
  230. init_waitqueue_head(&ei->socket.wq->wait);
  231. ei->socket.wq->fasync_list = NULL;
  232. ei->socket.state = SS_UNCONNECTED;
  233. ei->socket.flags = 0;
  234. ei->socket.ops = NULL;
  235. ei->socket.sk = NULL;
  236. ei->socket.file = NULL;
  237. return &ei->vfs_inode;
  238. }
  239. static void wq_free_rcu(struct rcu_head *head)
  240. {
  241. struct socket_wq *wq = container_of(head, struct socket_wq, rcu);
  242. kfree(wq);
  243. }
  244. static void sock_destroy_inode(struct inode *inode)
  245. {
  246. struct socket_alloc *ei;
  247. ei = container_of(inode, struct socket_alloc, vfs_inode);
  248. call_rcu(&ei->socket.wq->rcu, wq_free_rcu);
  249. kmem_cache_free(sock_inode_cachep, ei);
  250. }
  251. static void init_once(void *foo)
  252. {
  253. struct socket_alloc *ei = (struct socket_alloc *)foo;
  254. inode_init_once(&ei->vfs_inode);
  255. }
  256. static int init_inodecache(void)
  257. {
  258. sock_inode_cachep = kmem_cache_create("sock_inode_cache",
  259. sizeof(struct socket_alloc),
  260. 0,
  261. (SLAB_HWCACHE_ALIGN |
  262. SLAB_RECLAIM_ACCOUNT |
  263. SLAB_MEM_SPREAD),
  264. init_once);
  265. if (sock_inode_cachep == NULL)
  266. return -ENOMEM;
  267. return 0;
  268. }
  269. static const struct super_operations sockfs_ops = {
  270. .alloc_inode = sock_alloc_inode,
  271. .destroy_inode = sock_destroy_inode,
  272. .statfs = simple_statfs,
  273. };
  274. static struct dentry *sockfs_mount(struct file_system_type *fs_type,
  275. int flags, const char *dev_name, void *data)
  276. {
  277. return mount_pseudo(fs_type, "socket:", &sockfs_ops, SOCKFS_MAGIC);
  278. }
  279. static struct vfsmount *sock_mnt __read_mostly;
  280. static struct file_system_type sock_fs_type = {
  281. .name = "sockfs",
  282. .mount = sockfs_mount,
  283. .kill_sb = kill_anon_super,
  284. };
  285. /*
  286. * sockfs_dname() is called from d_path().
  287. */
  288. static char *sockfs_dname(struct dentry *dentry, char *buffer, int buflen)
  289. {
  290. return dynamic_dname(dentry, buffer, buflen, "socket:[%lu]",
  291. dentry->d_inode->i_ino);
  292. }
  293. static const struct dentry_operations sockfs_dentry_operations = {
  294. .d_dname = sockfs_dname,
  295. };
  296. /*
  297. * Obtains the first available file descriptor and sets it up for use.
  298. *
  299. * These functions create file structures and maps them to fd space
  300. * of the current process. On success it returns file descriptor
  301. * and file struct implicitly stored in sock->file.
  302. * Note that another thread may close file descriptor before we return
  303. * from this function. We use the fact that now we do not refer
  304. * to socket after mapping. If one day we will need it, this
  305. * function will increment ref. count on file by 1.
  306. *
  307. * In any case returned fd MAY BE not valid!
  308. * This race condition is unavoidable
  309. * with shared fd spaces, we cannot solve it inside kernel,
  310. * but we take care of internal coherence yet.
  311. */
  312. static int sock_alloc_file(struct socket *sock, struct file **f, int flags)
  313. {
  314. struct qstr name = { .name = "" };
  315. struct path path;
  316. struct file *file;
  317. int fd;
  318. fd = get_unused_fd_flags(flags);
  319. if (unlikely(fd < 0))
  320. return fd;
  321. path.dentry = d_alloc(sock_mnt->mnt_sb->s_root, &name);
  322. if (unlikely(!path.dentry)) {
  323. put_unused_fd(fd);
  324. return -ENOMEM;
  325. }
  326. path.mnt = mntget(sock_mnt);
  327. path.dentry->d_op = &sockfs_dentry_operations;
  328. d_instantiate(path.dentry, SOCK_INODE(sock));
  329. SOCK_INODE(sock)->i_fop = &socket_file_ops;
  330. file = alloc_file(&path, FMODE_READ | FMODE_WRITE,
  331. &socket_file_ops);
  332. if (unlikely(!file)) {
  333. /* drop dentry, keep inode */
  334. ihold(path.dentry->d_inode);
  335. path_put(&path);
  336. put_unused_fd(fd);
  337. return -ENFILE;
  338. }
  339. sock->file = file;
  340. file->f_flags = O_RDWR | (flags & O_NONBLOCK);
  341. file->f_pos = 0;
  342. file->private_data = sock;
  343. *f = file;
  344. return fd;
  345. }
  346. int sock_map_fd(struct socket *sock, int flags)
  347. {
  348. struct file *newfile;
  349. int fd = sock_alloc_file(sock, &newfile, flags);
  350. if (likely(fd >= 0))
  351. fd_install(fd, newfile);
  352. return fd;
  353. }
  354. EXPORT_SYMBOL(sock_map_fd);
  355. static struct socket *sock_from_file(struct file *file, int *err)
  356. {
  357. if (file->f_op == &socket_file_ops)
  358. return file->private_data; /* set in sock_map_fd */
  359. *err = -ENOTSOCK;
  360. return NULL;
  361. }
  362. /**
  363. * sockfd_lookup - Go from a file number to its socket slot
  364. * @fd: file handle
  365. * @err: pointer to an error code return
  366. *
  367. * The file handle passed in is locked and the socket it is bound
  368. * too is returned. If an error occurs the err pointer is overwritten
  369. * with a negative errno code and NULL is returned. The function checks
  370. * for both invalid handles and passing a handle which is not a socket.
  371. *
  372. * On a success the socket object pointer is returned.
  373. */
  374. struct socket *sockfd_lookup(int fd, int *err)
  375. {
  376. struct file *file;
  377. struct socket *sock;
  378. file = fget(fd);
  379. if (!file) {
  380. *err = -EBADF;
  381. return NULL;
  382. }
  383. sock = sock_from_file(file, err);
  384. if (!sock)
  385. fput(file);
  386. return sock;
  387. }
  388. EXPORT_SYMBOL(sockfd_lookup);
  389. static struct socket *sockfd_lookup_light(int fd, int *err, int *fput_needed)
  390. {
  391. struct file *file;
  392. struct socket *sock;
  393. *err = -EBADF;
  394. file = fget_light(fd, fput_needed);
  395. if (file) {
  396. sock = sock_from_file(file, err);
  397. if (sock)
  398. return sock;
  399. fput_light(file, *fput_needed);
  400. }
  401. return NULL;
  402. }
  403. /**
  404. * sock_alloc - allocate a socket
  405. *
  406. * Allocate a new inode and socket object. The two are bound together
  407. * and initialised. The socket is then returned. If we are out of inodes
  408. * NULL is returned.
  409. */
  410. static struct socket *sock_alloc(void)
  411. {
  412. struct inode *inode;
  413. struct socket *sock;
  414. inode = new_inode(sock_mnt->mnt_sb);
  415. if (!inode)
  416. return NULL;
  417. sock = SOCKET_I(inode);
  418. kmemcheck_annotate_bitfield(sock, type);
  419. inode->i_ino = get_next_ino();
  420. inode->i_mode = S_IFSOCK | S_IRWXUGO;
  421. inode->i_uid = current_fsuid();
  422. inode->i_gid = current_fsgid();
  423. percpu_add(sockets_in_use, 1);
  424. return sock;
  425. }
  426. /*
  427. * In theory you can't get an open on this inode, but /proc provides
  428. * a back door. Remember to keep it shut otherwise you'll let the
  429. * creepy crawlies in.
  430. */
  431. static int sock_no_open(struct inode *irrelevant, struct file *dontcare)
  432. {
  433. return -ENXIO;
  434. }
  435. const struct file_operations bad_sock_fops = {
  436. .owner = THIS_MODULE,
  437. .open = sock_no_open,
  438. .llseek = noop_llseek,
  439. };
  440. /**
  441. * sock_release - close a socket
  442. * @sock: socket to close
  443. *
  444. * The socket is released from the protocol stack if it has a release
  445. * callback, and the inode is then released if the socket is bound to
  446. * an inode not a file.
  447. */
  448. void sock_release(struct socket *sock)
  449. {
  450. if (sock->ops) {
  451. struct module *owner = sock->ops->owner;
  452. sock->ops->release(sock);
  453. sock->ops = NULL;
  454. module_put(owner);
  455. }
  456. if (sock->wq->fasync_list)
  457. printk(KERN_ERR "sock_release: fasync list not empty!\n");
  458. percpu_sub(sockets_in_use, 1);
  459. if (!sock->file) {
  460. iput(SOCK_INODE(sock));
  461. return;
  462. }
  463. sock->file = NULL;
  464. }
  465. EXPORT_SYMBOL(sock_release);
  466. int sock_tx_timestamp(struct sock *sk, __u8 *tx_flags)
  467. {
  468. *tx_flags = 0;
  469. if (sock_flag(sk, SOCK_TIMESTAMPING_TX_HARDWARE))
  470. *tx_flags |= SKBTX_HW_TSTAMP;
  471. if (sock_flag(sk, SOCK_TIMESTAMPING_TX_SOFTWARE))
  472. *tx_flags |= SKBTX_SW_TSTAMP;
  473. return 0;
  474. }
  475. EXPORT_SYMBOL(sock_tx_timestamp);
  476. static inline int __sock_sendmsg(struct kiocb *iocb, struct socket *sock,
  477. struct msghdr *msg, size_t size)
  478. {
  479. struct sock_iocb *si = kiocb_to_siocb(iocb);
  480. int err;
  481. sock_update_classid(sock->sk);
  482. si->sock = sock;
  483. si->scm = NULL;
  484. si->msg = msg;
  485. si->size = size;
  486. err = security_socket_sendmsg(sock, msg, size);
  487. if (err)
  488. return err;
  489. return sock->ops->sendmsg(iocb, sock, msg, size);
  490. }
  491. int sock_sendmsg(struct socket *sock, struct msghdr *msg, size_t size)
  492. {
  493. struct kiocb iocb;
  494. struct sock_iocb siocb;
  495. int ret;
  496. init_sync_kiocb(&iocb, NULL);
  497. iocb.private = &siocb;
  498. ret = __sock_sendmsg(&iocb, sock, msg, size);
  499. if (-EIOCBQUEUED == ret)
  500. ret = wait_on_sync_kiocb(&iocb);
  501. return ret;
  502. }
  503. EXPORT_SYMBOL(sock_sendmsg);
  504. int kernel_sendmsg(struct socket *sock, struct msghdr *msg,
  505. struct kvec *vec, size_t num, size_t size)
  506. {
  507. mm_segment_t oldfs = get_fs();
  508. int result;
  509. set_fs(KERNEL_DS);
  510. /*
  511. * the following is safe, since for compiler definitions of kvec and
  512. * iovec are identical, yielding the same in-core layout and alignment
  513. */
  514. msg->msg_iov = (struct iovec *)vec;
  515. msg->msg_iovlen = num;
  516. result = sock_sendmsg(sock, msg, size);
  517. set_fs(oldfs);
  518. return result;
  519. }
  520. EXPORT_SYMBOL(kernel_sendmsg);
  521. static int ktime2ts(ktime_t kt, struct timespec *ts)
  522. {
  523. if (kt.tv64) {
  524. *ts = ktime_to_timespec(kt);
  525. return 1;
  526. } else {
  527. return 0;
  528. }
  529. }
  530. /*
  531. * called from sock_recv_timestamp() if sock_flag(sk, SOCK_RCVTSTAMP)
  532. */
  533. void __sock_recv_timestamp(struct msghdr *msg, struct sock *sk,
  534. struct sk_buff *skb)
  535. {
  536. int need_software_tstamp = sock_flag(sk, SOCK_RCVTSTAMP);
  537. struct timespec ts[3];
  538. int empty = 1;
  539. struct skb_shared_hwtstamps *shhwtstamps =
  540. skb_hwtstamps(skb);
  541. /* Race occurred between timestamp enabling and packet
  542. receiving. Fill in the current time for now. */
  543. if (need_software_tstamp && skb->tstamp.tv64 == 0)
  544. __net_timestamp(skb);
  545. if (need_software_tstamp) {
  546. if (!sock_flag(sk, SOCK_RCVTSTAMPNS)) {
  547. struct timeval tv;
  548. skb_get_timestamp(skb, &tv);
  549. put_cmsg(msg, SOL_SOCKET, SCM_TIMESTAMP,
  550. sizeof(tv), &tv);
  551. } else {
  552. skb_get_timestampns(skb, &ts[0]);
  553. put_cmsg(msg, SOL_SOCKET, SCM_TIMESTAMPNS,
  554. sizeof(ts[0]), &ts[0]);
  555. }
  556. }
  557. memset(ts, 0, sizeof(ts));
  558. if (skb->tstamp.tv64 &&
  559. sock_flag(sk, SOCK_TIMESTAMPING_SOFTWARE)) {
  560. skb_get_timestampns(skb, ts + 0);
  561. empty = 0;
  562. }
  563. if (shhwtstamps) {
  564. if (sock_flag(sk, SOCK_TIMESTAMPING_SYS_HARDWARE) &&
  565. ktime2ts(shhwtstamps->syststamp, ts + 1))
  566. empty = 0;
  567. if (sock_flag(sk, SOCK_TIMESTAMPING_RAW_HARDWARE) &&
  568. ktime2ts(shhwtstamps->hwtstamp, ts + 2))
  569. empty = 0;
  570. }
  571. if (!empty)
  572. put_cmsg(msg, SOL_SOCKET,
  573. SCM_TIMESTAMPING, sizeof(ts), &ts);
  574. }
  575. EXPORT_SYMBOL_GPL(__sock_recv_timestamp);
  576. static inline void sock_recv_drops(struct msghdr *msg, struct sock *sk,
  577. struct sk_buff *skb)
  578. {
  579. if (sock_flag(sk, SOCK_RXQ_OVFL) && skb && skb->dropcount)
  580. put_cmsg(msg, SOL_SOCKET, SO_RXQ_OVFL,
  581. sizeof(__u32), &skb->dropcount);
  582. }
  583. void __sock_recv_ts_and_drops(struct msghdr *msg, struct sock *sk,
  584. struct sk_buff *skb)
  585. {
  586. sock_recv_timestamp(msg, sk, skb);
  587. sock_recv_drops(msg, sk, skb);
  588. }
  589. EXPORT_SYMBOL_GPL(__sock_recv_ts_and_drops);
  590. static inline int __sock_recvmsg_nosec(struct kiocb *iocb, struct socket *sock,
  591. struct msghdr *msg, size_t size, int flags)
  592. {
  593. struct sock_iocb *si = kiocb_to_siocb(iocb);
  594. sock_update_classid(sock->sk);
  595. si->sock = sock;
  596. si->scm = NULL;
  597. si->msg = msg;
  598. si->size = size;
  599. si->flags = flags;
  600. return sock->ops->recvmsg(iocb, sock, msg, size, flags);
  601. }
  602. static inline int __sock_recvmsg(struct kiocb *iocb, struct socket *sock,
  603. struct msghdr *msg, size_t size, int flags)
  604. {
  605. int err = security_socket_recvmsg(sock, msg, size, flags);
  606. return err ?: __sock_recvmsg_nosec(iocb, sock, msg, size, flags);
  607. }
  608. int sock_recvmsg(struct socket *sock, struct msghdr *msg,
  609. size_t size, int flags)
  610. {
  611. struct kiocb iocb;
  612. struct sock_iocb siocb;
  613. int ret;
  614. init_sync_kiocb(&iocb, NULL);
  615. iocb.private = &siocb;
  616. ret = __sock_recvmsg(&iocb, sock, msg, size, flags);
  617. if (-EIOCBQUEUED == ret)
  618. ret = wait_on_sync_kiocb(&iocb);
  619. return ret;
  620. }
  621. EXPORT_SYMBOL(sock_recvmsg);
  622. static int sock_recvmsg_nosec(struct socket *sock, struct msghdr *msg,
  623. size_t size, int flags)
  624. {
  625. struct kiocb iocb;
  626. struct sock_iocb siocb;
  627. int ret;
  628. init_sync_kiocb(&iocb, NULL);
  629. iocb.private = &siocb;
  630. ret = __sock_recvmsg_nosec(&iocb, sock, msg, size, flags);
  631. if (-EIOCBQUEUED == ret)
  632. ret = wait_on_sync_kiocb(&iocb);
  633. return ret;
  634. }
  635. /**
  636. * kernel_recvmsg - Receive a message from a socket (kernel space)
  637. * @sock: The socket to receive the message from
  638. * @msg: Received message
  639. * @vec: Input s/g array for message data
  640. * @num: Size of input s/g array
  641. * @size: Number of bytes to read
  642. * @flags: Message flags (MSG_DONTWAIT, etc...)
  643. *
  644. * On return the msg structure contains the scatter/gather array passed in the
  645. * vec argument. The array is modified so that it consists of the unfilled
  646. * portion of the original array.
  647. *
  648. * The returned value is the total number of bytes received, or an error.
  649. */
  650. int kernel_recvmsg(struct socket *sock, struct msghdr *msg,
  651. struct kvec *vec, size_t num, size_t size, int flags)
  652. {
  653. mm_segment_t oldfs = get_fs();
  654. int result;
  655. set_fs(KERNEL_DS);
  656. /*
  657. * the following is safe, since for compiler definitions of kvec and
  658. * iovec are identical, yielding the same in-core layout and alignment
  659. */
  660. msg->msg_iov = (struct iovec *)vec, msg->msg_iovlen = num;
  661. result = sock_recvmsg(sock, msg, size, flags);
  662. set_fs(oldfs);
  663. return result;
  664. }
  665. EXPORT_SYMBOL(kernel_recvmsg);
  666. static void sock_aio_dtor(struct kiocb *iocb)
  667. {
  668. kfree(iocb->private);
  669. }
  670. static ssize_t sock_sendpage(struct file *file, struct page *page,
  671. int offset, size_t size, loff_t *ppos, int more)
  672. {
  673. struct socket *sock;
  674. int flags;
  675. sock = file->private_data;
  676. flags = !(file->f_flags & O_NONBLOCK) ? 0 : MSG_DONTWAIT;
  677. if (more)
  678. flags |= MSG_MORE;
  679. return kernel_sendpage(sock, page, offset, size, flags);
  680. }
  681. static ssize_t sock_splice_read(struct file *file, loff_t *ppos,
  682. struct pipe_inode_info *pipe, size_t len,
  683. unsigned int flags)
  684. {
  685. struct socket *sock = file->private_data;
  686. if (unlikely(!sock->ops->splice_read))
  687. return -EINVAL;
  688. sock_update_classid(sock->sk);
  689. return sock->ops->splice_read(sock, ppos, pipe, len, flags);
  690. }
  691. static struct sock_iocb *alloc_sock_iocb(struct kiocb *iocb,
  692. struct sock_iocb *siocb)
  693. {
  694. if (!is_sync_kiocb(iocb)) {
  695. siocb = kmalloc(sizeof(*siocb), GFP_KERNEL);
  696. if (!siocb)
  697. return NULL;
  698. iocb->ki_dtor = sock_aio_dtor;
  699. }
  700. siocb->kiocb = iocb;
  701. iocb->private = siocb;
  702. return siocb;
  703. }
  704. static ssize_t do_sock_read(struct msghdr *msg, struct kiocb *iocb,
  705. struct file *file, const struct iovec *iov,
  706. unsigned long nr_segs)
  707. {
  708. struct socket *sock = file->private_data;
  709. size_t size = 0;
  710. int i;
  711. for (i = 0; i < nr_segs; i++)
  712. size += iov[i].iov_len;
  713. msg->msg_name = NULL;
  714. msg->msg_namelen = 0;
  715. msg->msg_control = NULL;
  716. msg->msg_controllen = 0;
  717. msg->msg_iov = (struct iovec *)iov;
  718. msg->msg_iovlen = nr_segs;
  719. msg->msg_flags = (file->f_flags & O_NONBLOCK) ? MSG_DONTWAIT : 0;
  720. return __sock_recvmsg(iocb, sock, msg, size, msg->msg_flags);
  721. }
  722. static ssize_t sock_aio_read(struct kiocb *iocb, const struct iovec *iov,
  723. unsigned long nr_segs, loff_t pos)
  724. {
  725. struct sock_iocb siocb, *x;
  726. if (pos != 0)
  727. return -ESPIPE;
  728. if (iocb->ki_left == 0) /* Match SYS5 behaviour */
  729. return 0;
  730. x = alloc_sock_iocb(iocb, &siocb);
  731. if (!x)
  732. return -ENOMEM;
  733. return do_sock_read(&x->async_msg, iocb, iocb->ki_filp, iov, nr_segs);
  734. }
  735. static ssize_t do_sock_write(struct msghdr *msg, struct kiocb *iocb,
  736. struct file *file, const struct iovec *iov,
  737. unsigned long nr_segs)
  738. {
  739. struct socket *sock = file->private_data;
  740. size_t size = 0;
  741. int i;
  742. for (i = 0; i < nr_segs; i++)
  743. size += iov[i].iov_len;
  744. msg->msg_name = NULL;
  745. msg->msg_namelen = 0;
  746. msg->msg_control = NULL;
  747. msg->msg_controllen = 0;
  748. msg->msg_iov = (struct iovec *)iov;
  749. msg->msg_iovlen = nr_segs;
  750. msg->msg_flags = (file->f_flags & O_NONBLOCK) ? MSG_DONTWAIT : 0;
  751. if (sock->type == SOCK_SEQPACKET)
  752. msg->msg_flags |= MSG_EOR;
  753. return __sock_sendmsg(iocb, sock, msg, size);
  754. }
  755. static ssize_t sock_aio_write(struct kiocb *iocb, const struct iovec *iov,
  756. unsigned long nr_segs, loff_t pos)
  757. {
  758. struct sock_iocb siocb, *x;
  759. if (pos != 0)
  760. return -ESPIPE;
  761. x = alloc_sock_iocb(iocb, &siocb);
  762. if (!x)
  763. return -ENOMEM;
  764. return do_sock_write(&x->async_msg, iocb, iocb->ki_filp, iov, nr_segs);
  765. }
  766. /*
  767. * Atomic setting of ioctl hooks to avoid race
  768. * with module unload.
  769. */
  770. static DEFINE_MUTEX(br_ioctl_mutex);
  771. static int (*br_ioctl_hook) (struct net *, unsigned int cmd, void __user *arg);
  772. void brioctl_set(int (*hook) (struct net *, unsigned int, void __user *))
  773. {
  774. mutex_lock(&br_ioctl_mutex);
  775. br_ioctl_hook = hook;
  776. mutex_unlock(&br_ioctl_mutex);
  777. }
  778. EXPORT_SYMBOL(brioctl_set);
  779. static DEFINE_MUTEX(vlan_ioctl_mutex);
  780. static int (*vlan_ioctl_hook) (struct net *, void __user *arg);
  781. void vlan_ioctl_set(int (*hook) (struct net *, void __user *))
  782. {
  783. mutex_lock(&vlan_ioctl_mutex);
  784. vlan_ioctl_hook = hook;
  785. mutex_unlock(&vlan_ioctl_mutex);
  786. }
  787. EXPORT_SYMBOL(vlan_ioctl_set);
  788. static DEFINE_MUTEX(dlci_ioctl_mutex);
  789. static int (*dlci_ioctl_hook) (unsigned int, void __user *);
  790. void dlci_ioctl_set(int (*hook) (unsigned int, void __user *))
  791. {
  792. mutex_lock(&dlci_ioctl_mutex);
  793. dlci_ioctl_hook = hook;
  794. mutex_unlock(&dlci_ioctl_mutex);
  795. }
  796. EXPORT_SYMBOL(dlci_ioctl_set);
  797. static long sock_do_ioctl(struct net *net, struct socket *sock,
  798. unsigned int cmd, unsigned long arg)
  799. {
  800. int err;
  801. void __user *argp = (void __user *)arg;
  802. err = sock->ops->ioctl(sock, cmd, arg);
  803. /*
  804. * If this ioctl is unknown try to hand it down
  805. * to the NIC driver.
  806. */
  807. if (err == -ENOIOCTLCMD)
  808. err = dev_ioctl(net, cmd, argp);
  809. return err;
  810. }
  811. /*
  812. * With an ioctl, arg may well be a user mode pointer, but we don't know
  813. * what to do with it - that's up to the protocol still.
  814. */
  815. static long sock_ioctl(struct file *file, unsigned cmd, unsigned long arg)
  816. {
  817. struct socket *sock;
  818. struct sock *sk;
  819. void __user *argp = (void __user *)arg;
  820. int pid, err;
  821. struct net *net;
  822. sock = file->private_data;
  823. sk = sock->sk;
  824. net = sock_net(sk);
  825. if (cmd >= SIOCDEVPRIVATE && cmd <= (SIOCDEVPRIVATE + 15)) {
  826. err = dev_ioctl(net, cmd, argp);
  827. } else
  828. #ifdef CONFIG_WEXT_CORE
  829. if (cmd >= SIOCIWFIRST && cmd <= SIOCIWLAST) {
  830. err = dev_ioctl(net, cmd, argp);
  831. } else
  832. #endif
  833. switch (cmd) {
  834. case FIOSETOWN:
  835. case SIOCSPGRP:
  836. err = -EFAULT;
  837. if (get_user(pid, (int __user *)argp))
  838. break;
  839. err = f_setown(sock->file, pid, 1);
  840. break;
  841. case FIOGETOWN:
  842. case SIOCGPGRP:
  843. err = put_user(f_getown(sock->file),
  844. (int __user *)argp);
  845. break;
  846. case SIOCGIFBR:
  847. case SIOCSIFBR:
  848. case SIOCBRADDBR:
  849. case SIOCBRDELBR:
  850. err = -ENOPKG;
  851. if (!br_ioctl_hook)
  852. request_module("bridge");
  853. mutex_lock(&br_ioctl_mutex);
  854. if (br_ioctl_hook)
  855. err = br_ioctl_hook(net, cmd, argp);
  856. mutex_unlock(&br_ioctl_mutex);
  857. break;
  858. case SIOCGIFVLAN:
  859. case SIOCSIFVLAN:
  860. err = -ENOPKG;
  861. if (!vlan_ioctl_hook)
  862. request_module("8021q");
  863. mutex_lock(&vlan_ioctl_mutex);
  864. if (vlan_ioctl_hook)
  865. err = vlan_ioctl_hook(net, argp);
  866. mutex_unlock(&vlan_ioctl_mutex);
  867. break;
  868. case SIOCADDDLCI:
  869. case SIOCDELDLCI:
  870. err = -ENOPKG;
  871. if (!dlci_ioctl_hook)
  872. request_module("dlci");
  873. mutex_lock(&dlci_ioctl_mutex);
  874. if (dlci_ioctl_hook)
  875. err = dlci_ioctl_hook(cmd, argp);
  876. mutex_unlock(&dlci_ioctl_mutex);
  877. break;
  878. default:
  879. err = sock_do_ioctl(net, sock, cmd, arg);
  880. break;
  881. }
  882. return err;
  883. }
  884. int sock_create_lite(int family, int type, int protocol, struct socket **res)
  885. {
  886. int err;
  887. struct socket *sock = NULL;
  888. err = security_socket_create(family, type, protocol, 1);
  889. if (err)
  890. goto out;
  891. sock = sock_alloc();
  892. if (!sock) {
  893. err = -ENOMEM;
  894. goto out;
  895. }
  896. sock->type = type;
  897. err = security_socket_post_create(sock, family, type, protocol, 1);
  898. if (err)
  899. goto out_release;
  900. out:
  901. *res = sock;
  902. return err;
  903. out_release:
  904. sock_release(sock);
  905. sock = NULL;
  906. goto out;
  907. }
  908. EXPORT_SYMBOL(sock_create_lite);
  909. /* No kernel lock held - perfect */
  910. static unsigned int sock_poll(struct file *file, poll_table *wait)
  911. {
  912. struct socket *sock;
  913. /*
  914. * We can't return errors to poll, so it's either yes or no.
  915. */
  916. sock = file->private_data;
  917. return sock->ops->poll(file, sock, wait);
  918. }
  919. static int sock_mmap(struct file *file, struct vm_area_struct *vma)
  920. {
  921. struct socket *sock = file->private_data;
  922. return sock->ops->mmap(file, sock, vma);
  923. }
  924. static int sock_close(struct inode *inode, struct file *filp)
  925. {
  926. /*
  927. * It was possible the inode is NULL we were
  928. * closing an unfinished socket.
  929. */
  930. if (!inode) {
  931. printk(KERN_DEBUG "sock_close: NULL inode\n");
  932. return 0;
  933. }
  934. sock_release(SOCKET_I(inode));
  935. return 0;
  936. }
  937. /*
  938. * Update the socket async list
  939. *
  940. * Fasync_list locking strategy.
  941. *
  942. * 1. fasync_list is modified only under process context socket lock
  943. * i.e. under semaphore.
  944. * 2. fasync_list is used under read_lock(&sk->sk_callback_lock)
  945. * or under socket lock
  946. */
  947. static int sock_fasync(int fd, struct file *filp, int on)
  948. {
  949. struct socket *sock = filp->private_data;
  950. struct sock *sk = sock->sk;
  951. if (sk == NULL)
  952. return -EINVAL;
  953. lock_sock(sk);
  954. fasync_helper(fd, filp, on, &sock->wq->fasync_list);
  955. if (!sock->wq->fasync_list)
  956. sock_reset_flag(sk, SOCK_FASYNC);
  957. else
  958. sock_set_flag(sk, SOCK_FASYNC);
  959. release_sock(sk);
  960. return 0;
  961. }
  962. /* This function may be called only under socket lock or callback_lock or rcu_lock */
  963. int sock_wake_async(struct socket *sock, int how, int band)
  964. {
  965. struct socket_wq *wq;
  966. if (!sock)
  967. return -1;
  968. rcu_read_lock();
  969. wq = rcu_dereference(sock->wq);
  970. if (!wq || !wq->fasync_list) {
  971. rcu_read_unlock();
  972. return -1;
  973. }
  974. switch (how) {
  975. case SOCK_WAKE_WAITD:
  976. if (test_bit(SOCK_ASYNC_WAITDATA, &sock->flags))
  977. break;
  978. goto call_kill;
  979. case SOCK_WAKE_SPACE:
  980. if (!test_and_clear_bit(SOCK_ASYNC_NOSPACE, &sock->flags))
  981. break;
  982. /* fall through */
  983. case SOCK_WAKE_IO:
  984. call_kill:
  985. kill_fasync(&wq->fasync_list, SIGIO, band);
  986. break;
  987. case SOCK_WAKE_URG:
  988. kill_fasync(&wq->fasync_list, SIGURG, band);
  989. }
  990. rcu_read_unlock();
  991. return 0;
  992. }
  993. EXPORT_SYMBOL(sock_wake_async);
  994. int __sock_create(struct net *net, int family, int type, int protocol,
  995. struct socket **res, int kern)
  996. {
  997. int err;
  998. struct socket *sock;
  999. const struct net_proto_family *pf;
  1000. /*
  1001. * Check protocol is in range
  1002. */
  1003. if (family < 0 || family >= NPROTO)
  1004. return -EAFNOSUPPORT;
  1005. if (type < 0 || type >= SOCK_MAX)
  1006. return -EINVAL;
  1007. /* Compatibility.
  1008. This uglymoron is moved from INET layer to here to avoid
  1009. deadlock in module load.
  1010. */
  1011. if (family == PF_INET && type == SOCK_PACKET) {
  1012. static int warned;
  1013. if (!warned) {
  1014. warned = 1;
  1015. printk(KERN_INFO "%s uses obsolete (PF_INET,SOCK_PACKET)\n",
  1016. current->comm);
  1017. }
  1018. family = PF_PACKET;
  1019. }
  1020. err = security_socket_create(family, type, protocol, kern);
  1021. if (err)
  1022. return err;
  1023. /*
  1024. * Allocate the socket and allow the family to set things up. if
  1025. * the protocol is 0, the family is instructed to select an appropriate
  1026. * default.
  1027. */
  1028. sock = sock_alloc();
  1029. if (!sock) {
  1030. if (net_ratelimit())
  1031. printk(KERN_WARNING "socket: no more sockets\n");
  1032. return -ENFILE; /* Not exactly a match, but its the
  1033. closest posix thing */
  1034. }
  1035. sock->type = type;
  1036. #ifdef CONFIG_MODULES
  1037. /* Attempt to load a protocol module if the find failed.
  1038. *
  1039. * 12/09/1996 Marcin: But! this makes REALLY only sense, if the user
  1040. * requested real, full-featured networking support upon configuration.
  1041. * Otherwise module support will break!
  1042. */
  1043. if (rcu_access_pointer(net_families[family]) == NULL)
  1044. request_module("net-pf-%d", family);
  1045. #endif
  1046. rcu_read_lock();
  1047. pf = rcu_dereference(net_families[family]);
  1048. err = -EAFNOSUPPORT;
  1049. if (!pf)
  1050. goto out_release;
  1051. /*
  1052. * We will call the ->create function, that possibly is in a loadable
  1053. * module, so we have to bump that loadable module refcnt first.
  1054. */
  1055. if (!try_module_get(pf->owner))
  1056. goto out_release;
  1057. /* Now protected by module ref count */
  1058. rcu_read_unlock();
  1059. err = pf->create(net, sock, protocol, kern);
  1060. if (err < 0)
  1061. goto out_module_put;
  1062. /*
  1063. * Now to bump the refcnt of the [loadable] module that owns this
  1064. * socket at sock_release time we decrement its refcnt.
  1065. */
  1066. if (!try_module_get(sock->ops->owner))
  1067. goto out_module_busy;
  1068. /*
  1069. * Now that we're done with the ->create function, the [loadable]
  1070. * module can have its refcnt decremented
  1071. */
  1072. module_put(pf->owner);
  1073. err = security_socket_post_create(sock, family, type, protocol, kern);
  1074. if (err)
  1075. goto out_sock_release;
  1076. *res = sock;
  1077. return 0;
  1078. out_module_busy:
  1079. err = -EAFNOSUPPORT;
  1080. out_module_put:
  1081. sock->ops = NULL;
  1082. module_put(pf->owner);
  1083. out_sock_release:
  1084. sock_release(sock);
  1085. return err;
  1086. out_release:
  1087. rcu_read_unlock();
  1088. goto out_sock_release;
  1089. }
  1090. EXPORT_SYMBOL(__sock_create);
  1091. int sock_create(int family, int type, int protocol, struct socket **res)
  1092. {
  1093. return __sock_create(current->nsproxy->net_ns, family, type, protocol, res, 0);
  1094. }
  1095. EXPORT_SYMBOL(sock_create);
  1096. int sock_create_kern(int family, int type, int protocol, struct socket **res)
  1097. {
  1098. return __sock_create(&init_net, family, type, protocol, res, 1);
  1099. }
  1100. EXPORT_SYMBOL(sock_create_kern);
  1101. SYSCALL_DEFINE3(socket, int, family, int, type, int, protocol)
  1102. {
  1103. int retval;
  1104. struct socket *sock;
  1105. int flags;
  1106. /* Check the SOCK_* constants for consistency. */
  1107. BUILD_BUG_ON(SOCK_CLOEXEC != O_CLOEXEC);
  1108. BUILD_BUG_ON((SOCK_MAX | SOCK_TYPE_MASK) != SOCK_TYPE_MASK);
  1109. BUILD_BUG_ON(SOCK_CLOEXEC & SOCK_TYPE_MASK);
  1110. BUILD_BUG_ON(SOCK_NONBLOCK & SOCK_TYPE_MASK);
  1111. flags = type & ~SOCK_TYPE_MASK;
  1112. if (flags & ~(SOCK_CLOEXEC | SOCK_NONBLOCK))
  1113. return -EINVAL;
  1114. type &= SOCK_TYPE_MASK;
  1115. if (SOCK_NONBLOCK != O_NONBLOCK && (flags & SOCK_NONBLOCK))
  1116. flags = (flags & ~SOCK_NONBLOCK) | O_NONBLOCK;
  1117. retval = sock_create(family, type, protocol, &sock);
  1118. if (retval < 0)
  1119. goto out;
  1120. retval = sock_map_fd(sock, flags & (O_CLOEXEC | O_NONBLOCK));
  1121. if (retval < 0)
  1122. goto out_release;
  1123. out:
  1124. /* It may be already another descriptor 8) Not kernel problem. */
  1125. return retval;
  1126. out_release:
  1127. sock_release(sock);
  1128. return retval;
  1129. }
  1130. /*
  1131. * Create a pair of connected sockets.
  1132. */
  1133. SYSCALL_DEFINE4(socketpair, int, family, int, type, int, protocol,
  1134. int __user *, usockvec)
  1135. {
  1136. struct socket *sock1, *sock2;
  1137. int fd1, fd2, err;
  1138. struct file *newfile1, *newfile2;
  1139. int flags;
  1140. flags = type & ~SOCK_TYPE_MASK;
  1141. if (flags & ~(SOCK_CLOEXEC | SOCK_NONBLOCK))
  1142. return -EINVAL;
  1143. type &= SOCK_TYPE_MASK;
  1144. if (SOCK_NONBLOCK != O_NONBLOCK && (flags & SOCK_NONBLOCK))
  1145. flags = (flags & ~SOCK_NONBLOCK) | O_NONBLOCK;
  1146. /*
  1147. * Obtain the first socket and check if the underlying protocol
  1148. * supports the socketpair call.
  1149. */
  1150. err = sock_create(family, type, protocol, &sock1);
  1151. if (err < 0)
  1152. goto out;
  1153. err = sock_create(family, type, protocol, &sock2);
  1154. if (err < 0)
  1155. goto out_release_1;
  1156. err = sock1->ops->socketpair(sock1, sock2);
  1157. if (err < 0)
  1158. goto out_release_both;
  1159. fd1 = sock_alloc_file(sock1, &newfile1, flags);
  1160. if (unlikely(fd1 < 0)) {
  1161. err = fd1;
  1162. goto out_release_both;
  1163. }
  1164. fd2 = sock_alloc_file(sock2, &newfile2, flags);
  1165. if (unlikely(fd2 < 0)) {
  1166. err = fd2;
  1167. fput(newfile1);
  1168. put_unused_fd(fd1);
  1169. sock_release(sock2);
  1170. goto out;
  1171. }
  1172. audit_fd_pair(fd1, fd2);
  1173. fd_install(fd1, newfile1);
  1174. fd_install(fd2, newfile2);
  1175. /* fd1 and fd2 may be already another descriptors.
  1176. * Not kernel problem.
  1177. */
  1178. err = put_user(fd1, &usockvec[0]);
  1179. if (!err)
  1180. err = put_user(fd2, &usockvec[1]);
  1181. if (!err)
  1182. return 0;
  1183. sys_close(fd2);
  1184. sys_close(fd1);
  1185. return err;
  1186. out_release_both:
  1187. sock_release(sock2);
  1188. out_release_1:
  1189. sock_release(sock1);
  1190. out:
  1191. return err;
  1192. }
  1193. /*
  1194. * Bind a name to a socket. Nothing much to do here since it's
  1195. * the protocol's responsibility to handle the local address.
  1196. *
  1197. * We move the socket address to kernel space before we call
  1198. * the protocol layer (having also checked the address is ok).
  1199. */
  1200. SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, int, addrlen)
  1201. {
  1202. struct socket *sock;
  1203. struct sockaddr_storage address;
  1204. int err, fput_needed;
  1205. sock = sockfd_lookup_light(fd, &err, &fput_needed);
  1206. if (sock) {
  1207. err = move_addr_to_kernel(umyaddr, addrlen, (struct sockaddr *)&address);
  1208. if (err >= 0) {
  1209. err = security_socket_bind(sock,
  1210. (struct sockaddr *)&address,
  1211. addrlen);
  1212. if (!err)
  1213. err = sock->ops->bind(sock,
  1214. (struct sockaddr *)
  1215. &address, addrlen);
  1216. }
  1217. fput_light(sock->file, fput_needed);
  1218. }
  1219. return err;
  1220. }
  1221. /*
  1222. * Perform a listen. Basically, we allow the protocol to do anything
  1223. * necessary for a listen, and if that works, we mark the socket as
  1224. * ready for listening.
  1225. */
  1226. SYSCALL_DEFINE2(listen, int, fd, int, backlog)
  1227. {
  1228. struct socket *sock;
  1229. int err, fput_needed;
  1230. int somaxconn;
  1231. sock = sockfd_lookup_light(fd, &err, &fput_needed);
  1232. if (sock) {
  1233. somaxconn = sock_net(sock->sk)->core.sysctl_somaxconn;
  1234. if ((unsigned)backlog > somaxconn)
  1235. backlog = somaxconn;
  1236. err = security_socket_listen(sock, backlog);
  1237. if (!err)
  1238. err = sock->ops->listen(sock, backlog);
  1239. fput_light(sock->file, fput_needed);
  1240. }
  1241. return err;
  1242. }
  1243. /*
  1244. * For accept, we attempt to create a new socket, set up the link
  1245. * with the client, wake up the client, then return the new
  1246. * connected fd. We collect the address of the connector in kernel
  1247. * space and move it to user at the very end. This is unclean because
  1248. * we open the socket then return an error.
  1249. *
  1250. * 1003.1g adds the ability to recvmsg() to query connection pending
  1251. * status to recvmsg. We need to add that support in a way thats
  1252. * clean when we restucture accept also.
  1253. */
  1254. SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr,
  1255. int __user *, upeer_addrlen, int, flags)
  1256. {
  1257. struct socket *sock, *newsock;
  1258. struct file *newfile;
  1259. int err, len, newfd, fput_needed;
  1260. struct sockaddr_storage address;
  1261. if (flags & ~(SOCK_CLOEXEC | SOCK_NONBLOCK))
  1262. return -EINVAL;
  1263. if (SOCK_NONBLOCK != O_NONBLOCK && (flags & SOCK_NONBLOCK))
  1264. flags = (flags & ~SOCK_NONBLOCK) | O_NONBLOCK;
  1265. sock = sockfd_lookup_light(fd, &err, &fput_needed);
  1266. if (!sock)
  1267. goto out;
  1268. err = -ENFILE;
  1269. newsock = sock_alloc();
  1270. if (!newsock)
  1271. goto out_put;
  1272. newsock->type = sock->type;
  1273. newsock->ops = sock->ops;
  1274. /*
  1275. * We don't need try_module_get here, as the listening socket (sock)
  1276. * has the protocol module (sock->ops->owner) held.
  1277. */
  1278. __module_get(newsock->ops->owner);
  1279. newfd = sock_alloc_file(newsock, &newfile, flags);
  1280. if (unlikely(newfd < 0)) {
  1281. err = newfd;
  1282. sock_release(newsock);
  1283. goto out_put;
  1284. }
  1285. err = security_socket_accept(sock, newsock);
  1286. if (err)
  1287. goto out_fd;
  1288. err = sock->ops->accept(sock, newsock, sock->file->f_flags);
  1289. if (err < 0)
  1290. goto out_fd;
  1291. if (upeer_sockaddr) {
  1292. if (newsock->ops->getname(newsock, (struct sockaddr *)&address,
  1293. &len, 2) < 0) {
  1294. err = -ECONNABORTED;
  1295. goto out_fd;
  1296. }
  1297. err = move_addr_to_user((struct sockaddr *)&address,
  1298. len, upeer_sockaddr, upeer_addrlen);
  1299. if (err < 0)
  1300. goto out_fd;
  1301. }
  1302. /* File flags are not inherited via accept() unlike another OSes. */
  1303. fd_install(newfd, newfile);
  1304. err = newfd;
  1305. out_put:
  1306. fput_light(sock->file, fput_needed);
  1307. out:
  1308. return err;
  1309. out_fd:
  1310. fput(newfile);
  1311. put_unused_fd(newfd);
  1312. goto out_put;
  1313. }
  1314. SYSCALL_DEFINE3(accept, int, fd, struct sockaddr __user *, upeer_sockaddr,
  1315. int __user *, upeer_addrlen)
  1316. {
  1317. return sys_accept4(fd, upeer_sockaddr, upeer_addrlen, 0);
  1318. }
  1319. /*
  1320. * Attempt to connect to a socket with the server address. The address
  1321. * is in user space so we verify it is OK and move it to kernel space.
  1322. *
  1323. * For 1003.1g we need to add clean support for a bind to AF_UNSPEC to
  1324. * break bindings
  1325. *
  1326. * NOTE: 1003.1g draft 6.3 is broken with respect to AX.25/NetROM and
  1327. * other SEQPACKET protocols that take time to connect() as it doesn't
  1328. * include the -EINPROGRESS status for such sockets.
  1329. */
  1330. SYSCALL_DEFINE3(connect, int, fd, struct sockaddr __user *, uservaddr,
  1331. int, addrlen)
  1332. {
  1333. struct socket *sock;
  1334. struct sockaddr_storage address;
  1335. int err, fput_needed;
  1336. sock = sockfd_lookup_light(fd, &err, &fput_needed);
  1337. if (!sock)
  1338. goto out;
  1339. err = move_addr_to_kernel(uservaddr, addrlen, (struct sockaddr *)&address);
  1340. if (err < 0)
  1341. goto out_put;
  1342. err =
  1343. security_socket_connect(sock, (struct sockaddr *)&address, addrlen);
  1344. if (err)
  1345. goto out_put;
  1346. err = sock->ops->connect(sock, (struct sockaddr *)&address, addrlen,
  1347. sock->file->f_flags);
  1348. out_put:
  1349. fput_light(sock->file, fput_needed);
  1350. out:
  1351. return err;
  1352. }
  1353. /*
  1354. * Get the local address ('name') of a socket object. Move the obtained
  1355. * name to user space.
  1356. */
  1357. SYSCALL_DEFINE3(getsockname, int, fd, struct sockaddr __user *, usockaddr,
  1358. int __user *, usockaddr_len)
  1359. {
  1360. struct socket *sock;
  1361. struct sockaddr_storage address;
  1362. int len, err, fput_needed;
  1363. sock = sockfd_lookup_light(fd, &err, &fput_needed);
  1364. if (!sock)
  1365. goto out;
  1366. err = security_socket_getsockname(sock);
  1367. if (err)
  1368. goto out_put;
  1369. err = sock->ops->getname(sock, (struct sockaddr *)&address, &len, 0);
  1370. if (err)
  1371. goto out_put;
  1372. err = move_addr_to_user((struct sockaddr *)&address, len, usockaddr, usockaddr_len);
  1373. out_put:
  1374. fput_light(sock->file, fput_needed);
  1375. out:
  1376. return err;
  1377. }
  1378. /*
  1379. * Get the remote address ('name') of a socket object. Move the obtained
  1380. * name to user space.
  1381. */
  1382. SYSCALL_DEFINE3(getpeername, int, fd, struct sockaddr __user *, usockaddr,
  1383. int __user *, usockaddr_len)
  1384. {
  1385. struct socket *sock;
  1386. struct sockaddr_storage address;
  1387. int len, err, fput_needed;
  1388. sock = sockfd_lookup_light(fd, &err, &fput_needed);
  1389. if (sock != NULL) {
  1390. err = security_socket_getpeername(sock);
  1391. if (err) {
  1392. fput_light(sock->file, fput_needed);
  1393. return err;
  1394. }
  1395. err =
  1396. sock->ops->getname(sock, (struct sockaddr *)&address, &len,
  1397. 1);
  1398. if (!err)
  1399. err = move_addr_to_user((struct sockaddr *)&address, len, usockaddr,
  1400. usockaddr_len);
  1401. fput_light(sock->file, fput_needed);
  1402. }
  1403. return err;
  1404. }
  1405. /*
  1406. * Send a datagram to a given address. We move the address into kernel
  1407. * space and check the user space data area is readable before invoking
  1408. * the protocol.
  1409. */
  1410. SYSCALL_DEFINE6(sendto, int, fd, void __user *, buff, size_t, len,
  1411. unsigned, flags, struct sockaddr __user *, addr,
  1412. int, addr_len)
  1413. {
  1414. struct socket *sock;
  1415. struct sockaddr_storage address;
  1416. int err;
  1417. struct msghdr msg;
  1418. struct iovec iov;
  1419. int fput_needed;
  1420. if (len > INT_MAX)
  1421. len = INT_MAX;
  1422. sock = sockfd_lookup_light(fd, &err, &fput_needed);
  1423. if (!sock)
  1424. goto out;
  1425. iov.iov_base = buff;
  1426. iov.iov_len = len;
  1427. msg.msg_name = NULL;
  1428. msg.msg_iov = &iov;
  1429. msg.msg_iovlen = 1;
  1430. msg.msg_control = NULL;
  1431. msg.msg_controllen = 0;
  1432. msg.msg_namelen = 0;
  1433. if (addr) {
  1434. err = move_addr_to_kernel(addr, addr_len, (struct sockaddr *)&address);
  1435. if (err < 0)
  1436. goto out_put;
  1437. msg.msg_name = (struct sockaddr *)&address;
  1438. msg.msg_namelen = addr_len;
  1439. }
  1440. if (sock->file->f_flags & O_NONBLOCK)
  1441. flags |= MSG_DONTWAIT;
  1442. msg.msg_flags = flags;
  1443. err = sock_sendmsg(sock, &msg, len);
  1444. out_put:
  1445. fput_light(sock->file, fput_needed);
  1446. out:
  1447. return err;
  1448. }
  1449. /*
  1450. * Send a datagram down a socket.
  1451. */
  1452. SYSCALL_DEFINE4(send, int, fd, void __user *, buff, size_t, len,
  1453. unsigned, flags)
  1454. {
  1455. return sys_sendto(fd, buff, len, flags, NULL, 0);
  1456. }
  1457. /*
  1458. * Receive a frame from the socket and optionally record the address of the
  1459. * sender. We verify the buffers are writable and if needed move the
  1460. * sender address from kernel to user space.
  1461. */
  1462. SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, ubuf, size_t, size,
  1463. unsigned, flags, struct sockaddr __user *, addr,
  1464. int __user *, addr_len)
  1465. {
  1466. struct socket *sock;
  1467. struct iovec iov;
  1468. struct msghdr msg;
  1469. struct sockaddr_storage address;
  1470. int err, err2;
  1471. int fput_needed;
  1472. if (size > INT_MAX)
  1473. size = INT_MAX;
  1474. sock = sockfd_lookup_light(fd, &err, &fput_needed);
  1475. if (!sock)
  1476. goto out;
  1477. msg.msg_control = NULL;
  1478. msg.msg_controllen = 0;
  1479. msg.msg_iovlen = 1;
  1480. msg.msg_iov = &iov;
  1481. iov.iov_len = size;
  1482. iov.iov_base = ubuf;
  1483. msg.msg_name = (struct sockaddr *)&address;
  1484. msg.msg_namelen = sizeof(address);
  1485. if (sock->file->f_flags & O_NONBLOCK)
  1486. flags |= MSG_DONTWAIT;
  1487. err = sock_recvmsg(sock, &msg, size, flags);
  1488. if (err >= 0 && addr != NULL) {
  1489. err2 = move_addr_to_user((struct sockaddr *)&address,
  1490. msg.msg_namelen, addr, addr_len);
  1491. if (err2 < 0)
  1492. err = err2;
  1493. }
  1494. fput_light(sock->file, fput_needed);
  1495. out:
  1496. return err;
  1497. }
  1498. /*
  1499. * Receive a datagram from a socket.
  1500. */
  1501. asmlinkage long sys_recv(int fd, void __user *ubuf, size_t size,
  1502. unsigned flags)
  1503. {
  1504. return sys_recvfrom(fd, ubuf, size, flags, NULL, NULL);
  1505. }
  1506. /*
  1507. * Set a socket option. Because we don't know the option lengths we have
  1508. * to pass the user mode parameter for the protocols to sort out.
  1509. */
  1510. SYSCALL_DEFINE5(setsockopt, int, fd, int, level, int, optname,
  1511. char __user *, optval, int, optlen)
  1512. {
  1513. int err, fput_needed;
  1514. struct socket *sock;
  1515. if (optlen < 0)
  1516. return -EINVAL;
  1517. sock = sockfd_lookup_light(fd, &err, &fput_needed);
  1518. if (sock != NULL) {
  1519. err = security_socket_setsockopt(sock, level, optname);
  1520. if (err)
  1521. goto out_put;
  1522. if (level == SOL_SOCKET)
  1523. err =
  1524. sock_setsockopt(sock, level, optname, optval,
  1525. optlen);
  1526. else
  1527. err =
  1528. sock->ops->setsockopt(sock, level, optname, optval,
  1529. optlen);
  1530. out_put:
  1531. fput_light(sock->file, fput_needed);
  1532. }
  1533. return err;
  1534. }
  1535. /*
  1536. * Get a socket option. Because we don't know the option lengths we have
  1537. * to pass a user mode parameter for the protocols to sort out.
  1538. */
  1539. SYSCALL_DEFINE5(getsockopt, int, fd, int, level, int, optname,
  1540. char __user *, optval, int __user *, optlen)
  1541. {
  1542. int err, fput_needed;
  1543. struct socket *sock;
  1544. sock = sockfd_lookup_light(fd, &err, &fput_needed);
  1545. if (sock != NULL) {
  1546. err = security_socket_getsockopt(sock, level, optname);
  1547. if (err)
  1548. goto out_put;
  1549. if (level == SOL_SOCKET)
  1550. err =
  1551. sock_getsockopt(sock, level, optname, optval,
  1552. optlen);
  1553. else
  1554. err =
  1555. sock->ops->getsockopt(sock, level, optname, optval,
  1556. optlen);
  1557. out_put:
  1558. fput_light(sock->file, fput_needed);
  1559. }
  1560. return err;
  1561. }
  1562. /*
  1563. * Shutdown a socket.
  1564. */
  1565. SYSCALL_DEFINE2(shutdown, int, fd, int, how)
  1566. {
  1567. int err, fput_needed;
  1568. struct socket *sock;
  1569. sock = sockfd_lookup_light(fd, &err, &fput_needed);
  1570. if (sock != NULL) {
  1571. err = security_socket_shutdown(sock, how);
  1572. if (!err)
  1573. err = sock->ops->shutdown(sock, how);
  1574. fput_light(sock->file, fput_needed);
  1575. }
  1576. return err;
  1577. }
  1578. /* A couple of helpful macros for getting the address of the 32/64 bit
  1579. * fields which are the same type (int / unsigned) on our platforms.
  1580. */
  1581. #define COMPAT_MSG(msg, member) ((MSG_CMSG_COMPAT & flags) ? &msg##_compat->member : &msg->member)
  1582. #define COMPAT_NAMELEN(msg) COMPAT_MSG(msg, msg_namelen)
  1583. #define COMPAT_FLAGS(msg) COMPAT_MSG(msg, msg_flags)
  1584. /*
  1585. * BSD sendmsg interface
  1586. */
  1587. SYSCALL_DEFINE3(sendmsg, int, fd, struct msghdr __user *, msg, unsigned, flags)
  1588. {
  1589. struct compat_msghdr __user *msg_compat =
  1590. (struct compat_msghdr __user *)msg;
  1591. struct socket *sock;
  1592. struct sockaddr_storage address;
  1593. struct iovec iovstack[UIO_FASTIOV], *iov = iovstack;
  1594. unsigned char ctl[sizeof(struct cmsghdr) + 20]
  1595. __attribute__ ((aligned(sizeof(__kernel_size_t))));
  1596. /* 20 is size of ipv6_pktinfo */
  1597. unsigned char *ctl_buf = ctl;
  1598. struct msghdr msg_sys;
  1599. int err, ctl_len, iov_size, total_len;
  1600. int fput_needed;
  1601. err = -EFAULT;
  1602. if (MSG_CMSG_COMPAT & flags) {
  1603. if (get_compat_msghdr(&msg_sys, msg_compat))
  1604. return -EFAULT;
  1605. } else if (copy_from_user(&msg_sys, msg, sizeof(struct msghdr)))
  1606. return -EFAULT;
  1607. sock = sockfd_lookup_light(fd, &err, &fput_needed);
  1608. if (!sock)
  1609. goto out;
  1610. /* do not move before msg_sys is valid */
  1611. err = -EMSGSIZE;
  1612. if (msg_sys.msg_iovlen > UIO_MAXIOV)
  1613. goto out_put;
  1614. /* Check whether to allocate the iovec area */
  1615. err = -ENOMEM;
  1616. iov_size = msg_sys.msg_iovlen * sizeof(struct iovec);
  1617. if (msg_sys.msg_iovlen > UIO_FASTIOV) {
  1618. iov = sock_kmalloc(sock->sk, iov_size, GFP_KERNEL);
  1619. if (!iov)
  1620. goto out_put;
  1621. }
  1622. /* This will also move the address data into kernel space */
  1623. if (MSG_CMSG_COMPAT & flags) {
  1624. err = verify_compat_iovec(&msg_sys, iov,
  1625. (struct sockaddr *)&address,
  1626. VERIFY_READ);
  1627. } else
  1628. err = verify_iovec(&msg_sys, iov,
  1629. (struct sockaddr *)&address,
  1630. VERIFY_READ);
  1631. if (err < 0)
  1632. goto out_freeiov;
  1633. total_len = err;
  1634. err = -ENOBUFS;
  1635. if (msg_sys.msg_controllen > INT_MAX)
  1636. goto out_freeiov;
  1637. ctl_len = msg_sys.msg_controllen;
  1638. if ((MSG_CMSG_COMPAT & flags) && ctl_len) {
  1639. err =
  1640. cmsghdr_from_user_compat_to_kern(&msg_sys, sock->sk, ctl,
  1641. sizeof(ctl));
  1642. if (err)
  1643. goto out_freeiov;
  1644. ctl_buf = msg_sys.msg_control;
  1645. ctl_len = msg_sys.msg_controllen;
  1646. } else if (ctl_len) {
  1647. if (ctl_len > sizeof(ctl)) {
  1648. ctl_buf = sock_kmalloc(sock->sk, ctl_len, GFP_KERNEL);
  1649. if (ctl_buf == NULL)
  1650. goto out_freeiov;
  1651. }
  1652. err = -EFAULT;
  1653. /*
  1654. * Careful! Before this, msg_sys.msg_control contains a user pointer.
  1655. * Afterwards, it will be a kernel pointer. Thus the compiler-assisted
  1656. * checking falls down on this.
  1657. */
  1658. if (copy_from_user(ctl_buf,
  1659. (void __user __force *)msg_sys.msg_control,
  1660. ctl_len))
  1661. goto out_freectl;
  1662. msg_sys.msg_control = ctl_buf;
  1663. }
  1664. msg_sys.msg_flags = flags;
  1665. if (sock->file->f_flags & O_NONBLOCK)
  1666. msg_sys.msg_flags |= MSG_DONTWAIT;
  1667. err = sock_sendmsg(sock, &msg_sys, total_len);
  1668. out_freectl:
  1669. if (ctl_buf != ctl)
  1670. sock_kfree_s(sock->sk, ctl_buf, ctl_len);
  1671. out_freeiov:
  1672. if (iov != iovstack)
  1673. sock_kfree_s(sock->sk, iov, iov_size);
  1674. out_put:
  1675. fput_light(sock->file, fput_needed);
  1676. out:
  1677. return err;
  1678. }
  1679. static int __sys_recvmsg(struct socket *sock, struct msghdr __user *msg,
  1680. struct msghdr *msg_sys, unsigned flags, int nosec)
  1681. {
  1682. struct compat_msghdr __user *msg_compat =
  1683. (struct compat_msghdr __user *)msg;
  1684. struct iovec iovstack[UIO_FASTIOV];
  1685. struct iovec *iov = iovstack;
  1686. unsigned long cmsg_ptr;
  1687. int err, iov_size, total_len, len;
  1688. /* kernel mode address */
  1689. struct sockaddr_storage addr;
  1690. /* user mode address pointers */
  1691. struct sockaddr __user *uaddr;
  1692. int __user *uaddr_len;
  1693. if (MSG_CMSG_COMPAT & flags) {
  1694. if (get_compat_msghdr(msg_sys, msg_compat))
  1695. return -EFAULT;
  1696. } else if (copy_from_user(msg_sys, msg, sizeof(struct msghdr)))
  1697. return -EFAULT;
  1698. err = -EMSGSIZE;
  1699. if (msg_sys->msg_iovlen > UIO_MAXIOV)
  1700. goto out;
  1701. /* Check whether to allocate the iovec area */
  1702. err = -ENOMEM;
  1703. iov_size = msg_sys->msg_iovlen * sizeof(struct iovec);
  1704. if (msg_sys->msg_iovlen > UIO_FASTIOV) {
  1705. iov = sock_kmalloc(sock->sk, iov_size, GFP_KERNEL);
  1706. if (!iov)
  1707. goto out;
  1708. }
  1709. /*
  1710. * Save the user-mode address (verify_iovec will change the
  1711. * kernel msghdr to use the kernel address space)
  1712. */
  1713. uaddr = (__force void __user *)msg_sys->msg_name;
  1714. uaddr_len = COMPAT_NAMELEN(msg);
  1715. if (MSG_CMSG_COMPAT & flags) {
  1716. err = verify_compat_iovec(msg_sys, iov,
  1717. (struct sockaddr *)&addr,
  1718. VERIFY_WRITE);
  1719. } else
  1720. err = verify_iovec(msg_sys, iov,
  1721. (struct sockaddr *)&addr,
  1722. VERIFY_WRITE);
  1723. if (err < 0)
  1724. goto out_freeiov;
  1725. total_len = err;
  1726. cmsg_ptr = (unsigned long)msg_sys->msg_control;
  1727. msg_sys->msg_flags = flags & (MSG_CMSG_CLOEXEC|MSG_CMSG_COMPAT);
  1728. if (sock->file->f_flags & O_NONBLOCK)
  1729. flags |= MSG_DONTWAIT;
  1730. err = (nosec ? sock_recvmsg_nosec : sock_recvmsg)(sock, msg_sys,
  1731. total_len, flags);
  1732. if (err < 0)
  1733. goto out_freeiov;
  1734. len = err;
  1735. if (uaddr != NULL) {
  1736. err = move_addr_to_user((struct sockaddr *)&addr,
  1737. msg_sys->msg_namelen, uaddr,
  1738. uaddr_len);
  1739. if (err < 0)
  1740. goto out_freeiov;
  1741. }
  1742. err = __put_user((msg_sys->msg_flags & ~MSG_CMSG_COMPAT),
  1743. COMPAT_FLAGS(msg));
  1744. if (err)
  1745. goto out_freeiov;
  1746. if (MSG_CMSG_COMPAT & flags)
  1747. err = __put_user((unsigned long)msg_sys->msg_control - cmsg_ptr,
  1748. &msg_compat->msg_controllen);
  1749. else
  1750. err = __put_user((unsigned long)msg_sys->msg_control - cmsg_ptr,
  1751. &msg->msg_controllen);
  1752. if (err)
  1753. goto out_freeiov;
  1754. err = len;
  1755. out_freeiov:
  1756. if (iov != iovstack)
  1757. sock_kfree_s(sock->sk, iov, iov_size);
  1758. out:
  1759. return err;
  1760. }
  1761. /*
  1762. * BSD recvmsg interface
  1763. */
  1764. SYSCALL_DEFINE3(recvmsg, int, fd, struct msghdr __user *, msg,
  1765. unsigned int, flags)
  1766. {
  1767. int fput_needed, err;
  1768. struct msghdr msg_sys;
  1769. struct socket *sock = sockfd_lookup_light(fd, &err, &fput_needed);
  1770. if (!sock)
  1771. goto out;
  1772. err = __sys_recvmsg(sock, msg, &msg_sys, flags, 0);
  1773. fput_light(sock->file, fput_needed);
  1774. out:
  1775. return err;
  1776. }
  1777. /*
  1778. * Linux recvmmsg interface
  1779. */
  1780. int __sys_recvmmsg(int fd, struct mmsghdr __user *mmsg, unsigned int vlen,
  1781. unsigned int flags, struct timespec *timeout)
  1782. {
  1783. int fput_needed, err, datagrams;
  1784. struct socket *sock;
  1785. struct mmsghdr __user *entry;
  1786. struct compat_mmsghdr __user *compat_entry;
  1787. struct msghdr msg_sys;
  1788. struct timespec end_time;
  1789. if (timeout &&
  1790. poll_select_set_timeout(&end_time, timeout->tv_sec,
  1791. timeout->tv_nsec))
  1792. return -EINVAL;
  1793. datagrams = 0;
  1794. sock = sockfd_lookup_light(fd, &err, &fput_needed);
  1795. if (!sock)
  1796. return err;
  1797. err = sock_error(sock->sk);
  1798. if (err)
  1799. goto out_put;
  1800. entry = mmsg;
  1801. compat_entry = (struct compat_mmsghdr __user *)mmsg;
  1802. while (datagrams < vlen) {
  1803. /*
  1804. * No need to ask LSM for more than the first datagram.
  1805. */
  1806. if (MSG_CMSG_COMPAT & flags) {
  1807. err = __sys_recvmsg(sock, (struct msghdr __user *)compat_entry,
  1808. &msg_sys, flags, datagrams);
  1809. if (err < 0)
  1810. break;
  1811. err = __put_user(err, &compat_entry->msg_len);
  1812. ++compat_entry;
  1813. } else {
  1814. err = __sys_recvmsg(sock, (struct msghdr __user *)entry,
  1815. &msg_sys, flags, datagrams);
  1816. if (err < 0)
  1817. break;
  1818. err = put_user(err, &entry->msg_len);
  1819. ++entry;
  1820. }
  1821. if (err)
  1822. break;
  1823. ++datagrams;
  1824. /* MSG_WAITFORONE turns on MSG_DONTWAIT after one packet */
  1825. if (flags & MSG_WAITFORONE)
  1826. flags |= MSG_DONTWAIT;
  1827. if (timeout) {
  1828. ktime_get_ts(timeout);
  1829. *timeout = timespec_sub(end_time, *timeout);
  1830. if (timeout->tv_sec < 0) {
  1831. timeout->tv_sec = timeout->tv_nsec = 0;
  1832. break;
  1833. }
  1834. /* Timeout, return less than vlen datagrams */
  1835. if (timeout->tv_nsec == 0 && timeout->tv_sec == 0)
  1836. break;
  1837. }
  1838. /* Out of band data, return right away */
  1839. if (msg_sys.msg_flags & MSG_OOB)
  1840. break;
  1841. }
  1842. out_put:
  1843. fput_light(sock->file, fput_needed);
  1844. if (err == 0)
  1845. return datagrams;
  1846. if (datagrams != 0) {
  1847. /*
  1848. * We may return less entries than requested (vlen) if the
  1849. * sock is non block and there aren't enough datagrams...
  1850. */
  1851. if (err != -EAGAIN) {
  1852. /*
  1853. * ... or if recvmsg returns an error after we
  1854. * received some datagrams, where we record the
  1855. * error to return on the next call or if the
  1856. * app asks about it using getsockopt(SO_ERROR).
  1857. */
  1858. sock->sk->sk_err = -err;
  1859. }
  1860. return datagrams;
  1861. }
  1862. return err;
  1863. }
  1864. SYSCALL_DEFINE5(recvmmsg, int, fd, struct mmsghdr __user *, mmsg,
  1865. unsigned int, vlen, unsigned int, flags,
  1866. struct timespec __user *, timeout)
  1867. {
  1868. int datagrams;
  1869. struct timespec timeout_sys;
  1870. if (!timeout)
  1871. return __sys_recvmmsg(fd, mmsg, vlen, flags, NULL);
  1872. if (copy_from_user(&timeout_sys, timeout, sizeof(timeout_sys)))
  1873. return -EFAULT;
  1874. datagrams = __sys_recvmmsg(fd, mmsg, vlen, flags, &timeout_sys);
  1875. if (datagrams > 0 &&
  1876. copy_to_user(timeout, &timeout_sys, sizeof(timeout_sys)))
  1877. datagrams = -EFAULT;
  1878. return datagrams;
  1879. }
  1880. #ifdef __ARCH_WANT_SYS_SOCKETCALL
  1881. /* Argument list sizes for sys_socketcall */
  1882. #define AL(x) ((x) * sizeof(unsigned long))
  1883. static const unsigned char nargs[20] = {
  1884. AL(0), AL(3), AL(3), AL(3), AL(2), AL(3),
  1885. AL(3), AL(3), AL(4), AL(4), AL(4), AL(6),
  1886. AL(6), AL(2), AL(5), AL(5), AL(3), AL(3),
  1887. AL(4), AL(5)
  1888. };
  1889. #undef AL
  1890. /*
  1891. * System call vectors.
  1892. *
  1893. * Argument checking cleaned up. Saved 20% in size.
  1894. * This function doesn't need to set the kernel lock because
  1895. * it is set by the callees.
  1896. */
  1897. SYSCALL_DEFINE2(socketcall, int, call, unsigned long __user *, args)
  1898. {
  1899. unsigned long a[6];
  1900. unsigned long a0, a1;
  1901. int err;
  1902. unsigned int len;
  1903. if (call < 1 || call > SYS_RECVMMSG)
  1904. return -EINVAL;
  1905. len = nargs[call];
  1906. if (len > sizeof(a))
  1907. return -EINVAL;
  1908. /* copy_from_user should be SMP safe. */
  1909. if (copy_from_user(a, args, len))
  1910. return -EFAULT;
  1911. audit_socketcall(nargs[call] / sizeof(unsigned long), a);
  1912. a0 = a[0];
  1913. a1 = a[1];
  1914. switch (call) {
  1915. case SYS_SOCKET:
  1916. err = sys_socket(a0, a1, a[2]);
  1917. break;
  1918. case SYS_BIND:
  1919. err = sys_bind(a0, (struct sockaddr __user *)a1, a[2]);
  1920. break;
  1921. case SYS_CONNECT:
  1922. err = sys_connect(a0, (struct sockaddr __user *)a1, a[2]);
  1923. break;
  1924. case SYS_LISTEN:
  1925. err = sys_listen(a0, a1);
  1926. break;
  1927. case SYS_ACCEPT:
  1928. err = sys_accept4(a0, (struct sockaddr __user *)a1,
  1929. (int __user *)a[2], 0);
  1930. break;
  1931. case SYS_GETSOCKNAME:
  1932. err =
  1933. sys_getsockname(a0, (struct sockaddr __user *)a1,
  1934. (int __user *)a[2]);
  1935. break;
  1936. case SYS_GETPEERNAME:
  1937. err =
  1938. sys_getpeername(a0, (struct sockaddr __user *)a1,
  1939. (int __user *)a[2]);
  1940. break;
  1941. case SYS_SOCKETPAIR:
  1942. err = sys_socketpair(a0, a1, a[2], (int __user *)a[3]);
  1943. break;
  1944. case SYS_SEND:
  1945. err = sys_send(a0, (void __user *)a1, a[2], a[3]);
  1946. break;
  1947. case SYS_SENDTO:
  1948. err = sys_sendto(a0, (void __user *)a1, a[2], a[3],
  1949. (struct sockaddr __user *)a[4], a[5]);
  1950. break;
  1951. case SYS_RECV:
  1952. err = sys_recv(a0, (void __user *)a1, a[2], a[3]);
  1953. break;
  1954. case SYS_RECVFROM:
  1955. err = sys_recvfrom(a0, (void __user *)a1, a[2], a[3],
  1956. (struct sockaddr __user *)a[4],
  1957. (int __user *)a[5]);
  1958. break;
  1959. case SYS_SHUTDOWN:
  1960. err = sys_shutdown(a0, a1);
  1961. break;
  1962. case SYS_SETSOCKOPT:
  1963. err = sys_setsockopt(a0, a1, a[2], (char __user *)a[3], a[4]);
  1964. break;
  1965. case SYS_GETSOCKOPT:
  1966. err =
  1967. sys_getsockopt(a0, a1, a[2], (char __user *)a[3],
  1968. (int __user *)a[4]);
  1969. break;
  1970. case SYS_SENDMSG:
  1971. err = sys_sendmsg(a0, (struct msghdr __user *)a1, a[2]);
  1972. break;
  1973. case SYS_RECVMSG:
  1974. err = sys_recvmsg(a0, (struct msghdr __user *)a1, a[2]);
  1975. break;
  1976. case SYS_RECVMMSG:
  1977. err = sys_recvmmsg(a0, (struct mmsghdr __user *)a1, a[2], a[3],
  1978. (struct timespec __user *)a[4]);
  1979. break;
  1980. case SYS_ACCEPT4:
  1981. err = sys_accept4(a0, (struct sockaddr __user *)a1,
  1982. (int __user *)a[2], a[3]);
  1983. break;
  1984. default:
  1985. err = -EINVAL;
  1986. break;
  1987. }
  1988. return err;
  1989. }
  1990. #endif /* __ARCH_WANT_SYS_SOCKETCALL */
  1991. /**
  1992. * sock_register - add a socket protocol handler
  1993. * @ops: description of protocol
  1994. *
  1995. * This function is called by a protocol handler that wants to
  1996. * advertise its address family, and have it linked into the
  1997. * socket interface. The value ops->family coresponds to the
  1998. * socket system call protocol family.
  1999. */
  2000. int sock_register(const struct net_proto_family *ops)
  2001. {
  2002. int err;
  2003. if (ops->family >= NPROTO) {
  2004. printk(KERN_CRIT "protocol %d >= NPROTO(%d)\n", ops->family,
  2005. NPROTO);
  2006. return -ENOBUFS;
  2007. }
  2008. spin_lock(&net_family_lock);
  2009. if (rcu_dereference_protected(net_families[ops->family],
  2010. lockdep_is_held(&net_family_lock)))
  2011. err = -EEXIST;
  2012. else {
  2013. rcu_assign_pointer(net_families[ops->family], ops);
  2014. err = 0;
  2015. }
  2016. spin_unlock(&net_family_lock);
  2017. printk(KERN_INFO "NET: Registered protocol family %d\n", ops->family);
  2018. return err;
  2019. }
  2020. EXPORT_SYMBOL(sock_register);
  2021. /**
  2022. * sock_unregister - remove a protocol handler
  2023. * @family: protocol family to remove
  2024. *
  2025. * This function is called by a protocol handler that wants to
  2026. * remove its address family, and have it unlinked from the
  2027. * new socket creation.
  2028. *
  2029. * If protocol handler is a module, then it can use module reference
  2030. * counts to protect against new references. If protocol handler is not
  2031. * a module then it needs to provide its own protection in
  2032. * the ops->create routine.
  2033. */
  2034. void sock_unregister(int family)
  2035. {
  2036. BUG_ON(family < 0 || family >= NPROTO);
  2037. spin_lock(&net_family_lock);
  2038. rcu_assign_pointer(net_families[family], NULL);
  2039. spin_unlock(&net_family_lock);
  2040. synchronize_rcu();
  2041. printk(KERN_INFO "NET: Unregistered protocol family %d\n", family);
  2042. }
  2043. EXPORT_SYMBOL(sock_unregister);
  2044. static int __init sock_init(void)
  2045. {
  2046. /*
  2047. * Initialize sock SLAB cache.
  2048. */
  2049. sk_init();
  2050. /*
  2051. * Initialize skbuff SLAB cache
  2052. */
  2053. skb_init();
  2054. /*
  2055. * Initialize the protocols module.
  2056. */
  2057. init_inodecache();
  2058. register_filesystem(&sock_fs_type);
  2059. sock_mnt = kern_mount(&sock_fs_type);
  2060. /* The real protocol initialization is performed in later initcalls.
  2061. */
  2062. #ifdef CONFIG_NETFILTER
  2063. netfilter_init();
  2064. #endif
  2065. #ifdef CONFIG_NETWORK_PHY_TIMESTAMPING
  2066. skb_timestamping_init();
  2067. #endif
  2068. return 0;
  2069. }
  2070. core_initcall(sock_init); /* early initcall */
  2071. #ifdef CONFIG_PROC_FS
  2072. void socket_seq_show(struct seq_file *seq)
  2073. {
  2074. int cpu;
  2075. int counter = 0;
  2076. for_each_possible_cpu(cpu)
  2077. counter += per_cpu(sockets_in_use, cpu);
  2078. /* It can be negative, by the way. 8) */
  2079. if (counter < 0)
  2080. counter = 0;
  2081. seq_printf(seq, "sockets: used %d\n", counter);
  2082. }
  2083. #endif /* CONFIG_PROC_FS */
  2084. #ifdef CONFIG_COMPAT
  2085. static int do_siocgstamp(struct net *net, struct socket *sock,
  2086. unsigned int cmd, struct compat_timeval __user *up)
  2087. {
  2088. mm_segment_t old_fs = get_fs();
  2089. struct timeval ktv;
  2090. int err;
  2091. set_fs(KERNEL_DS);
  2092. err = sock_do_ioctl(net, sock, cmd, (unsigned long)&ktv);
  2093. set_fs(old_fs);
  2094. if (!err) {
  2095. err = put_user(ktv.tv_sec, &up->tv_sec);
  2096. err |= __put_user(ktv.tv_usec, &up->tv_usec);
  2097. }
  2098. return err;
  2099. }
  2100. static int do_siocgstampns(struct net *net, struct socket *sock,
  2101. unsigned int cmd, struct compat_timespec __user *up)
  2102. {
  2103. mm_segment_t old_fs = get_fs();
  2104. struct timespec kts;
  2105. int err;
  2106. set_fs(KERNEL_DS);
  2107. err = sock_do_ioctl(net, sock, cmd, (unsigned long)&kts);
  2108. set_fs(old_fs);
  2109. if (!err) {
  2110. err = put_user(kts.tv_sec, &up->tv_sec);
  2111. err |= __put_user(kts.tv_nsec, &up->tv_nsec);
  2112. }
  2113. return err;
  2114. }
  2115. static int dev_ifname32(struct net *net, struct compat_ifreq __user *uifr32)
  2116. {
  2117. struct ifreq __user *uifr;
  2118. int err;
  2119. uifr = compat_alloc_user_space(sizeof(struct ifreq));
  2120. if (copy_in_user(uifr, uifr32, sizeof(struct compat_ifreq)))
  2121. return -EFAULT;
  2122. err = dev_ioctl(net, SIOCGIFNAME, uifr);
  2123. if (err)
  2124. return err;
  2125. if (copy_in_user(uifr32, uifr, sizeof(struct compat_ifreq)))
  2126. return -EFAULT;
  2127. return 0;
  2128. }
  2129. static int dev_ifconf(struct net *net, struct compat_ifconf __user *uifc32)
  2130. {
  2131. struct compat_ifconf ifc32;
  2132. struct ifconf ifc;
  2133. struct ifconf __user *uifc;
  2134. struct compat_ifreq __user *ifr32;
  2135. struct ifreq __user *ifr;
  2136. unsigned int i, j;
  2137. int err;
  2138. if (copy_from_user(&ifc32, uifc32, sizeof(struct compat_ifconf)))
  2139. return -EFAULT;
  2140. if (ifc32.ifcbuf == 0) {
  2141. ifc32.ifc_len = 0;
  2142. ifc.ifc_len = 0;
  2143. ifc.ifc_req = NULL;
  2144. uifc = compat_alloc_user_space(sizeof(struct ifconf));
  2145. } else {
  2146. size_t len = ((ifc32.ifc_len / sizeof(struct compat_ifreq)) + 1) *
  2147. sizeof(struct ifreq);
  2148. uifc = compat_alloc_user_space(sizeof(struct ifconf) + len);
  2149. ifc.ifc_len = len;
  2150. ifr = ifc.ifc_req = (void __user *)(uifc + 1);
  2151. ifr32 = compat_ptr(ifc32.ifcbuf);
  2152. for (i = 0; i < ifc32.ifc_len; i += sizeof(struct compat_ifreq)) {
  2153. if (copy_in_user(ifr, ifr32, sizeof(struct compat_ifreq)))
  2154. return -EFAULT;
  2155. ifr++;
  2156. ifr32++;
  2157. }
  2158. }
  2159. if (copy_to_user(uifc, &ifc, sizeof(struct ifconf)))
  2160. return -EFAULT;
  2161. err = dev_ioctl(net, SIOCGIFCONF, uifc);
  2162. if (err)
  2163. return err;
  2164. if (copy_from_user(&ifc, uifc, sizeof(struct ifconf)))
  2165. return -EFAULT;
  2166. ifr = ifc.ifc_req;
  2167. ifr32 = compat_ptr(ifc32.ifcbuf);
  2168. for (i = 0, j = 0;
  2169. i + sizeof(struct compat_ifreq) <= ifc32.ifc_len && j < ifc.ifc_len;
  2170. i += sizeof(struct compat_ifreq), j += sizeof(struct ifreq)) {
  2171. if (copy_in_user(ifr32, ifr, sizeof(struct compat_ifreq)))
  2172. return -EFAULT;
  2173. ifr32++;
  2174. ifr++;
  2175. }
  2176. if (ifc32.ifcbuf == 0) {
  2177. /* Translate from 64-bit structure multiple to
  2178. * a 32-bit one.
  2179. */
  2180. i = ifc.ifc_len;
  2181. i = ((i / sizeof(struct ifreq)) * sizeof(struct compat_ifreq));
  2182. ifc32.ifc_len = i;
  2183. } else {
  2184. ifc32.ifc_len = i;
  2185. }
  2186. if (copy_to_user(uifc32, &ifc32, sizeof(struct compat_ifconf)))
  2187. return -EFAULT;
  2188. return 0;
  2189. }
  2190. static int ethtool_ioctl(struct net *net, struct compat_ifreq __user *ifr32)
  2191. {
  2192. struct ifreq __user *ifr;
  2193. u32 data;
  2194. void __user *datap;
  2195. ifr = compat_alloc_user_space(sizeof(*ifr));
  2196. if (copy_in_user(&ifr->ifr_name, &ifr32->ifr_name, IFNAMSIZ))
  2197. return -EFAULT;
  2198. if (get_user(data, &ifr32->ifr_ifru.ifru_data))
  2199. return -EFAULT;
  2200. datap = compat_ptr(data);
  2201. if (put_user(datap, &ifr->ifr_ifru.ifru_data))
  2202. return -EFAULT;
  2203. return dev_ioctl(net, SIOCETHTOOL, ifr);
  2204. }
  2205. static int compat_siocwandev(struct net *net, struct compat_ifreq __user *uifr32)
  2206. {
  2207. void __user *uptr;
  2208. compat_uptr_t uptr32;
  2209. struct ifreq __user *uifr;
  2210. uifr = compat_alloc_user_space(sizeof(*uifr));
  2211. if (copy_in_user(uifr, uifr32, sizeof(struct compat_ifreq)))
  2212. return -EFAULT;
  2213. if (get_user(uptr32, &uifr32->ifr_settings.ifs_ifsu))
  2214. return -EFAULT;
  2215. uptr = compat_ptr(uptr32);
  2216. if (put_user(uptr, &uifr->ifr_settings.ifs_ifsu.raw_hdlc))
  2217. return -EFAULT;
  2218. return dev_ioctl(net, SIOCWANDEV, uifr);
  2219. }
  2220. static int bond_ioctl(struct net *net, unsigned int cmd,
  2221. struct compat_ifreq __user *ifr32)
  2222. {
  2223. struct ifreq kifr;
  2224. struct ifreq __user *uifr;
  2225. mm_segment_t old_fs;
  2226. int err;
  2227. u32 data;
  2228. void __user *datap;
  2229. switch (cmd) {
  2230. case SIOCBONDENSLAVE:
  2231. case SIOCBONDRELEASE:
  2232. case SIOCBONDSETHWADDR:
  2233. case SIOCBONDCHANGEACTIVE:
  2234. if (copy_from_user(&kifr, ifr32, sizeof(struct compat_ifreq)))
  2235. return -EFAULT;
  2236. old_fs = get_fs();
  2237. set_fs(KERNEL_DS);
  2238. err = dev_ioctl(net, cmd, &kifr);
  2239. set_fs(old_fs);
  2240. return err;
  2241. case SIOCBONDSLAVEINFOQUERY:
  2242. case SIOCBONDINFOQUERY:
  2243. uifr = compat_alloc_user_space(sizeof(*uifr));
  2244. if (copy_in_user(&uifr->ifr_name, &ifr32->ifr_name, IFNAMSIZ))
  2245. return -EFAULT;
  2246. if (get_user(data, &ifr32->ifr_ifru.ifru_data))
  2247. return -EFAULT;
  2248. datap = compat_ptr(data);
  2249. if (put_user(datap, &uifr->ifr_ifru.ifru_data))
  2250. return -EFAULT;
  2251. return dev_ioctl(net, cmd, uifr);
  2252. default:
  2253. return -EINVAL;
  2254. }
  2255. }
  2256. static int siocdevprivate_ioctl(struct net *net, unsigned int cmd,
  2257. struct compat_ifreq __user *u_ifreq32)
  2258. {
  2259. struct ifreq __user *u_ifreq64;
  2260. char tmp_buf[IFNAMSIZ];
  2261. void __user *data64;
  2262. u32 data32;
  2263. if (copy_from_user(&tmp_buf[0], &(u_ifreq32->ifr_ifrn.ifrn_name[0]),
  2264. IFNAMSIZ))
  2265. return -EFAULT;
  2266. if (__get_user(data32, &u_ifreq32->ifr_ifru.ifru_data))
  2267. return -EFAULT;
  2268. data64 = compat_ptr(data32);
  2269. u_ifreq64 = compat_alloc_user_space(sizeof(*u_ifreq64));
  2270. /* Don't check these user accesses, just let that get trapped
  2271. * in the ioctl handler instead.
  2272. */
  2273. if (copy_to_user(&u_ifreq64->ifr_ifrn.ifrn_name[0], &tmp_buf[0],
  2274. IFNAMSIZ))
  2275. return -EFAULT;
  2276. if (__put_user(data64, &u_ifreq64->ifr_ifru.ifru_data))
  2277. return -EFAULT;
  2278. return dev_ioctl(net, cmd, u_ifreq64);
  2279. }
  2280. static int dev_ifsioc(struct net *net, struct socket *sock,
  2281. unsigned int cmd, struct compat_ifreq __user *uifr32)
  2282. {
  2283. struct ifreq __user *uifr;
  2284. int err;
  2285. uifr = compat_alloc_user_space(sizeof(*uifr));
  2286. if (copy_in_user(uifr, uifr32, sizeof(*uifr32)))
  2287. return -EFAULT;
  2288. err = sock_do_ioctl(net, sock, cmd, (unsigned long)uifr);
  2289. if (!err) {
  2290. switch (cmd) {
  2291. case SIOCGIFFLAGS:
  2292. case SIOCGIFMETRIC:
  2293. case SIOCGIFMTU:
  2294. case SIOCGIFMEM:
  2295. case SIOCGIFHWADDR:
  2296. case SIOCGIFINDEX:
  2297. case SIOCGIFADDR:
  2298. case SIOCGIFBRDADDR:
  2299. case SIOCGIFDSTADDR:
  2300. case SIOCGIFNETMASK:
  2301. case SIOCGIFPFLAGS:
  2302. case SIOCGIFTXQLEN:
  2303. case SIOCGMIIPHY:
  2304. case SIOCGMIIREG:
  2305. if (copy_in_user(uifr32, uifr, sizeof(*uifr32)))
  2306. err = -EFAULT;
  2307. break;
  2308. }
  2309. }
  2310. return err;
  2311. }
  2312. static int compat_sioc_ifmap(struct net *net, unsigned int cmd,
  2313. struct compat_ifreq __user *uifr32)
  2314. {
  2315. struct ifreq ifr;
  2316. struct compat_ifmap __user *uifmap32;
  2317. mm_segment_t old_fs;
  2318. int err;
  2319. uifmap32 = &uifr32->ifr_ifru.ifru_map;
  2320. err = copy_from_user(&ifr, uifr32, sizeof(ifr.ifr_name));
  2321. err |= __get_user(ifr.ifr_map.mem_start, &uifmap32->mem_start);
  2322. err |= __get_user(ifr.ifr_map.mem_end, &uifmap32->mem_end);
  2323. err |= __get_user(ifr.ifr_map.base_addr, &uifmap32->base_addr);
  2324. err |= __get_user(ifr.ifr_map.irq, &uifmap32->irq);
  2325. err |= __get_user(ifr.ifr_map.dma, &uifmap32->dma);
  2326. err |= __get_user(ifr.ifr_map.port, &uifmap32->port);
  2327. if (err)
  2328. return -EFAULT;
  2329. old_fs = get_fs();
  2330. set_fs(KERNEL_DS);
  2331. err = dev_ioctl(net, cmd, (void __user *)&ifr);
  2332. set_fs(old_fs);
  2333. if (cmd == SIOCGIFMAP && !err) {
  2334. err = copy_to_user(uifr32, &ifr, sizeof(ifr.ifr_name));
  2335. err |= __put_user(ifr.ifr_map.mem_start, &uifmap32->mem_start);
  2336. err |= __put_user(ifr.ifr_map.mem_end, &uifmap32->mem_end);
  2337. err |= __put_user(ifr.ifr_map.base_addr, &uifmap32->base_addr);
  2338. err |= __put_user(ifr.ifr_map.irq, &uifmap32->irq);
  2339. err |= __put_user(ifr.ifr_map.dma, &uifmap32->dma);
  2340. err |= __put_user(ifr.ifr_map.port, &uifmap32->port);
  2341. if (err)
  2342. err = -EFAULT;
  2343. }
  2344. return err;
  2345. }
  2346. static int compat_siocshwtstamp(struct net *net, struct compat_ifreq __user *uifr32)
  2347. {
  2348. void __user *uptr;
  2349. compat_uptr_t uptr32;
  2350. struct ifreq __user *uifr;
  2351. uifr = compat_alloc_user_space(sizeof(*uifr));
  2352. if (copy_in_user(uifr, uifr32, sizeof(struct compat_ifreq)))
  2353. return -EFAULT;
  2354. if (get_user(uptr32, &uifr32->ifr_data))
  2355. return -EFAULT;
  2356. uptr = compat_ptr(uptr32);
  2357. if (put_user(uptr, &uifr->ifr_data))
  2358. return -EFAULT;
  2359. return dev_ioctl(net, SIOCSHWTSTAMP, uifr);
  2360. }
  2361. struct rtentry32 {
  2362. u32 rt_pad1;
  2363. struct sockaddr rt_dst; /* target address */
  2364. struct sockaddr rt_gateway; /* gateway addr (RTF_GATEWAY) */
  2365. struct sockaddr rt_genmask; /* target network mask (IP) */
  2366. unsigned short rt_flags;
  2367. short rt_pad2;
  2368. u32 rt_pad3;
  2369. unsigned char rt_tos;
  2370. unsigned char rt_class;
  2371. short rt_pad4;
  2372. short rt_metric; /* +1 for binary compatibility! */
  2373. /* char * */ u32 rt_dev; /* forcing the device at add */
  2374. u32 rt_mtu; /* per route MTU/Window */
  2375. u32 rt_window; /* Window clamping */
  2376. unsigned short rt_irtt; /* Initial RTT */
  2377. };
  2378. struct in6_rtmsg32 {
  2379. struct in6_addr rtmsg_dst;
  2380. struct in6_addr rtmsg_src;
  2381. struct in6_addr rtmsg_gateway;
  2382. u32 rtmsg_type;
  2383. u16 rtmsg_dst_len;
  2384. u16 rtmsg_src_len;
  2385. u32 rtmsg_metric;
  2386. u32 rtmsg_info;
  2387. u32 rtmsg_flags;
  2388. s32 rtmsg_ifindex;
  2389. };
  2390. static int routing_ioctl(struct net *net, struct socket *sock,
  2391. unsigned int cmd, void __user *argp)
  2392. {
  2393. int ret;
  2394. void *r = NULL;
  2395. struct in6_rtmsg r6;
  2396. struct rtentry r4;
  2397. char devname[16];
  2398. u32 rtdev;
  2399. mm_segment_t old_fs = get_fs();
  2400. if (sock && sock->sk && sock->sk->sk_family == AF_INET6) { /* ipv6 */
  2401. struct in6_rtmsg32 __user *ur6 = argp;
  2402. ret = copy_from_user(&r6.rtmsg_dst, &(ur6->rtmsg_dst),
  2403. 3 * sizeof(struct in6_addr));
  2404. ret |= __get_user(r6.rtmsg_type, &(ur6->rtmsg_type));
  2405. ret |= __get_user(r6.rtmsg_dst_len, &(ur6->rtmsg_dst_len));
  2406. ret |= __get_user(r6.rtmsg_src_len, &(ur6->rtmsg_src_len));
  2407. ret |= __get_user(r6.rtmsg_metric, &(ur6->rtmsg_metric));
  2408. ret |= __get_user(r6.rtmsg_info, &(ur6->rtmsg_info));
  2409. ret |= __get_user(r6.rtmsg_flags, &(ur6->rtmsg_flags));
  2410. ret |= __get_user(r6.rtmsg_ifindex, &(ur6->rtmsg_ifindex));
  2411. r = (void *) &r6;
  2412. } else { /* ipv4 */
  2413. struct rtentry32 __user *ur4 = argp;
  2414. ret = copy_from_user(&r4.rt_dst, &(ur4->rt_dst),
  2415. 3 * sizeof(struct sockaddr));
  2416. ret |= __get_user(r4.rt_flags, &(ur4->rt_flags));
  2417. ret |= __get_user(r4.rt_metric, &(ur4->rt_metric));
  2418. ret |= __get_user(r4.rt_mtu, &(ur4->rt_mtu));
  2419. ret |= __get_user(r4.rt_window, &(ur4->rt_window));
  2420. ret |= __get_user(r4.rt_irtt, &(ur4->rt_irtt));
  2421. ret |= __get_user(rtdev, &(ur4->rt_dev));
  2422. if (rtdev) {
  2423. ret |= copy_from_user(devname, compat_ptr(rtdev), 15);
  2424. r4.rt_dev = devname; devname[15] = 0;
  2425. } else
  2426. r4.rt_dev = NULL;
  2427. r = (void *) &r4;
  2428. }
  2429. if (ret) {
  2430. ret = -EFAULT;
  2431. goto out;
  2432. }
  2433. set_fs(KERNEL_DS);
  2434. ret = sock_do_ioctl(net, sock, cmd, (unsigned long) r);
  2435. set_fs(old_fs);
  2436. out:
  2437. return ret;
  2438. }
  2439. /* Since old style bridge ioctl's endup using SIOCDEVPRIVATE
  2440. * for some operations; this forces use of the newer bridge-utils that
  2441. * use compatiable ioctls
  2442. */
  2443. static int old_bridge_ioctl(compat_ulong_t __user *argp)
  2444. {
  2445. compat_ulong_t tmp;
  2446. if (get_user(tmp, argp))
  2447. return -EFAULT;
  2448. if (tmp == BRCTL_GET_VERSION)
  2449. return BRCTL_VERSION + 1;
  2450. return -EINVAL;
  2451. }
  2452. static int compat_sock_ioctl_trans(struct file *file, struct socket *sock,
  2453. unsigned int cmd, unsigned long arg)
  2454. {
  2455. void __user *argp = compat_ptr(arg);
  2456. struct sock *sk = sock->sk;
  2457. struct net *net = sock_net(sk);
  2458. if (cmd >= SIOCDEVPRIVATE && cmd <= (SIOCDEVPRIVATE + 15))
  2459. return siocdevprivate_ioctl(net, cmd, argp);
  2460. switch (cmd) {
  2461. case SIOCSIFBR:
  2462. case SIOCGIFBR:
  2463. return old_bridge_ioctl(argp);
  2464. case SIOCGIFNAME:
  2465. return dev_ifname32(net, argp);
  2466. case SIOCGIFCONF:
  2467. return dev_ifconf(net, argp);
  2468. case SIOCETHTOOL:
  2469. return ethtool_ioctl(net, argp);
  2470. case SIOCWANDEV:
  2471. return compat_siocwandev(net, argp);
  2472. case SIOCGIFMAP:
  2473. case SIOCSIFMAP:
  2474. return compat_sioc_ifmap(net, cmd, argp);
  2475. case SIOCBONDENSLAVE:
  2476. case SIOCBONDRELEASE:
  2477. case SIOCBONDSETHWADDR:
  2478. case SIOCBONDSLAVEINFOQUERY:
  2479. case SIOCBONDINFOQUERY:
  2480. case SIOCBONDCHANGEACTIVE:
  2481. return bond_ioctl(net, cmd, argp);
  2482. case SIOCADDRT:
  2483. case SIOCDELRT:
  2484. return routing_ioctl(net, sock, cmd, argp);
  2485. case SIOCGSTAMP:
  2486. return do_siocgstamp(net, sock, cmd, argp);
  2487. case SIOCGSTAMPNS:
  2488. return do_siocgstampns(net, sock, cmd, argp);
  2489. case SIOCSHWTSTAMP:
  2490. return compat_siocshwtstamp(net, argp);
  2491. case FIOSETOWN:
  2492. case SIOCSPGRP:
  2493. case FIOGETOWN:
  2494. case SIOCGPGRP:
  2495. case SIOCBRADDBR:
  2496. case SIOCBRDELBR:
  2497. case SIOCGIFVLAN:
  2498. case SIOCSIFVLAN:
  2499. case SIOCADDDLCI:
  2500. case SIOCDELDLCI:
  2501. return sock_ioctl(file, cmd, arg);
  2502. case SIOCGIFFLAGS:
  2503. case SIOCSIFFLAGS:
  2504. case SIOCGIFMETRIC:
  2505. case SIOCSIFMETRIC:
  2506. case SIOCGIFMTU:
  2507. case SIOCSIFMTU:
  2508. case SIOCGIFMEM:
  2509. case SIOCSIFMEM:
  2510. case SIOCGIFHWADDR:
  2511. case SIOCSIFHWADDR:
  2512. case SIOCADDMULTI:
  2513. case SIOCDELMULTI:
  2514. case SIOCGIFINDEX:
  2515. case SIOCGIFADDR:
  2516. case SIOCSIFADDR:
  2517. case SIOCSIFHWBROADCAST:
  2518. case SIOCDIFADDR:
  2519. case SIOCGIFBRDADDR:
  2520. case SIOCSIFBRDADDR:
  2521. case SIOCGIFDSTADDR:
  2522. case SIOCSIFDSTADDR:
  2523. case SIOCGIFNETMASK:
  2524. case SIOCSIFNETMASK:
  2525. case SIOCSIFPFLAGS:
  2526. case SIOCGIFPFLAGS:
  2527. case SIOCGIFTXQLEN:
  2528. case SIOCSIFTXQLEN:
  2529. case SIOCBRADDIF:
  2530. case SIOCBRDELIF:
  2531. case SIOCSIFNAME:
  2532. case SIOCGMIIPHY:
  2533. case SIOCGMIIREG:
  2534. case SIOCSMIIREG:
  2535. return dev_ifsioc(net, sock, cmd, argp);
  2536. case SIOCSARP:
  2537. case SIOCGARP:
  2538. case SIOCDARP:
  2539. case SIOCATMARK:
  2540. return sock_do_ioctl(net, sock, cmd, arg);
  2541. }
  2542. /* Prevent warning from compat_sys_ioctl, these always
  2543. * result in -EINVAL in the native case anyway. */
  2544. switch (cmd) {
  2545. case SIOCRTMSG:
  2546. case SIOCGIFCOUNT:
  2547. case SIOCSRARP:
  2548. case SIOCGRARP:
  2549. case SIOCDRARP:
  2550. case SIOCSIFLINK:
  2551. case SIOCGIFSLAVE:
  2552. case SIOCSIFSLAVE:
  2553. return -EINVAL;
  2554. }
  2555. return -ENOIOCTLCMD;
  2556. }
  2557. static long compat_sock_ioctl(struct file *file, unsigned cmd,
  2558. unsigned long arg)
  2559. {
  2560. struct socket *sock = file->private_data;
  2561. int ret = -ENOIOCTLCMD;
  2562. struct sock *sk;
  2563. struct net *net;
  2564. sk = sock->sk;
  2565. net = sock_net(sk);
  2566. if (sock->ops->compat_ioctl)
  2567. ret = sock->ops->compat_ioctl(sock, cmd, arg);
  2568. if (ret == -ENOIOCTLCMD &&
  2569. (cmd >= SIOCIWFIRST && cmd <= SIOCIWLAST))
  2570. ret = compat_wext_handle_ioctl(net, cmd, arg);
  2571. if (ret == -ENOIOCTLCMD)
  2572. ret = compat_sock_ioctl_trans(file, sock, cmd, arg);
  2573. return ret;
  2574. }
  2575. #endif
  2576. int kernel_bind(struct socket *sock, struct sockaddr *addr, int addrlen)
  2577. {
  2578. return sock->ops->bind(sock, addr, addrlen);
  2579. }
  2580. EXPORT_SYMBOL(kernel_bind);
  2581. int kernel_listen(struct socket *sock, int backlog)
  2582. {
  2583. return sock->ops->listen(sock, backlog);
  2584. }
  2585. EXPORT_SYMBOL(kernel_listen);
  2586. int kernel_accept(struct socket *sock, struct socket **newsock, int flags)
  2587. {
  2588. struct sock *sk = sock->sk;
  2589. int err;
  2590. err = sock_create_lite(sk->sk_family, sk->sk_type, sk->sk_protocol,
  2591. newsock);
  2592. if (err < 0)
  2593. goto done;
  2594. err = sock->ops->accept(sock, *newsock, flags);
  2595. if (err < 0) {
  2596. sock_release(*newsock);
  2597. *newsock = NULL;
  2598. goto done;
  2599. }
  2600. (*newsock)->ops = sock->ops;
  2601. __module_get((*newsock)->ops->owner);
  2602. done:
  2603. return err;
  2604. }
  2605. EXPORT_SYMBOL(kernel_accept);
  2606. int kernel_connect(struct socket *sock, struct sockaddr *addr, int addrlen,
  2607. int flags)
  2608. {
  2609. return sock->ops->connect(sock, addr, addrlen, flags);
  2610. }
  2611. EXPORT_SYMBOL(kernel_connect);
  2612. int kernel_getsockname(struct socket *sock, struct sockaddr *addr,
  2613. int *addrlen)
  2614. {
  2615. return sock->ops->getname(sock, addr, addrlen, 0);
  2616. }
  2617. EXPORT_SYMBOL(kernel_getsockname);
  2618. int kernel_getpeername(struct socket *sock, struct sockaddr *addr,
  2619. int *addrlen)
  2620. {
  2621. return sock->ops->getname(sock, addr, addrlen, 1);
  2622. }
  2623. EXPORT_SYMBOL(kernel_getpeername);
  2624. int kernel_getsockopt(struct socket *sock, int level, int optname,
  2625. char *optval, int *optlen)
  2626. {
  2627. mm_segment_t oldfs = get_fs();
  2628. char __user *uoptval;
  2629. int __user *uoptlen;
  2630. int err;
  2631. uoptval = (char __user __force *) optval;
  2632. uoptlen = (int __user __force *) optlen;
  2633. set_fs(KERNEL_DS);
  2634. if (level == SOL_SOCKET)
  2635. err = sock_getsockopt(sock, level, optname, uoptval, uoptlen);
  2636. else
  2637. err = sock->ops->getsockopt(sock, level, optname, uoptval,
  2638. uoptlen);
  2639. set_fs(oldfs);
  2640. return err;
  2641. }
  2642. EXPORT_SYMBOL(kernel_getsockopt);
  2643. int kernel_setsockopt(struct socket *sock, int level, int optname,
  2644. char *optval, unsigned int optlen)
  2645. {
  2646. mm_segment_t oldfs = get_fs();
  2647. char __user *uoptval;
  2648. int err;
  2649. uoptval = (char __user __force *) optval;
  2650. set_fs(KERNEL_DS);
  2651. if (level == SOL_SOCKET)
  2652. err = sock_setsockopt(sock, level, optname, uoptval, optlen);
  2653. else
  2654. err = sock->ops->setsockopt(sock, level, optname, uoptval,
  2655. optlen);
  2656. set_fs(oldfs);
  2657. return err;
  2658. }
  2659. EXPORT_SYMBOL(kernel_setsockopt);
  2660. int kernel_sendpage(struct socket *sock, struct page *page, int offset,
  2661. size_t size, int flags)
  2662. {
  2663. sock_update_classid(sock->sk);
  2664. if (sock->ops->sendpage)
  2665. return sock->ops->sendpage(sock, page, offset, size, flags);
  2666. return sock_no_sendpage(sock, page, offset, size, flags);
  2667. }
  2668. EXPORT_SYMBOL(kernel_sendpage);
  2669. int kernel_sock_ioctl(struct socket *sock, int cmd, unsigned long arg)
  2670. {
  2671. mm_segment_t oldfs = get_fs();
  2672. int err;
  2673. set_fs(KERNEL_DS);
  2674. err = sock->ops->ioctl(sock, cmd, arg);
  2675. set_fs(oldfs);
  2676. return err;
  2677. }
  2678. EXPORT_SYMBOL(kernel_sock_ioctl);
  2679. int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how)
  2680. {
  2681. return sock->ops->shutdown(sock, how);
  2682. }
  2683. EXPORT_SYMBOL(kernel_sock_shutdown);