Combining configs into a single assembly

pull/4/head
ebasov 5 days ago
parent 52da71b307
commit e0277b706a
Signed by: ebasov
GPG Key ID: 3DE9E7A44B2D38F6

@ -0,0 +1,13 @@
diff --git a/net/rxrpc/local_event.c b/net/rxrpc/local_event.c
index 19e929c..e9cf26d 100644
--- a/net/rxrpc/local_event.c
+++ b/net/rxrpc/local_event.c
@@ -16,7 +16,7 @@
#include <generated/utsrelease.h>
#include "ar-internal.h"
-static const char rxrpc_version_string[65] = "linux-" UTS_RELEASE " AF_RXRPC";
+static const char rxrpc_version_string[128] = "linux-" UTS_RELEASE " AF_RXRPC";
/*
* Reply to a version request

@ -1,7 +1,4 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 6.1.111-1.el9.elrepo.aarch64 Kernel Configuration
#
# arm64
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3)"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=110401

@ -1,7 +1,4 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.1.111-1.el9.elrepo.x86_64 Kernel Configuration
#
# x86_64
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3)"
CONFIG_CC_IS_CLANG=y
CONFIG_CC_IS_GCC=y

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save