blob: a1d2ed8bab9322973be382bd311f6694e66f4c51 [file] [log] [blame]
Arjan van de Venf71d20e2006-06-28 04:26:45 -07001/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 Copyright (C) 2002 Richard Henderson
Rusty Russell51f3d0f2010-08-05 12:59:13 -06003 Copyright (C) 2001 Rusty Russell, 2002, 2010 Rusty Russell IBM.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
9
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18*/
Paul Gortmaker9984de12011-05-23 14:51:41 -040019#include <linux/export.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#include <linux/moduleloader.h>
Steven Rostedt6d723732009-04-10 14:53:50 -040021#include <linux/ftrace_event.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include <linux/init.h>
Alexey Dobriyanae84e322007-05-08 00:28:38 -070023#include <linux/kallsyms.h>
Kees Cook34e11692012-10-16 07:31:07 +103024#include <linux/file.h>
Alexey Dobriyan3b5d5c62008-10-06 13:19:27 +040025#include <linux/fs.h>
Roland McGrath6d760132007-10-16 23:26:40 -070026#include <linux/sysfs.h>
Randy Dunlap9f158332005-09-13 01:25:16 -070027#include <linux/kernel.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070028#include <linux/slab.h>
29#include <linux/vmalloc.h>
30#include <linux/elf.h>
Alexey Dobriyan3b5d5c62008-10-06 13:19:27 +040031#include <linux/proc_fs.h>
Kees Cook2e72d512012-10-16 07:32:07 +103032#include <linux/security.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#include <linux/seq_file.h>
34#include <linux/syscalls.h>
35#include <linux/fcntl.h>
36#include <linux/rcupdate.h>
Randy.Dunlapc59ede72006-01-11 12:17:46 -080037#include <linux/capability.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070038#include <linux/cpu.h>
39#include <linux/moduleparam.h>
40#include <linux/errno.h>
41#include <linux/err.h>
42#include <linux/vermagic.h>
43#include <linux/notifier.h>
Al Virof6a57032006-10-18 01:47:25 -040044#include <linux/sched.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070045#include <linux/stop_machine.h>
46#include <linux/device.h>
Matt Domschc988d2b2005-06-23 22:05:15 -070047#include <linux/string.h>
Arjan van de Ven97d1f152006-03-23 03:00:24 -080048#include <linux/mutex.h>
Andi Kleend72b3752008-08-30 10:09:00 +020049#include <linux/rculist.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070050#include <asm/uaccess.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070051#include <asm/cacheflush.h>
Bernd Schmidteb8cdec2009-09-21 17:03:57 -070052#include <asm/mmu_context.h>
Sam Ravnborgb817f6f2006-06-09 21:53:55 +020053#include <linux/license.h>
Christoph Lameter6d762392008-02-08 04:18:42 -080054#include <asm/sections.h>
Mathieu Desnoyers97e1c182008-07-18 12:16:16 -040055#include <linux/tracepoint.h>
Steven Rostedt90d595f2008-08-14 15:45:09 -040056#include <linux/ftrace.h>
Arjan van de Ven22a9d642009-01-07 08:45:46 -080057#include <linux/async.h>
Tejun Heofbf59bc2009-02-20 16:29:08 +090058#include <linux/percpu.h>
Catalin Marinas4f2294b2009-06-11 13:23:20 +010059#include <linux/kmemleak.h>
Jason Baronbf5438fc2010-09-17 11:09:00 -040060#include <linux/jump_label.h>
matthieu castet84e1c6b2010-11-16 22:35:16 +010061#include <linux/pfn.h>
Alessio Igor Bogani403ed272011-04-20 11:10:52 +020062#include <linux/bsearch.h>
David Howells1d0059f2012-09-26 10:09:50 +010063#include <linux/fips.h>
Rusty Russell2f3238a2012-10-22 18:09:41 +103064#include <uapi/linux/module.h>
Rusty Russell106a4ee2012-09-26 10:09:40 +010065#include "module-internal.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070066
Li Zefan7ead8b82009-08-17 16:56:28 +080067#define CREATE_TRACE_POINTS
68#include <trace/events/module.h>
69
Linus Torvalds1da177e2005-04-16 15:20:36 -070070#ifndef ARCH_SHF_SMALL
71#define ARCH_SHF_SMALL 0
72#endif
73
matthieu castet84e1c6b2010-11-16 22:35:16 +010074/*
75 * Modules' sections will be aligned on page boundaries
76 * to ensure complete separation of code and data, but
77 * only when CONFIG_DEBUG_SET_MODULE_RONX=y
78 */
79#ifdef CONFIG_DEBUG_SET_MODULE_RONX
80# define debug_align(X) ALIGN(X, PAGE_SIZE)
81#else
82# define debug_align(X) (X)
83#endif
84
85/*
86 * Given BASE and SIZE this macro calculates the number of pages the
87 * memory regions occupies
88 */
89#define MOD_NUMBER_OF_PAGES(BASE, SIZE) (((SIZE) > 0) ? \
90 (PFN_DOWN((unsigned long)(BASE) + (SIZE) - 1) - \
91 PFN_DOWN((unsigned long)BASE) + 1) \
92 : (0UL))
93
Linus Torvalds1da177e2005-04-16 15:20:36 -070094/* If this is set, the section belongs in the init part of the module */
95#define INIT_OFFSET_MASK (1UL << (BITS_PER_LONG-1))
96
Rusty Russell75676502010-06-05 11:17:36 -060097/*
98 * Mutex protects:
99 * 1) List of modules (also safely readable with preempt_disable),
100 * 2) module_use links,
101 * 3) module_addr_min/module_addr_max.
Andi Kleend72b3752008-08-30 10:09:00 +0200102 * (delete uses stop_machine/add uses RCU list operations). */
Tim Abbottc6b37802008-12-05 19:03:59 -0500103DEFINE_MUTEX(module_mutex);
104EXPORT_SYMBOL_GPL(module_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105static LIST_HEAD(modules);
Jason Wessel67fc4e02010-05-20 21:04:21 -0500106#ifdef CONFIG_KGDB_KDB
107struct list_head *kdb_modules = &modules; /* kdb needs the list of modules */
108#endif /* CONFIG_KGDB_KDB */
109
Rusty Russell106a4ee2012-09-26 10:09:40 +0100110#ifdef CONFIG_MODULE_SIG
111#ifdef CONFIG_MODULE_SIG_FORCE
112static bool sig_enforce = true;
113#else
114static bool sig_enforce = false;
115
116static int param_set_bool_enable_only(const char *val,
117 const struct kernel_param *kp)
118{
119 int err;
120 bool test;
121 struct kernel_param dummy_kp = *kp;
122
123 dummy_kp.arg = &test;
124
125 err = param_set_bool(val, &dummy_kp);
126 if (err)
127 return err;
128
129 /* Don't let them unset it once it's set! */
130 if (!test && sig_enforce)
131 return -EROFS;
132
133 if (test)
134 sig_enforce = true;
135 return 0;
136}
137
138static const struct kernel_param_ops param_ops_bool_enable_only = {
139 .set = param_set_bool_enable_only,
140 .get = param_get_bool,
141};
142#define param_check_bool_enable_only param_check_bool
143
144module_param(sig_enforce, bool_enable_only, 0644);
145#endif /* !CONFIG_MODULE_SIG_FORCE */
146#endif /* CONFIG_MODULE_SIG */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147
Stephen Rothwell19e45292009-04-14 17:27:18 +1000148/* Block module loading/unloading? */
149int modules_disabled = 0;
Dave Young02608be2012-02-01 10:33:14 +0800150core_param(nomodule, modules_disabled, bint, 0);
Stephen Rothwell19e45292009-04-14 17:27:18 +1000151
Rusty Russellc9a3ba52008-01-29 17:13:18 -0500152/* Waiting for a module to finish initializing? */
153static DECLARE_WAIT_QUEUE_HEAD(module_wq);
154
Alan Sterne041c682006-03-27 01:16:30 -0800155static BLOCKING_NOTIFIER_HEAD(module_notify_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156
Rusty Russell75676502010-06-05 11:17:36 -0600157/* Bounds of module allocation, for speeding __module_address.
158 * Protected by module_mutex. */
Rusty Russell3a642e92008-07-22 19:24:28 -0500159static unsigned long module_addr_min = -1UL, module_addr_max = 0;
160
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161int register_module_notifier(struct notifier_block * nb)
162{
Alan Sterne041c682006-03-27 01:16:30 -0800163 return blocking_notifier_chain_register(&module_notify_list, nb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164}
165EXPORT_SYMBOL(register_module_notifier);
166
167int unregister_module_notifier(struct notifier_block * nb)
168{
Alan Sterne041c682006-03-27 01:16:30 -0800169 return blocking_notifier_chain_unregister(&module_notify_list, nb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170}
171EXPORT_SYMBOL(unregister_module_notifier);
172
Rusty Russelleded41c2010-08-05 12:59:07 -0600173struct load_info {
174 Elf_Ehdr *hdr;
175 unsigned long len;
176 Elf_Shdr *sechdrs;
Rusty Russell6526c532010-08-05 12:59:10 -0600177 char *secstrings, *strtab;
Rusty Russelld9131882010-08-05 12:59:08 -0600178 unsigned long symoffs, stroffs;
Rusty Russell811d66a2010-08-05 12:59:12 -0600179 struct _ddebug *debug;
180 unsigned int num_debug;
Rusty Russell106a4ee2012-09-26 10:09:40 +0100181 bool sig_ok;
Rusty Russelleded41c2010-08-05 12:59:07 -0600182 struct {
183 unsigned int sym, str, mod, vers, info, pcpu;
184 } index;
185};
186
Matti Linnanvuori9a4b9702007-11-08 08:37:38 -0800187/* We require a truly strong try_module_get(): 0 means failure due to
188 ongoing or failed initialization etc. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189static inline int strong_try_module_get(struct module *mod)
190{
191 if (mod && mod->state == MODULE_STATE_COMING)
Rusty Russellc9a3ba52008-01-29 17:13:18 -0500192 return -EBUSY;
193 if (try_module_get(mod))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194 return 0;
Rusty Russellc9a3ba52008-01-29 17:13:18 -0500195 else
196 return -ENOENT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197}
198
Florin Malitafa3ba2e82006-10-11 01:21:48 -0700199static inline void add_taint_module(struct module *mod, unsigned flag)
200{
201 add_taint(flag);
Andi Kleen25ddbb12008-10-15 22:01:41 -0700202 mod->taints |= (1U << flag);
Florin Malitafa3ba2e82006-10-11 01:21:48 -0700203}
204
Robert P. J. Day02a3e592007-05-09 07:26:28 +0200205/*
206 * A thread that wants to hold a reference to a module only while it
207 * is running can call this to safely exit. nfsd and lockd use this.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 */
209void __module_put_and_exit(struct module *mod, long code)
210{
211 module_put(mod);
212 do_exit(code);
213}
214EXPORT_SYMBOL(__module_put_and_exit);
Daniel Walker22a8bde2007-10-18 03:06:07 -0700215
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216/* Find a module section: 0 means not found. */
Rusty Russell49668682010-08-05 12:59:10 -0600217static unsigned int find_sec(const struct load_info *info, const char *name)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218{
219 unsigned int i;
220
Rusty Russell49668682010-08-05 12:59:10 -0600221 for (i = 1; i < info->hdr->e_shnum; i++) {
222 Elf_Shdr *shdr = &info->sechdrs[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223 /* Alloc bit cleared means "ignore it." */
Rusty Russell49668682010-08-05 12:59:10 -0600224 if ((shdr->sh_flags & SHF_ALLOC)
225 && strcmp(info->secstrings + shdr->sh_name, name) == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700226 return i;
Rusty Russell49668682010-08-05 12:59:10 -0600227 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228 return 0;
229}
230
Rusty Russell5e458cc2008-10-22 10:00:13 -0500231/* Find a module section, or NULL. */
Rusty Russell49668682010-08-05 12:59:10 -0600232static void *section_addr(const struct load_info *info, const char *name)
Rusty Russell5e458cc2008-10-22 10:00:13 -0500233{
234 /* Section 0 has sh_addr 0. */
Rusty Russell49668682010-08-05 12:59:10 -0600235 return (void *)info->sechdrs[find_sec(info, name)].sh_addr;
Rusty Russell5e458cc2008-10-22 10:00:13 -0500236}
237
238/* Find a module section, or NULL. Fill in number of "objects" in section. */
Rusty Russell49668682010-08-05 12:59:10 -0600239static void *section_objs(const struct load_info *info,
Rusty Russell5e458cc2008-10-22 10:00:13 -0500240 const char *name,
241 size_t object_size,
242 unsigned int *num)
243{
Rusty Russell49668682010-08-05 12:59:10 -0600244 unsigned int sec = find_sec(info, name);
Rusty Russell5e458cc2008-10-22 10:00:13 -0500245
246 /* Section 0 has sh_addr 0 and sh_size 0. */
Rusty Russell49668682010-08-05 12:59:10 -0600247 *num = info->sechdrs[sec].sh_size / object_size;
248 return (void *)info->sechdrs[sec].sh_addr;
Rusty Russell5e458cc2008-10-22 10:00:13 -0500249}
250
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251/* Provided by the linker */
252extern const struct kernel_symbol __start___ksymtab[];
253extern const struct kernel_symbol __stop___ksymtab[];
254extern const struct kernel_symbol __start___ksymtab_gpl[];
255extern const struct kernel_symbol __stop___ksymtab_gpl[];
Greg Kroah-Hartman9f28bb72006-03-20 13:17:13 -0800256extern const struct kernel_symbol __start___ksymtab_gpl_future[];
257extern const struct kernel_symbol __stop___ksymtab_gpl_future[];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258extern const unsigned long __start___kcrctab[];
259extern const unsigned long __start___kcrctab_gpl[];
Greg Kroah-Hartman9f28bb72006-03-20 13:17:13 -0800260extern const unsigned long __start___kcrctab_gpl_future[];
Denys Vlasenkof7f5b672008-07-22 19:24:26 -0500261#ifdef CONFIG_UNUSED_SYMBOLS
262extern const struct kernel_symbol __start___ksymtab_unused[];
263extern const struct kernel_symbol __stop___ksymtab_unused[];
264extern const struct kernel_symbol __start___ksymtab_unused_gpl[];
265extern const struct kernel_symbol __stop___ksymtab_unused_gpl[];
Arjan van de Venf71d20e2006-06-28 04:26:45 -0700266extern const unsigned long __start___kcrctab_unused[];
267extern const unsigned long __start___kcrctab_unused_gpl[];
Denys Vlasenkof7f5b672008-07-22 19:24:26 -0500268#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269
270#ifndef CONFIG_MODVERSIONS
271#define symversion(base, idx) NULL
272#else
Andrew Mortonf83ca9f2006-03-28 01:56:20 -0800273#define symversion(base, idx) ((base != NULL) ? ((base) + (idx)) : NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274#endif
275
Rusty Russelldafd0942008-07-22 19:24:25 -0500276static bool each_symbol_in_section(const struct symsearch *arr,
277 unsigned int arrsize,
278 struct module *owner,
279 bool (*fn)(const struct symsearch *syms,
280 struct module *owner,
Rusty Russellde4d8d52011-04-19 21:49:58 +0200281 void *data),
Rusty Russelldafd0942008-07-22 19:24:25 -0500282 void *data)
Sam Ravnborg3fd68052006-02-08 21:16:45 +0100283{
Rusty Russellde4d8d52011-04-19 21:49:58 +0200284 unsigned int j;
Rusty Russelldafd0942008-07-22 19:24:25 -0500285
286 for (j = 0; j < arrsize; j++) {
Rusty Russellde4d8d52011-04-19 21:49:58 +0200287 if (fn(&arr[j], owner, data))
288 return true;
Rusty Russelldafd0942008-07-22 19:24:25 -0500289 }
290
291 return false;
Sam Ravnborg3fd68052006-02-08 21:16:45 +0100292}
293
Rusty Russelldafd0942008-07-22 19:24:25 -0500294/* Returns true as soon as fn returns true, otherwise false. */
Rusty Russellde4d8d52011-04-19 21:49:58 +0200295bool each_symbol_section(bool (*fn)(const struct symsearch *arr,
296 struct module *owner,
297 void *data),
298 void *data)
Arjan van de Venf71d20e2006-06-28 04:26:45 -0700299{
Rusty Russelldafd0942008-07-22 19:24:25 -0500300 struct module *mod;
Linus Torvalds44032e62010-08-05 12:59:05 -0600301 static const struct symsearch arr[] = {
Rusty Russelldafd0942008-07-22 19:24:25 -0500302 { __start___ksymtab, __stop___ksymtab, __start___kcrctab,
303 NOT_GPL_ONLY, false },
304 { __start___ksymtab_gpl, __stop___ksymtab_gpl,
305 __start___kcrctab_gpl,
306 GPL_ONLY, false },
307 { __start___ksymtab_gpl_future, __stop___ksymtab_gpl_future,
308 __start___kcrctab_gpl_future,
309 WILL_BE_GPL_ONLY, false },
Denys Vlasenkof7f5b672008-07-22 19:24:26 -0500310#ifdef CONFIG_UNUSED_SYMBOLS
Rusty Russelldafd0942008-07-22 19:24:25 -0500311 { __start___ksymtab_unused, __stop___ksymtab_unused,
312 __start___kcrctab_unused,
313 NOT_GPL_ONLY, true },
314 { __start___ksymtab_unused_gpl, __stop___ksymtab_unused_gpl,
315 __start___kcrctab_unused_gpl,
316 GPL_ONLY, true },
Denys Vlasenkof7f5b672008-07-22 19:24:26 -0500317#endif
Rusty Russelldafd0942008-07-22 19:24:25 -0500318 };
319
320 if (each_symbol_in_section(arr, ARRAY_SIZE(arr), NULL, fn, data))
321 return true;
322
Andi Kleend72b3752008-08-30 10:09:00 +0200323 list_for_each_entry_rcu(mod, &modules, list) {
Rusty Russelldafd0942008-07-22 19:24:25 -0500324 struct symsearch arr[] = {
325 { mod->syms, mod->syms + mod->num_syms, mod->crcs,
326 NOT_GPL_ONLY, false },
327 { mod->gpl_syms, mod->gpl_syms + mod->num_gpl_syms,
328 mod->gpl_crcs,
329 GPL_ONLY, false },
330 { mod->gpl_future_syms,
331 mod->gpl_future_syms + mod->num_gpl_future_syms,
332 mod->gpl_future_crcs,
333 WILL_BE_GPL_ONLY, false },
Denys Vlasenkof7f5b672008-07-22 19:24:26 -0500334#ifdef CONFIG_UNUSED_SYMBOLS
Rusty Russelldafd0942008-07-22 19:24:25 -0500335 { mod->unused_syms,
336 mod->unused_syms + mod->num_unused_syms,
337 mod->unused_crcs,
338 NOT_GPL_ONLY, true },
339 { mod->unused_gpl_syms,
340 mod->unused_gpl_syms + mod->num_unused_gpl_syms,
341 mod->unused_gpl_crcs,
342 GPL_ONLY, true },
Denys Vlasenkof7f5b672008-07-22 19:24:26 -0500343#endif
Rusty Russelldafd0942008-07-22 19:24:25 -0500344 };
345
346 if (each_symbol_in_section(arr, ARRAY_SIZE(arr), mod, fn, data))
347 return true;
348 }
349 return false;
Arjan van de Venf71d20e2006-06-28 04:26:45 -0700350}
Rusty Russellde4d8d52011-04-19 21:49:58 +0200351EXPORT_SYMBOL_GPL(each_symbol_section);
Arjan van de Venf71d20e2006-06-28 04:26:45 -0700352
Rusty Russelldafd0942008-07-22 19:24:25 -0500353struct find_symbol_arg {
354 /* Input */
355 const char *name;
356 bool gplok;
357 bool warn;
358
359 /* Output */
360 struct module *owner;
361 const unsigned long *crc;
Tim Abbott414fd312008-12-05 19:03:56 -0500362 const struct kernel_symbol *sym;
Rusty Russelldafd0942008-07-22 19:24:25 -0500363};
364
Rusty Russellde4d8d52011-04-19 21:49:58 +0200365static bool check_symbol(const struct symsearch *syms,
366 struct module *owner,
367 unsigned int symnum, void *data)
Rusty Russellad9546c2008-05-01 21:14:59 -0500368{
Rusty Russelldafd0942008-07-22 19:24:25 -0500369 struct find_symbol_arg *fsa = data;
370
Rusty Russelldafd0942008-07-22 19:24:25 -0500371 if (!fsa->gplok) {
372 if (syms->licence == GPL_ONLY)
373 return false;
374 if (syms->licence == WILL_BE_GPL_ONLY && fsa->warn) {
375 printk(KERN_WARNING "Symbol %s is being used "
376 "by a non-GPL module, which will not "
377 "be allowed in the future\n", fsa->name);
378 printk(KERN_WARNING "Please see the file "
379 "Documentation/feature-removal-schedule.txt "
380 "in the kernel source tree for more details.\n");
381 }
382 }
383
Denys Vlasenkof7f5b672008-07-22 19:24:26 -0500384#ifdef CONFIG_UNUSED_SYMBOLS
Rusty Russelldafd0942008-07-22 19:24:25 -0500385 if (syms->unused && fsa->warn) {
Rusty Russellad9546c2008-05-01 21:14:59 -0500386 printk(KERN_WARNING "Symbol %s is marked as UNUSED, "
Rusty Russelldafd0942008-07-22 19:24:25 -0500387 "however this module is using it.\n", fsa->name);
Rusty Russellad9546c2008-05-01 21:14:59 -0500388 printk(KERN_WARNING
389 "This symbol will go away in the future.\n");
390 printk(KERN_WARNING
391 "Please evalute if this is the right api to use and if "
392 "it really is, submit a report the linux kernel "
393 "mailinglist together with submitting your code for "
394 "inclusion.\n");
395 }
Denys Vlasenkof7f5b672008-07-22 19:24:26 -0500396#endif
Rusty Russelldafd0942008-07-22 19:24:25 -0500397
398 fsa->owner = owner;
399 fsa->crc = symversion(syms->crcs, symnum);
Tim Abbott414fd312008-12-05 19:03:56 -0500400 fsa->sym = &syms->start[symnum];
Rusty Russellad9546c2008-05-01 21:14:59 -0500401 return true;
402}
403
Alessio Igor Bogani403ed272011-04-20 11:10:52 +0200404static int cmp_name(const void *va, const void *vb)
405{
406 const char *a;
407 const struct kernel_symbol *b;
408 a = va; b = vb;
409 return strcmp(a, b->name);
410}
411
Rusty Russellde4d8d52011-04-19 21:49:58 +0200412static bool find_symbol_in_section(const struct symsearch *syms,
413 struct module *owner,
414 void *data)
415{
416 struct find_symbol_arg *fsa = data;
Alessio Igor Bogani403ed272011-04-20 11:10:52 +0200417 struct kernel_symbol *sym;
Rusty Russellde4d8d52011-04-19 21:49:58 +0200418
Alessio Igor Bogani403ed272011-04-20 11:10:52 +0200419 sym = bsearch(fsa->name, syms->start, syms->stop - syms->start,
420 sizeof(struct kernel_symbol), cmp_name);
421
422 if (sym != NULL && check_symbol(syms, owner, sym - syms->start, data))
423 return true;
424
Rusty Russellde4d8d52011-04-19 21:49:58 +0200425 return false;
426}
427
Tim Abbott414fd312008-12-05 19:03:56 -0500428/* Find a symbol and return it, along with, (optional) crc and
Rusty Russell75676502010-06-05 11:17:36 -0600429 * (optional) module which owns it. Needs preempt disabled or module_mutex. */
Tim Abbottc6b37802008-12-05 19:03:59 -0500430const struct kernel_symbol *find_symbol(const char *name,
431 struct module **owner,
432 const unsigned long **crc,
433 bool gplok,
434 bool warn)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435{
Rusty Russelldafd0942008-07-22 19:24:25 -0500436 struct find_symbol_arg fsa;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437
Rusty Russelldafd0942008-07-22 19:24:25 -0500438 fsa.name = name;
439 fsa.gplok = gplok;
440 fsa.warn = warn;
441
Rusty Russellde4d8d52011-04-19 21:49:58 +0200442 if (each_symbol_section(find_symbol_in_section, &fsa)) {
Rusty Russellad9546c2008-05-01 21:14:59 -0500443 if (owner)
Rusty Russelldafd0942008-07-22 19:24:25 -0500444 *owner = fsa.owner;
445 if (crc)
446 *crc = fsa.crc;
Tim Abbott414fd312008-12-05 19:03:56 -0500447 return fsa.sym;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700448 }
Rusty Russellad9546c2008-05-01 21:14:59 -0500449
Jim Cromie5e124162011-12-06 12:11:31 -0700450 pr_debug("Failed to find symbol %s\n", name);
Tim Abbott414fd312008-12-05 19:03:56 -0500451 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452}
Tim Abbottc6b37802008-12-05 19:03:59 -0500453EXPORT_SYMBOL_GPL(find_symbol);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455/* Search for module by name: must hold module_mutex. */
Tim Abbottc6b37802008-12-05 19:03:59 -0500456struct module *find_module(const char *name)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457{
458 struct module *mod;
459
460 list_for_each_entry(mod, &modules, list) {
461 if (strcmp(mod->name, name) == 0)
462 return mod;
463 }
464 return NULL;
465}
Tim Abbottc6b37802008-12-05 19:03:59 -0500466EXPORT_SYMBOL_GPL(find_module);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467
468#ifdef CONFIG_SMP
Tejun Heofbf59bc2009-02-20 16:29:08 +0900469
Tejun Heo259354d2010-03-10 18:56:10 +0900470static inline void __percpu *mod_percpu(struct module *mod)
Tejun Heofbf59bc2009-02-20 16:29:08 +0900471{
Tejun Heo259354d2010-03-10 18:56:10 +0900472 return mod->percpu;
473}
Tejun Heofbf59bc2009-02-20 16:29:08 +0900474
Tejun Heo259354d2010-03-10 18:56:10 +0900475static int percpu_modalloc(struct module *mod,
476 unsigned long size, unsigned long align)
477{
Tejun Heofbf59bc2009-02-20 16:29:08 +0900478 if (align > PAGE_SIZE) {
479 printk(KERN_WARNING "%s: per-cpu alignment %li > %li\n",
Tejun Heo259354d2010-03-10 18:56:10 +0900480 mod->name, align, PAGE_SIZE);
Tejun Heofbf59bc2009-02-20 16:29:08 +0900481 align = PAGE_SIZE;
482 }
483
Tejun Heo259354d2010-03-10 18:56:10 +0900484 mod->percpu = __alloc_reserved_percpu(size, align);
485 if (!mod->percpu) {
Tejun Heofbf59bc2009-02-20 16:29:08 +0900486 printk(KERN_WARNING
Rusty Russelld9131882010-08-05 12:59:08 -0600487 "%s: Could not allocate %lu bytes percpu data\n",
488 mod->name, size);
Tejun Heo259354d2010-03-10 18:56:10 +0900489 return -ENOMEM;
490 }
491 mod->percpu_size = size;
492 return 0;
Tejun Heofbf59bc2009-02-20 16:29:08 +0900493}
494
Tejun Heo259354d2010-03-10 18:56:10 +0900495static void percpu_modfree(struct module *mod)
Tejun Heofbf59bc2009-02-20 16:29:08 +0900496{
Tejun Heo259354d2010-03-10 18:56:10 +0900497 free_percpu(mod->percpu);
Tejun Heofbf59bc2009-02-20 16:29:08 +0900498}
499
Rusty Russell49668682010-08-05 12:59:10 -0600500static unsigned int find_pcpusec(struct load_info *info)
Tejun Heo6b588c12009-02-20 16:29:07 +0900501{
Rusty Russell49668682010-08-05 12:59:10 -0600502 return find_sec(info, ".data..percpu");
Tejun Heo6b588c12009-02-20 16:29:07 +0900503}
504
Tejun Heo259354d2010-03-10 18:56:10 +0900505static void percpu_modcopy(struct module *mod,
506 const void *from, unsigned long size)
Tejun Heo6b588c12009-02-20 16:29:07 +0900507{
508 int cpu;
509
510 for_each_possible_cpu(cpu)
Tejun Heo259354d2010-03-10 18:56:10 +0900511 memcpy(per_cpu_ptr(mod->percpu, cpu), from, size);
Tejun Heo6b588c12009-02-20 16:29:07 +0900512}
513
Tejun Heo10fad5e2010-03-10 18:57:54 +0900514/**
515 * is_module_percpu_address - test whether address is from module static percpu
516 * @addr: address to test
517 *
518 * Test whether @addr belongs to module static percpu area.
519 *
520 * RETURNS:
521 * %true if @addr is from module static percpu area
522 */
523bool is_module_percpu_address(unsigned long addr)
524{
525 struct module *mod;
526 unsigned int cpu;
527
528 preempt_disable();
529
530 list_for_each_entry_rcu(mod, &modules, list) {
531 if (!mod->percpu_size)
532 continue;
533 for_each_possible_cpu(cpu) {
534 void *start = per_cpu_ptr(mod->percpu, cpu);
535
536 if ((void *)addr >= start &&
537 (void *)addr < start + mod->percpu_size) {
538 preempt_enable();
539 return true;
540 }
541 }
542 }
543
544 preempt_enable();
545 return false;
Daniel Walker22a8bde2007-10-18 03:06:07 -0700546}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547
548#else /* ... !CONFIG_SMP */
Tejun Heo6b588c12009-02-20 16:29:07 +0900549
Tejun Heo259354d2010-03-10 18:56:10 +0900550static inline void __percpu *mod_percpu(struct module *mod)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700551{
552 return NULL;
553}
Tejun Heo259354d2010-03-10 18:56:10 +0900554static inline int percpu_modalloc(struct module *mod,
555 unsigned long size, unsigned long align)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556{
Tejun Heo259354d2010-03-10 18:56:10 +0900557 return -ENOMEM;
558}
559static inline void percpu_modfree(struct module *mod)
560{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561}
Rusty Russell49668682010-08-05 12:59:10 -0600562static unsigned int find_pcpusec(struct load_info *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563{
564 return 0;
565}
Tejun Heo259354d2010-03-10 18:56:10 +0900566static inline void percpu_modcopy(struct module *mod,
567 const void *from, unsigned long size)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568{
569 /* pcpusec should be 0, and size of that section should be 0. */
570 BUG_ON(size != 0);
571}
Tejun Heo10fad5e2010-03-10 18:57:54 +0900572bool is_module_percpu_address(unsigned long addr)
573{
574 return false;
575}
Tejun Heo6b588c12009-02-20 16:29:07 +0900576
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577#endif /* CONFIG_SMP */
578
Matt Domschc988d2b2005-06-23 22:05:15 -0700579#define MODINFO_ATTR(field) \
580static void setup_modinfo_##field(struct module *mod, const char *s) \
581{ \
582 mod->field = kstrdup(s, GFP_KERNEL); \
583} \
584static ssize_t show_modinfo_##field(struct module_attribute *mattr, \
Kay Sievers4befb022011-07-24 22:06:04 +0930585 struct module_kobject *mk, char *buffer) \
Matt Domschc988d2b2005-06-23 22:05:15 -0700586{ \
Kay Sievers4befb022011-07-24 22:06:04 +0930587 return sprintf(buffer, "%s\n", mk->mod->field); \
Matt Domschc988d2b2005-06-23 22:05:15 -0700588} \
589static int modinfo_##field##_exists(struct module *mod) \
590{ \
591 return mod->field != NULL; \
592} \
593static void free_modinfo_##field(struct module *mod) \
594{ \
Daniel Walker22a8bde2007-10-18 03:06:07 -0700595 kfree(mod->field); \
596 mod->field = NULL; \
Matt Domschc988d2b2005-06-23 22:05:15 -0700597} \
598static struct module_attribute modinfo_##field = { \
Tejun Heo7b595752007-06-14 03:45:17 +0900599 .attr = { .name = __stringify(field), .mode = 0444 }, \
Matt Domschc988d2b2005-06-23 22:05:15 -0700600 .show = show_modinfo_##field, \
601 .setup = setup_modinfo_##field, \
602 .test = modinfo_##field##_exists, \
603 .free = free_modinfo_##field, \
604};
605
606MODINFO_ATTR(version);
607MODINFO_ATTR(srcversion);
608
Arjan van de Vene14af7e2008-01-25 21:08:33 +0100609static char last_unloaded_module[MODULE_NAME_LEN+1];
610
Greg Kroah-Hartman03e88ae12006-02-16 13:50:23 -0800611#ifdef CONFIG_MODULE_UNLOAD
Steven Rostedteb0c5372010-03-29 14:25:18 -0400612
613EXPORT_TRACEPOINT_SYMBOL(module_get);
614
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615/* Init the unload section of the module. */
Rusty Russell9f85a4b2010-08-05 12:59:04 -0600616static int module_unload_init(struct module *mod)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617{
Rusty Russell9f85a4b2010-08-05 12:59:04 -0600618 mod->refptr = alloc_percpu(struct module_ref);
619 if (!mod->refptr)
620 return -ENOMEM;
621
Linus Torvalds2c02dfe2010-05-31 12:19:37 -0700622 INIT_LIST_HEAD(&mod->source_list);
623 INIT_LIST_HEAD(&mod->target_list);
Christoph Lametere1783a22010-01-05 15:34:50 +0900624
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625 /* Hold reference count during initialization. */
Nick Piggin5fbfb182010-04-01 19:09:40 +1100626 __this_cpu_write(mod->refptr->incs, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627 /* Backwards compatibility macros put refcount during init. */
628 mod->waiter = current;
Rusty Russell9f85a4b2010-08-05 12:59:04 -0600629
630 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631}
632
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633/* Does a already use b? */
634static int already_uses(struct module *a, struct module *b)
635{
636 struct module_use *use;
637
Linus Torvalds2c02dfe2010-05-31 12:19:37 -0700638 list_for_each_entry(use, &b->source_list, source_list) {
639 if (use->source == a) {
Jim Cromie5e124162011-12-06 12:11:31 -0700640 pr_debug("%s uses %s!\n", a->name, b->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641 return 1;
642 }
643 }
Jim Cromie5e124162011-12-06 12:11:31 -0700644 pr_debug("%s does not use %s!\n", a->name, b->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645 return 0;
646}
647
Linus Torvalds2c02dfe2010-05-31 12:19:37 -0700648/*
649 * Module a uses b
650 * - we add 'a' as a "source", 'b' as a "target" of module use
651 * - the module_use is added to the list of 'b' sources (so
652 * 'b' can walk the list to see who sourced them), and of 'a'
653 * targets (so 'a' can see what modules it targets).
654 */
655static int add_module_usage(struct module *a, struct module *b)
656{
Linus Torvalds2c02dfe2010-05-31 12:19:37 -0700657 struct module_use *use;
658
Jim Cromie5e124162011-12-06 12:11:31 -0700659 pr_debug("Allocating new usage for %s.\n", a->name);
Linus Torvalds2c02dfe2010-05-31 12:19:37 -0700660 use = kmalloc(sizeof(*use), GFP_ATOMIC);
661 if (!use) {
662 printk(KERN_WARNING "%s: out of memory loading\n", a->name);
663 return -ENOMEM;
664 }
665
666 use->source = a;
667 use->target = b;
668 list_add(&use->source_list, &b->source_list);
669 list_add(&use->target_list, &a->target_list);
Linus Torvalds2c02dfe2010-05-31 12:19:37 -0700670 return 0;
671}
672
Rusty Russell75676502010-06-05 11:17:36 -0600673/* Module a uses b: caller needs module_mutex() */
Rusty Russell9bea7f22010-06-05 11:17:37 -0600674int ref_module(struct module *a, struct module *b)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675{
Rusty Russellc8e21ce2010-06-05 11:17:35 -0600676 int err;
Kay Sievers270a6c42007-01-18 13:26:15 +0100677
Rusty Russell9bea7f22010-06-05 11:17:37 -0600678 if (b == NULL || already_uses(a, b))
Linus Torvalds218ce732010-05-25 16:48:30 -0700679 return 0;
Linus Torvalds218ce732010-05-25 16:48:30 -0700680
Rusty Russell9bea7f22010-06-05 11:17:37 -0600681 /* If module isn't available, we fail. */
682 err = strong_try_module_get(b);
Rusty Russellc9a3ba52008-01-29 17:13:18 -0500683 if (err)
Rusty Russell9bea7f22010-06-05 11:17:37 -0600684 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700685
Linus Torvalds2c02dfe2010-05-31 12:19:37 -0700686 err = add_module_usage(a, b);
687 if (err) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688 module_put(b);
Rusty Russell9bea7f22010-06-05 11:17:37 -0600689 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690 }
Rusty Russell9bea7f22010-06-05 11:17:37 -0600691 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692}
Rusty Russell9bea7f22010-06-05 11:17:37 -0600693EXPORT_SYMBOL_GPL(ref_module);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694
695/* Clear the unload stuff of the module. */
696static void module_unload_free(struct module *mod)
697{
Linus Torvalds2c02dfe2010-05-31 12:19:37 -0700698 struct module_use *use, *tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699
Rusty Russell75676502010-06-05 11:17:36 -0600700 mutex_lock(&module_mutex);
Linus Torvalds2c02dfe2010-05-31 12:19:37 -0700701 list_for_each_entry_safe(use, tmp, &mod->target_list, target_list) {
702 struct module *i = use->target;
Jim Cromie5e124162011-12-06 12:11:31 -0700703 pr_debug("%s unusing %s\n", mod->name, i->name);
Linus Torvalds2c02dfe2010-05-31 12:19:37 -0700704 module_put(i);
705 list_del(&use->source_list);
706 list_del(&use->target_list);
707 kfree(use);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708 }
Rusty Russell75676502010-06-05 11:17:36 -0600709 mutex_unlock(&module_mutex);
Rusty Russell9f85a4b2010-08-05 12:59:04 -0600710
711 free_percpu(mod->refptr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712}
713
714#ifdef CONFIG_MODULE_FORCE_UNLOAD
Akinobu Mitafb169792006-01-08 01:04:29 -0800715static inline int try_force_unload(unsigned int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700716{
717 int ret = (flags & O_TRUNC);
718 if (ret)
Akinobu Mitafb169792006-01-08 01:04:29 -0800719 add_taint(TAINT_FORCED_RMMOD);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720 return ret;
721}
722#else
Akinobu Mitafb169792006-01-08 01:04:29 -0800723static inline int try_force_unload(unsigned int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724{
725 return 0;
726}
727#endif /* CONFIG_MODULE_FORCE_UNLOAD */
728
729struct stopref
730{
731 struct module *mod;
732 int flags;
733 int *forced;
734};
735
736/* Whole machine is stopped with interrupts off when this runs. */
737static int __try_stop_module(void *_sref)
738{
739 struct stopref *sref = _sref;
740
Rusty Russellda39ba52008-07-22 19:24:25 -0500741 /* If it's not unused, quit unless we're forcing. */
742 if (module_refcount(sref->mod) != 0) {
Akinobu Mitafb169792006-01-08 01:04:29 -0800743 if (!(*sref->forced = try_force_unload(sref->flags)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700744 return -EWOULDBLOCK;
745 }
746
747 /* Mark it as dying. */
748 sref->mod->state = MODULE_STATE_GOING;
749 return 0;
750}
751
752static int try_stop_module(struct module *mod, int flags, int *forced)
753{
Rusty Russellda39ba52008-07-22 19:24:25 -0500754 if (flags & O_NONBLOCK) {
755 struct stopref sref = { mod, flags, forced };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756
Rusty Russell9b1a4d32008-07-28 12:16:30 -0500757 return stop_machine(__try_stop_module, &sref, NULL);
Rusty Russellda39ba52008-07-22 19:24:25 -0500758 } else {
759 /* We don't need to stop the machine for this. */
760 mod->state = MODULE_STATE_GOING;
761 synchronize_sched();
762 return 0;
763 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764}
765
Eric Dumazetbd77c042012-01-13 09:32:14 +1030766unsigned long module_refcount(struct module *mod)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767{
Eric Dumazetbd77c042012-01-13 09:32:14 +1030768 unsigned long incs = 0, decs = 0;
Eric Dumazet720eba32009-02-03 13:31:36 +1030769 int cpu;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770
Eric Dumazet720eba32009-02-03 13:31:36 +1030771 for_each_possible_cpu(cpu)
Nick Piggin5fbfb182010-04-01 19:09:40 +1100772 decs += per_cpu_ptr(mod->refptr, cpu)->decs;
773 /*
774 * ensure the incs are added up after the decs.
775 * module_put ensures incs are visible before decs with smp_wmb.
776 *
777 * This 2-count scheme avoids the situation where the refcount
778 * for CPU0 is read, then CPU0 increments the module refcount,
779 * then CPU1 drops that refcount, then the refcount for CPU1 is
780 * read. We would record a decrement but not its corresponding
781 * increment so we would see a low count (disaster).
782 *
783 * Rare situation? But module_refcount can be preempted, and we
784 * might be tallying up 4096+ CPUs. So it is not impossible.
785 */
786 smp_rmb();
787 for_each_possible_cpu(cpu)
788 incs += per_cpu_ptr(mod->refptr, cpu)->incs;
789 return incs - decs;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790}
791EXPORT_SYMBOL(module_refcount);
792
793/* This exists whether we can unload or not */
794static void free_module(struct module *mod);
795
796static void wait_for_zero_refcount(struct module *mod)
797{
Matthew Wilcoxa6550202008-02-26 10:47:18 -0500798 /* Since we might sleep for some time, release the mutex first */
Ashutosh Naik6389a382006-03-23 03:00:46 -0800799 mutex_unlock(&module_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700800 for (;;) {
Jim Cromie5e124162011-12-06 12:11:31 -0700801 pr_debug("Looking at refcount...\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802 set_current_state(TASK_UNINTERRUPTIBLE);
803 if (module_refcount(mod) == 0)
804 break;
805 schedule();
806 }
807 current->state = TASK_RUNNING;
Ashutosh Naik6389a382006-03-23 03:00:46 -0800808 mutex_lock(&module_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700809}
810
Heiko Carstens17da2bd2009-01-14 14:14:10 +0100811SYSCALL_DEFINE2(delete_module, const char __user *, name_user,
812 unsigned int, flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813{
814 struct module *mod;
Greg Kroah-Hartmandfff0a02007-02-23 14:54:57 -0800815 char name[MODULE_NAME_LEN];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816 int ret, forced = 0;
817
Kees Cook3d433212009-04-02 15:49:29 -0700818 if (!capable(CAP_SYS_MODULE) || modules_disabled)
Greg Kroah-Hartmandfff0a02007-02-23 14:54:57 -0800819 return -EPERM;
820
821 if (strncpy_from_user(name, name_user, MODULE_NAME_LEN-1) < 0)
822 return -EFAULT;
823 name[MODULE_NAME_LEN-1] = '\0';
824
Tejun Heo3fc1f1e2010-05-06 18:49:20 +0200825 if (mutex_lock_interruptible(&module_mutex) != 0)
826 return -EINTR;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827
828 mod = find_module(name);
829 if (!mod) {
830 ret = -ENOENT;
831 goto out;
832 }
833
Linus Torvalds2c02dfe2010-05-31 12:19:37 -0700834 if (!list_empty(&mod->source_list)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835 /* Other modules depend on us: get rid of them first. */
836 ret = -EWOULDBLOCK;
837 goto out;
838 }
839
840 /* Doing init or already dying? */
841 if (mod->state != MODULE_STATE_LIVE) {
842 /* FIXME: if (force), slam module count and wake up
843 waiter --RR */
Jim Cromie5e124162011-12-06 12:11:31 -0700844 pr_debug("%s already dying\n", mod->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845 ret = -EBUSY;
846 goto out;
847 }
848
849 /* If it has an init func, it must have an exit func to unload */
Rusty Russellaf49d922007-10-16 23:26:27 -0700850 if (mod->init && !mod->exit) {
Akinobu Mitafb169792006-01-08 01:04:29 -0800851 forced = try_force_unload(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852 if (!forced) {
853 /* This module can't be removed */
854 ret = -EBUSY;
855 goto out;
856 }
857 }
858
859 /* Set this up before setting mod->state */
860 mod->waiter = current;
861
862 /* Stop the machine so refcounts can't move and disable module. */
863 ret = try_stop_module(mod, flags, &forced);
864 if (ret != 0)
865 goto out;
866
867 /* Never wait if forced. */
868 if (!forced && module_refcount(mod) != 0)
869 wait_for_zero_refcount(mod);
870
Peter Oberparleiterdf4b5652008-04-21 14:34:31 +0200871 mutex_unlock(&module_mutex);
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300872 /* Final destruction now no one is using it. */
Peter Oberparleiterdf4b5652008-04-21 14:34:31 +0200873 if (mod->exit != NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874 mod->exit();
Peter Oberparleiterdf4b5652008-04-21 14:34:31 +0200875 blocking_notifier_call_chain(&module_notify_list,
876 MODULE_STATE_GOING, mod);
Arjan van de Ven22a9d642009-01-07 08:45:46 -0800877 async_synchronize_full();
Rusty Russell75676502010-06-05 11:17:36 -0600878
Arjan van de Vene14af7e2008-01-25 21:08:33 +0100879 /* Store the name of the last unloaded module for diagnostic purposes */
Rusty Russellefa53452008-01-29 17:13:20 -0500880 strlcpy(last_unloaded_module, mod->name, sizeof(last_unloaded_module));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881
Rusty Russell75676502010-06-05 11:17:36 -0600882 free_module(mod);
883 return 0;
884out:
Ashutosh Naik6389a382006-03-23 03:00:46 -0800885 mutex_unlock(&module_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886 return ret;
887}
888
Jianjun Kongd1e99d72008-12-08 14:26:29 +0800889static inline void print_unload_info(struct seq_file *m, struct module *mod)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890{
891 struct module_use *use;
892 int printed_something = 0;
893
Eric Dumazetbd77c042012-01-13 09:32:14 +1030894 seq_printf(m, " %lu ", module_refcount(mod));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895
896 /* Always include a trailing , so userspace can differentiate
897 between this and the old multi-field proc format. */
Linus Torvalds2c02dfe2010-05-31 12:19:37 -0700898 list_for_each_entry(use, &mod->source_list, source_list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899 printed_something = 1;
Linus Torvalds2c02dfe2010-05-31 12:19:37 -0700900 seq_printf(m, "%s,", use->source->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901 }
902
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903 if (mod->init != NULL && mod->exit == NULL) {
904 printed_something = 1;
905 seq_printf(m, "[permanent],");
906 }
907
908 if (!printed_something)
909 seq_printf(m, "-");
910}
911
912void __symbol_put(const char *symbol)
913{
914 struct module *owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915
Rusty Russell24da1cb2007-07-15 23:41:46 -0700916 preempt_disable();
Tim Abbott414fd312008-12-05 19:03:56 -0500917 if (!find_symbol(symbol, &owner, NULL, true, false))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918 BUG();
919 module_put(owner);
Rusty Russell24da1cb2007-07-15 23:41:46 -0700920 preempt_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921}
922EXPORT_SYMBOL(__symbol_put);
923
Rusty Russell7d1d16e2009-08-26 22:02:54 +0930924/* Note this assumes addr is a function, which it currently always is. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925void symbol_put_addr(void *addr)
926{
Trent Piepho5e376612006-05-15 09:44:06 -0700927 struct module *modaddr;
Rusty Russell7d1d16e2009-08-26 22:02:54 +0930928 unsigned long a = (unsigned long)dereference_function_descriptor(addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929
Rusty Russell7d1d16e2009-08-26 22:02:54 +0930930 if (core_kernel_text(a))
Trent Piepho5e376612006-05-15 09:44:06 -0700931 return;
932
Rusty Russella6e6abd2009-03-31 13:05:31 -0600933 /* module_text_address is safe here: we're supposed to have reference
934 * to module from symbol_get, so it can't go away. */
Rusty Russell7d1d16e2009-08-26 22:02:54 +0930935 modaddr = __module_text_address(a);
Rusty Russella6e6abd2009-03-31 13:05:31 -0600936 BUG_ON(!modaddr);
Trent Piepho5e376612006-05-15 09:44:06 -0700937 module_put(modaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938}
939EXPORT_SYMBOL_GPL(symbol_put_addr);
940
941static ssize_t show_refcnt(struct module_attribute *mattr,
Kay Sievers4befb022011-07-24 22:06:04 +0930942 struct module_kobject *mk, char *buffer)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943{
Eric Dumazetbd77c042012-01-13 09:32:14 +1030944 return sprintf(buffer, "%lu\n", module_refcount(mk->mod));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945}
946
Kay Sieverscca3e702012-01-13 09:32:15 +1030947static struct module_attribute modinfo_refcnt =
948 __ATTR(refcnt, 0444, show_refcnt, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949
Steven Rostedtd53799b2012-03-26 12:50:52 +1030950void __module_get(struct module *module)
951{
952 if (module) {
953 preempt_disable();
954 __this_cpu_inc(module->refptr->incs);
955 trace_module_get(module, _RET_IP_);
956 preempt_enable();
957 }
958}
959EXPORT_SYMBOL(__module_get);
960
961bool try_module_get(struct module *module)
962{
963 bool ret = true;
964
965 if (module) {
966 preempt_disable();
967
968 if (likely(module_is_live(module))) {
969 __this_cpu_inc(module->refptr->incs);
970 trace_module_get(module, _RET_IP_);
971 } else
972 ret = false;
973
974 preempt_enable();
975 }
976 return ret;
977}
978EXPORT_SYMBOL(try_module_get);
979
Al Virof6a57032006-10-18 01:47:25 -0400980void module_put(struct module *module)
981{
982 if (module) {
Christoph Lametere1783a22010-01-05 15:34:50 +0900983 preempt_disable();
Nick Piggin5fbfb182010-04-01 19:09:40 +1100984 smp_wmb(); /* see comment in module_refcount */
985 __this_cpu_inc(module->refptr->decs);
Christoph Lametere1783a22010-01-05 15:34:50 +0900986
Li Zefanae832d12010-03-24 10:57:43 +0800987 trace_module_put(module, _RET_IP_);
Al Virof6a57032006-10-18 01:47:25 -0400988 /* Maybe they're waiting for us to drop reference? */
989 if (unlikely(!module_is_live(module)))
990 wake_up_process(module->waiter);
Christoph Lametere1783a22010-01-05 15:34:50 +0900991 preempt_enable();
Al Virof6a57032006-10-18 01:47:25 -0400992 }
993}
994EXPORT_SYMBOL(module_put);
995
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996#else /* !CONFIG_MODULE_UNLOAD */
Jianjun Kongd1e99d72008-12-08 14:26:29 +0800997static inline void print_unload_info(struct seq_file *m, struct module *mod)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998{
999 /* We don't know the usage count, or what modules are using. */
1000 seq_printf(m, " - -");
1001}
1002
1003static inline void module_unload_free(struct module *mod)
1004{
1005}
1006
Rusty Russell9bea7f22010-06-05 11:17:37 -06001007int ref_module(struct module *a, struct module *b)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008{
Rusty Russell9bea7f22010-06-05 11:17:37 -06001009 return strong_try_module_get(b);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001010}
Rusty Russell9bea7f22010-06-05 11:17:37 -06001011EXPORT_SYMBOL_GPL(ref_module);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012
Rusty Russell9f85a4b2010-08-05 12:59:04 -06001013static inline int module_unload_init(struct module *mod)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014{
Rusty Russell9f85a4b2010-08-05 12:59:04 -06001015 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016}
1017#endif /* CONFIG_MODULE_UNLOAD */
1018
Kevin Winchester53999bf2012-01-15 19:32:55 -04001019static size_t module_flags_taint(struct module *mod, char *buf)
1020{
1021 size_t l = 0;
1022
1023 if (mod->taints & (1 << TAINT_PROPRIETARY_MODULE))
1024 buf[l++] = 'P';
1025 if (mod->taints & (1 << TAINT_OOT_MODULE))
1026 buf[l++] = 'O';
1027 if (mod->taints & (1 << TAINT_FORCED_MODULE))
1028 buf[l++] = 'F';
1029 if (mod->taints & (1 << TAINT_CRAP))
1030 buf[l++] = 'C';
1031 /*
1032 * TAINT_FORCED_RMMOD: could be added.
1033 * TAINT_UNSAFE_SMP, TAINT_MACHINE_CHECK, TAINT_BAD_PAGE don't
1034 * apply to modules.
1035 */
1036 return l;
1037}
1038
Kay Sievers1f717402006-11-24 12:15:25 +01001039static ssize_t show_initstate(struct module_attribute *mattr,
Kay Sievers4befb022011-07-24 22:06:04 +09301040 struct module_kobject *mk, char *buffer)
Kay Sievers1f717402006-11-24 12:15:25 +01001041{
1042 const char *state = "unknown";
1043
Kay Sievers4befb022011-07-24 22:06:04 +09301044 switch (mk->mod->state) {
Kay Sievers1f717402006-11-24 12:15:25 +01001045 case MODULE_STATE_LIVE:
1046 state = "live";
1047 break;
1048 case MODULE_STATE_COMING:
1049 state = "coming";
1050 break;
1051 case MODULE_STATE_GOING:
1052 state = "going";
1053 break;
1054 }
1055 return sprintf(buffer, "%s\n", state);
1056}
1057
Kay Sieverscca3e702012-01-13 09:32:15 +10301058static struct module_attribute modinfo_initstate =
1059 __ATTR(initstate, 0444, show_initstate, NULL);
Kay Sievers1f717402006-11-24 12:15:25 +01001060
Kay Sievers88bfa322011-07-24 22:06:04 +09301061static ssize_t store_uevent(struct module_attribute *mattr,
1062 struct module_kobject *mk,
1063 const char *buffer, size_t count)
1064{
1065 enum kobject_action action;
1066
1067 if (kobject_action_type(buffer, count, &action) == 0)
1068 kobject_uevent(&mk->kobj, action);
1069 return count;
1070}
1071
Kay Sieverscca3e702012-01-13 09:32:15 +10301072struct module_attribute module_uevent =
1073 __ATTR(uevent, 0200, NULL, store_uevent);
1074
1075static ssize_t show_coresize(struct module_attribute *mattr,
1076 struct module_kobject *mk, char *buffer)
1077{
1078 return sprintf(buffer, "%u\n", mk->mod->core_size);
1079}
1080
1081static struct module_attribute modinfo_coresize =
1082 __ATTR(coresize, 0444, show_coresize, NULL);
1083
1084static ssize_t show_initsize(struct module_attribute *mattr,
1085 struct module_kobject *mk, char *buffer)
1086{
1087 return sprintf(buffer, "%u\n", mk->mod->init_size);
1088}
1089
1090static struct module_attribute modinfo_initsize =
1091 __ATTR(initsize, 0444, show_initsize, NULL);
1092
1093static ssize_t show_taint(struct module_attribute *mattr,
1094 struct module_kobject *mk, char *buffer)
1095{
1096 size_t l;
1097
1098 l = module_flags_taint(mk->mod, buffer);
1099 buffer[l++] = '\n';
1100 return l;
1101}
1102
1103static struct module_attribute modinfo_taint =
1104 __ATTR(taint, 0444, show_taint, NULL);
Kay Sievers88bfa322011-07-24 22:06:04 +09301105
Greg Kroah-Hartman03e88ae12006-02-16 13:50:23 -08001106static struct module_attribute *modinfo_attrs[] = {
Kay Sieverscca3e702012-01-13 09:32:15 +10301107 &module_uevent,
Greg Kroah-Hartman03e88ae12006-02-16 13:50:23 -08001108 &modinfo_version,
1109 &modinfo_srcversion,
Kay Sieverscca3e702012-01-13 09:32:15 +10301110 &modinfo_initstate,
1111 &modinfo_coresize,
1112 &modinfo_initsize,
1113 &modinfo_taint,
Greg Kroah-Hartman03e88ae12006-02-16 13:50:23 -08001114#ifdef CONFIG_MODULE_UNLOAD
Kay Sieverscca3e702012-01-13 09:32:15 +10301115 &modinfo_refcnt,
Greg Kroah-Hartman03e88ae12006-02-16 13:50:23 -08001116#endif
1117 NULL,
1118};
1119
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120static const char vermagic[] = VERMAGIC_STRING;
1121
Rusty Russellc6e665c2009-03-31 13:05:33 -06001122static int try_to_force_load(struct module *mod, const char *reason)
Linus Torvalds826e4502008-05-04 17:04:16 -07001123{
1124#ifdef CONFIG_MODULE_FORCE_LOAD
Andi Kleen25ddbb12008-10-15 22:01:41 -07001125 if (!test_taint(TAINT_FORCED_MODULE))
Rusty Russellc6e665c2009-03-31 13:05:33 -06001126 printk(KERN_WARNING "%s: %s: kernel tainted.\n",
1127 mod->name, reason);
Linus Torvalds826e4502008-05-04 17:04:16 -07001128 add_taint_module(mod, TAINT_FORCED_MODULE);
1129 return 0;
1130#else
1131 return -ENOEXEC;
1132#endif
1133}
1134
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135#ifdef CONFIG_MODVERSIONS
Rusty Russelld4703ae2009-12-15 16:28:32 -06001136/* If the arch applies (non-zero) relocations to kernel kcrctab, unapply it. */
1137static unsigned long maybe_relocated(unsigned long crc,
1138 const struct module *crc_owner)
1139{
1140#ifdef ARCH_RELOCATES_KCRCTAB
1141 if (crc_owner == NULL)
1142 return crc - (unsigned long)reloc_start;
1143#endif
1144 return crc;
1145}
1146
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147static int check_version(Elf_Shdr *sechdrs,
1148 unsigned int versindex,
1149 const char *symname,
1150 struct module *mod,
Rusty Russelld4703ae2009-12-15 16:28:32 -06001151 const unsigned long *crc,
1152 const struct module *crc_owner)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153{
1154 unsigned int i, num_versions;
1155 struct modversion_info *versions;
1156
1157 /* Exporting module didn't supply crcs? OK, we're already tainted. */
1158 if (!crc)
1159 return 1;
1160
Rusty Russella5dd6972008-05-09 16:24:21 +10001161 /* No versions at all? modprobe --force does this. */
1162 if (versindex == 0)
1163 return try_to_force_load(mod, symname) == 0;
1164
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165 versions = (void *) sechdrs[versindex].sh_addr;
1166 num_versions = sechdrs[versindex].sh_size
1167 / sizeof(struct modversion_info);
1168
1169 for (i = 0; i < num_versions; i++) {
1170 if (strcmp(versions[i].name, symname) != 0)
1171 continue;
1172
Rusty Russelld4703ae2009-12-15 16:28:32 -06001173 if (versions[i].crc == maybe_relocated(*crc, crc_owner))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174 return 1;
Jim Cromie5e124162011-12-06 12:11:31 -07001175 pr_debug("Found checksum %lX vs module %lX\n",
Rusty Russelld4703ae2009-12-15 16:28:32 -06001176 maybe_relocated(*crc, crc_owner), versions[i].crc);
Linus Torvalds826e4502008-05-04 17:04:16 -07001177 goto bad_version;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178 }
Linus Torvalds826e4502008-05-04 17:04:16 -07001179
Rusty Russella5dd6972008-05-09 16:24:21 +10001180 printk(KERN_WARNING "%s: no symbol version for %s\n",
1181 mod->name, symname);
1182 return 0;
Linus Torvalds826e4502008-05-04 17:04:16 -07001183
1184bad_version:
1185 printk("%s: disagrees about version of symbol %s\n",
1186 mod->name, symname);
1187 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188}
1189
1190static inline int check_modstruct_version(Elf_Shdr *sechdrs,
1191 unsigned int versindex,
1192 struct module *mod)
1193{
1194 const unsigned long *crc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195
Rusty Russell75676502010-06-05 11:17:36 -06001196 /* Since this should be found in kernel (which can't be removed),
1197 * no locking is necessary. */
Mike Frysinger6560dc12009-07-23 23:42:08 +09301198 if (!find_symbol(MODULE_SYMBOL_PREFIX "module_layout", NULL,
1199 &crc, true, false))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200 BUG();
Rusty Russelld4703ae2009-12-15 16:28:32 -06001201 return check_version(sechdrs, versindex, "module_layout", mod, crc,
1202 NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203}
1204
Rusty Russell91e37a72008-05-09 16:25:28 +10001205/* First part is kernel version, which we ignore if module has crcs. */
1206static inline int same_magic(const char *amagic, const char *bmagic,
1207 bool has_crcs)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208{
Rusty Russell91e37a72008-05-09 16:25:28 +10001209 if (has_crcs) {
1210 amagic += strcspn(amagic, " ");
1211 bmagic += strcspn(bmagic, " ");
1212 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213 return strcmp(amagic, bmagic) == 0;
1214}
1215#else
1216static inline int check_version(Elf_Shdr *sechdrs,
1217 unsigned int versindex,
1218 const char *symname,
1219 struct module *mod,
Rusty Russelld4703ae2009-12-15 16:28:32 -06001220 const unsigned long *crc,
1221 const struct module *crc_owner)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222{
1223 return 1;
1224}
1225
1226static inline int check_modstruct_version(Elf_Shdr *sechdrs,
1227 unsigned int versindex,
1228 struct module *mod)
1229{
1230 return 1;
1231}
1232
Rusty Russell91e37a72008-05-09 16:25:28 +10001233static inline int same_magic(const char *amagic, const char *bmagic,
1234 bool has_crcs)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235{
1236 return strcmp(amagic, bmagic) == 0;
1237}
1238#endif /* CONFIG_MODVERSIONS */
1239
Rusty Russell75676502010-06-05 11:17:36 -06001240/* Resolve a symbol for this module. I.e. if we find one, record usage. */
Rusty Russell49668682010-08-05 12:59:10 -06001241static const struct kernel_symbol *resolve_symbol(struct module *mod,
1242 const struct load_info *info,
Tim Abbott414fd312008-12-05 19:03:56 -05001243 const char *name,
Rusty Russell9bea7f22010-06-05 11:17:37 -06001244 char ownername[])
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245{
1246 struct module *owner;
Tim Abbott414fd312008-12-05 19:03:56 -05001247 const struct kernel_symbol *sym;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248 const unsigned long *crc;
Rusty Russell9bea7f22010-06-05 11:17:37 -06001249 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250
Rusty Russell75676502010-06-05 11:17:36 -06001251 mutex_lock(&module_mutex);
Tim Abbott414fd312008-12-05 19:03:56 -05001252 sym = find_symbol(name, &owner, &crc,
Andi Kleen25ddbb12008-10-15 22:01:41 -07001253 !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), true);
Rusty Russell9bea7f22010-06-05 11:17:37 -06001254 if (!sym)
1255 goto unlock;
1256
Rusty Russell49668682010-08-05 12:59:10 -06001257 if (!check_version(info->sechdrs, info->index.vers, name, mod, crc,
1258 owner)) {
Rusty Russell9bea7f22010-06-05 11:17:37 -06001259 sym = ERR_PTR(-EINVAL);
1260 goto getname;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261 }
Rusty Russell9bea7f22010-06-05 11:17:37 -06001262
1263 err = ref_module(mod, owner);
1264 if (err) {
1265 sym = ERR_PTR(err);
1266 goto getname;
1267 }
1268
1269getname:
1270 /* We must make copy under the lock if we failed to get ref. */
1271 strncpy(ownername, module_name(owner), MODULE_NAME_LEN);
1272unlock:
Rusty Russell75676502010-06-05 11:17:36 -06001273 mutex_unlock(&module_mutex);
Linus Torvalds218ce732010-05-25 16:48:30 -07001274 return sym;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275}
1276
Rusty Russell49668682010-08-05 12:59:10 -06001277static const struct kernel_symbol *
1278resolve_symbol_wait(struct module *mod,
1279 const struct load_info *info,
1280 const char *name)
Rusty Russell9bea7f22010-06-05 11:17:37 -06001281{
1282 const struct kernel_symbol *ksym;
Rusty Russell49668682010-08-05 12:59:10 -06001283 char owner[MODULE_NAME_LEN];
Rusty Russell9bea7f22010-06-05 11:17:37 -06001284
1285 if (wait_event_interruptible_timeout(module_wq,
Rusty Russell49668682010-08-05 12:59:10 -06001286 !IS_ERR(ksym = resolve_symbol(mod, info, name, owner))
1287 || PTR_ERR(ksym) != -EBUSY,
Rusty Russell9bea7f22010-06-05 11:17:37 -06001288 30 * HZ) <= 0) {
1289 printk(KERN_WARNING "%s: gave up waiting for init of module %s.\n",
Rusty Russell49668682010-08-05 12:59:10 -06001290 mod->name, owner);
Rusty Russell9bea7f22010-06-05 11:17:37 -06001291 }
1292 return ksym;
1293}
1294
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295/*
1296 * /sys/module/foo/sections stuff
1297 * J. Corbet <corbet@lwn.net>
1298 */
Rusty Russell8f6d0372010-08-05 12:59:09 -06001299#ifdef CONFIG_SYSFS
Ben Hutchings10b465a2009-12-19 14:43:01 +00001300
Rusty Russell8f6d0372010-08-05 12:59:09 -06001301#ifdef CONFIG_KALLSYMS
Ben Hutchings10b465a2009-12-19 14:43:01 +00001302static inline bool sect_empty(const Elf_Shdr *sect)
1303{
1304 return !(sect->sh_flags & SHF_ALLOC) || sect->sh_size == 0;
1305}
1306
Rusty Russella58730c2008-03-13 09:03:44 +00001307struct module_sect_attr
1308{
1309 struct module_attribute mattr;
1310 char *name;
1311 unsigned long address;
1312};
1313
1314struct module_sect_attrs
1315{
1316 struct attribute_group grp;
1317 unsigned int nsections;
1318 struct module_sect_attr attrs[0];
1319};
1320
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321static ssize_t module_sect_show(struct module_attribute *mattr,
Kay Sievers4befb022011-07-24 22:06:04 +09301322 struct module_kobject *mk, char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323{
1324 struct module_sect_attr *sattr =
1325 container_of(mattr, struct module_sect_attr, mattr);
Kees Cook9f36e2c2011-03-22 16:34:22 -07001326 return sprintf(buf, "0x%pK\n", (void *)sattr->address);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327}
1328
Ian S. Nelson04b1db92006-09-29 02:01:31 -07001329static void free_sect_attrs(struct module_sect_attrs *sect_attrs)
1330{
Rusty Russella58730c2008-03-13 09:03:44 +00001331 unsigned int section;
Ian S. Nelson04b1db92006-09-29 02:01:31 -07001332
1333 for (section = 0; section < sect_attrs->nsections; section++)
1334 kfree(sect_attrs->attrs[section].name);
1335 kfree(sect_attrs);
1336}
1337
Rusty Russell8f6d0372010-08-05 12:59:09 -06001338static void add_sect_attrs(struct module *mod, const struct load_info *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339{
1340 unsigned int nloaded = 0, i, size[2];
1341 struct module_sect_attrs *sect_attrs;
1342 struct module_sect_attr *sattr;
1343 struct attribute **gattr;
Daniel Walker22a8bde2007-10-18 03:06:07 -07001344
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345 /* Count loaded sections and allocate structures */
Rusty Russell8f6d0372010-08-05 12:59:09 -06001346 for (i = 0; i < info->hdr->e_shnum; i++)
1347 if (!sect_empty(&info->sechdrs[i]))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348 nloaded++;
1349 size[0] = ALIGN(sizeof(*sect_attrs)
1350 + nloaded * sizeof(sect_attrs->attrs[0]),
1351 sizeof(sect_attrs->grp.attrs[0]));
1352 size[1] = (nloaded + 1) * sizeof(sect_attrs->grp.attrs[0]);
Ian S. Nelson04b1db92006-09-29 02:01:31 -07001353 sect_attrs = kzalloc(size[0] + size[1], GFP_KERNEL);
1354 if (sect_attrs == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355 return;
1356
1357 /* Setup section attributes. */
1358 sect_attrs->grp.name = "sections";
1359 sect_attrs->grp.attrs = (void *)sect_attrs + size[0];
1360
Ian S. Nelson04b1db92006-09-29 02:01:31 -07001361 sect_attrs->nsections = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362 sattr = &sect_attrs->attrs[0];
1363 gattr = &sect_attrs->grp.attrs[0];
Rusty Russell8f6d0372010-08-05 12:59:09 -06001364 for (i = 0; i < info->hdr->e_shnum; i++) {
1365 Elf_Shdr *sec = &info->sechdrs[i];
1366 if (sect_empty(sec))
Helge Deller35dead42009-12-03 00:29:15 +01001367 continue;
Rusty Russell8f6d0372010-08-05 12:59:09 -06001368 sattr->address = sec->sh_addr;
1369 sattr->name = kstrdup(info->secstrings + sec->sh_name,
Ian S. Nelson04b1db92006-09-29 02:01:31 -07001370 GFP_KERNEL);
1371 if (sattr->name == NULL)
1372 goto out;
1373 sect_attrs->nsections++;
Eric W. Biederman361795b2010-02-12 13:41:56 -08001374 sysfs_attr_init(&sattr->mattr.attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375 sattr->mattr.show = module_sect_show;
1376 sattr->mattr.store = NULL;
1377 sattr->mattr.attr.name = sattr->name;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378 sattr->mattr.attr.mode = S_IRUGO;
1379 *(gattr++) = &(sattr++)->mattr.attr;
1380 }
1381 *gattr = NULL;
1382
1383 if (sysfs_create_group(&mod->mkobj.kobj, &sect_attrs->grp))
1384 goto out;
1385
1386 mod->sect_attrs = sect_attrs;
1387 return;
1388 out:
Ian S. Nelson04b1db92006-09-29 02:01:31 -07001389 free_sect_attrs(sect_attrs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001390}
1391
1392static void remove_sect_attrs(struct module *mod)
1393{
1394 if (mod->sect_attrs) {
1395 sysfs_remove_group(&mod->mkobj.kobj,
1396 &mod->sect_attrs->grp);
1397 /* We are positive that no one is using any sect attrs
1398 * at this point. Deallocate immediately. */
Ian S. Nelson04b1db92006-09-29 02:01:31 -07001399 free_sect_attrs(mod->sect_attrs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400 mod->sect_attrs = NULL;
1401 }
1402}
1403
Roland McGrath6d760132007-10-16 23:26:40 -07001404/*
1405 * /sys/module/foo/notes/.section.name gives contents of SHT_NOTE sections.
1406 */
1407
1408struct module_notes_attrs {
1409 struct kobject *dir;
1410 unsigned int notes;
1411 struct bin_attribute attrs[0];
1412};
1413
Chris Wright2c3c8be2010-05-12 18:28:57 -07001414static ssize_t module_notes_read(struct file *filp, struct kobject *kobj,
Roland McGrath6d760132007-10-16 23:26:40 -07001415 struct bin_attribute *bin_attr,
1416 char *buf, loff_t pos, size_t count)
1417{
1418 /*
1419 * The caller checked the pos and count against our size.
1420 */
1421 memcpy(buf, bin_attr->private + pos, count);
1422 return count;
1423}
1424
1425static void free_notes_attrs(struct module_notes_attrs *notes_attrs,
1426 unsigned int i)
1427{
1428 if (notes_attrs->dir) {
1429 while (i-- > 0)
1430 sysfs_remove_bin_file(notes_attrs->dir,
1431 &notes_attrs->attrs[i]);
Alexey Dobriyane9432092008-09-23 23:51:11 +04001432 kobject_put(notes_attrs->dir);
Roland McGrath6d760132007-10-16 23:26:40 -07001433 }
1434 kfree(notes_attrs);
1435}
1436
Rusty Russell8f6d0372010-08-05 12:59:09 -06001437static void add_notes_attrs(struct module *mod, const struct load_info *info)
Roland McGrath6d760132007-10-16 23:26:40 -07001438{
1439 unsigned int notes, loaded, i;
1440 struct module_notes_attrs *notes_attrs;
1441 struct bin_attribute *nattr;
1442
Ingo Molnarea6bff32009-08-28 10:44:56 +02001443 /* failed to create section attributes, so can't create notes */
1444 if (!mod->sect_attrs)
1445 return;
1446
Roland McGrath6d760132007-10-16 23:26:40 -07001447 /* Count notes sections and allocate structures. */
1448 notes = 0;
Rusty Russell8f6d0372010-08-05 12:59:09 -06001449 for (i = 0; i < info->hdr->e_shnum; i++)
1450 if (!sect_empty(&info->sechdrs[i]) &&
1451 (info->sechdrs[i].sh_type == SHT_NOTE))
Roland McGrath6d760132007-10-16 23:26:40 -07001452 ++notes;
1453
1454 if (notes == 0)
1455 return;
1456
1457 notes_attrs = kzalloc(sizeof(*notes_attrs)
1458 + notes * sizeof(notes_attrs->attrs[0]),
1459 GFP_KERNEL);
1460 if (notes_attrs == NULL)
1461 return;
1462
1463 notes_attrs->notes = notes;
1464 nattr = &notes_attrs->attrs[0];
Rusty Russell8f6d0372010-08-05 12:59:09 -06001465 for (loaded = i = 0; i < info->hdr->e_shnum; ++i) {
1466 if (sect_empty(&info->sechdrs[i]))
Roland McGrath6d760132007-10-16 23:26:40 -07001467 continue;
Rusty Russell8f6d0372010-08-05 12:59:09 -06001468 if (info->sechdrs[i].sh_type == SHT_NOTE) {
Eric W. Biederman361795b2010-02-12 13:41:56 -08001469 sysfs_bin_attr_init(nattr);
Roland McGrath6d760132007-10-16 23:26:40 -07001470 nattr->attr.name = mod->sect_attrs->attrs[loaded].name;
1471 nattr->attr.mode = S_IRUGO;
Rusty Russell8f6d0372010-08-05 12:59:09 -06001472 nattr->size = info->sechdrs[i].sh_size;
1473 nattr->private = (void *) info->sechdrs[i].sh_addr;
Roland McGrath6d760132007-10-16 23:26:40 -07001474 nattr->read = module_notes_read;
1475 ++nattr;
1476 }
1477 ++loaded;
1478 }
1479
Greg Kroah-Hartman4ff6abf2007-11-05 22:24:43 -08001480 notes_attrs->dir = kobject_create_and_add("notes", &mod->mkobj.kobj);
Roland McGrath6d760132007-10-16 23:26:40 -07001481 if (!notes_attrs->dir)
1482 goto out;
1483
1484 for (i = 0; i < notes; ++i)
1485 if (sysfs_create_bin_file(notes_attrs->dir,
1486 &notes_attrs->attrs[i]))
1487 goto out;
1488
1489 mod->notes_attrs = notes_attrs;
1490 return;
1491
1492 out:
1493 free_notes_attrs(notes_attrs, i);
1494}
1495
1496static void remove_notes_attrs(struct module *mod)
1497{
1498 if (mod->notes_attrs)
1499 free_notes_attrs(mod->notes_attrs, mod->notes_attrs->notes);
1500}
1501
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502#else
Ian S. Nelson04b1db92006-09-29 02:01:31 -07001503
Rusty Russell8f6d0372010-08-05 12:59:09 -06001504static inline void add_sect_attrs(struct module *mod,
1505 const struct load_info *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506{
1507}
1508
1509static inline void remove_sect_attrs(struct module *mod)
1510{
1511}
Roland McGrath6d760132007-10-16 23:26:40 -07001512
Rusty Russell8f6d0372010-08-05 12:59:09 -06001513static inline void add_notes_attrs(struct module *mod,
1514 const struct load_info *info)
Roland McGrath6d760132007-10-16 23:26:40 -07001515{
1516}
1517
1518static inline void remove_notes_attrs(struct module *mod)
1519{
1520}
Rusty Russell8f6d0372010-08-05 12:59:09 -06001521#endif /* CONFIG_KALLSYMS */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522
Rusty Russell80a3d1b2010-06-05 11:17:36 -06001523static void add_usage_links(struct module *mod)
1524{
1525#ifdef CONFIG_MODULE_UNLOAD
1526 struct module_use *use;
1527 int nowarn;
1528
Rusty Russell75676502010-06-05 11:17:36 -06001529 mutex_lock(&module_mutex);
Rusty Russell80a3d1b2010-06-05 11:17:36 -06001530 list_for_each_entry(use, &mod->target_list, target_list) {
1531 nowarn = sysfs_create_link(use->target->holders_dir,
1532 &mod->mkobj.kobj, mod->name);
1533 }
Rusty Russell75676502010-06-05 11:17:36 -06001534 mutex_unlock(&module_mutex);
Rusty Russell80a3d1b2010-06-05 11:17:36 -06001535#endif
1536}
1537
1538static void del_usage_links(struct module *mod)
1539{
1540#ifdef CONFIG_MODULE_UNLOAD
1541 struct module_use *use;
1542
Rusty Russell75676502010-06-05 11:17:36 -06001543 mutex_lock(&module_mutex);
Rusty Russell80a3d1b2010-06-05 11:17:36 -06001544 list_for_each_entry(use, &mod->target_list, target_list)
1545 sysfs_remove_link(use->target->holders_dir, mod->name);
Rusty Russell75676502010-06-05 11:17:36 -06001546 mutex_unlock(&module_mutex);
Rusty Russell80a3d1b2010-06-05 11:17:36 -06001547#endif
1548}
1549
Rusty Russell6407ebb22010-06-05 11:17:36 -06001550static int module_add_modinfo_attrs(struct module *mod)
Matt Domschc988d2b2005-06-23 22:05:15 -07001551{
1552 struct module_attribute *attr;
Greg Kroah-Hartman03e88ae12006-02-16 13:50:23 -08001553 struct module_attribute *temp_attr;
Matt Domschc988d2b2005-06-23 22:05:15 -07001554 int error = 0;
1555 int i;
1556
Greg Kroah-Hartman03e88ae12006-02-16 13:50:23 -08001557 mod->modinfo_attrs = kzalloc((sizeof(struct module_attribute) *
1558 (ARRAY_SIZE(modinfo_attrs) + 1)),
1559 GFP_KERNEL);
1560 if (!mod->modinfo_attrs)
1561 return -ENOMEM;
1562
1563 temp_attr = mod->modinfo_attrs;
Matt Domschc988d2b2005-06-23 22:05:15 -07001564 for (i = 0; (attr = modinfo_attrs[i]) && !error; i++) {
1565 if (!attr->test ||
Greg Kroah-Hartman03e88ae12006-02-16 13:50:23 -08001566 (attr->test && attr->test(mod))) {
1567 memcpy(temp_attr, attr, sizeof(*temp_attr));
Eric W. Biederman361795b2010-02-12 13:41:56 -08001568 sysfs_attr_init(&temp_attr->attr);
Greg Kroah-Hartman03e88ae12006-02-16 13:50:23 -08001569 error = sysfs_create_file(&mod->mkobj.kobj,&temp_attr->attr);
1570 ++temp_attr;
1571 }
Matt Domschc988d2b2005-06-23 22:05:15 -07001572 }
1573 return error;
1574}
1575
Rusty Russell6407ebb22010-06-05 11:17:36 -06001576static void module_remove_modinfo_attrs(struct module *mod)
Matt Domschc988d2b2005-06-23 22:05:15 -07001577{
1578 struct module_attribute *attr;
1579 int i;
1580
Greg Kroah-Hartman03e88ae12006-02-16 13:50:23 -08001581 for (i = 0; (attr = &mod->modinfo_attrs[i]); i++) {
1582 /* pick a field to test for end of list */
1583 if (!attr->attr.name)
1584 break;
Matt Domschc988d2b2005-06-23 22:05:15 -07001585 sysfs_remove_file(&mod->mkobj.kobj,&attr->attr);
Greg Kroah-Hartman03e88ae12006-02-16 13:50:23 -08001586 if (attr->free)
1587 attr->free(mod);
Matt Domschc988d2b2005-06-23 22:05:15 -07001588 }
Greg Kroah-Hartman03e88ae12006-02-16 13:50:23 -08001589 kfree(mod->modinfo_attrs);
Matt Domschc988d2b2005-06-23 22:05:15 -07001590}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591
Rusty Russell6407ebb22010-06-05 11:17:36 -06001592static int mod_sysfs_init(struct module *mod)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001593{
1594 int err;
Greg Kroah-Hartman6494a932008-01-27 15:38:40 -08001595 struct kobject *kobj;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596
Greg Kroah-Hartman823bccf2007-04-13 13:15:19 -07001597 if (!module_sysfs_initialized) {
1598 printk(KERN_ERR "%s: module sysfs not initialized\n",
Ed Swierk1cc5f712006-09-25 16:25:36 -07001599 mod->name);
1600 err = -EINVAL;
1601 goto out;
1602 }
Greg Kroah-Hartman6494a932008-01-27 15:38:40 -08001603
1604 kobj = kset_find_obj(module_kset, mod->name);
1605 if (kobj) {
1606 printk(KERN_ERR "%s: module is already loaded\n", mod->name);
1607 kobject_put(kobj);
1608 err = -EINVAL;
1609 goto out;
1610 }
1611
Linus Torvalds1da177e2005-04-16 15:20:36 -07001612 mod->mkobj.mod = mod;
Kay Sieverse17e0f52006-11-24 12:15:25 +01001613
Greg Kroah-Hartmanac3c8142007-12-17 23:05:35 -07001614 memset(&mod->mkobj.kobj, 0, sizeof(mod->mkobj.kobj));
1615 mod->mkobj.kobj.kset = module_kset;
1616 err = kobject_init_and_add(&mod->mkobj.kobj, &module_ktype, NULL,
1617 "%s", mod->name);
1618 if (err)
1619 kobject_put(&mod->mkobj.kobj);
Kay Sievers270a6c42007-01-18 13:26:15 +01001620
Kay Sievers97c146e2007-11-29 23:46:11 +01001621 /* delay uevent until full sysfs population */
Kay Sievers270a6c42007-01-18 13:26:15 +01001622out:
1623 return err;
1624}
1625
Rusty Russell6407ebb22010-06-05 11:17:36 -06001626static int mod_sysfs_setup(struct module *mod,
Rusty Russell8f6d0372010-08-05 12:59:09 -06001627 const struct load_info *info,
Kay Sievers270a6c42007-01-18 13:26:15 +01001628 struct kernel_param *kparam,
1629 unsigned int num_params)
1630{
1631 int err;
1632
Rusty Russell80a3d1b2010-06-05 11:17:36 -06001633 err = mod_sysfs_init(mod);
1634 if (err)
1635 goto out;
1636
Greg Kroah-Hartman4ff6abf2007-11-05 22:24:43 -08001637 mod->holders_dir = kobject_create_and_add("holders", &mod->mkobj.kobj);
Akinobu Mita240936e2007-04-26 00:12:09 -07001638 if (!mod->holders_dir) {
1639 err = -ENOMEM;
Kay Sievers270a6c42007-01-18 13:26:15 +01001640 goto out_unreg;
Akinobu Mita240936e2007-04-26 00:12:09 -07001641 }
Kay Sievers270a6c42007-01-18 13:26:15 +01001642
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643 err = module_param_sysfs_setup(mod, kparam, num_params);
1644 if (err)
Kay Sievers270a6c42007-01-18 13:26:15 +01001645 goto out_unreg_holders;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646
Matt Domschc988d2b2005-06-23 22:05:15 -07001647 err = module_add_modinfo_attrs(mod);
1648 if (err)
Kay Sieverse17e0f52006-11-24 12:15:25 +01001649 goto out_unreg_param;
Matt Domschc988d2b2005-06-23 22:05:15 -07001650
Rusty Russell80a3d1b2010-06-05 11:17:36 -06001651 add_usage_links(mod);
Rusty Russell8f6d0372010-08-05 12:59:09 -06001652 add_sect_attrs(mod, info);
1653 add_notes_attrs(mod, info);
Rusty Russell80a3d1b2010-06-05 11:17:36 -06001654
Kay Sieverse17e0f52006-11-24 12:15:25 +01001655 kobject_uevent(&mod->mkobj.kobj, KOBJ_ADD);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656 return 0;
1657
Kay Sieverse17e0f52006-11-24 12:15:25 +01001658out_unreg_param:
1659 module_param_sysfs_remove(mod);
Kay Sievers270a6c42007-01-18 13:26:15 +01001660out_unreg_holders:
Greg Kroah-Hartman78a2d902007-12-20 08:13:05 -08001661 kobject_put(mod->holders_dir);
Kay Sievers270a6c42007-01-18 13:26:15 +01001662out_unreg:
Kay Sieverse17e0f52006-11-24 12:15:25 +01001663 kobject_put(&mod->mkobj.kobj);
Rusty Russell80a3d1b2010-06-05 11:17:36 -06001664out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001665 return err;
1666}
Denis V. Lunev34e4e2f2008-05-20 13:59:48 +04001667
1668static void mod_sysfs_fini(struct module *mod)
1669{
Rusty Russell8f6d0372010-08-05 12:59:09 -06001670 remove_notes_attrs(mod);
1671 remove_sect_attrs(mod);
Denis V. Lunev34e4e2f2008-05-20 13:59:48 +04001672 kobject_put(&mod->mkobj.kobj);
1673}
1674
Rusty Russell8f6d0372010-08-05 12:59:09 -06001675#else /* !CONFIG_SYSFS */
Denis V. Lunev34e4e2f2008-05-20 13:59:48 +04001676
Rusty Russell8f6d0372010-08-05 12:59:09 -06001677static int mod_sysfs_setup(struct module *mod,
1678 const struct load_info *info,
Rusty Russell6407ebb22010-06-05 11:17:36 -06001679 struct kernel_param *kparam,
1680 unsigned int num_params)
1681{
1682 return 0;
1683}
1684
Denis V. Lunev34e4e2f2008-05-20 13:59:48 +04001685static void mod_sysfs_fini(struct module *mod)
1686{
1687}
1688
Rusty Russell36b03602010-08-05 12:59:09 -06001689static void module_remove_modinfo_attrs(struct module *mod)
1690{
1691}
1692
Rusty Russell80a3d1b2010-06-05 11:17:36 -06001693static void del_usage_links(struct module *mod)
1694{
1695}
1696
Denis V. Lunev34e4e2f2008-05-20 13:59:48 +04001697#endif /* CONFIG_SYSFS */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698
Rusty Russell36b03602010-08-05 12:59:09 -06001699static void mod_sysfs_teardown(struct module *mod)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700{
Rusty Russell80a3d1b2010-06-05 11:17:36 -06001701 del_usage_links(mod);
Matt Domschc988d2b2005-06-23 22:05:15 -07001702 module_remove_modinfo_attrs(mod);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703 module_param_sysfs_remove(mod);
Greg Kroah-Hartman78a2d902007-12-20 08:13:05 -08001704 kobject_put(mod->mkobj.drivers_dir);
1705 kobject_put(mod->holders_dir);
Denis V. Lunev34e4e2f2008-05-20 13:59:48 +04001706 mod_sysfs_fini(mod);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707}
1708
1709/*
1710 * unlink the module with the whole machine is stopped with interrupts off
1711 * - this defends against kallsyms not taking locks
1712 */
1713static int __unlink_module(void *_mod)
1714{
1715 struct module *mod = _mod;
1716 list_del(&mod->list);
Linus Torvalds53363772010-10-05 11:29:27 -07001717 module_bug_cleanup(mod);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718 return 0;
1719}
1720
matthieu castet84e1c6b2010-11-16 22:35:16 +01001721#ifdef CONFIG_DEBUG_SET_MODULE_RONX
1722/*
1723 * LKM RO/NX protection: protect module's text/ro-data
1724 * from modification and any data from execution.
1725 */
1726void set_page_attributes(void *start, void *end, int (*set)(unsigned long start, int num_pages))
1727{
1728 unsigned long begin_pfn = PFN_DOWN((unsigned long)start);
1729 unsigned long end_pfn = PFN_DOWN((unsigned long)end);
1730
1731 if (end_pfn > begin_pfn)
1732 set(begin_pfn << PAGE_SHIFT, end_pfn - begin_pfn);
1733}
1734
1735static void set_section_ro_nx(void *base,
1736 unsigned long text_size,
1737 unsigned long ro_size,
1738 unsigned long total_size)
1739{
1740 /* begin and end PFNs of the current subsection */
1741 unsigned long begin_pfn;
1742 unsigned long end_pfn;
1743
1744 /*
1745 * Set RO for module text and RO-data:
1746 * - Always protect first page.
1747 * - Do not protect last partial page.
1748 */
1749 if (ro_size > 0)
1750 set_page_attributes(base, base + ro_size, set_memory_ro);
1751
1752 /*
1753 * Set NX permissions for module data:
1754 * - Do not protect first partial page.
1755 * - Always protect last page.
1756 */
1757 if (total_size > text_size) {
1758 begin_pfn = PFN_UP((unsigned long)base + text_size);
1759 end_pfn = PFN_UP((unsigned long)base + total_size);
1760 if (end_pfn > begin_pfn)
1761 set_memory_nx(begin_pfn << PAGE_SHIFT, end_pfn - begin_pfn);
1762 }
1763}
1764
Jan Glauber01526ed2011-05-19 16:55:26 -06001765static void unset_module_core_ro_nx(struct module *mod)
matthieu castet84e1c6b2010-11-16 22:35:16 +01001766{
Jan Glauber01526ed2011-05-19 16:55:26 -06001767 set_page_attributes(mod->module_core + mod->core_text_size,
1768 mod->module_core + mod->core_size,
1769 set_memory_x);
1770 set_page_attributes(mod->module_core,
1771 mod->module_core + mod->core_ro_size,
1772 set_memory_rw);
1773}
1774
1775static void unset_module_init_ro_nx(struct module *mod)
1776{
1777 set_page_attributes(mod->module_init + mod->init_text_size,
1778 mod->module_init + mod->init_size,
1779 set_memory_x);
1780 set_page_attributes(mod->module_init,
1781 mod->module_init + mod->init_ro_size,
1782 set_memory_rw);
matthieu castet84e1c6b2010-11-16 22:35:16 +01001783}
1784
1785/* Iterate through all modules and set each module's text as RW */
Daniel J Blueman5d05c702011-03-08 22:01:47 +08001786void set_all_modules_text_rw(void)
matthieu castet84e1c6b2010-11-16 22:35:16 +01001787{
1788 struct module *mod;
1789
1790 mutex_lock(&module_mutex);
1791 list_for_each_entry_rcu(mod, &modules, list) {
1792 if ((mod->module_core) && (mod->core_text_size)) {
1793 set_page_attributes(mod->module_core,
1794 mod->module_core + mod->core_text_size,
1795 set_memory_rw);
1796 }
1797 if ((mod->module_init) && (mod->init_text_size)) {
1798 set_page_attributes(mod->module_init,
1799 mod->module_init + mod->init_text_size,
1800 set_memory_rw);
1801 }
1802 }
1803 mutex_unlock(&module_mutex);
1804}
1805
1806/* Iterate through all modules and set each module's text as RO */
Daniel J Blueman5d05c702011-03-08 22:01:47 +08001807void set_all_modules_text_ro(void)
matthieu castet84e1c6b2010-11-16 22:35:16 +01001808{
1809 struct module *mod;
1810
1811 mutex_lock(&module_mutex);
1812 list_for_each_entry_rcu(mod, &modules, list) {
1813 if ((mod->module_core) && (mod->core_text_size)) {
1814 set_page_attributes(mod->module_core,
1815 mod->module_core + mod->core_text_size,
1816 set_memory_ro);
1817 }
1818 if ((mod->module_init) && (mod->init_text_size)) {
1819 set_page_attributes(mod->module_init,
1820 mod->module_init + mod->init_text_size,
1821 set_memory_ro);
1822 }
1823 }
1824 mutex_unlock(&module_mutex);
1825}
1826#else
1827static inline void set_section_ro_nx(void *base, unsigned long text_size, unsigned long ro_size, unsigned long total_size) { }
Jan Glauber01526ed2011-05-19 16:55:26 -06001828static void unset_module_core_ro_nx(struct module *mod) { }
1829static void unset_module_init_ro_nx(struct module *mod) { }
matthieu castet84e1c6b2010-11-16 22:35:16 +01001830#endif
1831
Jonas Bonn74e08fc2011-06-30 21:22:11 +02001832void __weak module_free(struct module *mod, void *module_region)
1833{
1834 vfree(module_region);
1835}
1836
1837void __weak module_arch_cleanup(struct module *mod)
1838{
1839}
1840
Rusty Russell75676502010-06-05 11:17:36 -06001841/* Free a module, remove from lists, etc. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842static void free_module(struct module *mod)
1843{
Li Zefan7ead8b82009-08-17 16:56:28 +08001844 trace_module_free(mod);
1845
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846 /* Delete from various lists */
Rusty Russell75676502010-06-05 11:17:36 -06001847 mutex_lock(&module_mutex);
Rusty Russell9b1a4d32008-07-28 12:16:30 -05001848 stop_machine(__unlink_module, mod, NULL);
Rusty Russell75676502010-06-05 11:17:36 -06001849 mutex_unlock(&module_mutex);
Rusty Russell36b03602010-08-05 12:59:09 -06001850 mod_sysfs_teardown(mod);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851
Jason Baronb82bab4b2010-07-27 13:18:01 -07001852 /* Remove dynamic debug info */
1853 ddebug_remove_module(mod->name);
1854
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855 /* Arch-specific cleanup. */
1856 module_arch_cleanup(mod);
1857
1858 /* Module unload stuff */
1859 module_unload_free(mod);
1860
Rusty Russelle180a6b2009-03-31 13:05:29 -06001861 /* Free any allocated parameters. */
1862 destroy_params(mod->kp, mod->num_kp);
1863
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864 /* This may be NULL, but that's OK */
Jan Glauber01526ed2011-05-19 16:55:26 -06001865 unset_module_init_ro_nx(mod);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866 module_free(mod, mod->module_init);
1867 kfree(mod->args);
Tejun Heo259354d2010-03-10 18:56:10 +09001868 percpu_modfree(mod);
Rusty Russell9f85a4b2010-08-05 12:59:04 -06001869
Ingo Molnarfbb9ce952006-07-03 00:24:50 -07001870 /* Free lock-classes: */
1871 lockdep_free_key_range(mod->module_core, mod->core_size);
1872
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873 /* Finally, free the core (containing the module structure) */
Jan Glauber01526ed2011-05-19 16:55:26 -06001874 unset_module_core_ro_nx(mod);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875 module_free(mod, mod->module_core);
Bernd Schmidteb8cdec2009-09-21 17:03:57 -07001876
1877#ifdef CONFIG_MPU
1878 update_protections(current->mm);
1879#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880}
1881
1882void *__symbol_get(const char *symbol)
1883{
1884 struct module *owner;
Tim Abbott414fd312008-12-05 19:03:56 -05001885 const struct kernel_symbol *sym;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886
Rusty Russell24da1cb2007-07-15 23:41:46 -07001887 preempt_disable();
Tim Abbott414fd312008-12-05 19:03:56 -05001888 sym = find_symbol(symbol, &owner, NULL, true, true);
1889 if (sym && strong_try_module_get(owner))
1890 sym = NULL;
Rusty Russell24da1cb2007-07-15 23:41:46 -07001891 preempt_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892
Tim Abbott414fd312008-12-05 19:03:56 -05001893 return sym ? (void *)sym->value : NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894}
1895EXPORT_SYMBOL_GPL(__symbol_get);
1896
Ashutosh Naikeea8b542006-01-08 01:04:25 -08001897/*
1898 * Ensure that an exported symbol [global namespace] does not already exist
Robert P. J. Day02a3e592007-05-09 07:26:28 +02001899 * in the kernel or in some other module's exported symbol table.
Rusty Russellbe593f42010-06-05 11:17:37 -06001900 *
1901 * You must hold the module_mutex.
Ashutosh Naikeea8b542006-01-08 01:04:25 -08001902 */
1903static int verify_export_symbols(struct module *mod)
1904{
Rusty Russellb2111042008-05-01 21:15:00 -05001905 unsigned int i;
Ashutosh Naikeea8b542006-01-08 01:04:25 -08001906 struct module *owner;
Rusty Russellb2111042008-05-01 21:15:00 -05001907 const struct kernel_symbol *s;
1908 struct {
1909 const struct kernel_symbol *sym;
1910 unsigned int num;
1911 } arr[] = {
1912 { mod->syms, mod->num_syms },
1913 { mod->gpl_syms, mod->num_gpl_syms },
1914 { mod->gpl_future_syms, mod->num_gpl_future_syms },
Denys Vlasenkof7f5b672008-07-22 19:24:26 -05001915#ifdef CONFIG_UNUSED_SYMBOLS
Rusty Russellb2111042008-05-01 21:15:00 -05001916 { mod->unused_syms, mod->num_unused_syms },
1917 { mod->unused_gpl_syms, mod->num_unused_gpl_syms },
Denys Vlasenkof7f5b672008-07-22 19:24:26 -05001918#endif
Rusty Russellb2111042008-05-01 21:15:00 -05001919 };
Ashutosh Naikeea8b542006-01-08 01:04:25 -08001920
Rusty Russellb2111042008-05-01 21:15:00 -05001921 for (i = 0; i < ARRAY_SIZE(arr); i++) {
1922 for (s = arr[i].sym; s < arr[i].sym + arr[i].num; s++) {
Rusty Russellbe593f42010-06-05 11:17:37 -06001923 if (find_symbol(s->name, &owner, NULL, true, false)) {
Rusty Russellb2111042008-05-01 21:15:00 -05001924 printk(KERN_ERR
1925 "%s: exports duplicate symbol %s"
1926 " (owned by %s)\n",
1927 mod->name, s->name, module_name(owner));
1928 return -ENOEXEC;
1929 }
Ashutosh Naikeea8b542006-01-08 01:04:25 -08001930 }
Rusty Russellb2111042008-05-01 21:15:00 -05001931 }
1932 return 0;
Ashutosh Naikeea8b542006-01-08 01:04:25 -08001933}
1934
Matti Linnanvuori9a4b9702007-11-08 08:37:38 -08001935/* Change all symbols so that st_value encodes the pointer directly. */
Rusty Russell49668682010-08-05 12:59:10 -06001936static int simplify_symbols(struct module *mod, const struct load_info *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937{
Rusty Russell49668682010-08-05 12:59:10 -06001938 Elf_Shdr *symsec = &info->sechdrs[info->index.sym];
1939 Elf_Sym *sym = (void *)symsec->sh_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940 unsigned long secbase;
Rusty Russell49668682010-08-05 12:59:10 -06001941 unsigned int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942 int ret = 0;
Tim Abbott414fd312008-12-05 19:03:56 -05001943 const struct kernel_symbol *ksym;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944
Rusty Russell49668682010-08-05 12:59:10 -06001945 for (i = 1; i < symsec->sh_size / sizeof(Elf_Sym); i++) {
1946 const char *name = info->strtab + sym[i].st_name;
1947
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948 switch (sym[i].st_shndx) {
1949 case SHN_COMMON:
1950 /* We compiled with -fno-common. These are not
1951 supposed to happen. */
Jim Cromie5e124162011-12-06 12:11:31 -07001952 pr_debug("Common symbol: %s\n", name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953 printk("%s: please compile with -fno-common\n",
1954 mod->name);
1955 ret = -ENOEXEC;
1956 break;
1957
1958 case SHN_ABS:
1959 /* Don't need to do anything */
Jim Cromie5e124162011-12-06 12:11:31 -07001960 pr_debug("Absolute symbol: 0x%08lx\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961 (long)sym[i].st_value);
1962 break;
1963
1964 case SHN_UNDEF:
Rusty Russell49668682010-08-05 12:59:10 -06001965 ksym = resolve_symbol_wait(mod, info, name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966 /* Ok if resolved. */
Rusty Russell9bea7f22010-06-05 11:17:37 -06001967 if (ksym && !IS_ERR(ksym)) {
Tim Abbott414fd312008-12-05 19:03:56 -05001968 sym[i].st_value = ksym->value;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969 break;
Tim Abbott414fd312008-12-05 19:03:56 -05001970 }
1971
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972 /* Ok if weak. */
Rusty Russell9bea7f22010-06-05 11:17:37 -06001973 if (!ksym && ELF_ST_BIND(sym[i].st_info) == STB_WEAK)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974 break;
1975
Rusty Russell9bea7f22010-06-05 11:17:37 -06001976 printk(KERN_WARNING "%s: Unknown symbol %s (err %li)\n",
Rusty Russell49668682010-08-05 12:59:10 -06001977 mod->name, name, PTR_ERR(ksym));
Rusty Russell9bea7f22010-06-05 11:17:37 -06001978 ret = PTR_ERR(ksym) ?: -ENOENT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979 break;
1980
1981 default:
1982 /* Divert to percpu allocation if a percpu var. */
Rusty Russell49668682010-08-05 12:59:10 -06001983 if (sym[i].st_shndx == info->index.pcpu)
Tejun Heo259354d2010-03-10 18:56:10 +09001984 secbase = (unsigned long)mod_percpu(mod);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985 else
Rusty Russell49668682010-08-05 12:59:10 -06001986 secbase = info->sechdrs[sym[i].st_shndx].sh_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987 sym[i].st_value += secbase;
1988 break;
1989 }
1990 }
1991
1992 return ret;
1993}
1994
Rusty Russell49668682010-08-05 12:59:10 -06001995static int apply_relocations(struct module *mod, const struct load_info *info)
Rusty Russell22e268e2010-08-05 12:59:05 -06001996{
1997 unsigned int i;
1998 int err = 0;
1999
2000 /* Now do relocations. */
Rusty Russell49668682010-08-05 12:59:10 -06002001 for (i = 1; i < info->hdr->e_shnum; i++) {
2002 unsigned int infosec = info->sechdrs[i].sh_info;
Rusty Russell22e268e2010-08-05 12:59:05 -06002003
2004 /* Not a valid relocation section? */
Rusty Russell49668682010-08-05 12:59:10 -06002005 if (infosec >= info->hdr->e_shnum)
Rusty Russell22e268e2010-08-05 12:59:05 -06002006 continue;
2007
2008 /* Don't bother with non-allocated sections */
Rusty Russell49668682010-08-05 12:59:10 -06002009 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC))
Rusty Russell22e268e2010-08-05 12:59:05 -06002010 continue;
2011
Rusty Russell49668682010-08-05 12:59:10 -06002012 if (info->sechdrs[i].sh_type == SHT_REL)
2013 err = apply_relocate(info->sechdrs, info->strtab,
2014 info->index.sym, i, mod);
2015 else if (info->sechdrs[i].sh_type == SHT_RELA)
2016 err = apply_relocate_add(info->sechdrs, info->strtab,
2017 info->index.sym, i, mod);
Rusty Russell22e268e2010-08-05 12:59:05 -06002018 if (err < 0)
2019 break;
2020 }
2021 return err;
2022}
2023
Helge Deller088af9a2008-12-31 12:31:18 +01002024/* Additional bytes needed by arch in front of individual sections */
2025unsigned int __weak arch_mod_section_prepend(struct module *mod,
2026 unsigned int section)
2027{
2028 /* default implementation just returns zero */
2029 return 0;
2030}
2031
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032/* Update size with this section: return offset. */
Helge Deller088af9a2008-12-31 12:31:18 +01002033static long get_offset(struct module *mod, unsigned int *size,
2034 Elf_Shdr *sechdr, unsigned int section)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035{
2036 long ret;
2037
Helge Deller088af9a2008-12-31 12:31:18 +01002038 *size += arch_mod_section_prepend(mod, section);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039 ret = ALIGN(*size, sechdr->sh_addralign ?: 1);
2040 *size = ret + sechdr->sh_size;
2041 return ret;
2042}
2043
2044/* Lay out the SHF_ALLOC sections in a way not dissimilar to how ld
2045 might -- code, read-only data, read-write data, small data. Tally
2046 sizes, and place the offsets into sh_entsize fields: high bit means it
2047 belongs in init. */
Rusty Russell49668682010-08-05 12:59:10 -06002048static void layout_sections(struct module *mod, struct load_info *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049{
2050 static unsigned long const masks[][2] = {
2051 /* NOTE: all executable code must be the first section
2052 * in this array; otherwise modify the text_size
2053 * finder in the two loops below */
2054 { SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL },
2055 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL },
2056 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL },
2057 { ARCH_SHF_SMALL | SHF_ALLOC, 0 }
2058 };
2059 unsigned int m, i;
2060
Rusty Russell49668682010-08-05 12:59:10 -06002061 for (i = 0; i < info->hdr->e_shnum; i++)
2062 info->sechdrs[i].sh_entsize = ~0UL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063
Jim Cromie5e124162011-12-06 12:11:31 -07002064 pr_debug("Core section allocation order:\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065 for (m = 0; m < ARRAY_SIZE(masks); ++m) {
Rusty Russell49668682010-08-05 12:59:10 -06002066 for (i = 0; i < info->hdr->e_shnum; ++i) {
2067 Elf_Shdr *s = &info->sechdrs[i];
2068 const char *sname = info->secstrings + s->sh_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069
2070 if ((s->sh_flags & masks[m][0]) != masks[m][0]
2071 || (s->sh_flags & masks[m][1])
2072 || s->sh_entsize != ~0UL
Rusty Russell49668682010-08-05 12:59:10 -06002073 || strstarts(sname, ".init"))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074 continue;
Helge Deller088af9a2008-12-31 12:31:18 +01002075 s->sh_entsize = get_offset(mod, &mod->core_size, s, i);
Jim Cromie5e124162011-12-06 12:11:31 -07002076 pr_debug("\t%s\n", sname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077 }
matthieu castet84e1c6b2010-11-16 22:35:16 +01002078 switch (m) {
2079 case 0: /* executable */
2080 mod->core_size = debug_align(mod->core_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081 mod->core_text_size = mod->core_size;
matthieu castet84e1c6b2010-11-16 22:35:16 +01002082 break;
2083 case 1: /* RO: text and ro-data */
2084 mod->core_size = debug_align(mod->core_size);
2085 mod->core_ro_size = mod->core_size;
2086 break;
2087 case 3: /* whole core */
2088 mod->core_size = debug_align(mod->core_size);
2089 break;
2090 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091 }
2092
Jim Cromie5e124162011-12-06 12:11:31 -07002093 pr_debug("Init section allocation order:\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094 for (m = 0; m < ARRAY_SIZE(masks); ++m) {
Rusty Russell49668682010-08-05 12:59:10 -06002095 for (i = 0; i < info->hdr->e_shnum; ++i) {
2096 Elf_Shdr *s = &info->sechdrs[i];
2097 const char *sname = info->secstrings + s->sh_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098
2099 if ((s->sh_flags & masks[m][0]) != masks[m][0]
2100 || (s->sh_flags & masks[m][1])
2101 || s->sh_entsize != ~0UL
Rusty Russell49668682010-08-05 12:59:10 -06002102 || !strstarts(sname, ".init"))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103 continue;
Helge Deller088af9a2008-12-31 12:31:18 +01002104 s->sh_entsize = (get_offset(mod, &mod->init_size, s, i)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105 | INIT_OFFSET_MASK);
Jim Cromie5e124162011-12-06 12:11:31 -07002106 pr_debug("\t%s\n", sname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107 }
matthieu castet84e1c6b2010-11-16 22:35:16 +01002108 switch (m) {
2109 case 0: /* executable */
2110 mod->init_size = debug_align(mod->init_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111 mod->init_text_size = mod->init_size;
matthieu castet84e1c6b2010-11-16 22:35:16 +01002112 break;
2113 case 1: /* RO: text and ro-data */
2114 mod->init_size = debug_align(mod->init_size);
2115 mod->init_ro_size = mod->init_size;
2116 break;
2117 case 3: /* whole init */
2118 mod->init_size = debug_align(mod->init_size);
2119 break;
2120 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121 }
2122}
2123
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124static void set_license(struct module *mod, const char *license)
2125{
2126 if (!license)
2127 license = "unspecified";
2128
Florin Malitafa3ba2e82006-10-11 01:21:48 -07002129 if (!license_is_gpl_compatible(license)) {
Andi Kleen25ddbb12008-10-15 22:01:41 -07002130 if (!test_taint(TAINT_PROPRIETARY_MODULE))
Jan Dittmer1d4d2622006-10-28 10:38:38 -07002131 printk(KERN_WARNING "%s: module license '%s' taints "
Florin Malitafa3ba2e82006-10-11 01:21:48 -07002132 "kernel.\n", mod->name, license);
2133 add_taint_module(mod, TAINT_PROPRIETARY_MODULE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134 }
2135}
2136
2137/* Parse tag=value strings from .modinfo section */
2138static char *next_string(char *string, unsigned long *secsize)
2139{
2140 /* Skip non-zero chars */
2141 while (string[0]) {
2142 string++;
2143 if ((*secsize)-- <= 1)
2144 return NULL;
2145 }
2146
2147 /* Skip any zero padding. */
2148 while (!string[0]) {
2149 string++;
2150 if ((*secsize)-- <= 1)
2151 return NULL;
2152 }
2153 return string;
2154}
2155
Rusty Russell49668682010-08-05 12:59:10 -06002156static char *get_modinfo(struct load_info *info, const char *tag)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157{
2158 char *p;
2159 unsigned int taglen = strlen(tag);
Rusty Russell49668682010-08-05 12:59:10 -06002160 Elf_Shdr *infosec = &info->sechdrs[info->index.info];
2161 unsigned long size = infosec->sh_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162
Rusty Russell49668682010-08-05 12:59:10 -06002163 for (p = (char *)infosec->sh_addr; p; p = next_string(p, &size)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=')
2165 return p + taglen + 1;
2166 }
2167 return NULL;
2168}
2169
Rusty Russell49668682010-08-05 12:59:10 -06002170static void setup_modinfo(struct module *mod, struct load_info *info)
Matt Domschc988d2b2005-06-23 22:05:15 -07002171{
2172 struct module_attribute *attr;
2173 int i;
2174
2175 for (i = 0; (attr = modinfo_attrs[i]); i++) {
2176 if (attr->setup)
Rusty Russell49668682010-08-05 12:59:10 -06002177 attr->setup(mod, get_modinfo(info, attr->attr.name));
Matt Domschc988d2b2005-06-23 22:05:15 -07002178 }
2179}
Matt Domschc988d2b2005-06-23 22:05:15 -07002180
Rusty Russella263f772009-09-25 00:32:58 -06002181static void free_modinfo(struct module *mod)
2182{
2183 struct module_attribute *attr;
2184 int i;
2185
2186 for (i = 0; (attr = modinfo_attrs[i]); i++) {
2187 if (attr->free)
2188 attr->free(mod);
2189 }
2190}
2191
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192#ifdef CONFIG_KALLSYMS
WANG Cong15bba372008-07-24 15:41:48 +01002193
2194/* lookup symbol in given range of kernel_symbols */
2195static const struct kernel_symbol *lookup_symbol(const char *name,
2196 const struct kernel_symbol *start,
2197 const struct kernel_symbol *stop)
2198{
Alessio Igor Bogani9d634872011-05-18 22:35:59 +02002199 return bsearch(name, start, stop - start,
2200 sizeof(struct kernel_symbol), cmp_name);
WANG Cong15bba372008-07-24 15:41:48 +01002201}
2202
Tim Abbottca4787b2009-01-05 08:40:10 -06002203static int is_exported(const char *name, unsigned long value,
2204 const struct module *mod)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205{
Tim Abbottca4787b2009-01-05 08:40:10 -06002206 const struct kernel_symbol *ks;
2207 if (!mod)
2208 ks = lookup_symbol(name, __start___ksymtab, __stop___ksymtab);
Sam Ravnborg3fd68052006-02-08 21:16:45 +01002209 else
Tim Abbottca4787b2009-01-05 08:40:10 -06002210 ks = lookup_symbol(name, mod->syms, mod->syms + mod->num_syms);
2211 return ks != NULL && ks->value == value;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212}
2213
2214/* As per nm */
Rusty Russelleded41c2010-08-05 12:59:07 -06002215static char elf_type(const Elf_Sym *sym, const struct load_info *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216{
Rusty Russelleded41c2010-08-05 12:59:07 -06002217 const Elf_Shdr *sechdrs = info->sechdrs;
2218
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) {
2220 if (ELF_ST_TYPE(sym->st_info) == STT_OBJECT)
2221 return 'v';
2222 else
2223 return 'w';
2224 }
2225 if (sym->st_shndx == SHN_UNDEF)
2226 return 'U';
2227 if (sym->st_shndx == SHN_ABS)
2228 return 'a';
2229 if (sym->st_shndx >= SHN_LORESERVE)
2230 return '?';
2231 if (sechdrs[sym->st_shndx].sh_flags & SHF_EXECINSTR)
2232 return 't';
2233 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC
2234 && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) {
2235 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE))
2236 return 'r';
2237 else if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL)
2238 return 'g';
2239 else
2240 return 'd';
2241 }
2242 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) {
2243 if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL)
2244 return 's';
2245 else
2246 return 'b';
2247 }
Rusty Russelleded41c2010-08-05 12:59:07 -06002248 if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name,
2249 ".debug")) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250 return 'n';
Rusty Russelleded41c2010-08-05 12:59:07 -06002251 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252 return '?';
2253}
2254
Jan Beulich4a496222009-07-06 14:50:42 +01002255static bool is_core_symbol(const Elf_Sym *src, const Elf_Shdr *sechdrs,
2256 unsigned int shnum)
2257{
2258 const Elf_Shdr *sec;
2259
2260 if (src->st_shndx == SHN_UNDEF
2261 || src->st_shndx >= shnum
2262 || !src->st_name)
2263 return false;
2264
2265 sec = sechdrs + src->st_shndx;
2266 if (!(sec->sh_flags & SHF_ALLOC)
2267#ifndef CONFIG_KALLSYMS_ALL
2268 || !(sec->sh_flags & SHF_EXECINSTR)
2269#endif
2270 || (sec->sh_entsize & INIT_OFFSET_MASK))
2271 return false;
2272
2273 return true;
2274}
2275
Kevin Cernekee48fd1182012-01-13 09:32:14 +10302276/*
2277 * We only allocate and copy the strings needed by the parts of symtab
2278 * we keep. This is simple, but has the effect of making multiple
2279 * copies of duplicates. We could be more sophisticated, see
2280 * linux-kernel thread starting with
2281 * <73defb5e4bca04a6431392cc341112b1@localhost>.
2282 */
Rusty Russell49668682010-08-05 12:59:10 -06002283static void layout_symtab(struct module *mod, struct load_info *info)
Jan Beulich4a496222009-07-06 14:50:42 +01002284{
Rusty Russell49668682010-08-05 12:59:10 -06002285 Elf_Shdr *symsect = info->sechdrs + info->index.sym;
2286 Elf_Shdr *strsect = info->sechdrs + info->index.str;
Jan Beulich4a496222009-07-06 14:50:42 +01002287 const Elf_Sym *src;
Kevin Cernekee48fd1182012-01-13 09:32:14 +10302288 unsigned int i, nsrc, ndst, strtab_size;
Jan Beulich4a496222009-07-06 14:50:42 +01002289
2290 /* Put symbol section at end of init part of module. */
2291 symsect->sh_flags |= SHF_ALLOC;
2292 symsect->sh_entsize = get_offset(mod, &mod->init_size, symsect,
Rusty Russell49668682010-08-05 12:59:10 -06002293 info->index.sym) | INIT_OFFSET_MASK;
Jim Cromie5e124162011-12-06 12:11:31 -07002294 pr_debug("\t%s\n", info->secstrings + symsect->sh_name);
Jan Beulich4a496222009-07-06 14:50:42 +01002295
Rusty Russell49668682010-08-05 12:59:10 -06002296 src = (void *)info->hdr + symsect->sh_offset;
Jan Beulich4a496222009-07-06 14:50:42 +01002297 nsrc = symsect->sh_size / sizeof(*src);
Kevin Cernekee70b1e9162011-11-12 19:08:55 -08002298
Rusty Russell59ef28b2012-10-25 10:49:25 +10302299 /* strtab always starts with a nul, so offset 0 is the empty string. */
2300 strtab_size = 1;
2301
Kevin Cernekee48fd1182012-01-13 09:32:14 +10302302 /* Compute total space required for the core symbols' strtab. */
Rusty Russell59ef28b2012-10-25 10:49:25 +10302303 for (ndst = i = 0; i < nsrc; i++) {
2304 if (i == 0 ||
2305 is_core_symbol(src+i, info->sechdrs, info->hdr->e_shnum)) {
2306 strtab_size += strlen(&info->strtab[src[i].st_name])+1;
Kevin Cernekee48fd1182012-01-13 09:32:14 +10302307 ndst++;
Jan Beulich554bdfe2009-07-06 14:51:44 +01002308 }
Rusty Russell59ef28b2012-10-25 10:49:25 +10302309 }
Jan Beulich4a496222009-07-06 14:50:42 +01002310
2311 /* Append room for core symbols at end of core part. */
Rusty Russell49668682010-08-05 12:59:10 -06002312 info->symoffs = ALIGN(mod->core_size, symsect->sh_addralign ?: 1);
Kevin Cernekee48fd1182012-01-13 09:32:14 +10302313 info->stroffs = mod->core_size = info->symoffs + ndst * sizeof(Elf_Sym);
2314 mod->core_size += strtab_size;
Jan Beulich4a496222009-07-06 14:50:42 +01002315
Jan Beulich554bdfe2009-07-06 14:51:44 +01002316 /* Put string table section at end of init part of module. */
2317 strsect->sh_flags |= SHF_ALLOC;
2318 strsect->sh_entsize = get_offset(mod, &mod->init_size, strsect,
Rusty Russell49668682010-08-05 12:59:10 -06002319 info->index.str) | INIT_OFFSET_MASK;
Jim Cromie5e124162011-12-06 12:11:31 -07002320 pr_debug("\t%s\n", info->secstrings + strsect->sh_name);
Jan Beulich4a496222009-07-06 14:50:42 +01002321}
2322
Rusty Russell811d66a2010-08-05 12:59:12 -06002323static void add_kallsyms(struct module *mod, const struct load_info *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324{
Jan Beulich4a496222009-07-06 14:50:42 +01002325 unsigned int i, ndst;
2326 const Elf_Sym *src;
2327 Elf_Sym *dst;
Jan Beulich554bdfe2009-07-06 14:51:44 +01002328 char *s;
Rusty Russelleded41c2010-08-05 12:59:07 -06002329 Elf_Shdr *symsec = &info->sechdrs[info->index.sym];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330
Rusty Russelleded41c2010-08-05 12:59:07 -06002331 mod->symtab = (void *)symsec->sh_addr;
2332 mod->num_symtab = symsec->sh_size / sizeof(Elf_Sym);
Rusty Russell511ca6a2010-08-05 12:59:08 -06002333 /* Make sure we get permanent strtab: don't use info->strtab. */
2334 mod->strtab = (void *)info->sechdrs[info->index.str].sh_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335
2336 /* Set types up while we still have access to sections. */
2337 for (i = 0; i < mod->num_symtab; i++)
Rusty Russelleded41c2010-08-05 12:59:07 -06002338 mod->symtab[i].st_info = elf_type(&mod->symtab[i], info);
Jan Beulich4a496222009-07-06 14:50:42 +01002339
Rusty Russelld9131882010-08-05 12:59:08 -06002340 mod->core_symtab = dst = mod->module_core + info->symoffs;
Kevin Cernekee48fd1182012-01-13 09:32:14 +10302341 mod->core_strtab = s = mod->module_core + info->stroffs;
Jan Beulich4a496222009-07-06 14:50:42 +01002342 src = mod->symtab;
Kevin Cernekee48fd1182012-01-13 09:32:14 +10302343 *s++ = 0;
Rusty Russell59ef28b2012-10-25 10:49:25 +10302344 for (ndst = i = 0; i < mod->num_symtab; i++) {
2345 if (i == 0 ||
2346 is_core_symbol(src+i, info->sechdrs, info->hdr->e_shnum)) {
2347 dst[ndst] = src[i];
2348 dst[ndst++].st_name = s - mod->core_strtab;
2349 s += strlcpy(s, &mod->strtab[src[i].st_name],
2350 KSYM_NAME_LEN) + 1;
2351 }
Jan Beulich4a496222009-07-06 14:50:42 +01002352 }
2353 mod->core_num_syms = ndst;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354}
2355#else
Rusty Russell49668682010-08-05 12:59:10 -06002356static inline void layout_symtab(struct module *mod, struct load_info *info)
Jan Beulich4a496222009-07-06 14:50:42 +01002357{
2358}
Paul Mundt3ae91c22009-10-01 15:43:54 -07002359
Michał Mirosławabbce902010-09-20 01:58:08 +02002360static void add_kallsyms(struct module *mod, const struct load_info *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361{
2362}
2363#endif /* CONFIG_KALLSYMS */
2364
Jason Barone9d376f2009-02-05 11:51:38 -05002365static void dynamic_debug_setup(struct _ddebug *debug, unsigned int num)
Rusty Russell5e458cc2008-10-22 10:00:13 -05002366{
Rusty Russell811d66a2010-08-05 12:59:12 -06002367 if (!debug)
2368 return;
Jason Barone9d376f2009-02-05 11:51:38 -05002369#ifdef CONFIG_DYNAMIC_DEBUG
2370 if (ddebug_add_module(debug, num, debug->modname))
2371 printk(KERN_ERR "dynamic debug error adding module: %s\n",
2372 debug->modname);
2373#endif
Rusty Russell5e458cc2008-10-22 10:00:13 -05002374}
Jason Baron346e15b2008-08-12 16:46:19 -04002375
Yehuda Sadehff49d742010-07-03 13:07:35 +10002376static void dynamic_debug_remove(struct _ddebug *debug)
2377{
2378 if (debug)
2379 ddebug_remove_module(debug->modname);
2380}
2381
Jonas Bonn74e08fc2011-06-30 21:22:11 +02002382void * __weak module_alloc(unsigned long size)
2383{
2384 return size == 0 ? NULL : vmalloc_exec(size);
2385}
2386
Rusty Russell3a642e92008-07-22 19:24:28 -05002387static void *module_alloc_update_bounds(unsigned long size)
2388{
2389 void *ret = module_alloc(size);
2390
2391 if (ret) {
Rusty Russell75676502010-06-05 11:17:36 -06002392 mutex_lock(&module_mutex);
Rusty Russell3a642e92008-07-22 19:24:28 -05002393 /* Update module bounds. */
2394 if ((unsigned long)ret < module_addr_min)
2395 module_addr_min = (unsigned long)ret;
2396 if ((unsigned long)ret + size > module_addr_max)
2397 module_addr_max = (unsigned long)ret + size;
Rusty Russell75676502010-06-05 11:17:36 -06002398 mutex_unlock(&module_mutex);
Rusty Russell3a642e92008-07-22 19:24:28 -05002399 }
2400 return ret;
2401}
2402
Catalin Marinas4f2294b2009-06-11 13:23:20 +01002403#ifdef CONFIG_DEBUG_KMEMLEAK
Rusty Russell49668682010-08-05 12:59:10 -06002404static void kmemleak_load_module(const struct module *mod,
2405 const struct load_info *info)
Catalin Marinas4f2294b2009-06-11 13:23:20 +01002406{
2407 unsigned int i;
2408
2409 /* only scan the sections containing data */
Catalin Marinasc017b4b2009-10-28 13:33:09 +00002410 kmemleak_scan_area(mod, sizeof(struct module), GFP_KERNEL);
Catalin Marinas4f2294b2009-06-11 13:23:20 +01002411
Rusty Russell49668682010-08-05 12:59:10 -06002412 for (i = 1; i < info->hdr->e_shnum; i++) {
2413 const char *name = info->secstrings + info->sechdrs[i].sh_name;
2414 if (!(info->sechdrs[i].sh_flags & SHF_ALLOC))
Catalin Marinas4f2294b2009-06-11 13:23:20 +01002415 continue;
Rusty Russell49668682010-08-05 12:59:10 -06002416 if (!strstarts(name, ".data") && !strstarts(name, ".bss"))
Catalin Marinas4f2294b2009-06-11 13:23:20 +01002417 continue;
2418
Rusty Russell49668682010-08-05 12:59:10 -06002419 kmemleak_scan_area((void *)info->sechdrs[i].sh_addr,
2420 info->sechdrs[i].sh_size, GFP_KERNEL);
Catalin Marinas4f2294b2009-06-11 13:23:20 +01002421 }
2422}
2423#else
Rusty Russell49668682010-08-05 12:59:10 -06002424static inline void kmemleak_load_module(const struct module *mod,
2425 const struct load_info *info)
Catalin Marinas4f2294b2009-06-11 13:23:20 +01002426{
2427}
2428#endif
2429
Rusty Russell106a4ee2012-09-26 10:09:40 +01002430#ifdef CONFIG_MODULE_SIG
Kees Cook34e11692012-10-16 07:31:07 +10302431static int module_sig_check(struct load_info *info)
Rusty Russell106a4ee2012-09-26 10:09:40 +01002432{
2433 int err = -ENOKEY;
Kees Cook34e11692012-10-16 07:31:07 +10302434 const unsigned long markerlen = sizeof(MODULE_SIG_STRING) - 1;
2435 const void *mod = info->hdr;
Rusty Russell106a4ee2012-09-26 10:09:40 +01002436
Kees Cook34e11692012-10-16 07:31:07 +10302437 if (info->len > markerlen &&
2438 memcmp(mod + info->len - markerlen, MODULE_SIG_STRING, markerlen) == 0) {
David Howellscaabe242012-10-20 01:19:29 +01002439 /* We truncate the module to discard the signature */
Kees Cook34e11692012-10-16 07:31:07 +10302440 info->len -= markerlen;
2441 err = mod_verify_sig(mod, &info->len);
Rusty Russell106a4ee2012-09-26 10:09:40 +01002442 }
2443
2444 if (!err) {
2445 info->sig_ok = true;
2446 return 0;
2447 }
2448
2449 /* Not having a signature is only an error if we're strict. */
David Howells1d0059f2012-09-26 10:09:50 +01002450 if (err < 0 && fips_enabled)
2451 panic("Module verification failed with error %d in FIPS mode\n",
2452 err);
Rusty Russell106a4ee2012-09-26 10:09:40 +01002453 if (err == -ENOKEY && !sig_enforce)
2454 err = 0;
2455
2456 return err;
2457}
2458#else /* !CONFIG_MODULE_SIG */
Kees Cook34e11692012-10-16 07:31:07 +10302459static int module_sig_check(struct load_info *info)
Rusty Russell106a4ee2012-09-26 10:09:40 +01002460{
2461 return 0;
2462}
2463#endif /* !CONFIG_MODULE_SIG */
2464
Kees Cook34e11692012-10-16 07:31:07 +10302465/* Sanity checks against invalid binaries, wrong arch, weird elf version. */
2466static int elf_header_check(struct load_info *info)
Rusty Russell40dd2562010-08-05 12:59:03 -06002467{
Kees Cook34e11692012-10-16 07:31:07 +10302468 if (info->len < sizeof(*(info->hdr)))
2469 return -ENOEXEC;
Rusty Russell40dd2562010-08-05 12:59:03 -06002470
Kees Cook34e11692012-10-16 07:31:07 +10302471 if (memcmp(info->hdr->e_ident, ELFMAG, SELFMAG) != 0
2472 || info->hdr->e_type != ET_REL
2473 || !elf_check_arch(info->hdr)
2474 || info->hdr->e_shentsize != sizeof(Elf_Shdr))
2475 return -ENOEXEC;
2476
2477 if (info->hdr->e_shoff >= info->len
2478 || (info->hdr->e_shnum * sizeof(Elf_Shdr) >
2479 info->len - info->hdr->e_shoff))
2480 return -ENOEXEC;
2481
2482 return 0;
2483}
2484
2485/* Sets info->hdr and info->len. */
2486static int copy_module_from_user(const void __user *umod, unsigned long len,
2487 struct load_info *info)
2488{
Kees Cook2e72d512012-10-16 07:32:07 +10302489 int err;
2490
Kees Cook34e11692012-10-16 07:31:07 +10302491 info->len = len;
2492 if (info->len < sizeof(*(info->hdr)))
Rusty Russell40dd2562010-08-05 12:59:03 -06002493 return -ENOEXEC;
2494
Kees Cook2e72d512012-10-16 07:32:07 +10302495 err = security_kernel_module_from_file(NULL);
2496 if (err)
2497 return err;
2498
Rusty Russell40dd2562010-08-05 12:59:03 -06002499 /* Suck in entire file: we'll want most of it. */
Kees Cook34e11692012-10-16 07:31:07 +10302500 info->hdr = vmalloc(info->len);
2501 if (!info->hdr)
Rusty Russell40dd2562010-08-05 12:59:03 -06002502 return -ENOMEM;
2503
Kees Cook34e11692012-10-16 07:31:07 +10302504 if (copy_from_user(info->hdr, umod, info->len) != 0) {
2505 vfree(info->hdr);
2506 return -EFAULT;
Rusty Russell40dd2562010-08-05 12:59:03 -06002507 }
2508
Rusty Russell40dd2562010-08-05 12:59:03 -06002509 return 0;
Kees Cook34e11692012-10-16 07:31:07 +10302510}
Rusty Russell40dd2562010-08-05 12:59:03 -06002511
Kees Cook34e11692012-10-16 07:31:07 +10302512/* Sets info->hdr and info->len. */
2513static int copy_module_from_fd(int fd, struct load_info *info)
2514{
2515 struct file *file;
2516 int err;
2517 struct kstat stat;
2518 loff_t pos;
2519 ssize_t bytes = 0;
2520
2521 file = fget(fd);
2522 if (!file)
2523 return -ENOEXEC;
2524
Kees Cook2e72d512012-10-16 07:32:07 +10302525 err = security_kernel_module_from_file(file);
2526 if (err)
2527 goto out;
2528
Kees Cook34e11692012-10-16 07:31:07 +10302529 err = vfs_getattr(file->f_vfsmnt, file->f_dentry, &stat);
2530 if (err)
2531 goto out;
2532
2533 if (stat.size > INT_MAX) {
2534 err = -EFBIG;
2535 goto out;
2536 }
2537 info->hdr = vmalloc(stat.size);
2538 if (!info->hdr) {
2539 err = -ENOMEM;
2540 goto out;
2541 }
2542
2543 pos = 0;
2544 while (pos < stat.size) {
2545 bytes = kernel_read(file, pos, (char *)(info->hdr) + pos,
2546 stat.size - pos);
2547 if (bytes < 0) {
2548 vfree(info->hdr);
2549 err = bytes;
2550 goto out;
2551 }
2552 if (bytes == 0)
2553 break;
2554 pos += bytes;
2555 }
2556 info->len = pos;
2557
2558out:
2559 fput(file);
Rusty Russell40dd2562010-08-05 12:59:03 -06002560 return err;
2561}
2562
Rusty Russelld9131882010-08-05 12:59:08 -06002563static void free_copy(struct load_info *info)
2564{
Rusty Russelld9131882010-08-05 12:59:08 -06002565 vfree(info->hdr);
2566}
2567
Rusty Russell2f3238a2012-10-22 18:09:41 +10302568static int rewrite_section_headers(struct load_info *info, int flags)
Rusty Russell8b5f61a2010-08-05 12:59:06 -06002569{
2570 unsigned int i;
2571
2572 /* This should always be true, but let's be sure. */
2573 info->sechdrs[0].sh_addr = 0;
2574
2575 for (i = 1; i < info->hdr->e_shnum; i++) {
2576 Elf_Shdr *shdr = &info->sechdrs[i];
2577 if (shdr->sh_type != SHT_NOBITS
2578 && info->len < shdr->sh_offset + shdr->sh_size) {
2579 printk(KERN_ERR "Module len %lu truncated\n",
2580 info->len);
2581 return -ENOEXEC;
2582 }
2583
2584 /* Mark all sections sh_addr with their address in the
2585 temporary image. */
2586 shdr->sh_addr = (size_t)info->hdr + shdr->sh_offset;
2587
2588#ifndef CONFIG_MODULE_UNLOAD
2589 /* Don't load .exit sections */
2590 if (strstarts(info->secstrings+shdr->sh_name, ".exit"))
2591 shdr->sh_flags &= ~(unsigned long)SHF_ALLOC;
2592#endif
Rusty Russell8b5f61a2010-08-05 12:59:06 -06002593 }
Rusty Russelld6df72a2010-08-05 12:59:07 -06002594
2595 /* Track but don't keep modinfo and version sections. */
Rusty Russell2f3238a2012-10-22 18:09:41 +10302596 if (flags & MODULE_INIT_IGNORE_MODVERSIONS)
2597 info->index.vers = 0; /* Pretend no __versions section! */
2598 else
2599 info->index.vers = find_sec(info, "__versions");
Rusty Russell49668682010-08-05 12:59:10 -06002600 info->index.info = find_sec(info, ".modinfo");
Rusty Russelld6df72a2010-08-05 12:59:07 -06002601 info->sechdrs[info->index.info].sh_flags &= ~(unsigned long)SHF_ALLOC;
2602 info->sechdrs[info->index.vers].sh_flags &= ~(unsigned long)SHF_ALLOC;
Rusty Russell8b5f61a2010-08-05 12:59:06 -06002603 return 0;
2604}
2605
Linus Torvalds3264d3f2010-06-02 11:01:06 -07002606/*
2607 * Set up our basic convenience variables (pointers to section headers,
2608 * search for module section index etc), and do some basic section
2609 * verification.
2610 *
2611 * Return the temporary module pointer (we'll replace it with the final
2612 * one when we move the module sections around).
2613 */
Rusty Russell2f3238a2012-10-22 18:09:41 +10302614static struct module *setup_load_info(struct load_info *info, int flags)
Linus Torvalds3264d3f2010-06-02 11:01:06 -07002615{
2616 unsigned int i;
Rusty Russell8b5f61a2010-08-05 12:59:06 -06002617 int err;
Linus Torvalds3264d3f2010-06-02 11:01:06 -07002618 struct module *mod;
2619
2620 /* Set up the convenience variables */
2621 info->sechdrs = (void *)info->hdr + info->hdr->e_shoff;
Rusty Russell8b5f61a2010-08-05 12:59:06 -06002622 info->secstrings = (void *)info->hdr
2623 + info->sechdrs[info->hdr->e_shstrndx].sh_offset;
Linus Torvalds3264d3f2010-06-02 11:01:06 -07002624
Rusty Russell2f3238a2012-10-22 18:09:41 +10302625 err = rewrite_section_headers(info, flags);
Rusty Russell8b5f61a2010-08-05 12:59:06 -06002626 if (err)
2627 return ERR_PTR(err);
2628
2629 /* Find internal symbols and strings. */
Linus Torvalds3264d3f2010-06-02 11:01:06 -07002630 for (i = 1; i < info->hdr->e_shnum; i++) {
Linus Torvalds3264d3f2010-06-02 11:01:06 -07002631 if (info->sechdrs[i].sh_type == SHT_SYMTAB) {
2632 info->index.sym = i;
2633 info->index.str = info->sechdrs[i].sh_link;
Rusty Russell8b5f61a2010-08-05 12:59:06 -06002634 info->strtab = (char *)info->hdr
2635 + info->sechdrs[info->index.str].sh_offset;
2636 break;
Linus Torvalds3264d3f2010-06-02 11:01:06 -07002637 }
Linus Torvalds3264d3f2010-06-02 11:01:06 -07002638 }
2639
Rusty Russell49668682010-08-05 12:59:10 -06002640 info->index.mod = find_sec(info, ".gnu.linkonce.this_module");
Linus Torvalds3264d3f2010-06-02 11:01:06 -07002641 if (!info->index.mod) {
2642 printk(KERN_WARNING "No module found in object\n");
2643 return ERR_PTR(-ENOEXEC);
2644 }
2645 /* This is temporary: point mod into copy of data. */
2646 mod = (void *)info->sechdrs[info->index.mod].sh_addr;
2647
2648 if (info->index.sym == 0) {
2649 printk(KERN_WARNING "%s: module has no symbols (stripped?)\n",
2650 mod->name);
2651 return ERR_PTR(-ENOEXEC);
2652 }
2653
Rusty Russell49668682010-08-05 12:59:10 -06002654 info->index.pcpu = find_pcpusec(info);
Linus Torvalds3264d3f2010-06-02 11:01:06 -07002655
Linus Torvalds3264d3f2010-06-02 11:01:06 -07002656 /* Check module struct version now, before we try to use module. */
2657 if (!check_modstruct_version(info->sechdrs, info->index.vers, mod))
2658 return ERR_PTR(-ENOEXEC);
2659
2660 return mod;
Linus Torvalds3264d3f2010-06-02 11:01:06 -07002661}
2662
Rusty Russell2f3238a2012-10-22 18:09:41 +10302663static int check_modinfo(struct module *mod, struct load_info *info, int flags)
Rusty Russell40dd2562010-08-05 12:59:03 -06002664{
Rusty Russell49668682010-08-05 12:59:10 -06002665 const char *modmagic = get_modinfo(info, "vermagic");
Rusty Russell40dd2562010-08-05 12:59:03 -06002666 int err;
2667
Rusty Russell2f3238a2012-10-22 18:09:41 +10302668 if (flags & MODULE_INIT_IGNORE_VERMAGIC)
2669 modmagic = NULL;
2670
Rusty Russell40dd2562010-08-05 12:59:03 -06002671 /* This is allowed: modprobe --force will invalidate it. */
2672 if (!modmagic) {
2673 err = try_to_force_load(mod, "bad vermagic");
2674 if (err)
2675 return err;
Rusty Russell49668682010-08-05 12:59:10 -06002676 } else if (!same_magic(modmagic, vermagic, info->index.vers)) {
Rusty Russell40dd2562010-08-05 12:59:03 -06002677 printk(KERN_ERR "%s: version magic '%s' should be '%s'\n",
2678 mod->name, modmagic, vermagic);
2679 return -ENOEXEC;
2680 }
2681
Ben Hutchings2449b8b2011-10-24 15:12:28 +02002682 if (!get_modinfo(info, "intree"))
2683 add_taint_module(mod, TAINT_OOT_MODULE);
2684
Rusty Russell49668682010-08-05 12:59:10 -06002685 if (get_modinfo(info, "staging")) {
Rusty Russell40dd2562010-08-05 12:59:03 -06002686 add_taint_module(mod, TAINT_CRAP);
2687 printk(KERN_WARNING "%s: module is from the staging directory,"
2688 " the quality is unknown, you have been warned.\n",
2689 mod->name);
2690 }
Rusty Russell22e268e2010-08-05 12:59:05 -06002691
2692 /* Set up license info based on the info section */
Rusty Russell49668682010-08-05 12:59:10 -06002693 set_license(mod, get_modinfo(info, "license"));
Rusty Russell22e268e2010-08-05 12:59:05 -06002694
Rusty Russell40dd2562010-08-05 12:59:03 -06002695 return 0;
2696}
2697
Rusty Russell811d66a2010-08-05 12:59:12 -06002698static void find_module_sections(struct module *mod, struct load_info *info)
Linus Torvaldsf91a13b2010-08-05 12:59:02 -06002699{
Rusty Russell49668682010-08-05 12:59:10 -06002700 mod->kp = section_objs(info, "__param",
Linus Torvaldsf91a13b2010-08-05 12:59:02 -06002701 sizeof(*mod->kp), &mod->num_kp);
Rusty Russell49668682010-08-05 12:59:10 -06002702 mod->syms = section_objs(info, "__ksymtab",
Linus Torvaldsf91a13b2010-08-05 12:59:02 -06002703 sizeof(*mod->syms), &mod->num_syms);
Rusty Russell49668682010-08-05 12:59:10 -06002704 mod->crcs = section_addr(info, "__kcrctab");
2705 mod->gpl_syms = section_objs(info, "__ksymtab_gpl",
Linus Torvaldsf91a13b2010-08-05 12:59:02 -06002706 sizeof(*mod->gpl_syms),
2707 &mod->num_gpl_syms);
Rusty Russell49668682010-08-05 12:59:10 -06002708 mod->gpl_crcs = section_addr(info, "__kcrctab_gpl");
2709 mod->gpl_future_syms = section_objs(info,
Linus Torvaldsf91a13b2010-08-05 12:59:02 -06002710 "__ksymtab_gpl_future",
2711 sizeof(*mod->gpl_future_syms),
2712 &mod->num_gpl_future_syms);
Rusty Russell49668682010-08-05 12:59:10 -06002713 mod->gpl_future_crcs = section_addr(info, "__kcrctab_gpl_future");
Linus Torvaldsf91a13b2010-08-05 12:59:02 -06002714
2715#ifdef CONFIG_UNUSED_SYMBOLS
Rusty Russell49668682010-08-05 12:59:10 -06002716 mod->unused_syms = section_objs(info, "__ksymtab_unused",
Linus Torvaldsf91a13b2010-08-05 12:59:02 -06002717 sizeof(*mod->unused_syms),
2718 &mod->num_unused_syms);
Rusty Russell49668682010-08-05 12:59:10 -06002719 mod->unused_crcs = section_addr(info, "__kcrctab_unused");
2720 mod->unused_gpl_syms = section_objs(info, "__ksymtab_unused_gpl",
Linus Torvaldsf91a13b2010-08-05 12:59:02 -06002721 sizeof(*mod->unused_gpl_syms),
2722 &mod->num_unused_gpl_syms);
Rusty Russell49668682010-08-05 12:59:10 -06002723 mod->unused_gpl_crcs = section_addr(info, "__kcrctab_unused_gpl");
Linus Torvaldsf91a13b2010-08-05 12:59:02 -06002724#endif
2725#ifdef CONFIG_CONSTRUCTORS
Rusty Russell49668682010-08-05 12:59:10 -06002726 mod->ctors = section_objs(info, ".ctors",
Linus Torvaldsf91a13b2010-08-05 12:59:02 -06002727 sizeof(*mod->ctors), &mod->num_ctors);
2728#endif
2729
2730#ifdef CONFIG_TRACEPOINTS
Mathieu Desnoyers65498642011-01-26 17:26:22 -05002731 mod->tracepoints_ptrs = section_objs(info, "__tracepoints_ptrs",
2732 sizeof(*mod->tracepoints_ptrs),
2733 &mod->num_tracepoints);
Linus Torvaldsf91a13b2010-08-05 12:59:02 -06002734#endif
Jason Baronbf5438fc2010-09-17 11:09:00 -04002735#ifdef HAVE_JUMP_LABEL
2736 mod->jump_entries = section_objs(info, "__jump_table",
2737 sizeof(*mod->jump_entries),
2738 &mod->num_jump_entries);
2739#endif
Linus Torvaldsf91a13b2010-08-05 12:59:02 -06002740#ifdef CONFIG_EVENT_TRACING
Rusty Russell49668682010-08-05 12:59:10 -06002741 mod->trace_events = section_objs(info, "_ftrace_events",
Linus Torvaldsf91a13b2010-08-05 12:59:02 -06002742 sizeof(*mod->trace_events),
2743 &mod->num_trace_events);
2744 /*
2745 * This section contains pointers to allocated objects in the trace
2746 * code and not scanning it leads to false positives.
2747 */
2748 kmemleak_scan_area(mod->trace_events, sizeof(*mod->trace_events) *
2749 mod->num_trace_events, GFP_KERNEL);
2750#endif
Steven Rostedt13b9b6e2010-11-10 22:19:24 -05002751#ifdef CONFIG_TRACING
2752 mod->trace_bprintk_fmt_start = section_objs(info, "__trace_printk_fmt",
2753 sizeof(*mod->trace_bprintk_fmt_start),
2754 &mod->num_trace_bprintk_fmt);
2755 /*
2756 * This section contains pointers to allocated objects in the trace
2757 * code and not scanning it leads to false positives.
2758 */
2759 kmemleak_scan_area(mod->trace_bprintk_fmt_start,
2760 sizeof(*mod->trace_bprintk_fmt_start) *
2761 mod->num_trace_bprintk_fmt, GFP_KERNEL);
2762#endif
Linus Torvaldsf91a13b2010-08-05 12:59:02 -06002763#ifdef CONFIG_FTRACE_MCOUNT_RECORD
2764 /* sechdrs[0].sh_size is always zero */
Rusty Russell49668682010-08-05 12:59:10 -06002765 mod->ftrace_callsites = section_objs(info, "__mcount_loc",
Linus Torvaldsf91a13b2010-08-05 12:59:02 -06002766 sizeof(*mod->ftrace_callsites),
2767 &mod->num_ftrace_callsites);
2768#endif
Rusty Russell22e268e2010-08-05 12:59:05 -06002769
Rusty Russell811d66a2010-08-05 12:59:12 -06002770 mod->extable = section_objs(info, "__ex_table",
2771 sizeof(*mod->extable), &mod->num_exentries);
2772
Rusty Russell49668682010-08-05 12:59:10 -06002773 if (section_addr(info, "__obsparm"))
Rusty Russell22e268e2010-08-05 12:59:05 -06002774 printk(KERN_WARNING "%s: Ignoring obsolete parameters\n",
2775 mod->name);
Rusty Russell811d66a2010-08-05 12:59:12 -06002776
2777 info->debug = section_objs(info, "__verbose",
2778 sizeof(*info->debug), &info->num_debug);
Linus Torvaldsf91a13b2010-08-05 12:59:02 -06002779}
2780
Rusty Russell49668682010-08-05 12:59:10 -06002781static int move_module(struct module *mod, struct load_info *info)
Linus Torvalds65b8a9b2010-08-05 12:59:02 -06002782{
2783 int i;
2784 void *ptr;
2785
2786 /* Do the allocs. */
2787 ptr = module_alloc_update_bounds(mod->core_size);
2788 /*
2789 * The pointer to this block is stored in the module structure
2790 * which is inside the block. Just mark it as not being a
2791 * leak.
2792 */
2793 kmemleak_not_leak(ptr);
2794 if (!ptr)
Rusty Russelld9131882010-08-05 12:59:08 -06002795 return -ENOMEM;
Linus Torvalds65b8a9b2010-08-05 12:59:02 -06002796
2797 memset(ptr, 0, mod->core_size);
2798 mod->module_core = ptr;
2799
2800 ptr = module_alloc_update_bounds(mod->init_size);
2801 /*
2802 * The pointer to this block is stored in the module structure
2803 * which is inside the block. This block doesn't need to be
2804 * scanned as it contains data and code that will be freed
2805 * after the module is initialized.
2806 */
2807 kmemleak_ignore(ptr);
2808 if (!ptr && mod->init_size) {
2809 module_free(mod, mod->module_core);
Rusty Russelld9131882010-08-05 12:59:08 -06002810 return -ENOMEM;
Linus Torvalds65b8a9b2010-08-05 12:59:02 -06002811 }
2812 memset(ptr, 0, mod->init_size);
2813 mod->module_init = ptr;
2814
2815 /* Transfer each section which specifies SHF_ALLOC */
Jim Cromie5e124162011-12-06 12:11:31 -07002816 pr_debug("final section addresses:\n");
Rusty Russell49668682010-08-05 12:59:10 -06002817 for (i = 0; i < info->hdr->e_shnum; i++) {
Linus Torvalds65b8a9b2010-08-05 12:59:02 -06002818 void *dest;
Rusty Russell49668682010-08-05 12:59:10 -06002819 Elf_Shdr *shdr = &info->sechdrs[i];
Linus Torvalds65b8a9b2010-08-05 12:59:02 -06002820
Rusty Russell49668682010-08-05 12:59:10 -06002821 if (!(shdr->sh_flags & SHF_ALLOC))
Linus Torvalds65b8a9b2010-08-05 12:59:02 -06002822 continue;
2823
Rusty Russell49668682010-08-05 12:59:10 -06002824 if (shdr->sh_entsize & INIT_OFFSET_MASK)
Linus Torvalds65b8a9b2010-08-05 12:59:02 -06002825 dest = mod->module_init
Rusty Russell49668682010-08-05 12:59:10 -06002826 + (shdr->sh_entsize & ~INIT_OFFSET_MASK);
Linus Torvalds65b8a9b2010-08-05 12:59:02 -06002827 else
Rusty Russell49668682010-08-05 12:59:10 -06002828 dest = mod->module_core + shdr->sh_entsize;
Linus Torvalds65b8a9b2010-08-05 12:59:02 -06002829
Rusty Russell49668682010-08-05 12:59:10 -06002830 if (shdr->sh_type != SHT_NOBITS)
2831 memcpy(dest, (void *)shdr->sh_addr, shdr->sh_size);
Linus Torvalds65b8a9b2010-08-05 12:59:02 -06002832 /* Update sh_addr to point to copy in image. */
Rusty Russell49668682010-08-05 12:59:10 -06002833 shdr->sh_addr = (unsigned long)dest;
Jim Cromie5e124162011-12-06 12:11:31 -07002834 pr_debug("\t0x%lx %s\n",
2835 (long)shdr->sh_addr, info->secstrings + shdr->sh_name);
Linus Torvalds65b8a9b2010-08-05 12:59:02 -06002836 }
Rusty Russelld9131882010-08-05 12:59:08 -06002837
2838 return 0;
Linus Torvalds65b8a9b2010-08-05 12:59:02 -06002839}
2840
Rusty Russell49668682010-08-05 12:59:10 -06002841static int check_module_license_and_versions(struct module *mod)
Rusty Russell22e268e2010-08-05 12:59:05 -06002842{
2843 /*
2844 * ndiswrapper is under GPL by itself, but loads proprietary modules.
2845 * Don't use add_taint_module(), as it would prevent ndiswrapper from
2846 * using GPL-only symbols it needs.
2847 */
2848 if (strcmp(mod->name, "ndiswrapper") == 0)
2849 add_taint(TAINT_PROPRIETARY_MODULE);
2850
2851 /* driverloader was caught wrongly pretending to be under GPL */
2852 if (strcmp(mod->name, "driverloader") == 0)
2853 add_taint_module(mod, TAINT_PROPRIETARY_MODULE);
2854
Matthew Garrettc99af372012-06-22 13:49:31 -04002855 /* lve claims to be GPL but upstream won't provide source */
2856 if (strcmp(mod->name, "lve") == 0)
2857 add_taint_module(mod, TAINT_PROPRIETARY_MODULE);
2858
Rusty Russell22e268e2010-08-05 12:59:05 -06002859#ifdef CONFIG_MODVERSIONS
2860 if ((mod->num_syms && !mod->crcs)
2861 || (mod->num_gpl_syms && !mod->gpl_crcs)
2862 || (mod->num_gpl_future_syms && !mod->gpl_future_crcs)
2863#ifdef CONFIG_UNUSED_SYMBOLS
2864 || (mod->num_unused_syms && !mod->unused_crcs)
2865 || (mod->num_unused_gpl_syms && !mod->unused_gpl_crcs)
2866#endif
2867 ) {
2868 return try_to_force_load(mod,
2869 "no versions for exported symbols");
2870 }
2871#endif
2872 return 0;
2873}
2874
2875static void flush_module_icache(const struct module *mod)
2876{
2877 mm_segment_t old_fs;
2878
2879 /* flush the icache in correct context */
2880 old_fs = get_fs();
2881 set_fs(KERNEL_DS);
2882
2883 /*
2884 * Flush the instruction cache, since we've played with text.
2885 * Do it before processing of module parameters, so the module
2886 * can provide parameter accessor functions of its own.
2887 */
2888 if (mod->module_init)
2889 flush_icache_range((unsigned long)mod->module_init,
2890 (unsigned long)mod->module_init
2891 + mod->init_size);
2892 flush_icache_range((unsigned long)mod->module_core,
2893 (unsigned long)mod->module_core + mod->core_size);
2894
2895 set_fs(old_fs);
2896}
2897
Jonas Bonn74e08fc2011-06-30 21:22:11 +02002898int __weak module_frob_arch_sections(Elf_Ehdr *hdr,
2899 Elf_Shdr *sechdrs,
2900 char *secstrings,
2901 struct module *mod)
2902{
2903 return 0;
2904}
2905
Rusty Russell2f3238a2012-10-22 18:09:41 +10302906static struct module *layout_and_allocate(struct load_info *info, int flags)
Rusty Russelld9131882010-08-05 12:59:08 -06002907{
2908 /* Module within temporary copy. */
2909 struct module *mod;
Rusty Russell49668682010-08-05 12:59:10 -06002910 Elf_Shdr *pcpusec;
Rusty Russelld9131882010-08-05 12:59:08 -06002911 int err;
2912
Rusty Russell2f3238a2012-10-22 18:09:41 +10302913 mod = setup_load_info(info, flags);
Rusty Russelld9131882010-08-05 12:59:08 -06002914 if (IS_ERR(mod))
2915 return mod;
2916
Rusty Russell2f3238a2012-10-22 18:09:41 +10302917 err = check_modinfo(mod, info, flags);
Rusty Russelld9131882010-08-05 12:59:08 -06002918 if (err)
2919 return ERR_PTR(err);
2920
2921 /* Allow arches to frob section contents and sizes. */
Rusty Russell49668682010-08-05 12:59:10 -06002922 err = module_frob_arch_sections(info->hdr, info->sechdrs,
2923 info->secstrings, mod);
Rusty Russelld9131882010-08-05 12:59:08 -06002924 if (err < 0)
Rusty Russell6526c532010-08-05 12:59:10 -06002925 goto out;
Rusty Russelld9131882010-08-05 12:59:08 -06002926
Rusty Russell49668682010-08-05 12:59:10 -06002927 pcpusec = &info->sechdrs[info->index.pcpu];
2928 if (pcpusec->sh_size) {
Rusty Russelld9131882010-08-05 12:59:08 -06002929 /* We have a special allocation for this section. */
Rusty Russell49668682010-08-05 12:59:10 -06002930 err = percpu_modalloc(mod,
2931 pcpusec->sh_size, pcpusec->sh_addralign);
Rusty Russelld9131882010-08-05 12:59:08 -06002932 if (err)
Rusty Russell6526c532010-08-05 12:59:10 -06002933 goto out;
Rusty Russell49668682010-08-05 12:59:10 -06002934 pcpusec->sh_flags &= ~(unsigned long)SHF_ALLOC;
Rusty Russelld9131882010-08-05 12:59:08 -06002935 }
2936
2937 /* Determine total sizes, and put offsets in sh_entsize. For now
2938 this is done generically; there doesn't appear to be any
2939 special cases for the architectures. */
Rusty Russell49668682010-08-05 12:59:10 -06002940 layout_sections(mod, info);
Rusty Russell49668682010-08-05 12:59:10 -06002941 layout_symtab(mod, info);
Rusty Russelld9131882010-08-05 12:59:08 -06002942
2943 /* Allocate and move to the final place */
Rusty Russell49668682010-08-05 12:59:10 -06002944 err = move_module(mod, info);
Rusty Russelld9131882010-08-05 12:59:08 -06002945 if (err)
Kevin Cernekee48fd1182012-01-13 09:32:14 +10302946 goto free_percpu;
Rusty Russelld9131882010-08-05 12:59:08 -06002947
2948 /* Module has been copied to its final place now: return it. */
2949 mod = (void *)info->sechdrs[info->index.mod].sh_addr;
Rusty Russell49668682010-08-05 12:59:10 -06002950 kmemleak_load_module(mod, info);
Rusty Russelld9131882010-08-05 12:59:08 -06002951 return mod;
2952
Rusty Russelld9131882010-08-05 12:59:08 -06002953free_percpu:
2954 percpu_modfree(mod);
Rusty Russell6526c532010-08-05 12:59:10 -06002955out:
Rusty Russelld9131882010-08-05 12:59:08 -06002956 return ERR_PTR(err);
2957}
2958
2959/* mod is no longer valid after this! */
2960static void module_deallocate(struct module *mod, struct load_info *info)
2961{
Rusty Russelld9131882010-08-05 12:59:08 -06002962 percpu_modfree(mod);
2963 module_free(mod, mod->module_init);
2964 module_free(mod, mod->module_core);
2965}
2966
Jonas Bonn74e08fc2011-06-30 21:22:11 +02002967int __weak module_finalize(const Elf_Ehdr *hdr,
2968 const Elf_Shdr *sechdrs,
2969 struct module *me)
2970{
2971 return 0;
2972}
2973
Rusty Russell811d66a2010-08-05 12:59:12 -06002974static int post_relocation(struct module *mod, const struct load_info *info)
2975{
Rusty Russell51f3d0f2010-08-05 12:59:13 -06002976 /* Sort exception table now relocations are done. */
Rusty Russell811d66a2010-08-05 12:59:12 -06002977 sort_extable(mod->extable, mod->extable + mod->num_exentries);
2978
2979 /* Copy relocated percpu area over. */
2980 percpu_modcopy(mod, (void *)info->sechdrs[info->index.pcpu].sh_addr,
2981 info->sechdrs[info->index.pcpu].sh_size);
2982
Rusty Russell51f3d0f2010-08-05 12:59:13 -06002983 /* Setup kallsyms-specific fields. */
Rusty Russell811d66a2010-08-05 12:59:12 -06002984 add_kallsyms(mod, info);
2985
2986 /* Arch-specific module finalizing. */
2987 return module_finalize(info->hdr, info->sechdrs, mod);
2988}
2989
Rusty Russell9bb9c3b2012-09-28 14:31:03 +09302990/* Is this module of this name done loading? No locks held. */
2991static bool finished_loading(const char *name)
2992{
2993 struct module *mod;
2994 bool ret;
2995
2996 mutex_lock(&module_mutex);
2997 mod = find_module(name);
2998 ret = !mod || mod->state != MODULE_STATE_COMING;
2999 mutex_unlock(&module_mutex);
3000
3001 return ret;
3002}
3003
Peter Oberparleiterb99b87f2009-06-17 16:28:03 -07003004/* Call module constructors. */
3005static void do_mod_ctors(struct module *mod)
3006{
3007#ifdef CONFIG_CONSTRUCTORS
3008 unsigned long i;
3009
3010 for (i = 0; i < mod->num_ctors; i++)
3011 mod->ctors[i]();
3012#endif
3013}
3014
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015/* This is where the real work happens */
Kees Cook34e11692012-10-16 07:31:07 +10303016static int do_init_module(struct module *mod)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018 int ret = 0;
3019
Alan Sterne041c682006-03-27 01:16:30 -08003020 blocking_notifier_call_chain(&module_notify_list,
3021 MODULE_STATE_COMING, mod);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003022
Steven Rostedt94462ad2010-11-29 13:15:42 -05003023 /* Set RO and NX regions for core */
3024 set_section_ro_nx(mod->module_core,
3025 mod->core_text_size,
3026 mod->core_ro_size,
3027 mod->core_size);
3028
3029 /* Set RO and NX regions for init */
3030 set_section_ro_nx(mod->module_init,
3031 mod->init_text_size,
3032 mod->init_ro_size,
3033 mod->init_size);
3034
Peter Oberparleiterb99b87f2009-06-17 16:28:03 -07003035 do_mod_ctors(mod);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036 /* Start the module */
3037 if (mod->init != NULL)
Arjan van de Ven59f94152008-07-30 12:49:02 -07003038 ret = do_one_initcall(mod->init);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039 if (ret < 0) {
3040 /* Init routine failed: abort. Try to protect us from
3041 buggy refcounters. */
3042 mod->state = MODULE_STATE_GOING;
Paul E. McKenneyfbd568a3e2005-05-01 08:59:04 -07003043 synchronize_sched();
Rusty Russellaf49d922007-10-16 23:26:27 -07003044 module_put(mod);
Peter Oberparleiterdf4b5652008-04-21 14:34:31 +02003045 blocking_notifier_call_chain(&module_notify_list,
3046 MODULE_STATE_GOING, mod);
Rusty Russellaf49d922007-10-16 23:26:27 -07003047 free_module(mod);
Rusty Russell6f139092012-09-28 14:31:03 +09303048 wake_up_all(&module_wq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049 return ret;
3050 }
Alexey Dobriyane24e2e62008-03-10 11:43:53 -07003051 if (ret > 0) {
Joe Perchesad361c92009-07-06 13:05:40 -07003052 printk(KERN_WARNING
3053"%s: '%s'->init suspiciously returned %d, it should follow 0/-E convention\n"
3054"%s: loading module anyway...\n",
Alexey Dobriyane24e2e62008-03-10 11:43:53 -07003055 __func__, mod->name, ret,
3056 __func__);
3057 dump_stack();
3058 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059
Rusty Russell6f139092012-09-28 14:31:03 +09303060 /* Now it's a first class citizen! */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061 mod->state = MODULE_STATE_LIVE;
Masami Hiramatsu0deddf432009-01-06 14:41:54 -08003062 blocking_notifier_call_chain(&module_notify_list,
3063 MODULE_STATE_LIVE, mod);
Rusty Russell6c5db222008-03-10 11:43:52 -07003064
Linus Torvaldsd6de2c82009-04-10 12:17:41 -07003065 /* We need to finish all async code before the module init sequence is done */
3066 async_synchronize_full();
3067
Rusty Russell6c5db222008-03-10 11:43:52 -07003068 mutex_lock(&module_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069 /* Drop initial reference. */
3070 module_put(mod);
Rusty Russellad6561d2009-06-12 21:47:03 -06003071 trim_init_extable(mod);
Jan Beulich4a496222009-07-06 14:50:42 +01003072#ifdef CONFIG_KALLSYMS
3073 mod->num_symtab = mod->core_num_syms;
3074 mod->symtab = mod->core_symtab;
Jan Beulich554bdfe2009-07-06 14:51:44 +01003075 mod->strtab = mod->core_strtab;
Jan Beulich4a496222009-07-06 14:50:42 +01003076#endif
Jan Glauber01526ed2011-05-19 16:55:26 -06003077 unset_module_init_ro_nx(mod);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003078 module_free(mod, mod->module_init);
3079 mod->module_init = NULL;
3080 mod->init_size = 0;
Jan Glauber4d103802011-05-19 16:55:25 -06003081 mod->init_ro_size = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082 mod->init_text_size = 0;
Ashutosh Naik6389a382006-03-23 03:00:46 -08003083 mutex_unlock(&module_mutex);
Rusty Russell6f139092012-09-28 14:31:03 +09303084 wake_up_all(&module_wq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003085
3086 return 0;
3087}
3088
Kees Cook34e11692012-10-16 07:31:07 +10303089static int may_init_module(void)
3090{
3091 if (!capable(CAP_SYS_MODULE) || modules_disabled)
3092 return -EPERM;
3093
3094 return 0;
3095}
3096
3097/* Allocate and load the module: note that size of section 0 is always
3098 zero, and we rely on this for optional sections. */
Rusty Russell2f3238a2012-10-22 18:09:41 +10303099static int load_module(struct load_info *info, const char __user *uargs,
3100 int flags)
Kees Cook34e11692012-10-16 07:31:07 +10303101{
3102 struct module *mod, *old;
3103 long err;
3104
3105 err = module_sig_check(info);
3106 if (err)
3107 goto free_copy;
3108
3109 err = elf_header_check(info);
3110 if (err)
3111 goto free_copy;
3112
3113 /* Figure out module layout, and allocate all the memory. */
Rusty Russell2f3238a2012-10-22 18:09:41 +10303114 mod = layout_and_allocate(info, flags);
Kees Cook34e11692012-10-16 07:31:07 +10303115 if (IS_ERR(mod)) {
3116 err = PTR_ERR(mod);
3117 goto free_copy;
3118 }
3119
3120#ifdef CONFIG_MODULE_SIG
3121 mod->sig_ok = info->sig_ok;
3122 if (!mod->sig_ok)
3123 add_taint_module(mod, TAINT_FORCED_MODULE);
3124#endif
3125
3126 /* Now module is in final location, initialize linked lists, etc. */
3127 err = module_unload_init(mod);
3128 if (err)
3129 goto free_module;
3130
3131 /* Now we've got everything in the final locations, we can
3132 * find optional sections. */
3133 find_module_sections(mod, info);
3134
3135 err = check_module_license_and_versions(mod);
3136 if (err)
3137 goto free_unload;
3138
3139 /* Set up MODINFO_ATTR fields */
3140 setup_modinfo(mod, info);
3141
3142 /* Fix up syms, so that st_value is a pointer to location. */
3143 err = simplify_symbols(mod, info);
3144 if (err < 0)
3145 goto free_modinfo;
3146
3147 err = apply_relocations(mod, info);
3148 if (err < 0)
3149 goto free_modinfo;
3150
3151 err = post_relocation(mod, info);
3152 if (err < 0)
3153 goto free_modinfo;
3154
3155 flush_module_icache(mod);
3156
3157 /* Now copy in args */
3158 mod->args = strndup_user(uargs, ~0UL >> 1);
3159 if (IS_ERR(mod->args)) {
3160 err = PTR_ERR(mod->args);
3161 goto free_arch_cleanup;
3162 }
3163
3164 /* Mark state as coming so strong_try_module_get() ignores us. */
3165 mod->state = MODULE_STATE_COMING;
3166
3167 /* Now sew it into the lists so we can get lockdep and oops
3168 * info during argument parsing. No one should access us, since
3169 * strong_try_module_get() will fail.
3170 * lockdep/oops can run asynchronous, so use the RCU list insertion
3171 * function to insert in a way safe to concurrent readers.
3172 * The mutex protects against concurrent writers.
3173 */
3174again:
3175 mutex_lock(&module_mutex);
3176 if ((old = find_module(mod->name)) != NULL) {
3177 if (old->state == MODULE_STATE_COMING) {
3178 /* Wait in case it fails to load. */
3179 mutex_unlock(&module_mutex);
3180 err = wait_event_interruptible(module_wq,
3181 finished_loading(mod->name));
3182 if (err)
3183 goto free_arch_cleanup;
3184 goto again;
3185 }
3186 err = -EEXIST;
3187 goto unlock;
3188 }
3189
3190 /* This has to be done once we're sure module name is unique. */
3191 dynamic_debug_setup(info->debug, info->num_debug);
3192
3193 /* Find duplicate symbols */
3194 err = verify_export_symbols(mod);
3195 if (err < 0)
3196 goto ddebug;
3197
3198 module_bug_finalize(info->hdr, info->sechdrs, mod);
3199 list_add_rcu(&mod->list, &modules);
3200 mutex_unlock(&module_mutex);
3201
3202 /* Module is ready to execute: parsing args may do that. */
3203 err = parse_args(mod->name, mod->args, mod->kp, mod->num_kp,
3204 -32768, 32767, &ddebug_dyndbg_module_param_cb);
3205 if (err < 0)
3206 goto unlink;
3207
3208 /* Link in to syfs. */
3209 err = mod_sysfs_setup(mod, info, mod->kp, mod->num_kp);
3210 if (err < 0)
3211 goto unlink;
3212
3213 /* Get rid of temporary copy. */
3214 free_copy(info);
3215
3216 /* Done! */
3217 trace_module_load(mod);
3218
3219 return do_init_module(mod);
3220
3221 unlink:
3222 mutex_lock(&module_mutex);
3223 /* Unlink carefully: kallsyms could be walking list. */
3224 list_del_rcu(&mod->list);
3225 module_bug_cleanup(mod);
3226 wake_up_all(&module_wq);
3227 ddebug:
3228 dynamic_debug_remove(info->debug);
3229 unlock:
3230 mutex_unlock(&module_mutex);
3231 synchronize_sched();
3232 kfree(mod->args);
3233 free_arch_cleanup:
3234 module_arch_cleanup(mod);
3235 free_modinfo:
3236 free_modinfo(mod);
3237 free_unload:
3238 module_unload_free(mod);
3239 free_module:
3240 module_deallocate(mod, info);
3241 free_copy:
3242 free_copy(info);
3243 return err;
3244}
3245
3246SYSCALL_DEFINE3(init_module, void __user *, umod,
3247 unsigned long, len, const char __user *, uargs)
3248{
3249 int err;
3250 struct load_info info = { };
3251
3252 err = may_init_module();
3253 if (err)
3254 return err;
3255
3256 pr_debug("init_module: umod=%p, len=%lu, uargs=%p\n",
3257 umod, len, uargs);
3258
3259 err = copy_module_from_user(umod, len, &info);
3260 if (err)
3261 return err;
3262
Rusty Russell2f3238a2012-10-22 18:09:41 +10303263 return load_module(&info, uargs, 0);
Kees Cook34e11692012-10-16 07:31:07 +10303264}
3265
Rusty Russell2f3238a2012-10-22 18:09:41 +10303266SYSCALL_DEFINE3(finit_module, int, fd, const char __user *, uargs, int, flags)
Kees Cook34e11692012-10-16 07:31:07 +10303267{
3268 int err;
3269 struct load_info info = { };
3270
3271 err = may_init_module();
3272 if (err)
3273 return err;
3274
Rusty Russell2f3238a2012-10-22 18:09:41 +10303275 pr_debug("finit_module: fd=%d, uargs=%p, flags=%i\n", fd, uargs, flags);
3276
3277 if (flags & ~(MODULE_INIT_IGNORE_MODVERSIONS
3278 |MODULE_INIT_IGNORE_VERMAGIC))
3279 return -EINVAL;
Kees Cook34e11692012-10-16 07:31:07 +10303280
3281 err = copy_module_from_fd(fd, &info);
3282 if (err)
3283 return err;
3284
Rusty Russell2f3238a2012-10-22 18:09:41 +10303285 return load_module(&info, uargs, flags);
Kees Cook34e11692012-10-16 07:31:07 +10303286}
3287
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288static inline int within(unsigned long addr, void *start, unsigned long size)
3289{
3290 return ((void *)addr >= start && (void *)addr < start + size);
3291}
3292
3293#ifdef CONFIG_KALLSYMS
3294/*
3295 * This ignores the intensely annoying "mapping symbols" found
3296 * in ARM ELF files: $a, $t and $d.
3297 */
3298static inline int is_arm_mapping_symbol(const char *str)
3299{
Daniel Walker22a8bde2007-10-18 03:06:07 -07003300 return str[0] == '$' && strchr("atd", str[1])
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301 && (str[2] == '\0' || str[2] == '.');
3302}
3303
3304static const char *get_ksymbol(struct module *mod,
3305 unsigned long addr,
3306 unsigned long *size,
3307 unsigned long *offset)
3308{
3309 unsigned int i, best = 0;
3310 unsigned long nextval;
3311
3312 /* At worse, next value is at end of module */
Masami Hiramatsua06f6212009-01-06 14:41:49 -08003313 if (within_module_init(addr, mod))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003314 nextval = (unsigned long)mod->module_init+mod->init_text_size;
Daniel Walker22a8bde2007-10-18 03:06:07 -07003315 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07003316 nextval = (unsigned long)mod->module_core+mod->core_text_size;
3317
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003318 /* Scan for closest preceding symbol, and next symbol. (ELF
Daniel Walker22a8bde2007-10-18 03:06:07 -07003319 starts real symbols at 1). */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320 for (i = 1; i < mod->num_symtab; i++) {
3321 if (mod->symtab[i].st_shndx == SHN_UNDEF)
3322 continue;
3323
3324 /* We ignore unnamed symbols: they're uninformative
3325 * and inserted at a whim. */
3326 if (mod->symtab[i].st_value <= addr
3327 && mod->symtab[i].st_value > mod->symtab[best].st_value
3328 && *(mod->strtab + mod->symtab[i].st_name) != '\0'
3329 && !is_arm_mapping_symbol(mod->strtab + mod->symtab[i].st_name))
3330 best = i;
3331 if (mod->symtab[i].st_value > addr
3332 && mod->symtab[i].st_value < nextval
3333 && *(mod->strtab + mod->symtab[i].st_name) != '\0'
3334 && !is_arm_mapping_symbol(mod->strtab + mod->symtab[i].st_name))
3335 nextval = mod->symtab[i].st_value;
3336 }
3337
3338 if (!best)
3339 return NULL;
3340
Alexey Dobriyanffb45122007-05-08 00:28:41 -07003341 if (size)
3342 *size = nextval - mod->symtab[best].st_value;
3343 if (offset)
3344 *offset = addr - mod->symtab[best].st_value;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003345 return mod->strtab + mod->symtab[best].st_name;
3346}
3347
Rusty Russell6dd06c92008-01-29 17:13:22 -05003348/* For kallsyms to ask for address resolution. NULL means not found. Careful
3349 * not to lock to avoid deadlock on oopses, simply disable preemption. */
Andrew Morton92dfc9d2008-02-08 04:18:43 -08003350const char *module_address_lookup(unsigned long addr,
Rusty Russell6dd06c92008-01-29 17:13:22 -05003351 unsigned long *size,
3352 unsigned long *offset,
3353 char **modname,
3354 char *namebuf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355{
3356 struct module *mod;
Rusty Russellcb2a5202008-01-14 00:55:03 -08003357 const char *ret = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358
Rusty Russellcb2a5202008-01-14 00:55:03 -08003359 preempt_disable();
Andi Kleend72b3752008-08-30 10:09:00 +02003360 list_for_each_entry_rcu(mod, &modules, list) {
Masami Hiramatsua06f6212009-01-06 14:41:49 -08003361 if (within_module_init(addr, mod) ||
3362 within_module_core(addr, mod)) {
Franck Bui-Huuffc50892006-10-03 01:13:48 -07003363 if (modname)
3364 *modname = mod->name;
Rusty Russellcb2a5202008-01-14 00:55:03 -08003365 ret = get_ksymbol(mod, addr, size, offset);
3366 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003367 }
3368 }
Rusty Russell6dd06c92008-01-29 17:13:22 -05003369 /* Make a copy in here where it's safe */
3370 if (ret) {
3371 strncpy(namebuf, ret, KSYM_NAME_LEN - 1);
3372 ret = namebuf;
3373 }
Rusty Russellcb2a5202008-01-14 00:55:03 -08003374 preempt_enable();
Andrew Morton92dfc9d2008-02-08 04:18:43 -08003375 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003376}
3377
Alexey Dobriyan9d65cb42007-05-08 00:28:43 -07003378int lookup_module_symbol_name(unsigned long addr, char *symname)
3379{
3380 struct module *mod;
3381
Rusty Russellcb2a5202008-01-14 00:55:03 -08003382 preempt_disable();
Andi Kleend72b3752008-08-30 10:09:00 +02003383 list_for_each_entry_rcu(mod, &modules, list) {
Masami Hiramatsua06f6212009-01-06 14:41:49 -08003384 if (within_module_init(addr, mod) ||
3385 within_module_core(addr, mod)) {
Alexey Dobriyan9d65cb42007-05-08 00:28:43 -07003386 const char *sym;
3387
3388 sym = get_ksymbol(mod, addr, NULL, NULL);
3389 if (!sym)
3390 goto out;
Tejun Heo9281ace2007-07-17 04:03:51 -07003391 strlcpy(symname, sym, KSYM_NAME_LEN);
Rusty Russellcb2a5202008-01-14 00:55:03 -08003392 preempt_enable();
Alexey Dobriyan9d65cb42007-05-08 00:28:43 -07003393 return 0;
3394 }
3395 }
3396out:
Rusty Russellcb2a5202008-01-14 00:55:03 -08003397 preempt_enable();
Alexey Dobriyan9d65cb42007-05-08 00:28:43 -07003398 return -ERANGE;
3399}
3400
Alexey Dobriyana5c43da2007-05-08 00:28:47 -07003401int lookup_module_symbol_attrs(unsigned long addr, unsigned long *size,
3402 unsigned long *offset, char *modname, char *name)
3403{
3404 struct module *mod;
3405
Rusty Russellcb2a5202008-01-14 00:55:03 -08003406 preempt_disable();
Andi Kleend72b3752008-08-30 10:09:00 +02003407 list_for_each_entry_rcu(mod, &modules, list) {
Masami Hiramatsua06f6212009-01-06 14:41:49 -08003408 if (within_module_init(addr, mod) ||
3409 within_module_core(addr, mod)) {
Alexey Dobriyana5c43da2007-05-08 00:28:47 -07003410 const char *sym;
3411
3412 sym = get_ksymbol(mod, addr, size, offset);
3413 if (!sym)
3414 goto out;
3415 if (modname)
Tejun Heo9281ace2007-07-17 04:03:51 -07003416 strlcpy(modname, mod->name, MODULE_NAME_LEN);
Alexey Dobriyana5c43da2007-05-08 00:28:47 -07003417 if (name)
Tejun Heo9281ace2007-07-17 04:03:51 -07003418 strlcpy(name, sym, KSYM_NAME_LEN);
Rusty Russellcb2a5202008-01-14 00:55:03 -08003419 preempt_enable();
Alexey Dobriyana5c43da2007-05-08 00:28:47 -07003420 return 0;
3421 }
3422 }
3423out:
Rusty Russellcb2a5202008-01-14 00:55:03 -08003424 preempt_enable();
Alexey Dobriyana5c43da2007-05-08 00:28:47 -07003425 return -ERANGE;
3426}
3427
Alexey Dobriyanea078902007-05-08 00:28:39 -07003428int module_get_kallsym(unsigned int symnum, unsigned long *value, char *type,
3429 char *name, char *module_name, int *exported)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430{
3431 struct module *mod;
3432
Rusty Russellcb2a5202008-01-14 00:55:03 -08003433 preempt_disable();
Andi Kleend72b3752008-08-30 10:09:00 +02003434 list_for_each_entry_rcu(mod, &modules, list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003435 if (symnum < mod->num_symtab) {
3436 *value = mod->symtab[symnum].st_value;
3437 *type = mod->symtab[symnum].st_info;
Andreas Gruenbacher098c5ee2006-07-14 00:24:04 -07003438 strlcpy(name, mod->strtab + mod->symtab[symnum].st_name,
Tejun Heo9281ace2007-07-17 04:03:51 -07003439 KSYM_NAME_LEN);
3440 strlcpy(module_name, mod->name, MODULE_NAME_LEN);
Tim Abbottca4787b2009-01-05 08:40:10 -06003441 *exported = is_exported(name, *value, mod);
Rusty Russellcb2a5202008-01-14 00:55:03 -08003442 preempt_enable();
Alexey Dobriyanea078902007-05-08 00:28:39 -07003443 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444 }
3445 symnum -= mod->num_symtab;
3446 }
Rusty Russellcb2a5202008-01-14 00:55:03 -08003447 preempt_enable();
Alexey Dobriyanea078902007-05-08 00:28:39 -07003448 return -ERANGE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449}
3450
3451static unsigned long mod_find_symname(struct module *mod, const char *name)
3452{
3453 unsigned int i;
3454
3455 for (i = 0; i < mod->num_symtab; i++)
Keith Owens54e8ce42006-02-03 03:03:53 -08003456 if (strcmp(name, mod->strtab+mod->symtab[i].st_name) == 0 &&
3457 mod->symtab[i].st_info != 'U')
Linus Torvalds1da177e2005-04-16 15:20:36 -07003458 return mod->symtab[i].st_value;
3459 return 0;
3460}
3461
3462/* Look for this name: can be of form module:name. */
3463unsigned long module_kallsyms_lookup_name(const char *name)
3464{
3465 struct module *mod;
3466 char *colon;
3467 unsigned long ret = 0;
3468
3469 /* Don't lock: we're in enough trouble already. */
Rusty Russellcb2a5202008-01-14 00:55:03 -08003470 preempt_disable();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003471 if ((colon = strchr(name, ':')) != NULL) {
3472 *colon = '\0';
3473 if ((mod = find_module(name)) != NULL)
3474 ret = mod_find_symname(mod, colon+1);
3475 *colon = ':';
3476 } else {
Andi Kleend72b3752008-08-30 10:09:00 +02003477 list_for_each_entry_rcu(mod, &modules, list)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003478 if ((ret = mod_find_symname(mod, name)) != 0)
3479 break;
3480 }
Rusty Russellcb2a5202008-01-14 00:55:03 -08003481 preempt_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003482 return ret;
3483}
Anders Kaseorg75a66612008-12-05 19:03:58 -05003484
3485int module_kallsyms_on_each_symbol(int (*fn)(void *, const char *,
3486 struct module *, unsigned long),
3487 void *data)
3488{
3489 struct module *mod;
3490 unsigned int i;
3491 int ret;
3492
3493 list_for_each_entry(mod, &modules, list) {
3494 for (i = 0; i < mod->num_symtab; i++) {
3495 ret = fn(data, mod->strtab + mod->symtab[i].st_name,
3496 mod, mod->symtab[i].st_value);
3497 if (ret != 0)
3498 return ret;
3499 }
3500 }
3501 return 0;
3502}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503#endif /* CONFIG_KALLSYMS */
3504
Arjan van de Ven21aa9282008-01-25 21:08:33 +01003505static char *module_flags(struct module *mod, char *buf)
Florin Malitafa3ba2e82006-10-11 01:21:48 -07003506{
3507 int bx = 0;
3508
Arjan van de Ven21aa9282008-01-25 21:08:33 +01003509 if (mod->taints ||
3510 mod->state == MODULE_STATE_GOING ||
3511 mod->state == MODULE_STATE_COMING) {
Florin Malitafa3ba2e82006-10-11 01:21:48 -07003512 buf[bx++] = '(';
Kay Sieverscca3e702012-01-13 09:32:15 +10303513 bx += module_flags_taint(mod, buf + bx);
Arjan van de Ven21aa9282008-01-25 21:08:33 +01003514 /* Show a - for module-is-being-unloaded */
3515 if (mod->state == MODULE_STATE_GOING)
3516 buf[bx++] = '-';
3517 /* Show a + for module-is-being-loaded */
3518 if (mod->state == MODULE_STATE_COMING)
3519 buf[bx++] = '+';
Florin Malitafa3ba2e82006-10-11 01:21:48 -07003520 buf[bx++] = ')';
3521 }
3522 buf[bx] = '\0';
3523
3524 return buf;
3525}
3526
Alexey Dobriyan3b5d5c62008-10-06 13:19:27 +04003527#ifdef CONFIG_PROC_FS
3528/* Called by the /proc file system to return a list of modules. */
3529static void *m_start(struct seq_file *m, loff_t *pos)
3530{
3531 mutex_lock(&module_mutex);
3532 return seq_list_start(&modules, *pos);
3533}
3534
3535static void *m_next(struct seq_file *m, void *p, loff_t *pos)
3536{
3537 return seq_list_next(p, &modules, pos);
3538}
3539
3540static void m_stop(struct seq_file *m, void *p)
3541{
3542 mutex_unlock(&module_mutex);
3543}
3544
Linus Torvalds1da177e2005-04-16 15:20:36 -07003545static int m_show(struct seq_file *m, void *p)
3546{
3547 struct module *mod = list_entry(p, struct module, list);
Florin Malitafa3ba2e82006-10-11 01:21:48 -07003548 char buf[8];
3549
Denys Vlasenko2f0f2a32008-07-22 19:24:27 -05003550 seq_printf(m, "%s %u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07003551 mod->name, mod->init_size + mod->core_size);
3552 print_unload_info(m, mod);
3553
3554 /* Informative for users. */
3555 seq_printf(m, " %s",
3556 mod->state == MODULE_STATE_GOING ? "Unloading":
3557 mod->state == MODULE_STATE_COMING ? "Loading":
3558 "Live");
3559 /* Used by oprofile and other similar tools. */
Kees Cook9f36e2c2011-03-22 16:34:22 -07003560 seq_printf(m, " 0x%pK", mod->module_core);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003561
Florin Malitafa3ba2e82006-10-11 01:21:48 -07003562 /* Taints info */
3563 if (mod->taints)
Arjan van de Ven21aa9282008-01-25 21:08:33 +01003564 seq_printf(m, " %s", module_flags(mod, buf));
Florin Malitafa3ba2e82006-10-11 01:21:48 -07003565
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566 seq_printf(m, "\n");
3567 return 0;
3568}
3569
3570/* Format: modulename size refcount deps address
3571
3572 Where refcount is a number or -, and deps is a comma-separated list
3573 of depends or -.
3574*/
Alexey Dobriyan3b5d5c62008-10-06 13:19:27 +04003575static const struct seq_operations modules_op = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003576 .start = m_start,
3577 .next = m_next,
3578 .stop = m_stop,
3579 .show = m_show
3580};
3581
Alexey Dobriyan3b5d5c62008-10-06 13:19:27 +04003582static int modules_open(struct inode *inode, struct file *file)
3583{
3584 return seq_open(file, &modules_op);
3585}
3586
3587static const struct file_operations proc_modules_operations = {
3588 .open = modules_open,
3589 .read = seq_read,
3590 .llseek = seq_lseek,
3591 .release = seq_release,
3592};
3593
3594static int __init proc_modules_init(void)
3595{
3596 proc_create("modules", 0, NULL, &proc_modules_operations);
3597 return 0;
3598}
3599module_init(proc_modules_init);
3600#endif
3601
Linus Torvalds1da177e2005-04-16 15:20:36 -07003602/* Given an address, look for it in the module exception tables. */
3603const struct exception_table_entry *search_module_extables(unsigned long addr)
3604{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003605 const struct exception_table_entry *e = NULL;
3606 struct module *mod;
3607
Rusty Russell24da1cb2007-07-15 23:41:46 -07003608 preempt_disable();
Andi Kleend72b3752008-08-30 10:09:00 +02003609 list_for_each_entry_rcu(mod, &modules, list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003610 if (mod->num_exentries == 0)
3611 continue;
Daniel Walker22a8bde2007-10-18 03:06:07 -07003612
Linus Torvalds1da177e2005-04-16 15:20:36 -07003613 e = search_extable(mod->extable,
3614 mod->extable + mod->num_exentries - 1,
3615 addr);
3616 if (e)
3617 break;
3618 }
Rusty Russell24da1cb2007-07-15 23:41:46 -07003619 preempt_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003620
3621 /* Now, if we found one, we are running inside it now, hence
Daniel Walker22a8bde2007-10-18 03:06:07 -07003622 we cannot unload the module, hence no refcnt needed. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623 return e;
3624}
3625
Ingo Molnar4d435f92006-07-03 00:24:24 -07003626/*
Rusty Russelle6104992009-03-31 13:05:31 -06003627 * is_module_address - is this address inside a module?
3628 * @addr: the address to check.
3629 *
3630 * See is_module_text_address() if you simply want to see if the address
3631 * is code (not data).
Ingo Molnar4d435f92006-07-03 00:24:24 -07003632 */
Rusty Russelle6104992009-03-31 13:05:31 -06003633bool is_module_address(unsigned long addr)
Ingo Molnar4d435f92006-07-03 00:24:24 -07003634{
Rusty Russelle6104992009-03-31 13:05:31 -06003635 bool ret;
Ingo Molnar4d435f92006-07-03 00:24:24 -07003636
Rusty Russell24da1cb2007-07-15 23:41:46 -07003637 preempt_disable();
Rusty Russelle6104992009-03-31 13:05:31 -06003638 ret = __module_address(addr) != NULL;
Rusty Russell24da1cb2007-07-15 23:41:46 -07003639 preempt_enable();
Ingo Molnar4d435f92006-07-03 00:24:24 -07003640
Rusty Russelle6104992009-03-31 13:05:31 -06003641 return ret;
Ingo Molnar4d435f92006-07-03 00:24:24 -07003642}
3643
Rusty Russelle6104992009-03-31 13:05:31 -06003644/*
3645 * __module_address - get the module which contains an address.
3646 * @addr: the address.
3647 *
3648 * Must be called with preempt disabled or module mutex held so that
3649 * module doesn't get freed during this.
3650 */
Linus Torvalds714f83d2009-04-05 11:04:19 -07003651struct module *__module_address(unsigned long addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652{
3653 struct module *mod;
3654
Rusty Russell3a642e92008-07-22 19:24:28 -05003655 if (addr < module_addr_min || addr > module_addr_max)
3656 return NULL;
3657
Andi Kleend72b3752008-08-30 10:09:00 +02003658 list_for_each_entry_rcu(mod, &modules, list)
Rusty Russelle6104992009-03-31 13:05:31 -06003659 if (within_module_core(addr, mod)
3660 || within_module_init(addr, mod))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003661 return mod;
3662 return NULL;
3663}
Tim Abbottc6b37802008-12-05 19:03:59 -05003664EXPORT_SYMBOL_GPL(__module_address);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003665
Rusty Russelle6104992009-03-31 13:05:31 -06003666/*
3667 * is_module_text_address - is this address inside module code?
3668 * @addr: the address to check.
3669 *
3670 * See is_module_address() if you simply want to see if the address is
3671 * anywhere in a module. See kernel_text_address() for testing if an
3672 * address corresponds to kernel or module code.
3673 */
3674bool is_module_text_address(unsigned long addr)
3675{
3676 bool ret;
3677
3678 preempt_disable();
3679 ret = __module_text_address(addr) != NULL;
3680 preempt_enable();
3681
3682 return ret;
3683}
3684
3685/*
3686 * __module_text_address - get the module whose code contains an address.
3687 * @addr: the address.
3688 *
3689 * Must be called with preempt disabled or module mutex held so that
3690 * module doesn't get freed during this.
3691 */
3692struct module *__module_text_address(unsigned long addr)
3693{
3694 struct module *mod = __module_address(addr);
3695 if (mod) {
3696 /* Make sure it's within the text section. */
3697 if (!within(addr, mod->module_init, mod->init_text_size)
3698 && !within(addr, mod->module_core, mod->core_text_size))
3699 mod = NULL;
3700 }
3701 return mod;
3702}
Tim Abbottc6b37802008-12-05 19:03:59 -05003703EXPORT_SYMBOL_GPL(__module_text_address);
Rusty Russelle6104992009-03-31 13:05:31 -06003704
Linus Torvalds1da177e2005-04-16 15:20:36 -07003705/* Don't grab lock, we're oopsing. */
3706void print_modules(void)
3707{
3708 struct module *mod;
Randy Dunlap2bc2d612006-10-02 02:17:02 -07003709 char buf[8];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710
Linus Torvaldsb2311252009-06-16 11:07:14 -07003711 printk(KERN_DEFAULT "Modules linked in:");
Andi Kleend72b3752008-08-30 10:09:00 +02003712 /* Most callers should already have preempt disabled, but make sure */
3713 preempt_disable();
3714 list_for_each_entry_rcu(mod, &modules, list)
Arjan van de Ven21aa9282008-01-25 21:08:33 +01003715 printk(" %s%s", mod->name, module_flags(mod, buf));
Andi Kleend72b3752008-08-30 10:09:00 +02003716 preempt_enable();
Arjan van de Vene14af7e2008-01-25 21:08:33 +01003717 if (last_unloaded_module[0])
3718 printk(" [last unloaded: %s]", last_unloaded_module);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003719 printk("\n");
3720}
3721
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722#ifdef CONFIG_MODVERSIONS
Rusty Russell8c8ef422009-03-31 13:05:34 -06003723/* Generate the signature for all relevant module structures here.
3724 * If these change, we don't want to try to parse the module. */
3725void module_layout(struct module *mod,
3726 struct modversion_info *ver,
3727 struct kernel_param *kp,
3728 struct kernel_symbol *ks,
Mathieu Desnoyers65498642011-01-26 17:26:22 -05003729 struct tracepoint * const *tp)
Rusty Russell8c8ef422009-03-31 13:05:34 -06003730{
3731}
3732EXPORT_SYMBOL(module_layout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003733#endif