summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRobert Jarzmik <robert.jarzmik@free.fr>2015-01-31 23:40:40 +0100
committerDaniel Lezcano <daniel.lezcano@linaro.org>2015-02-25 10:28:55 +0100
commit6f2116ebe24f9f0f0d90ad17e405ea181f2499eb (patch)
tree42664be9c9c7987c4f48998b7ca4188d9c515cac /tools/perf/scripts/python
parentd4a19eb3b15a4ba98f627182f48d5bc0cffae670 (diff)
clocksource: pxa: Fix section mismatch
As pxa_timer_common_init() is only called in init context, mark it as such, and quiesce the compiler warnings : WARNING: vmlinux.o(.text.unlikely+0x45d4): Section mismatch in reference from the function pxa_timer_common_init() to the function .init.text:sched_clock_register() WARNING: vmlinux.o(.text.unlikely+0x4610): Section mismatch in reference from the function pxa_timer_common_init() to the function .init.text:clocksource_mmio_init() Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
8148cf9a9cdb3ff1ddf29b234056'>Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-31userns: bump idmap limits to 340Christian Brauner 2017-10-31userns: use union in {g,u}idmap structChristian Brauner 2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds 2017-07-20userns,pidns: Verify the userns for new pid namespacesEric W. Biederman 2017-06-30randstruct: Mark various structs for randomizationKees Cook 2017-03-06ucount: Remove the atomicity from ucount->countEric W. Biederman 2017-03-03sched/headers, timers: Remove the <linux/sysctl.h> include from <linux/timer.h>Ingo Molnar 2017-03-03sched/headers: Remove <linux/rwsem.h> from <linux/sched.h>Ingo Molnar 2017-03-02sched/headers: Prepare for the removal of various unrelated headers from <lin...Ingo Molnar 2017-01-24inotify: Convert to using per-namespace limitsNikolay Borisov 2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman 2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin 2016-08-31mntns: Add a limit on the number of mount namespaces.Eric W. Biederman 2016-08-08netns: Add a limit on the number of net namespacesEric W. Biederman 2016-08-08cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman 2016-08-08ipcns: Add a limit on the number of ipc namespacesEric W. Biederman 2016-08-08utsns: Add a limit on the number of uts namespacesEric W. Biederman 2016-08-08pidns: Add a limit on the number of pid namespacesEric W. Biederman 2016-08-08userns: Generalize the user namespace count into ucountEric W. Biederman 2016-08-08userns: Make the count of user namespaces per userEric W. Biederman 2016-08-08userns: Add a limit on the number of user namespacesEric W. Biederman 2016-08-08userns: Add per user namespace sysctls.Eric W. Biederman 2016-08-08userns: Free user namespaces in process contextEric W. Biederman 2016-06-24fs: Limit file caps to the user namespace of the super blockSeth Forshee 2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds 2014-12-11userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman 2014-12-09userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman 2014-12-04common object embedded into various struct ....nsAl Viro 2014-08-08proc: constify seq_operationsFabian Frederick 2013-09-24KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells 2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds 2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman 2013-08-08userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov 2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman 2013-01-26userns: Avoid recursion in put_user_nsEric W. Biederman 2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman 2012-11-20userns: Implement unshare of the user namespaceEric W. Biederman 2012-09-18userns: Add kprojid_t and associated infrastructure in projid.hEric W. Biederman 2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman 2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman 2012-04-26userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman 2012-04-26userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman 2012-04-07userns: Disassociate user_struct from the user_namespace.Eric W. Biederman 2012-04-07userns: Add an explicit reference to the parent user namespaceEric W. Biederman 2011-01-13user_ns: improve the user_ns on-the-slab packagingPavel Emelyanov 2010-06-16user_ns: Introduce user_nsmap_uid and user_ns_map_gid.Eric W. Biederman 2009-02-27Fix recursive lock in free_uid()/free_user_ns()David Howells 2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn