kernel: refresh 6.12 patches (#13238)

This commit is contained in:
Beginner 2024-12-27 10:00:36 +08:00 committed by GitHub
parent ae997a86d8
commit 6d2364bf77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
--- a/include/linux/kstrtox.h --- a/include/linux/kstrtox.h
+++ b/include/linux/kstrtox.h +++ b/include/linux/kstrtox.h
@@ -147,4 +147,9 @@ @@ -147,4 +147,9 @@ extern long simple_strtol(const char *,c
extern unsigned long long simple_strtoull(const char *,char **,unsigned int); extern unsigned long long simple_strtoull(const char *,char **,unsigned int);
extern long long simple_strtoll(const char *,char **,unsigned int); extern long long simple_strtoll(const char *,char **,unsigned int);

View File

@ -19,8 +19,8 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
+ +
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
/* /**
@@ -314,6 +316,4 @@ static inline void *offset_to_ptr(const @@ -329,6 +331,4 @@ static inline void *offset_to_ptr(const
*/ */
#define prevent_tail_call_optimization() mb() #define prevent_tail_call_optimization() mb()