Simon Ser

Results 535 issues of Simon Ser

### Checklist - [x] I checked, but didn't find any duplicates (open OR closed) of this issue in the repo. - [x] This issue contains only one feature request. I...

enhancement

https://patchwork.freedesktop.org/patch/442198/

enhancement

A new -i flag is introduced to allow users to pretty-print a JSON dump. Users can now share JSON dumps, and optionally post-process them, e.g. this can be used to...

Sometimes I receive dumps for staging or proprietary drivers. Including Linux' [tainted state](https://www.kernel.org/doc/html/latest/admin-guide/tainted-kernels.html) would allow to better detect these cases. The status can be read from `/proc/sys/kernel/tainted`.

enhancement
question

Sometimes drivers allow to change the driver behaviour/capabilities with module params. On Linux we can get those set at boot-time with `/proc/cmdline`. We could include the params for the driver...

enhancement
question

Latest `drm_fourcc.h` has: ```c #define DRM_FORMAT_MOD_GENERIC_16_16_TILE DRM_FORMAT_MOD_SAMSUNG_16_16_TILE ``` We can't just include GENERIC in our list of vendors, because that fails with: ``` tables.c: In function ‘basic_modifier_str’: tables.c:249:2: error: duplicate...

It would be very nice to have a "monitor" mode to keep listening to udev events and show what connectors changed. I'm debugging some hotplug issues where two hotplug events...

question

json-c uint64_t support was added in https://github.com/json-c/json-c/pull/542

enhancement
good first issue