Merge 'v5.10-rc1' into android-mainline

Linux 5.10-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Iace3fc84a00d3023c75caa086a266de17dc1847c
This commit is contained in:
Greg Kroah-Hartman
2020-10-29 06:32:25 +01:00
135 changed files with 340 additions and 222 deletions

View File

@@ -278,7 +278,7 @@ extern typeof(name) __mod_##type##__##name##_device_table \
.version = _version, \
}; \
static const struct module_version_attribute \
__used __attribute__ ((__section__ ("__modver"))) \
__used __section("__modver") \
* __moduleparam_const __modver_attr = &___modver_attr
#endif