*.patch: add Upstream-Status to all patches

There is new patch-status QA check in oe-core:
https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a

This is temporary work around just to hide _many_ warnings from
optional patch-status (if you add it to WARN_QA).

This just added
Upstream-Status: Pending
everywhere without actually investigating what's the proper status.

This is just to hide current QA warnings and to catch new .patch files being
added without Upstream-Status, but the number of Pending patches is now terrible:

5 (26%) 	meta-xfce
6 (50%) 	meta-perl
15 (42%)        meta-webserver
21 (36%)        meta-gnome
25 (57%)        meta-filesystems
26 (43%)        meta-initramfs
45 (45%)        meta-python
47 (55%)        meta-multimedia
312 (63%)       meta-networking
756 (61%)       meta-oe

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Martin Jansa 2023-06-21 18:09:11 +02:00 committed by Khem Raj
parent 2393cd93ae
commit be8c765c7c
551 changed files with 1104 additions and 0 deletions

View File

@ -5,6 +5,8 @@ Subject: [PATCH] Add $(LDFLAGS) to linker cmdline
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
Makefile | 4 ++-- Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)

View File

@ -9,6 +9,8 @@ static function
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
btree.c | 32 ++++++++++++++++---------------- btree.c | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-) 1 file changed, 16 insertions(+), 16 deletions(-)

View File

@ -8,6 +8,8 @@ Makefile.am: required file `./README' not found
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
--- ---
Upstream-Status: Pending
Makefile.am | 1 + Makefile.am | 1 +
1 file changed, 1 insertion(+) 1 file changed, 1 insertion(+)

View File

@ -6,6 +6,8 @@ Subject: [PATCH] Using PKG_CHECK_MODULES to found headers and libraries of
Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
--- ---
Upstream-Status: Pending
configure.in | 5 +++++ configure.in | 5 +++++
src/Makefile.am | 3 +++ src/Makefile.am | 3 +++
2 files changed, 8 insertions(+) 2 files changed, 8 insertions(+)

View File

@ -1,3 +1,5 @@
Upstream-Status: Pending
--- a/configure.ac --- a/configure.ac
+++ b/configure.ac +++ b/configure.ac
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@

View File

@ -7,6 +7,8 @@ Helps to build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
yaffs_guts.h | 4 ++++ yaffs_guts.h | 4 ++++
1 file changed, 4 insertions(+) 1 file changed, 4 insertions(+)

View File

@ -1,3 +1,5 @@
Upstream-Status: Pending
From: Sam James <sam@gentoo.org> From: Sam James <sam@gentoo.org>
Date: Sat, 24 Jul 2021 22:02:45 +0100 Date: Sat, 24 Jul 2021 22:02:45 +0100
Subject: [PATCH] util/ulockmgr_server.c: conditionally define closefrom (fix Subject: [PATCH] util/ulockmgr_server.c: conditionally define closefrom (fix

View File

@ -5,6 +5,8 @@ Subject: [PATCH] Makefile: proper location of LDFLAGS
Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com>
--- ---
Upstream-Status: Pending
Makefile | 4 ++-- Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)

View File

@ -4,6 +4,8 @@ Date: Fri, 19 Mar 2021 08:18:58 +0100
Subject: [PATCH] Fixed includes so that it compiles on Ubuntu 20.04 Subject: [PATCH] Fixed includes so that it compiles on Ubuntu 20.04
--- ---
Upstream-Status: Pending
logic.c | 3 +-- logic.c | 3 +--
main.c | 3 ++- main.c | 3 ++-
2 files changed, 3 insertions(+), 3 deletions(-) 2 files changed, 3 insertions(+), 3 deletions(-)

View File

@ -8,6 +8,8 @@ https://www.gnu.org/software/make/manual/html_node/Catalogue-of-Rules.html
Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com>
--- ---
Upstream-Status: Pending
makefile | 4 ++-- makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)

View File

@ -1,3 +1,5 @@
Upstream-Status: Pending
Fix compilation with GCC6 Fix compilation with GCC6
--- a/src/device-info.c 2013-12-09 14:59:27.000000000 +0100 --- a/src/device-info.c 2013-12-09 14:59:27.000000000 +0100

View File

@ -8,6 +8,8 @@ libdir.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
--- ---
Upstream-Status: Pending
etc/Makefile.am | 6 +++--- etc/Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-) 1 file changed, 3 insertions(+), 3 deletions(-)

View File

@ -1,3 +1,5 @@
Upstream-Status: Pending
Index: xfsprogs-4.14.0/include/builddefs.in Index: xfsprogs-4.14.0/include/builddefs.in
=================================================================== ===================================================================
--- xfsprogs-4.14.0.orig/include/builddefs.in --- xfsprogs-4.14.0.orig/include/builddefs.in

View File

@ -11,6 +11,8 @@ Fixes
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
src/Makefile.am | 2 +- src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -11,6 +11,8 @@ https://github.com/voidlinux/void-packages/blob/master/srcpkgs/dracut/patches/mu
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
src/install/util.h | 3 +++ src/install/util.h | 3 +++
1 file changed, 3 insertions(+) 1 file changed, 3 insertions(+)

View File

@ -12,6 +12,8 @@ to infer that these structs should be defined in linux/in.h
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
usr/include/net/if.h | 11 +++++++++++ usr/include/net/if.h | 11 +++++++++++
usr/include/netinet/in.h | 36 ++++++++++++++++++++++++++++++++++++ usr/include/netinet/in.h | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+) 2 files changed, 47 insertions(+)

View File

@ -10,6 +10,8 @@ linking issues on such distros
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
Makefile | 2 +- Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -11,6 +11,8 @@ which is a bit harder in OE
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
usr/klibc/arch/arm/MCONFIG | 2 +- usr/klibc/arch/arm/MCONFIG | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -12,6 +12,8 @@ override to avoid this assumption
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
usr/include/sys/sysinfo.h | 2 +- usr/include/sys/sysinfo.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -7,6 +7,8 @@ needed by latest kexec-tools for qemuarm64 (kashan)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
--- ---
Upstream-Status: Pending
usr/klibc/SYSCALLS.def | 1 + usr/klibc/SYSCALLS.def | 1 +
1 file changed, 1 insertion(+) 1 file changed, 1 insertion(+)

View File

@ -7,6 +7,8 @@ for supported archs only (matched in kexec-tools)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
--- ---
Upstream-Status: Pending
usr/klibc/SYSCALLS.def | 1 + usr/klibc/SYSCALLS.def | 1 +
1 file changed, 1 insertion(+) 1 file changed, 1 insertion(+)

View File

@ -6,6 +6,8 @@ Subject: [PATCH] mkfifo: Implement mkfifo
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
usr/utils/mkfifo.c | 5 +++++ usr/utils/mkfifo.c | 5 +++++
1 file changed, 5 insertions(+) 1 file changed, 5 insertions(+)

View File

@ -9,6 +9,8 @@ which is "" in case of armv5 or thumbs.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
--- ---
Upstream-Status: Pending
usr/klibc/arch/arm/MCONFIG | 1 + usr/klibc/arch/arm/MCONFIG | 1 +
1 file changed, 1 insertion(+) 1 file changed, 1 insertion(+)

View File

@ -1,3 +1,5 @@
Upstream-Status: Pending
--- a/scripts/Kbuild.klibc --- a/scripts/Kbuild.klibc
+++ b/scripts/Kbuild.klibc +++ b/scripts/Kbuild.klibc
@@ -113,10 +113,8 @@ KLIBCCPPFLAGS := -nostdinc -iwithpref @@ -113,10 +113,8 @@ KLIBCCPPFLAGS := -nostdinc -iwithpref

View File

@ -3,6 +3,8 @@ From: Andrea Adami <andrea.adami@gmail.com>
Date: Fri, 19 Sep 2014 23:09:29 +0200 Date: Fri, 19 Sep 2014 23:09:29 +0200
--- ---
Upstream-Status: Pending
klcc/klcc.in | 3 +++ klcc/klcc.in | 3 +++
1 file changed, 3 insertions(+) 1 file changed, 3 insertions(+)

View File

@ -1,3 +1,5 @@
Upstream-Status: Pending
Patch was imported from the OpenEmbedded git server Patch was imported from the OpenEmbedded git server
(git://git.openembedded.org/openembedded) (git://git.openembedded.org/openembedded)
as of commit id 676cbb54d42c89a4832871064cfcb7ee2ad372ee as of commit id 676cbb54d42c89a4832871064cfcb7ee2ad372ee

View File

@ -22,6 +22,8 @@ to fix :
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
--- ---
Upstream-Status: Pending
kexec/Makefile | 2 +- kexec/Makefile | 2 +-
kexec/if_nameindex.c | 64 ++++++++++++++++++++++++++++++++++++++++++++ kexec/if_nameindex.c | 64 ++++++++++++++++++++++++++++++++++++++++++++
kexec/if_nameindex.h | 15 +++++++++++ kexec/if_nameindex.h | 15 +++++++++++

View File

@ -8,6 +8,8 @@ Subject: [PATCH] vmcore-dmesg: fix warning
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
--- ---
Upstream-Status: Pending
vmcore-dmesg/vmcore-dmesg.c | 3 +++ vmcore-dmesg/vmcore-dmesg.c | 3 +++
1 file changed, 3 insertions(+) 1 file changed, 3 insertions(+)

View File

@ -16,6 +16,8 @@ Signed-off-by: Konstantin Kuzov <master.nosferatu@gmail.com>
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
--- ---
Upstream-Status: Pending
kexec/arch/mips/include/arch/options.h | 4 +- kexec/arch/mips/include/arch/options.h | 4 +-
kexec/arch/mips/kexec-elf-mips.c | 58 ++++++++++++++------------ kexec/arch/mips/kexec-elf-mips.c | 58 ++++++++++++++------------
kexec/arch/mips/kexec-mips.c | 4 ++ kexec/arch/mips/kexec-mips.c | 4 ++

View File

@ -13,6 +13,8 @@ ng: "__bitwise" redefined
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
--- ---
Upstream-Status: Pending
kexec/arch/arm64/crashdump-arm64.c | 3 +++ kexec/arch/arm64/crashdump-arm64.c | 3 +++
1 file changed, 3 insertions(+) 1 file changed, 3 insertions(+)

View File

@ -6,6 +6,8 @@ Subject: [PATCH] arm- backport from oe-core
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
--- ---
Upstream-Status: Pending
kexec/arch/arm/crashdump-arm.c | 5 ++++- kexec/arch/arm/crashdump-arm.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-) 1 file changed, 4 insertions(+), 1 deletion(-)

View File

@ -1,3 +1,5 @@
Upstream-Status: Pending
--- a/kexec/Makefile --- a/kexec/Makefile
+++ b/kexec/Makefile +++ b/kexec/Makefile
@@ -110,7 +110,7 @@ $(KEXEC): $(KEXEC_OBJS) $(UTIL_LIB) @@ -110,7 +110,7 @@ $(KEXEC): $(KEXEC_OBJS) $(UTIL_LIB)

View File

@ -3,6 +3,8 @@ From: Khem Raj <raj.khem@gmail.com>
Date: Fri, 15 Mar 2019 00:22:40 -0700 Date: Fri, 15 Mar 2019 00:22:40 -0700
--- ---
Upstream-Status: Pending
kexec/kexec.c | 2 +- kexec/kexec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -19,6 +19,8 @@ Fixes:
Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Jens Rehsack <sno@netbsd.org>
--- ---
Upstream-Status: Pending
test/test_x509.c | 3 +-- test/test_x509.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-) 1 file changed, 1 insertion(+), 2 deletions(-)

View File

@ -5,6 +5,8 @@ Subject: [PATCH] correct the location of unistd.h
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
os-daq-modules/daq_ipfw.c | 2 +- os-daq-modules/daq_ipfw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -1,3 +1,5 @@
Upstream-Status: Pending
Index: git/ClntMessages/ClntMsgRequest.cpp Index: git/ClntMessages/ClntMsgRequest.cpp
=================================================================== ===================================================================
--- git.orig/ClntMessages/ClntMsgRequest.cpp --- git.orig/ClntMessages/ClntMsgRequest.cpp

View File

@ -1,3 +1,5 @@
Upstream-Status: Pending
Remove EXTRASRC and EXTRAOBJ from obj list Remove EXTRASRC and EXTRAOBJ from obj list
--- ez-ipupdate-3.0.11b7/Makefile.am.orig 2014-07-02 13:47:50.758034983 -0600 --- ez-ipupdate-3.0.11b7/Makefile.am.orig 2014-07-02 13:47:50.758034983 -0600

View File

@ -1,3 +1,5 @@
Upstream-Status: Pending
Dont assume errno type Dont assume errno type
--- ez-ipupdate-3.0.11b7/cache_file.c.orig 2014-07-02 14:01:07.126029412 -0600 --- ez-ipupdate-3.0.11b7/cache_file.c.orig 2014-07-02 14:01:07.126029412 -0600

View File

@ -1,3 +1,5 @@
Upstream-Status: Pending
Dont assume errno type Dont assume errno type
--- ez-ipupdate-3.0.11b7/conf_file.c.orig 2014-07-02 14:01:19.174029328 -0600 --- ez-ipupdate-3.0.11b7/conf_file.c.orig 2014-07-02 14:01:19.174029328 -0600

View File

@ -1,3 +1,5 @@
Upstream-Status: Pending
Index: ez-ipupdate-3.0.11b7/ez-ipupdate.c Index: ez-ipupdate-3.0.11b7/ez-ipupdate.c
=================================================================== ===================================================================
--- ez-ipupdate-3.0.11b7.orig/ez-ipupdate.c --- ez-ipupdate-3.0.11b7.orig/ez-ipupdate.c

View File

@ -8,6 +8,8 @@ https://stackoverflow.com/questions/1242904/finding-python-site-packages-directo
Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Romain Naour <romain.naour@smile.fr>
--- ---
Upstream-Status: Pending
pyiec61850/CMakeLists.txt | 11 ++--------- pyiec61850/CMakeLists.txt | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-) 1 file changed, 2 insertions(+), 9 deletions(-)

View File

@ -1,3 +1,5 @@
Upstream-Status: Pending
--- a/third_party/openthread/repo/src/cli/cli.cpp --- a/third_party/openthread/repo/src/cli/cli.cpp
+++ b/third_party/openthread/repo/src/cli/cli.cpp +++ b/third_party/openthread/repo/src/cli/cli.cpp
@@ -1785,6 +1785,7 @@ template <> otError Interpreter::Process @@ -1785,6 +1785,7 @@ template <> otError Interpreter::Process

View File

@ -5,6 +5,8 @@ Subject: [PATCH] rdate: define logwtmp on libc != glibc
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
src/rdate.c | 15 +++++++++++++++ src/rdate.c | 15 +++++++++++++++
1 file changed, 15 insertions(+) 1 file changed, 15 insertions(+)

View File

@ -11,6 +11,8 @@ Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
update to version 4.10.5, and switch to python3 update to version 4.10.5, and switch to python3
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.com>
--- ---
Upstream-Status: Pending
buildtools/wafsamba/samba_bundled.py | 27 +++++++++++++++++++-------- buildtools/wafsamba/samba_bundled.py | 27 +++++++++++++++++++--------
1 file changed, 19 insertions(+), 8 deletions(-) 1 file changed, 19 insertions(+), 8 deletions(-)

View File

@ -9,6 +9,8 @@ http://data.gpo.zugaina.org/musl/net-fs/samba/files/samba-4.3.9-remove-getpwent_
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
source4/torture/local/nss_tests.c | 13 ++++++++----- source4/torture/local/nss_tests.c | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-) 1 file changed, 8 insertions(+), 5 deletions(-)

View File

@ -7,6 +7,8 @@ http://data.gpo.zugaina.org/musl/net-fs/samba/files/samba-4.2.7-pam.patch
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
source3/wscript | 13 ++++++++++++- source3/wscript | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-) 1 file changed, 12 insertions(+), 1 deletion(-)

View File

@ -5,6 +5,8 @@ Subject: [PATCH 1/8] search for log-help in build dir
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
makeman.pl | 2 +- makeman.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -4,6 +4,8 @@ Date: Sun, 2 Dec 2012 02:16:54 +0100
Subject: [PATCH 2/8] Fix vpnc install for cross compile Subject: [PATCH 2/8] Fix vpnc install for cross compile
--- ---
Upstream-Status: Pending
Makefile | 22 +++++++++++----------- Makefile | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-) 1 file changed, 11 insertions(+), 11 deletions(-)

View File

@ -5,6 +5,8 @@ Subject: [PATCH 3/8] error.h is specific to glibc on linux
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
sysdep.h | 5 +++-- sysdep.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-) 1 file changed, 3 insertions(+), 2 deletions(-)

View File

@ -5,6 +5,8 @@ Subject: [PATCH 4/8] Use pkgconfig instead of libgcrypt-config
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
Makefile | 4 ++-- Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)

View File

@ -10,6 +10,8 @@ config.c:146:25: error: use of undeclared identifier 'CEOT'
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
config.c | 1 + config.c | 1 +
1 file changed, 1 insertion(+) 1 file changed, 1 insertion(+)

View File

@ -4,6 +4,8 @@ Date: Wed, 29 Mar 2017 23:09:47 -0700
Subject: [PATCH 6/8] sysdep: Add header include sequence to adjust for musl Subject: [PATCH 6/8] sysdep: Add header include sequence to adjust for musl
--- ---
Upstream-Status: Pending
sysdep.h | 10 +++++++--- sysdep.h | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-) 1 file changed, 7 insertions(+), 3 deletions(-)

View File

@ -5,6 +5,8 @@ Subject: [PATCH 7/8] add error() API when error.h is not on platform
sign-off-by: Khem Raj <raj.khem@gmail.com> sign-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
sysdep.c | 24 ++++++++++++++++++++++++ sysdep.c | 24 ++++++++++++++++++++++++
sysdep.h | 2 ++ sysdep.h | 2 ++
2 files changed, 26 insertions(+) 2 files changed, 26 insertions(+)

View File

@ -7,6 +7,8 @@ Fixes duplicate defines in header errors
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
sysdep.c | 3 ++- sysdep.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-) 1 file changed, 2 insertions(+), 1 deletion(-)

View File

@ -12,6 +12,8 @@ don't.
Reducing the lifetime from its current value to 28800 (exactly 8 hours) Reducing the lifetime from its current value to 28800 (exactly 8 hours)
causes it to start working with fortigate devices. causes it to start working with fortigate devices.
--- ---
Upstream-Status: Pending
vpnc.c | 4 ++-- vpnc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)

View File

@ -9,6 +9,8 @@ them here
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
include/automount.h | 8 ++++++++ include/automount.h | 8 ++++++++
include/nsswitch.h | 3 +++ include/nsswitch.h | 3 +++
2 files changed, 11 insertions(+) 2 files changed, 11 insertions(+)

View File

@ -11,6 +11,8 @@ Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Signed-off-by: Ian Kent <raven@themaw.net> Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
include/automount.h | 5 +++++ include/automount.h | 5 +++++
lib/log.c | 10 ++++++++++ lib/log.c | 10 ++++++++++
2 files changed, 15 insertions(+) 2 files changed, 15 insertions(+)

View File

@ -9,6 +9,8 @@ all libc e.g. musl
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
modules/lookup_multi.c | 2 +- modules/lookup_multi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -12,6 +12,8 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
update patch to version 5.1.5 update patch to version 5.1.5
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.com>
--- ---
Upstream-Status: Pending
daemon/lookup.c | 6 +++--- daemon/lookup.c | 6 +++---
modules/lookup_multi.c | 2 +- modules/lookup_multi.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-) 2 files changed, 4 insertions(+), 4 deletions(-)

View File

@ -3,6 +3,8 @@ From: Khem Raj <raj.khem@gmail.com>
Date: Sat, 5 Jan 2013 19:53:10 -0800 Date: Sat, 5 Jan 2013 19:53:10 -0800
--- ---
Upstream-Status: Pending
aclocal.m4 | 2 ++ aclocal.m4 | 2 ++
configure.in | 8 ++++++-- configure.in | 8 ++++++--
2 files changed, 8 insertions(+), 2 deletions(-) 2 files changed, 8 insertions(+), 2 deletions(-)

View File

@ -19,6 +19,8 @@ This lead to a race when compile amd_tok.o, the header file maybe rewritten.
Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Roy Li <rongqing.li@windriver.com>
--- ---
Upstream-Status: Pending
lib/Makefile | 6 ++++-- lib/Makefile | 6 ++++--
modules/Makefile | 3 ++- modules/Makefile | 3 ++-
2 files changed, 6 insertions(+), 3 deletions(-) 2 files changed, 6 insertions(+), 3 deletions(-)

View File

@ -8,6 +8,8 @@ otherwise the generate file will be stripped
Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Roy Li <rongqing.li@windriver.com>
--- ---
Upstream-Status: Pending
Makefile.rules | 2 +- Makefile.rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -3,6 +3,8 @@ From: Khem Raj <raj.khem@gmail.com>
Date: Sat, 5 Jan 2013 19:53:10 -0800 Date: Sat, 5 Jan 2013 19:53:10 -0800
--- ---
Upstream-Status: Pending
samples/auto.net | 2 +- samples/auto.net | 2 +-
samples/auto.smb | 2 +- samples/auto.smb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-) 2 files changed, 2 insertions(+), 2 deletions(-)

View File

@ -5,6 +5,8 @@ Subject: [PATCH 1/3] Respect flags from env
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
Makefile | 4 ++-- Makefile | 4 ++--
cli/Makefile | 2 +- cli/Makefile | 2 +-
pppd/Makefile | 2 +- pppd/Makefile | 2 +-

View File

@ -10,6 +10,8 @@ usl_fd.c:284:10: error: comparison of unsigned expression < 0 is always false [-
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
usl/usl_fd.c | 2 +- usl/usl_fd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -5,6 +5,8 @@ Subject: [PATCH] usl_timer: Check for return value of write() API
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
usl/usl_timer.c | 4 +++- usl/usl_timer.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-) 1 file changed, 3 insertions(+), 1 deletion(-)

View File

@ -10,6 +10,8 @@ cli_lib.c:427:20: error: expression which evaluates to zero treated as a null po
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
cli/cli_lib.c | 2 +- cli/cli_lib.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -7,6 +7,8 @@ musl needs it
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
Makefile | 4 ++-- Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)

View File

@ -10,6 +10,8 @@ error: taking the absolute value of unsigned type 'unsigned long' has no effect
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
cli/cli_lib.c | 8 ++++---- cli/cli_lib.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-) 1 file changed, 4 insertions(+), 4 deletions(-)

View File

@ -5,6 +5,8 @@ Subject: [PATCH 3/3] musl fixes
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
cli/cli_readline.c | 7 +- cli/cli_readline.c | 7 +-
ippool_api.c | 9 ++- ippool_api.c | 9 ++-
net/ppp_defs.h | 194 +++++++++++++++++++++++++++++++++++++++++++++++++++++ net/ppp_defs.h | 194 +++++++++++++++++++++++++++++++++++++++++++++++++++++

View File

@ -14,6 +14,8 @@ amicably, and I think this is right order too
Upsteam-Status: Pending Upsteam-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
keepalived/core/layer4.c | 21 ++++++++++----------- keepalived/core/layer4.c | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-) 1 file changed, 10 insertions(+), 11 deletions(-)

View File

@ -1,3 +1,5 @@
Upstream-Status: Pending
Fix Fix
sensor_factors_000.cpp:66:5: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned char' in initializer list [-Wc++11-narrowing] sensor_factors_000.cpp:66:5: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned char' in initializer list [-Wc++11-narrowing]

View File

@ -6,6 +6,8 @@ Subject: [PATCH] configure: Disable format-overflow if supported by gcc
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
Makefile.am | 6 +-- Makefile.am | 6 +--
configure.ac | 2 + configure.ac | 2 +
m4/ax_check_compile_flag.m4 | 74 +++++++++++++++++++++++++++++++++++++ m4/ax_check_compile_flag.m4 | 74 +++++++++++++++++++++++++++++++++++++

View File

@ -9,6 +9,8 @@ and we can use non-gcc compilers
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
configure.ac | 2 +- configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -9,6 +9,8 @@ redirecting incorrect #include <wait.h> to <sys/wait.h>
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
src/imm/common/immpbe_dump.cc | 2 +- src/imm/common/immpbe_dump.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -9,6 +9,8 @@ Do not use the deprecated headers under include/sys
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
src/base/os_defs.h | 5 +++-- src/base/os_defs.h | 5 +++--
src/mds/mds_dt_tcp.c | 1 - src/mds/mds_dt_tcp.c | 1 -
src/mds/mds_dt_tcp_disc.h | 2 +- src/mds/mds_dt_tcp_disc.h | 2 +-

View File

@ -5,6 +5,8 @@ Subject: [PATCH 2/2] Fix -Werror=enum-int-mismatch with gcc13
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
src/evt/agent/eda_hdl.h | 5 +++-- src/evt/agent/eda_hdl.h | 5 +++--
src/evt/evtd/eds_mds.h | 3 +-- src/evt/evtd/eds_mds.h | 3 +--
src/smf/smfnd/smfnd.h | 8 ++++---- src/smf/smfnd/smfnd.h | 8 ++++----

View File

@ -15,6 +15,8 @@ Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Yao Zhao <yao.zhao@windriver.com> Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
--- ---
Upstream-Status: Pending
makedefs | 27 +++++++++++---------------- makedefs | 27 +++++++++++----------------
1 file changed, 11 insertions(+), 16 deletions(-) 1 file changed, 11 insertions(+), 16 deletions(-)

View File

@ -7,6 +7,8 @@ Its a binary used during build
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
makedefs | 10 +++++----- makedefs | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-) 1 file changed, 5 insertions(+), 5 deletions(-)

View File

@ -12,6 +12,8 @@ entertained.
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
makedefs | 1 - makedefs | 1 -
1 file changed, 1 deletion(-) 1 file changed, 1 deletion(-)

View File

@ -11,6 +11,8 @@ client.c:834:23: error: '%s' directive output may be truncated writing up to 102
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
acinclude/ax_check_compile_flag.m4 | 74 ++++++++++++++++++++++++++++++++++++++ acinclude/ax_check_compile_flag.m4 | 74 ++++++++++++++++++++++++++++++++++++++
configure.ac | 2 ++ configure.ac | 2 ++
2 files changed, 76 insertions(+) 2 files changed, 76 insertions(+)

View File

@ -12,6 +12,8 @@ about why and setting the need for -ldb incorrectly.
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
--- ---
Upstream-Status: Pending
configure.ac | 10 ++++++++++ configure.ac | 10 ++++++++++
1 file changed, 10 insertions(+) 1 file changed, 10 insertions(+)

View File

@ -11,6 +11,8 @@ proper cross compilation can occur.
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
--- ---
Upstream-Status: Pending
configure.ac | 1 + configure.ac | 1 +
1 file changed, 1 insertion(+) 1 file changed, 1 insertion(+)

View File

@ -12,6 +12,8 @@ global symbols and work around Debian bug #519006 (Closes: #564052).
Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Ron Lee <ron@debian.org>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
--- ---
Upstream-Status: Pending
tftpd/tftpd.c | 10 +++++----- tftpd/tftpd.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-) 1 file changed, 5 insertions(+), 5 deletions(-)

View File

@ -6,6 +6,8 @@ Subject: [PATCH] sysdeputil.c: Fix with musl which does not have utmpx
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
sysdeputil.c | 4 +++- sysdeputil.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-) 1 file changed, 3 insertions(+), 1 deletion(-)

View File

@ -5,6 +5,8 @@ Subject: [PATCH] usr/Makefile: apply LDFLAGS to all executables
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
--- ---
Upstream-Status: Pending
usr/Makefile | 4 ++-- usr/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)

View File

@ -8,6 +8,8 @@ This fixes the build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
--- ---
Upstream-Status: Pending
extensions/ebt_among.c | 2 +- extensions/ebt_among.c | 2 +-
extensions/ebt_arpreply.c | 2 +- extensions/ebt_arpreply.c | 2 +-
extensions/ebt_nat.c | 2 +- extensions/ebt_nat.c | 2 +-

View File

@ -10,6 +10,8 @@ fail to link due to these missing symbols
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
doxygen.cfg.in | 2 +- doxygen.cfg.in | 2 +-
src/internal.h | 5 ++--- src/internal.h | 5 ++---
src/libnetfilter_acct.c | 41 ++++++++++++++--------------------------- src/libnetfilter_acct.c | 41 ++++++++++++++---------------------------

View File

@ -10,6 +10,8 @@ ftp.c:1091:2: error: unknown type name 'u_long'; did you mean 'long'?
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
ftp/ftp.c | 1 + ftp/ftp.c | 1 +
1 file changed, 1 insertion(+) 1 file changed, 1 insertion(+)

View File

@ -7,6 +7,8 @@ Fixes build with hardening flags
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
rpcgen/rpc_hout.c | 2 +- rpcgen/rpc_hout.c | 2 +-
rpcgen/rpc_tblout.c | 4 ++-- rpcgen/rpc_tblout.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-) 2 files changed, 3 insertions(+), 3 deletions(-)

View File

@ -47,6 +47,8 @@ in upstream.
Signed-off-by: Seiichi Ishitsuka <ishitsuka.sc@ncos.nec.co.jp> Signed-off-by: Seiichi Ishitsuka <ishitsuka.sc@ncos.nec.co.jp>
--- ---
Upstream-Status: Pending
telnetd/ext.h | 1 + telnetd/ext.h | 1 +
telnetd/sys_term.c | 17 ++++++++++++++++- telnetd/sys_term.c | 17 ++++++++++++++++-
telnetd/telnetd.c | 2 +- telnetd/telnetd.c | 2 +-

View File

@ -7,6 +7,8 @@ Fixes build with hardening flags
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
telnet/utilities.cc | 6 +++--- telnet/utilities.cc | 6 +++---
telnetd/utility.c | 6 +++--- telnetd/utility.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-) 2 files changed, 6 insertions(+), 6 deletions(-)

View File

@ -5,6 +5,8 @@ Subject: [PATCH 5/6] mDNSCore: Fix broken debug parameter
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
--- ---
Upstream-Status: Pending
mDNSCore/mDNS.c | 2 +- mDNSCore/mDNS.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -13,6 +13,8 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
--- ---
Upstream-Status: Pending
snmplib/keytools.c | 5 +---- snmplib/keytools.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-) 1 file changed, 1 insertion(+), 4 deletions(-)

View File

@ -9,6 +9,8 @@ ac_cv_file__etc_printcap instead. When cross-compiling, this variable should be
set in the environment to "yes" or "no" as appropriate for the target platform. set in the environment to "yes" or "no" as appropriate for the target platform.
--- ---
Upstream-Status: Pending
configure.d/config_os_misc4 | 4 ++-- configure.d/config_os_misc4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)

View File

@ -5,6 +5,8 @@ Subject: [PATCH] fix(build): do not install git files
Signed-off-by: Vyacheslav Yurkov <v.yurkov@precitec.de> Signed-off-by: Vyacheslav Yurkov <v.yurkov@precitec.de>
--- ---
Upstream-Status: Pending
CMakeLists.txt | 1 + CMakeLists.txt | 1 +
1 file changed, 1 insertion(+) 1 file changed, 1 insertion(+)

View File

@ -9,6 +9,8 @@ failures.
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
configure.ac | 2 +- configure.ac | 2 +-
lib/util.c | 2 ++ lib/util.c | 2 ++
lib/util.h | 1 + lib/util.h | 1 +

View File

@ -10,6 +10,8 @@ about double definition in libc headers
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
lib/netdev.c | 11 +++++------ lib/netdev.c | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-) 1 file changed, 5 insertions(+), 6 deletions(-)

View File

@ -8,6 +8,8 @@ e.g. musl do not define this.
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
usl/usl_pid.c | 2 +- usl/usl_pid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -7,6 +7,8 @@ These are flagged by musl
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
Upstream-Status: Pending
l2tp_api.c | 7 +++++-- l2tp_api.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-) 1 file changed, 5 insertions(+), 2 deletions(-)

Some files were not shown because too many files have changed in this diff Show More