Displaying 20 results from an estimated 800 matches similar to: "[klibc:master] arm: Enable CONFIG_ARM_EABI by default"
2019 Feb 01
0
[klibc:master] README.klibc: Document most of the build options
Commit-ID: 4876d484577d8a4d9ff7de437fcfa5cba7a7e748
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=4876d484577d8a4d9ff7de437fcfa5cba7a7e748
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Fri, 1 Feb 2019 18:04:52 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 2 Feb 2019 00:13:32 +0100
[klibc] README.klibc: Document most
2019 Jan 20
0
[klibc:master] Kbuild: Add option to install unstripped binaries
Commit-ID: 908fca5066fa8e8934df21cbde84b8eccab8a5c9
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=908fca5066fa8e8934df21cbde84b8eccab8a5c9
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 19 Jan 2019 23:19:38 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sun, 20 Jan 2019 00:14:40 +0000
[klibc] Kbuild: Add option to
2013 Dec 03
0
[PATCH] gzip: Fix typo CONFIG_KLIB_ZIP -> CONFIG_KLIBC_ZIP
We were using CONFIG_KLIB_ZIP in a couple of places where we
meant to use CONFIG_KLIBC_ZIP. I also added the option to
the defconfig.
Signed-off-by: Anton Blanchard <anton at samba.org>
---
defconfig | 1 +
usr/gzip/Kbuild | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/defconfig b/defconfig
index c10a4f5..04b98e9 100644
--- a/defconfig
+++ b/defconfig
@@
2013 Dec 03
0
[klibc:master] gzip: Fix typo CONFIG_KLIB_ZIP -> CONFIG_KLIBC_ZIP
Commit-ID: c6fc1a4b086a5d6504bc5e1048f039f7a644d73b
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=c6fc1a4b086a5d6504bc5e1048f039f7a644d73b
Author: Anton Blanchard <anton at samba.org>
AuthorDate: Tue, 3 Dec 2013 18:15:58 +1100
Committer: H. Peter Anvin <hpa at zytor.com>
CommitDate: Tue, 3 Dec 2013 10:53:46 -0800
[klibc] gzip: Fix typo CONFIG_KLIB_ZIP
2012 Sep 29
0
[PATCH for Debian packaging] armhf builds are always thumb
This one's for maks' git, not for hpa's. Tell klibc what the
compiler defaults already require: armhf is thumb.
Signed-off-by: Thorsten Glaser <tg at mirbsd.org>
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 1fb4c44..ec55d7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ ifeq
2019 Jan 22
1
[PATCH] fix build failure when CONFIG_KLIBC_ZLIB is not set
When CONFIG_KLIBC_ZLIB is not set, related functions
shall not be called otherwise build failure is encountered:
KLIBCLD usr/kinit/static/kinit
usr/kinit/ramdisk_load.o: In function `load_ramdisk_compressed':
/root/ldb_base/ofl/packages/klibc/usr/kinit/ramdisk_load.c:68: undefined reference to `inflateInit2_'
/root/ldb_base/ofl/packages/klibc/usr/kinit/ramdisk_load.c:116: undefined
2019 Jan 24
0
[klibc:master] fix build failure when CONFIG_KLIBC_ZLIB is not set
Commit-ID: 534a04d85defc627b031906d27cd9d09a913adc4
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=534a04d85defc627b031906d27cd9d09a913adc4
Author: Christophe Leroy <christophe.leroy at c-s.fr>
AuthorDate: Wed, 23 Jan 2019 06:16:01 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Thu, 24 Jan 2019 23:11:11 +0000
[klibc] fix build failure
2019 Jan 23
0
[PATCH v2] fix build failure when CONFIG_KLIBC_ZLIB is not set
When CONFIG_KLIBC_ZLIB is not set, related functions
shall not be called otherwise build failure is encountered:
KLIBCLD usr/kinit/static/kinit
usr/kinit/ramdisk_load.o: In function `load_ramdisk_compressed':
/root/ldb_base/ofl/packages/klibc/usr/kinit/ramdisk_load.c:68: undefined reference to `inflateInit2_'
/root/ldb_base/ofl/packages/klibc/usr/kinit/ramdisk_load.c:116: undefined
2006 Jun 26
0
[klibc 22/43] arm support for klibc
The parts of klibc specific to the arm architecture.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit 1eff7c685b36cd0120694fd4150b32a26168d926
tree 953dd1dbd2e994fc27c6cf5708fcbe06fe000d58
parent 5e5ce29210ac33a0b3704eb9ab5e5d5b55375575
author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:16 -0700
committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2019 Feb 01
0
[ANNOUNCE] klibc 2.0.6
I have just released version 2.0.6. This is available in the git
repository at:
https://git.kernel.org/pub/scm/libs/klibc/klibc.git
and as a tarball at:
https://mirrors.kernel.org/pub/linux/libs/klibc/2.0/
This new release fixes run-time bugs in file locking on 32-bit
architectures, vfork() on parisc, and various system calls on alpha.
It fixes build failures with an out-of-tree
2016 Jul 04
0
Build regressions/improvements in v4.7-rc6
On Monday, July 4, 2016 10:21:45 AM CEST Geert Uytterhoeven wrote:
> On Mon, Jul 4, 2016 at 10:12 AM, Geert Uytterhoeven
> <geert at linux-m68k.org> wrote:
> > JFYI, when comparing v4.7-rc6[1] to v4.7-rc5[3], the summaries are:
> > - build errors: +3/-2
>
> + /home/kisskb/slave/src/drivers/vhost/vhost.c: error: call to
> '__compiletime_assert_844'
2019 Oct 07
0
[ANNOUNCE] klibc 2.0.7
I have just released version 2.0.7. This is available in the git
repository at:
https://git.kernel.org/pub/scm/libs/klibc/klibc.git
and as a tarball at:
https://mirrors.kernel.org/pub/linux/libs/klibc/2.0/
This new release fixes build regressions with Linux 5.1 and with
binutils 2.32. The klcc compiler can again generate stripped
executables even if klibc is built unstripped. An
2012 Oct 01
0
[klibc:master] arm: unbreak armhf shared binaries ( those with thumb)
Commit-ID: 62d84fb8793fdf21c5267688de231cc1a111e070
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=62d84fb8793fdf21c5267688de231cc1a111e070
Author: Thorsten Glaser <tg at mirbsd.org>
AuthorDate: Sat, 29 Sep 2012 20:18:48 +0000
Committer: maximilian attems <max at stro.at>
CommitDate: Mon, 1 Oct 2012 14:55:24 +0200
[klibc] arm: unbreak armhf shared binaries
2003 May 22
0
[PATCH 2.5.69 1/3] remove ipconfig support from the kernel
This patch removes IP autoconfiguration (CONFIG_IP_PNP and friends)
support from the kernel, and ensures that using NFS as the root
filesystem (CONFIG_NFS_ROOT) will no longer work.
b/arch/alpha/defconfig | 1
b/arch/arm/def-configs/a5k | 1
b/arch/arm/def-configs/adi_evb | 4
b/arch/arm/def-configs/adsbitsy | 4
2003 May 22
0
[PATCH 2.5.69 2/3] Remove NFS root support from the kernel
This patch removes support for use of NFS as a root filesystem from the
kernel. It also updates the documentation to reflect this.
b/Documentation/nfsroot.txt | 97 +++---
b/arch/arm/def-configs/a5k | 1
b/arch/arm/def-configs/adi_evb | 1
b/arch/arm/def-configs/adsbitsy | 1
b/arch/arm/def-configs/anakin | 1
2020 Apr 01
0
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
On 01.04.20 14:56, Christian Borntraeger wrote:
>
> On 01.04.20 14:50, Jason Wang wrote:
>>
>> On 2020/4/1 ??7:21, Christian Borntraeger wrote:
>>> On 26.03.20 15:01, Jason Wang wrote:
>>>> Currently, CONFIG_VHOST depends on CONFIG_VIRTUALIZATION. But vhost is
>>>> not necessarily for VM since it's a generic userspace and kernel
2020 Apr 01
0
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
On Wed, Apr 01, 2020 at 10:13:29PM +0800, Jason Wang wrote:
>
> On 2020/4/1 ??9:02, Christian Borntraeger wrote:
> >
> > On 01.04.20 14:56, Christian Borntraeger wrote:
> > > On 01.04.20 14:50, Jason Wang wrote:
> > > > On 2020/4/1 ??7:21, Christian Borntraeger wrote:
> > > > > On 26.03.20 15:01, Jason Wang wrote:
> > > > >
2023 Aug 01
0
[linux-next:master] BUILD REGRESSION a734662572708cf062e974f659ae50c24fc1ad17
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
branch HEAD: a734662572708cf062e974f659ae50c24fc1ad17 Add linux-next specific files for 20230801
Error/Warning reports:
https://lore.kernel.org/oe-kbuild-all/202307251531.p8ZLFTMZ-lkp at intel.com
https://lore.kernel.org/oe-kbuild-all/202308020154.Xrcb9bWT-lkp at intel.com
Error/Warning: (recently
2023 Jul 04
0
[linux-next:master] BUILD REGRESSION 1c6f93977947dbba1fc4d250c4eb8a7d4cfdecf1
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
branch HEAD: 1c6f93977947dbba1fc4d250c4eb8a7d4cfdecf1 Add linux-next specific files for 20230704
Error/Warning reports:
https://lore.kernel.org/oe-kbuild-all/202306260401.qZlYQpV2-lkp at intel.com
https://lore.kernel.org/oe-kbuild-all/202306301709.lvrxzyCj-lkp at intel.com
2024 Mar 07
1
[linux-next:master] BUILD REGRESSION 1843e16d2df9d98427ef8045589571749d627cf7
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
branch HEAD: 1843e16d2df9d98427ef8045589571749d627cf7 Add linux-next specific files for 20240307
Error/Warning reports:
https://lore.kernel.org/oe-kbuild-all/202403071947.NUYuBx0G-lkp at intel.com
Error/Warning: (recently discovered and may have been fixed)
fs/btrfs/extent_io.c:3246:26: warning: