Page MenuHomeFreeBSD

linuxkpiGroup
ActivePublic

Details

Description

Linux kernel compatibility support

Recent Activity

Mon, Jul 13

siri_racha.ca added inline comments to D58207: LinuxKPI: Adding functions to mmu_notifier.h to satisify requirements to compile kfd_process.c in amdkfd driver.
Mon, Jul 13, 9:25 PM · linuxkpi
siri_racha.ca added inline comments to D58207: LinuxKPI: Adding functions to mmu_notifier.h to satisify requirements to compile kfd_process.c in amdkfd driver.
Mon, Jul 13, 3:55 PM · linuxkpi
bz added inline comments to D58207: LinuxKPI: Adding functions to mmu_notifier.h to satisify requirements to compile kfd_process.c in amdkfd driver.
Mon, Jul 13, 2:52 PM · linuxkpi
siri_racha.ca added inline comments to D58207: LinuxKPI: Adding functions to mmu_notifier.h to satisify requirements to compile kfd_process.c in amdkfd driver.
Mon, Jul 13, 2:35 PM · linuxkpi
bz requested changes to D58207: LinuxKPI: Adding functions to mmu_notifier.h to satisify requirements to compile kfd_process.c in amdkfd driver.

I have https://reviews.freebsd.org/D58169 open in case you want to see a pr_debug() example file with a lot more stubbed only functions.

Mon, Jul 13, 8:15 AM · linuxkpi
siri_racha.ca requested review of D58207: LinuxKPI: Adding functions to mmu_notifier.h to satisify requirements to compile kfd_process.c in amdkfd driver.
Mon, Jul 13, 2:11 AM · linuxkpi

Sat, Jul 11

dumbbell accepted D58076: LinuxKPI: Add compat_ptr_ioctl.
Sat, Jul 11, 8:22 AM · linuxkpi

Fri, Jul 10

siri_racha.ca added inline comments to D58076: LinuxKPI: Add compat_ptr_ioctl.
Fri, Jul 10, 10:37 PM · linuxkpi
siri_racha.ca updated the diff for D58076: LinuxKPI: Add compat_ptr_ioctl.

Updated function

Fri, Jul 10, 10:35 PM · linuxkpi

Thu, Jul 9

dumbbell accepted D58075: LinuxKPI: Added jiffies64_to_msecs for amdkfd compatibility..
Thu, Jul 9, 10:02 PM · linuxkpi
dumbbell requested changes to D58076: LinuxKPI: Add compat_ptr_ioctl.
Thu, Jul 9, 9:58 PM · linuxkpi

Tue, Jul 7

siri_racha.ca requested review of D58076: LinuxKPI: Add compat_ptr_ioctl.
Tue, Jul 7, 7:38 AM · linuxkpi
siri_racha.ca updated the summary of D58075: LinuxKPI: Added jiffies64_to_msecs for amdkfd compatibility..
Tue, Jul 7, 7:19 AM · linuxkpi
siri_racha.ca requested review of D58075: LinuxKPI: Added jiffies64_to_msecs for amdkfd compatibility..
Tue, Jul 7, 7:19 AM · linuxkpi

Jun 4 2026

emaste closed D57416: LinuxKPI: Create dma_unmap_page_attrs function, new drm-kmod patches use this function. .
Jun 4 2026, 4:58 PM · linuxkpi

Jun 3 2026

emaste closed D57415: LinuxKPI: Add linux/types.h to pm_qos.h, fixes issue in new drm-kmod patches.
Jun 3 2026, 11:42 PM · linuxkpi
emaste added a comment to D57415: LinuxKPI: Add linux/types.h to pm_qos.h, fixes issue in new drm-kmod patches.

FWIW Linux does not include types.h from pm_qos.h, but it has three other #includes, one of which presumably transitively includes types.h.

Jun 3 2026, 9:57 PM · linuxkpi
siri_racha.ca added a comment to D57415: LinuxKPI: Add linux/types.h to pm_qos.h, fixes issue in new drm-kmod patches.

needed by a new version of a wireless driver

Yeah, if we can find a rough version, text along the lines of "needed by amdgpu between Linux 6.xx and 6.yy"

Jun 3 2026, 9:33 PM · linuxkpi
bz accepted D57416: LinuxKPI: Create dma_unmap_page_attrs function, new drm-kmod patches use this function. .
Jun 3 2026, 9:04 PM · linuxkpi
emaste added a comment to D57415: LinuxKPI: Add linux/types.h to pm_qos.h, fixes issue in new drm-kmod patches.

needed by a new version of a wireless driver

Jun 3 2026, 9:03 PM · linuxkpi
siri_racha.ca retitled D57416: LinuxKPI: Create dma_unmap_page_attrs function, new drm-kmod patches use this function. from LinuxKPI: Create dma_unmap_page_attrs function to LinuxKPI: Create dma_unmap_page_attrs function, new drm-kmod patches use this function. .
Jun 3 2026, 9:01 PM · linuxkpi
siri_racha.ca retitled D57415: LinuxKPI: Add linux/types.h to pm_qos.h, fixes issue in new drm-kmod patches from LinuxKPI: Add linux/types.h to pm_qos.h to LinuxKPI: Add linux/types.h to pm_qos.h, fixes issue in new drm-kmod patches.
Jun 3 2026, 8:59 PM · linuxkpi
bz added a comment to D57415: LinuxKPI: Add linux/types.h to pm_qos.h, fixes issue in new drm-kmod patches.

Sounds good, I don't remember which specific drm-kmod patch it was, so can I just say something along the lines of "fixes issue when applying patches to drm-kmod from upstream linux source"?

Jun 3 2026, 8:55 PM · linuxkpi
siri_racha.ca added a comment to D57416: LinuxKPI: Create dma_unmap_page_attrs function, new drm-kmod patches use this function. .
In D57416#1315551, @bz wrote:

Do you need it for any specific driver or is it just because?

Jun 3 2026, 8:53 PM · linuxkpi
siri_racha.ca added a comment to D57415: LinuxKPI: Add linux/types.h to pm_qos.h, fixes issue in new drm-kmod patches.

Sounds good, I don't remember which specific drm-kmod patch it was, so can I just say something along the lines of "fixes issue when applying patches to drm-kmod from upstream linux source"?

Jun 3 2026, 8:34 PM · linuxkpi
bz accepted D57415: LinuxKPI: Add linux/types.h to pm_qos.h, fixes issue in new drm-kmod patches.

Cool. Can you mention the drm-kmod details in the commit message?

Jun 3 2026, 8:32 PM · linuxkpi
bz added a comment to D57416: LinuxKPI: Create dma_unmap_page_attrs function, new drm-kmod patches use this function. .

Do you need it for any specific driver or is it just because?

Jun 3 2026, 8:31 PM · linuxkpi
siri_racha.ca added a comment to D57415: LinuxKPI: Add linux/types.h to pm_qos.h, fixes issue in new drm-kmod patches.
In D57415#1315548, @bz wrote:

May I ask, what gives you this error?

Jun 3 2026, 8:31 PM · linuxkpi
bz added a comment to D57415: LinuxKPI: Add linux/types.h to pm_qos.h, fixes issue in new drm-kmod patches.

May I ask, what gives you this error?

Jun 3 2026, 8:29 PM · linuxkpi
minsoochoo0122_proton.me accepted D57415: LinuxKPI: Add linux/types.h to pm_qos.h, fixes issue in new drm-kmod patches.

This is why I want to have C23 in base, but it's not the right time yet... LGTM:)

Jun 3 2026, 5:06 PM · linuxkpi
siri_racha.ca requested review of D57416: LinuxKPI: Create dma_unmap_page_attrs function, new drm-kmod patches use this function. .
Jun 3 2026, 5:04 PM · linuxkpi
siri_racha.ca requested review of D57415: LinuxKPI: Add linux/types.h to pm_qos.h, fixes issue in new drm-kmod patches.
Jun 3 2026, 4:56 PM · linuxkpi

May 15 2026

emaste added a comment to D56242: linux: add Linux i2c-dev ioctl compatibility support.

For reference, moved to D56251

May 15 2026, 8:13 PM · Linux Emulation, linuxkpi

May 12 2026

zishun.yi.dev_gmail.com added a watcher for linuxkpi: zishun.yi.dev_gmail.com.
May 12 2026, 8:37 AM

Apr 4 2026

mr.yaoxin_outlook.com abandoned D56242: linux: add Linux i2c-dev ioctl compatibility support.

This is created from diff file. I just created another one followed the instructions with arc command

Apr 4 2026, 6:19 AM · Linux Emulation, linuxkpi
mr.yaoxin_outlook.com retitled D56242: linux: add Linux i2c-dev ioctl compatibility support from linuxkpi: add Linux i2c-dev ioctl compatibility support to linux: add Linux i2c-dev ioctl compatibility support.
Apr 4 2026, 3:55 AM · Linux Emulation, linuxkpi

Apr 3 2026

mr.yaoxin_outlook.com updated the diff for D56242: linux: add Linux i2c-dev ioctl compatibility support.

Remove additional unexpected empty line change

Apr 3 2026, 4:28 PM · Linux Emulation, linuxkpi
bz removed a reviewer for D56242: linux: add Linux i2c-dev ioctl compatibility support: linuxkpi.

This is unrelated to LinuxKPI. Remove the reviewer.

Apr 3 2026, 4:24 PM · Linux Emulation, linuxkpi
mr.yaoxin_outlook.com requested review of D56242: linux: add Linux i2c-dev ioctl compatibility support.
Apr 3 2026, 4:15 PM · Linux Emulation, linuxkpi

Jan 23 2026

minsoochoo0122_proton.me removed a watcher for linuxkpi: minsoochoo0122_proton.me.
Jan 23 2026, 8:44 PM
minsoochoo0122_proton.me added a watcher for linuxkpi: minsoochoo0122_proton.me.
Jan 23 2026, 8:43 PM
minsoochoo0122_proton.me added a member for linuxkpi: minsoochoo0122_proton.me.
Jan 23 2026, 8:43 PM

Jan 8 2026

rcocker87_gmail.com added a member for linuxkpi: rcocker87_gmail.com.
Jan 8 2026, 10:00 AM

Feb 13 2025

zlei added a comment to D34252: LinuxKPI: add proper support for charp module parameters.

@val_packett.cool Hi, are you still working on this ?

Feb 13 2025, 5:07 PM · linuxkpi

Jan 13 2025

dumbbell removed a watcher for linuxkpi: dumbbell.
Jan 13 2025, 4:54 PM
dumbbell added a watcher for linuxkpi: dumbbell.
Jan 13 2025, 4:53 PM

May 22 2024

yan.jurak_gmail.com removed a watcher for linuxkpi: yan.jurak_gmail.com.
May 22 2024, 9:10 PM

May 20 2024

yan.jurak_gmail.com added a watcher for linuxkpi: yan.jurak_gmail.com.
May 20 2024, 10:14 PM

Mar 4 2024

emaste closed D44192: linuxkpi: Queue skbuffs at tail in skb_queue_tail.
Mar 4 2024, 2:35 PM · linuxkpi

Mar 2 2024

emaste added a comment to D44192: linuxkpi: Queue skbuffs at tail in skb_queue_tail.

@bz thanks, commit subject line and Reviewed-by's updated.

Mar 2 2024, 10:07 PM · linuxkpi