Collin May

Results 7 issues of Collin May

Kernel [ca639d9](https://github.com/koverstreet/bcachefs/commit/ca639d9221b8eb7c94e5a0bc118d53d8b453c0cf). I've seen this happen twice now, once when using `bcachefs data rereplicate`, and again when using `bcachefs device evacuate /dev/sdc1`. This dmesg output is from the latter. ```...

bug

Tools https://github.com/koverstreet/bcachefs-tools/commit/c25cc1b53165fc9234d28025f6eb79e65c561198. Fsck seems to be checking `i_nlink` twice, on the first occasion deciding that the value of `0` is incorrect and should be `2`, and then later changing its...

bug
v21 - new_data_types

When included via `add_subdirectory(libblepp)`, the `${CMAKE_SOURCE_DIR}` variable refers to the root project, not libblepp. Also fixes clobbering anything else that was previously in the path.

**Describe the bug** The decompiler incorrectly decompiles a floating point comparison of the form: ``` ucomisd %xmm0,%xmm0 setp %al ret ``` to assume that the result is always false, discounting...

Feature: Processor/x86
Status: Triage

**Describe the set-up** * The board: STM32F4DISCOVERY with I2C1 connected to Digilent Analog Discovery 2 logic analyzer * STM32CubeIDE 1.6.1 build 9958_20210326_1446 (UTC) **Describe the bug** If `HAL_I2C_SlaveTxCpltCallback` arranges for...

internal bug tracker
hal

These are low-quality changes. I have never used QT before and don't understand or claim to understand it. What I did to the CMakeLists.txt file is probably semantic garbage, but...

**Bug description** There seems to be some kind of reference-counting mishap near `gtk::Widget::parent()` that only happens under specific circumstances that I do not yet fully understand. Sample code is included...

bug