Chen-Yu Tsai
Chen-Yu Tsai
Add command line arguments to preprocessor to correctly output dependency rules when using -MD or -MMD. This avoids creating a -.d file when building FFMpeg.
Following enforcement of newlines in printk, the rtl8189fs driver now dumps the efuse one byte per line. This unnecessarily floods the kernel logs. Switch to RTW_PRINT_DATA() with print_hex_dump() on Linux...
When applying [this patch](https://patch.msgid.link/[email protected]) with `b4 am` or `b4 shazam`, the signed-off-by is truncated at the comma. This was reported by Stephen Rothwell as the commit hit linux-next. Update: This...
Some folks give `Reviewed-by`, `Acked-by`, `Tested-by` tags on the cover letter. It would be nice if `b4 trailers -u` could apply them to the individual patches. In my case I...