Tuesday, 2024-12-03

T42<Walid> can i use Sailfish_OS-5.0.0.29 target and sdk ?16:43
ecrndid something change about kernel module parameter passing from cmdline in kernels 5.10.x?22:59
ecrnbecause the stock bootloader passes some of them with dashes in the module name23:00
ecrnand others with underscores23:00
ecrn"exynos-drm.no_display=0 mcd-panel-samsung-drv.boot_panel_id=..."23:01
ecrnlike this23:01
ecrnand the dashed ones like above don't work at all23:02
ecrnwhereas supplying them in boot.img or in built-in kernel cmdline as mcd_panel_samsung_drv.boot_panel_id for example, works23:03
ecrnoh wow23:09
ecrnit seems it is the modprobe that is supposed to parse /proc/cmdline23:09
ecrnwhen the module is loaded in runtime23:09
ecrnand then construct the module args string23:10
ecrnhttps://elixir.bootlin.com/busybox/1.37.0/source/modutils/modprobe.c#L37223:11
ecrnotherwise if the module is built-in the kernel does this23:12
ecrnmodprobe from kmod replaces dashes with underscores in module names when parsing so that would work if initramfs would use kmod23:30

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!