Tomáš Glozar

Results 41 issues of Tomáš Glozar

This has been broken for some time, and it's needed for some math software (namely R and Octave).

While booting T2 on Itanium, udevd prints out a warning like this for different modules (the first one is for the SCSI module, but it also happens for Ethernet (e1000)...

When a package version is overridden by a architecture-specific or target-specific desc (e.g. GCC 7 is used for IA-64 instead of the global GCC 11), the correct version is built,...

Function defined by the user can now be called in the same ways as built-in functions, for example: fn add($a: int64, $b: int64): int64 { return $a + $b; }...

Assignment of an incorrect type to a _map_ is reported at the location of the map expression, while an assignment of an incorrect type to a _variable_ is reported at...

bug
difficulty: easy
reliability

Currently, DiffKemp tries to compile all files where a symbol is used and looks for it in the generated LLVM IR in cases when the compilation of the file containing...

enhancement
build-phase

There are some sources that include sources generated by Kbuild, which are not present in the kernel trees that are only configured. This prevents DiffKemp from compiling the file `drivers/scsi/scsi_sysfs.c`...

missing feature
build-phase

KABI lists contain two types of symbols - function and global variables. Currently values that aren't function are skipped. To implement global variable comparison for each global variable a list...

enhancement