ni / linux

Linux kernel source for NI Linux Real-Time
Other
81 stars 78 forks source link

nati_x86_64_defconfig: enable the cuse module #111

Closed UWkerb-NI closed 1 year ago

UWkerb-NI commented 1 year ago

Enable the cuse module to support the character device interface in userspace drivers.

gratian commented 1 year ago

It looks like arch/x86/configs/nati_x86_64_defconfig was edited manually or not passed through make savedefconfig. I'm seeing a diff if I use savedefconfig.

Can you use these steps to make the edit:

This ensures that future edits to nati_x86_64_defconfig have clean diffs.

UWkerb-NI commented 1 year ago

Hi @gratian i edit the arch/x86/configs/nati_x86_64_defconfig manually to keep the changes small. If you prefer to use the menuconfig workflow, I can do that too.

UWkerb-NI commented 1 year ago

Hi @gratian I followed your instructions and pushed the changes.

bstreiff commented 1 year ago

[squashed and merged into nilrt/master/5.15 via command-line]

bstreiff commented 1 year ago

[also cherry-picked into nilrt/master/6.0 and nilrt/master/6.1]

UWkerb-NI commented 1 year ago

Hi @gratian thanks for the correction. I didn't realise that the branch was created under the ni account. I don't know how I could have done that. I thought the branch was always created under the own login. Next time I'll have to look more closely.

I can understand about the clean git history. We do it that way here too. I'm probably spoiled by gitlab. With gitlab you can set it up so that a squash of changes happens automatically. I will combine all the adjustments into one commit next time.

Thank you very much.