Re: [systemd-devel] Fwd / FYI: [PATCH kernel] firmware/dmi: Move product_sku info to the end of the modalias

2021-08-31 Thread Hans de Goede
Hi, On 8/31/21 3:08 PM, Hans de Goede wrote: > Hi, > > I BCc-ed systemd-devel on this, to avoid reply-to-all from kernel folks > getting bounces because of them not being subscribed, but it seems the > list does not like being in the BCc, so hence this forward. > > Note this is just FYI, as ment

Re: [systemd-devel] Use of systemd-cat

2021-08-31 Thread Lennart Poettering
On Di, 31.08.21 13:16, Nishant Nayan ([email protected]) wrote: > I read systemd-cat manpage and its functiinality, how exactly can it be > useful for logging and debugging, any example would be helpful. The man page lists two examples already. here's a third: a service script things t

[systemd-devel] [PATCH regression fix] firmware/dmi: Move product_sku info to the end of the modalias

2021-08-31 Thread Hans de Goede
Commit e26f023e01ef ("firmware/dmi: Include product_sku info to modalias") added a new field to the modalias in the middle of the modalias, breaking some existing udev/hwdb matches on the whole modalias without a wildcard ('*') in between the pvr and rvn fields. All modalias matches in e.g. : http

[systemd-devel] Fwd / FYI: [PATCH kernel] firmware/dmi: Move product_sku info to the end of the modalias

2021-08-31 Thread Hans de Goede
Hi, I BCc-ed systemd-devel on this, to avoid reply-to-all from kernel folks getting bounces because of them not being subscribed, but it seems the list does not like being in the BCc, so hence this forward. Note this is just FYI, as mentioned I'll also prepare a systemd pull-req (also) fixing thi

[systemd-devel] Use of systemd-cat

2021-08-31 Thread Nishant Nayan
I read systemd-cat manpage and its functiinality, how exactly can it be useful for logging and debugging, any example would be helpful. Nishant