/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/ |
H A D | 0001-Fix-build-with-clang.patch | 3 Date: Tue, 24 Apr 2018 15:06:14 -0700 8 error: class 'YButtonBoxPrivate' was previously declared as a struct [-Werror,-Wmismatched-tags] 11 YTimezoneSelector.cc:35:9: error: private field 'dummy' is not used [-Werror,-Wunused-private-field] 15 Signed-off-by: Khem Raj <raj.khem@gmail.com> 16 --- 17 Upstream-Status: Submitted [https://github.com/libyui/libyui/pull/123] 19 src/YAlignment.h | 2 +- 20 src/YBarGraph.h | 2 +- 21 src/YBusyIndicator.h | 2 +- 22 src/YButtonBox.h | 4 ++-- [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0017-Adjust-for-musl-headers.patch | 3 Date: Fri, 21 Jan 2022 22:19:37 -0800 6 Upstream-Status: Inappropriate [musl specific] 8 Signed-off-by: Khem Raj <raj.khem@gmail.com> 11 Signed-off-by: Chen Qi <Qi.Chen@windriver.com> 12 --- 13 src/libsystemd-network/sd-dhcp6-client.c | 2 +- 14 src/network/netdev/bareudp.c | 2 +- 15 src/network/netdev/batadv.c | 2 +- 16 src/network/netdev/bond.c | 2 +- 17 src/network/netdev/bridge.c | 2 +- [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0017-Adjust-for-musl-headers.patch | 3 Date: Fri, 21 Jan 2022 22:19:37 -0800 6 Upstream-Status: Inappropriate [musl specific] 8 Signed-off-by: Khem Raj <raj.khem@gmail.com> 11 Signed-off-by: Chen Qi <Qi.Chen@windriver.com> 12 --- 13 src/basic/linux/ethtool.h | 3 ++- 14 src/libsystemd-network/sd-dhcp6-client.c | 2 +- 15 src/network/netdev/bareudp.c | 2 +- 16 src/network/netdev/batadv.c | 2 +- 17 src/network/netdev/bond.c | 2 +- [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-cargo-rustix-0.38.28-fix.patch | 4 therefore this patch is limited to rustix-0.38.19 5 once cargo/rust moves beyond rustix-0.38.19 as dependency 8 Upstream-Status: Inappropriate [Specific to rustix-0.38.19] 10 Signed-off-by: Khem Raj <raj.khem@gmail.com> 12 --- a/vendor/rustix-0.38.28/src/backend/libc/termios/syscalls.rs 13 +++ b/vendor/rustix-0.38.28/src/backend/libc/termios/syscalls.rs 14 @@ -138,7 +138,7 @@ pub(crate) fn tcsetattr( 18 - #[cfg(not(any(target_arch = "sparc", target_arch = "sparc64")))] 22 // linux-raw-sys' ioctl-generation script for sparc isn't working yet, 23 @@ -147,6 +147,10 @@ pub(crate) fn tcsetattr( [all …]
|
H A D | rv32-rustix-libc-backend.patch | 3 Upstream-Status: Pending 4 Signed-off-by: Khem Raj <raj.khem@gmail.com> 5 --- a/vendor/rustix-0.38.32/src/backend/libc/c.rs 6 +++ b/vendor/rustix-0.38.32/src/backend/libc/c.rs 7 @@ -6,6 +6,8 @@ 16 --- a/vendor/rustix-0.38.32/.cargo-checksum.json 17 +++ b/vendor/rustix-0.38.32/.cargo-checksum.json 18 @@ -1 +1 @@ 19 -{"files":{"CODE_OF_CONDUCT.md":"f210602311e3f74b32f46237fd55f4ce36d798e85e3db1432ec667f63a7ffc44",… 21 …-APACHE":"a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2","LICENSE-Apache-2.0_WI… [all …]
|
H A D | zlib-off64_t.patch | 6 Upstream-Status: Submitted [https://github.com/madler/zlib/pull/764] 7 Signed-off-by: Khem Raj <raj.khem@gmail.com> 8 diff --git a/vendor/libz-sys-1.1.16/src/zlib/gzguts.h b/vendor/libz-sys-1.1.16/src/zlib/gzguts.h 9 --- a/vendor/libz-sys-1.1.16/src/zlib/gzguts.h 10 +++ b/vendor/libz-sys-1.1.16/src/zlib/gzguts.h 11 @@ -3,13 +3,6 @@ 15 -#ifdef _LARGEFILE64_SOURCE 16 -# ifndef _LARGEFILE_SOURCE 17 -# define _LARGEFILE_SOURCE 1 18 -# endif [all …]
|
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_rect_test.c | 1 // SPDX-License-Identifier: GPL-2.0 19 KUNIT_EXPECT_EQ(test, r->x1, expected->x1); in drm_rect_compare() 20 KUNIT_EXPECT_EQ(test, r->y1, expected->y1); in drm_rect_compare() 27 struct drm_rect src, dst, clip; in drm_test_rect_clip_scaled_div_by_zero() local 34 drm_rect_init(&src, 0, 0, 0, 0); in drm_test_rect_clip_scaled_div_by_zero() 37 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_div_by_zero() 40 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 42 drm_rect_init(&src, 0, 0, 0, 0); in drm_test_rect_clip_scaled_div_by_zero() 45 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_div_by_zero() 48 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() [all …]
|
/openbmc/linux/arch/x86/lib/ |
H A D | memmove_32.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 9 * -mregparm=3 passes these in registers: 15 * n can remain in %ecx, but for `rep movsl`, we'll need dest in %edi and src 21 .set src, %esi define 31 * Save all callee-saved registers, because this function is going to clobber 42 movl src_in, src 50 cmpl dest, src 60 movl src, tmp0 70 movl 0*4(src), tmp0 71 movl 1*4(src), tmp1 [all …]
|
/openbmc/linux/arch/mips/cavium-octeon/ |
H A D | octeon-memcpy.S | 18 #include <asm/asm-offsets.h> 22 #define src a1 macro 28 * memcpy copies len bytes from src to dst and sets v0 to dst. 30 * - src and dst don't overlap 31 * - src is readable 32 * - dst is writable 35 * __copy_user copies up to len bytes from src to dst and sets a2 (len) to 37 * __copy_user assumes that src and dst don't overlap, and that the call is 40 * - src is readable (no exceptions when reading src) 42 * - dst is writable (no exceptions when writing dst) [all …]
|
/openbmc/linux/arch/m68k/lib/ |
H A D | memmove.c | 10 void *memmove(void *dest, const void *src, size_t n) in memmove() argument 18 if (dest < src) { in memmove() 21 const char *csrc = src; in memmove() 24 src = csrc; in memmove() 25 n--; in memmove() 27 if (n > 2 && (long)dest & 2) { in memmove() 29 const short *ssrc = src; in memmove() 32 src = ssrc; in memmove() 33 n -= 2; in memmove() 35 temp = n >> 2; in memmove() [all …]
|
/openbmc/linux/arch/arm64/lib/ |
H A D | copy_template.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 9 * http://bazaar.launchpad.net/~linaro-toolchain-dev/cortex-strings/trunk/ 10 * files/head:/src/aarch64/ 15 * Copy a buffer from src to dest (alignment handled by the hardware) 18 * x0 - dest 19 * x1 - src 20 * x2 - n 22 * x0 - dest 25 src .req x1 label 47 neg tmp2, src [all …]
|
/openbmc/linux/arch/m68k/math-emu/ |
H A D | fp_log.c | 3 fp_trig.c: floating-point math routines for the Linux-m68k 6 Copyright (c) 1998-1999 David Huggins-Daines / Roman Zippel. 25 extern struct fp_ext *fp_fadd(struct fp_ext *dest, const struct fp_ext *src); 26 extern struct fp_ext *fp_fdiv(struct fp_ext *dest, const struct fp_ext *src); 29 fp_fsqrt(struct fp_ext *dest, struct fp_ext *src) in fp_fsqrt() argument 36 fp_monadic_check(dest, src); in fp_fsqrt() 41 if (dest->sign) { in fp_fsqrt() 49 * sqrt(m) * 2^(p) , if e = 2*p in fp_fsqrt() 50 * sqrt(m*2^e) = in fp_fsqrt() 51 * sqrt(2*m) * 2^(p) , if e = 2*p + 1 in fp_fsqrt() [all …]
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | src_test.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 16 #include "extensions/openpower-pels/src.hpp" 41 "SRC": 71 "Message": "Comp %1 failed %2 times over %3 secs with ErrorCode %4", 114 SRC src{stream}; in TEST_F() local 116 EXPECT_TRUE(src.valid()); in TEST_F() 118 EXPECT_EQ(src.header().id, 0x5053); in TEST_F() 119 EXPECT_EQ(src.header().size, 0x50); in TEST_F() 120 EXPECT_EQ(src.header().version, 0x01); in TEST_F() 121 EXPECT_EQ(src.header().subType, 0x01); in TEST_F() [all …]
|
/openbmc/linux/arch/nios2/lib/ |
H A D | memmove.c | 15 unsigned long dst, src; in memmove() local 22 src = (unsigned long) s; in memmove() 24 if ((count < 8) || ((dst ^ src) & 3)) in memmove() 28 *(char *)dst++ = *(char *)src++; in memmove() 29 count--; in memmove() 31 if (dst & 2) { in memmove() 32 *(short *)dst = *(short *)src; in memmove() 33 src += 2; in memmove() 34 dst += 2; in memmove() 35 count -= 2; in memmove() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
H A D | 0001-Fix-build-with-fno-common.patch | 3 Date: Mon, 17 Aug 2020 00:00:00 -0700 4 Subject: [PATCH] Fix build with -fno-common 8 Upstream-Status: Pending 10 Signed-off-by: Khem Raj <raj.khem@gmail.com> 11 --- 12 src/ckpt/agent/cpa_cb.h | 2 +- 13 src/ckpt/ckptd/cpd_init.h | 2 +- 14 src/evt/agent/eda.h | 2 +- 15 src/evt/evtd/eds.h | 2 +- 16 src/evt/evtd/eds_amf.c | 2 ++ [all …]
|
/openbmc/linux/arch/mips/lib/ |
H A D | csum_partial.S | 16 #include <asm/asm-offsets.h> 75 #define CSUM_BIGCHUNK1(src, offset, sum, _t0, _t1, _t2, _t3) \ argument 76 LOAD _t0, (offset + UNIT(0))(src); \ 77 LOAD _t1, (offset + UNIT(1))(src); \ 78 LOAD _t2, (offset + UNIT(2))(src); \ 79 LOAD _t3, (offset + UNIT(3))(src); \ 86 #define CSUM_BIGCHUNK(src, offset, sum, _t0, _t1, _t2, _t3) \ argument 87 CSUM_BIGCHUNK1(src, offset, sum, _t0, _t1, _t2, _t3) 89 #define CSUM_BIGCHUNK(src, offset, sum, _t0, _t1, _t2, _t3) \ argument 90 CSUM_BIGCHUNK1(src, offset, sum, _t0, _t1, _t2, _t3); \ [all …]
|
H A D | memcpy.S | 23 * dma-coherent systems. 37 #include <asm/asm-offsets.h> 41 #define src a1 macro 47 * memcpy copies len bytes from src to dst and sets v0 to dst. 49 * - src and dst don't overlap 50 * - src is readable 51 * - dst is writable 54 * __copy_user copies up to len bytes from src to dst and sets a2 (len) to 56 * __copy_user assumes that src and dst don't overlap, and that the call is 59 * - src is readable (no exceptions when reading src) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/ |
H A D | 0001-Fix-signature-of-main-function.patch | 3 Date: Thu, 1 Sep 2022 23:36:52 -0700 6 Clang-15 errors out otherewise. 9 Upstream-Status: Pending 10 Signed-off-by: Khem Raj <raj.khem@gmail.com> 11 --- 12 src/chkshsgr.c | 2 +- 13 src/tai64n.c | 2 +- 14 src/tai64nlocal.c | 2 +- 15 src/trycpp.c | 5 +++-- 16 src/tryflock.c | 4 ++-- [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | veth.sh | 2 # SPDX-License-Identifier: GPL-2.0 5 readonly STATS="$(mktemp -p /tmp ns-XXXXXX)" 7 readonly SRC=2 10 readonly NS_SRC=$BASE$SRC 23 readonly jobs="$(jobs -p)" 24 [ -n "${jobs}" ] && kill -1 ${jobs} 2>/dev/null 25 rm -f $STATS 28 ip netns del $ns 2>/dev/null 39 ip -n $ns link set dev lo up 42 ip link add name veth$SRC type veth peer name veth$DST [all …]
|
/openbmc/linux/net/ceph/ |
H A D | armor.c | 1 // SPDX-License-Identifier: GPL-2.0 5 int ceph_armor(char *dst, const char *src, const char *end); 6 int ceph_unarmor(char *dst, const char *src, const char *end); 23 return c - 'A'; in decode_bits() 25 return c - 'a' + 26; in decode_bits() 27 return c - '0' + 52; in decode_bits() 33 return 0; /* just non-negative, please */ in decode_bits() 34 return -EINVAL; in decode_bits() 37 int ceph_armor(char *dst, const char *src, const char *end) in ceph_armor() argument 42 while (src < end) { in ceph_armor() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/ |
H A D | 0001-Fix-function-protype-visibility.patch | 3 Date: Fri, 2 Sep 2022 12:32:20 -0700 8 Upstream-Status: Pending 9 Signed-off-by: Khem Raj <raj.khem@gmail.com> 10 --- 11 src/appearance.c | 1 + 12 src/desktops.c | 2 +- 13 src/desktops.h | 2 +- 14 src/main.c | 1 + 15 src/moveresize.c | 2 +- 16 src/moveresize.h | 2 +- [all …]
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | cc_helper.c | 23 #include "s390x-internal.h" 25 #include "exec/exec-all.h" 26 #include "exec/helper-proto.h" 27 #include "qemu/host-utils.h" 36 static uint32_t cc_calc_ltgt_32(int32_t src, int32_t dst) in cc_calc_ltgt_32() argument 38 if (src == dst) { in cc_calc_ltgt_32() 40 } else if (src < dst) { in cc_calc_ltgt_32() 43 return 2; in cc_calc_ltgt_32() 52 static uint32_t cc_calc_ltgt_64(int64_t src, int64_t dst) in cc_calc_ltgt_64() argument 54 if (src == dst) { in cc_calc_ltgt_64() [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/disp/ |
H A D | mdp_common.xml.h | 6 This file was generated by the rules-ng-ng headergen tool in this git repository: 10 The rules-ng-ng source files this header was generated from are: 11 - /home/robclark/src/mesa/mesa/src/freedreno/registers/msm.xml ( 944 bytes, fr… 12 - /home/robclark/src/mesa/mesa/src/freedreno/registers/freedreno_copyright.xml ( 1572 bytes, fr… 13 - /home/robclark/src/mesa/mesa/src/freedreno/registers/mdp/mdp4.xml ( 20912 bytes, fr… 14 - /home/robclark/src/mesa/mesa/src/freedreno/registers/mdp/mdp_common.xml ( 2849 bytes, fr… 15 - /home/robclark/src/mesa/mesa/src/freedreno/registers/mdp/mdp5.xml ( 37461 bytes, fr… 16 - /home/robclark/src/mesa/mesa/src/freedreno/registers/dsi/dsi.xml ( 18746 bytes, fr… 17 - /home/robclark/src/mesa/mesa/src/freedreno/registers/dsi/dsi_phy_v2.xml ( 3236 bytes, fr… 18 - /home/robclark/src/mesa/mesa/src/freedreno/registers/dsi/dsi_phy_28nm_8960.xml ( 4935 bytes, fr… [all …]
|
/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/ |
H A D | pxi-6030e.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * comedi/drivers/ni_routing/ni_device_routes/pxi-6030e.c 6 * COMEDI - Linux Control and Measurement Device Interface 11 * the Free Software Foundation; either version 2 of the License, or 31 .device = "pxi-6030e", 35 .src = (int[]){ 42 .src = (int[]){ 48 .dest = NI_PFI(2), 49 .src = (int[]){ 56 .src = (int[]){ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/ |
H A D | 0001-Fix-building-with-GCC-10.patch | 2 From: =?UTF-8?q?Petr=20P=C3=83=C2=ADsa=C3=85=E2=84=A2?= <address@hidden> 3 Date: Thu, 13 Aug 2020 11:20:38 -0700 4 Subject: [PATCH 1/2] Fix building with GCC 10 5 MIME-Version: 1.0 6 Content-Type: text/plain; charset=UTF-8 7 Content-Transfer-Encoding: 8bit 9 GCC 10 defaults to -fno-common that results into errors on multiple 12 /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: 13 shar-opts.o:(.data.rel.ro.local+0x0): multiple definition of 19 <https://lists.gnu.org/archive/html/bug-gnu-utils/2020-01/msg00001.html> [all …]
|