diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-08-24 15:53:55 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-25 15:37:39 +0100 |
| commit | 56bc6ce8c62278f432ac4b4a8127699896590d52 (patch) | |
| tree | 06027281cfe959d0c6e6946078ef748cd4df66a4 | |
| parent | ee6bf285d7ca35ab0f76c151a36e888ad1e41c40 (diff) | |
| download | poky-56bc6ce8c62278f432ac4b4a8127699896590d52.tar.gz | |
systemd: Refresh patch to remove patch-fuzz
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>
| -rw-r--r-- | meta/recipes-core/systemd/systemd/0017-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/meta/recipes-core/systemd/systemd/0017-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch b/meta/recipes-core/systemd/systemd/0017-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch index 04b2fb712f..a7a641e0ad 100644 --- a/meta/recipes-core/systemd/systemd/0017-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch +++ b/meta/recipes-core/systemd/systemd/0017-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch | |||
| @@ -15,8 +15,6 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 15 | src/shared/base-filesystem.c | 1 + | 15 | src/shared/base-filesystem.c | 1 + |
| 16 | 2 files changed, 7 insertions(+) | 16 | 2 files changed, 7 insertions(+) |
| 17 | 17 | ||
| 18 | diff --git a/src/basic/missing_syscall.h b/src/basic/missing_syscall.h | ||
| 19 | index 86280771c4..20d05db506 100644 | ||
| 20 | --- a/src/basic/missing_syscall.h | 18 | --- a/src/basic/missing_syscall.h |
| 21 | +++ b/src/basic/missing_syscall.h | 19 | +++ b/src/basic/missing_syscall.h |
| 22 | @@ -20,6 +20,12 @@ | 20 | @@ -20,6 +20,12 @@ |
| @@ -31,9 +29,7 @@ index 86280771c4..20d05db506 100644 | |||
| 31 | + | 29 | + |
| 32 | #include "macro.h" | 30 | #include "macro.h" |
| 33 | #include "missing_keyctl.h" | 31 | #include "missing_keyctl.h" |
| 34 | #include "missing_stat.h" | 32 | #include "missing_sched.h" |
| 35 | diff --git a/src/shared/base-filesystem.c b/src/shared/base-filesystem.c | ||
| 36 | index 67aa8ea1f2..8d9824495e 100644 | ||
| 37 | --- a/src/shared/base-filesystem.c | 33 | --- a/src/shared/base-filesystem.c |
| 38 | +++ b/src/shared/base-filesystem.c | 34 | +++ b/src/shared/base-filesystem.c |
| 39 | @@ -20,6 +20,7 @@ | 35 | @@ -20,6 +20,7 @@ |
| @@ -44,6 +40,3 @@ index 67aa8ea1f2..8d9824495e 100644 | |||
| 44 | 40 | ||
| 45 | typedef struct BaseFilesystem { | 41 | typedef struct BaseFilesystem { |
| 46 | const char *dir; /* directory or symlink to create */ | 42 | const char *dir; /* directory or symlink to create */ |
| 47 | -- | ||
| 48 | 2.45.1 | ||
| 49 | |||
