Skip to content

Commit

Permalink
systemd: Refresh patch to remove patch-fuzz
Browse files Browse the repository at this point in the history
Fixes
ERROR: systemd-1_256.5-r0 do_patch: QA Issue: Fuzz detected:

Applying patch 0017-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch
patching file src/basic/missing_syscall.h
Hunk #1 succeeded at 20 with fuzz 1.

The issue surfaces when building with musl

(From OE-Core rev: 4fc73793e0a053211b29d016a09afc430a48e81b)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
kraj authored and rpurdie committed Aug 25, 2024
1 parent ee6bf28 commit 56bc6ce
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
src/shared/base-filesystem.c | 1 +
2 files changed, 7 insertions(+)

diff --git a/src/basic/missing_syscall.h b/src/basic/missing_syscall.h
index 86280771c4..20d05db506 100644
--- a/src/basic/missing_syscall.h
+++ b/src/basic/missing_syscall.h
@@ -20,6 +20,12 @@
Expand All @@ -31,9 +29,7 @@ index 86280771c4..20d05db506 100644
+
#include "macro.h"
#include "missing_keyctl.h"
#include "missing_stat.h"
diff --git a/src/shared/base-filesystem.c b/src/shared/base-filesystem.c
index 67aa8ea1f2..8d9824495e 100644
#include "missing_sched.h"
--- a/src/shared/base-filesystem.c
+++ b/src/shared/base-filesystem.c
@@ -20,6 +20,7 @@
Expand All @@ -44,6 +40,3 @@ index 67aa8ea1f2..8d9824495e 100644

typedef struct BaseFilesystem {
const char *dir; /* directory or symlink to create */
--
2.45.1

0 comments on commit 56bc6ce

Please sign in to comment.