The Wayback Machine - https://web.archive.org/web/20200627030049/https://github.com/topics/linux-kernel
Skip to content
#

linux-kernel

linux logo

Linux is an open source operating system modeled after UNIX. Widely used, it is known for its efficiency and reliability.

Here are 851 public repositories matching this topic...

PinoTsao
PinoTsao commented Jun 21, 2019

Probably need rework. The current description bases on its definition in the arch/x86/boot/boot.h, while is not belonged to vmlinux, it is belonged to ZO image, which is produced under arch/x86/boot.

The real definition locates include/linux/build_bug.h

#define BUILD_BUG_ON(condition) \
	BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)

extend it along, will see it is a

pevik
pevik commented Mar 13, 2020

It'd be good to state publicly the oldest kernel and glibc (or even other libc versions) we support.
This would allow us to remove some legacy code or force support for legacy code.

This shouldn't require test to be functional (e.g. for some cases like module drivers it could be hard),
but LTP to be compiled and when difficult/impossible to achieve this functionality, it could resulted in TCO

krizhanovsky
krizhanovsky commented Jul 3, 2019

Tempesta TLS throws misleading Warning: Unrecognized TLS receive return code -16512, drop packet in too many cases. See current TLS functional tests for various different cases when we expect the warnings. We should log some meaningful human readable message instead of just error code.

Please fix tls/test_tls_cert.py tests (see comments), e.g. for InvalidHash test (SHA1) Tempesta throws m

woodruffw
woodruffw commented Dec 24, 2019

One problem with faulting programs under KRF is that KRF might decide to inject a fault during the dynamic link/load phase, aborting ld-linux.so instead of the actual target image. This usually isn't helpful, since it doesn't indicate any mistakes in the target itself.

It should be possible to check the loaded program's name via the current task, probably via comm. We should use that (or

Created by Linus Torvalds

Released September 17, 1991

Repository
torvalds/linux
Wikipedia
Wikipedia
You can’t perform that action at this time.