Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Gerwinski
bs
Commits
bd45886d
Commit
bd45886d
authored
Apr 25, 2019
by
Peter Gerwinski
Browse files
Options
Downloads
Patches
Plain Diff
temporäre Datei gelöscht
parent
e29edda5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
20190412/hellomod-1.mod.c
+0
-33
0 additions, 33 deletions
20190412/hellomod-1.mod.c
with
0 additions
and
33 deletions
20190412/hellomod-1.mod.c
deleted
100644 → 0
+
0
−
33
View file @
e29edda5
#include
<linux/module.h>
#include
<linux/vermagic.h>
#include
<linux/compiler.h>
MODULE_INFO
(
vermagic
,
VERMAGIC_STRING
);
__visible
struct
module
__this_module
__attribute__
((
section
(
".gnu.linkonce.this_module"
)))
=
{
.
name
=
KBUILD_MODNAME
,
.
init
=
init_module
,
#ifdef CONFIG_MODULE_UNLOAD
.
exit
=
cleanup_module
,
#endif
.
arch
=
MODULE_ARCH_INIT
,
};
#ifdef RETPOLINE
MODULE_INFO
(
retpoline
,
"Y"
);
#endif
static
const
struct
modversion_info
____versions
[]
__used
__attribute__
((
section
(
"__versions"
)))
=
{
{
0x21fac097
,
__VMLINUX_SYMBOL_STR
(
module_layout
)
},
{
0x27e1a049
,
__VMLINUX_SYMBOL_STR
(
printk
)
},
{
0xbdfb6dbb
,
__VMLINUX_SYMBOL_STR
(
__fentry__
)
},
};
static
const
char
__module_depends
[]
__used
__attribute__
((
section
(
".modinfo"
)))
=
"depends="
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment