On Fri, Oct 29, 2021 at 09:08:29AM -0300, Maíra Canal wrote: > I would like to thank you guys for the attention and this interesting > discussion. I'm looking for some work in the kernel and I would like > to know if you guys have any suggestions for beginner tasks in this > subsystem. I have solid knowledge in C programming, but I started in > the kernel a couple of weeks ago. Anyway, thank you for all the > feedback. Thank you for your contributions. rc-core (drivers/media/rc) is in good shape and I don't know of any outstanding issues. There is a ton of work around dvb, but this requires actual dvb hardware to test. - port drivers/media/usb/dvb-usb to drivers/media/usb/dvb-usb-v2 - Re-write dvb frontend without dvb_attach() - Implement dma-buf for dvb Like I said, you'll need actual hardware to test against, and this is probably not beginner tasks. Sean