Page MenuHomeFreeBSD

guest-seuros (Abdelkader Boudih)
User

Projects

User does not belong to any projects.

User Details

User Since
Dec 30 2025, 1:15 AM (6 w, 22 h)

Recent Activity

Sun, Feb 8

guest-seuros added a comment to D54733: usbdevs: Add USB device IDs for Nuand bladeRF SDR.

I do not have a Freebsd email for the moment.

Sun, Feb 8, 11:16 PM

Fri, Feb 6

guest-seuros abandoned D55145: fusefs: Fix vnode lock mismatch in fuse_internal_do_getattr().
Fri, Feb 6, 7:25 PM
guest-seuros added a comment to D55145: fusefs: Fix vnode lock mismatch in fuse_internal_do_getattr().

Sure i can close this diff.

Fri, Feb 6, 6:52 PM
guest-seuros added a comment to D54954: atrtc: Prevent duplicate device attachment.
  • atrtc0 (ISA) attaches first during boot gets IRQ 8
  • atrtc1 (ACPI) attaches second also registers as a TOD clock
Fri, Feb 6, 5:30 PM
guest-seuros added a comment to D54954: atrtc: Prevent duplicate device attachment.
In D54954#1260711, @jhb wrote:

You still haven't answered the question of how you get multiple atrtcX devices in the first place. That should Never Happen(tm) and probably points to some other bug elsewhere that we should handle instead of applying a band-aid to atrtc(4).

Fri, Feb 6, 4:26 PM
guest-seuros published D55145: fusefs: Fix vnode lock mismatch in fuse_internal_do_getattr() for review.
Fri, Feb 6, 4:02 PM
guest-seuros abandoned D55139: cpufreq: Fix sysctl name conflict between hwpstate_intel and hwpstate_amd.

Your approach is much more elegant..

Fri, Feb 6, 1:46 PM
guest-seuros updated the diff for D54881: intel/intel_pmc_core: Add Intel PMC Core driver.
  • intel/intel_pmc_core: Remove unnecessary NULL check in detach
Fri, Feb 6, 3:46 AM
guest-seuros updated the diff for D54881: intel/intel_pmc_core: Add Intel PMC Core driver.

Reverting to datasheet value (100us). Linux's 104us likely quirk on untested vendors.

Fri, Feb 6, 3:42 AM
guest-seuros updated the diff for D54881: intel/intel_pmc_core: Add Intel PMC Core driver.

Addressed feedback:

  • SPDX first line, split copyright/description
  • Alphabetized includes and build files
  • Updated counter to 104us (empirical/Linux)
  • Refactored with pmc_read_safe() helper
  • Documented S0ix scope
  • Removed slp_s0_step member
Fri, Feb 6, 3:30 AM
guest-seuros published D55139: cpufreq: Fix sysctl name conflict between hwpstate_intel and hwpstate_amd for review.

This looks like a breaking change. Not sure if the solution is to detect the cpu (since having both types in the same motherboard is not possible).

Fri, Feb 6, 3:08 AM

Thu, Feb 5

guest-seuros added a comment to D55102: thunderbolt: Fix tb_pcib device matching to check PCI class.

I have the full thunderbolt 1/2/3/4 work lined up... I'm trying to split them into smaller chuncks .

Thu, Feb 5, 1:35 AM

Wed, Feb 4

guest-seuros published D55102: thunderbolt: Fix tb_pcib device matching to check PCI class for review.
Wed, Feb 4, 5:09 PM
guest-seuros retitled D54634: clock: Replace Giant lock with fine-grained locking from speaker, clock: Replace Giant lock with fine-grained locking to clock: Replace Giant lock with fine-grained locking.
Wed, Feb 4, 3:18 AM
guest-seuros updated the diff for D54882: intel/intel_proc_thermal: Add Intel Processor Thermal driver.

Wire into build; add PL2 enabled/lock bit; align sysctl names

Wed, Feb 4, 3:09 AM
guest-seuros updated the diff for D54881: intel/intel_pmc_core: Add Intel PMC Core driver.

Add files.x86 and modules entries; align slp_s0_residency sysctl name

Wed, Feb 4, 2:48 AM
guest-seuros updated the diff for D54439: asmc: add Wake-on-LAN control via sysctl.

Only add dev.asmc.*.wol when AUPO exists; add key constant

Wed, Feb 4, 2:41 AM
guest-seuros updated the diff for D54954: atrtc: Prevent duplicate device attachment.

Prefer unit 0 using devclass check; remove global sentinel. Drop RF_SHAREABLE and document IRQ 8.

Wed, Feb 4, 1:57 AM
guest-seuros updated the diff for D54441: asmc: add raw SMC key read/write interface.

Make dev.asmc.*.raw.len read-only to prevent user overrides

Wed, Feb 4, 1:34 AM
guest-seuros updated the diff for D54733: usbdevs: Add USB device IDs for Nuand bladeRF SDR.

Fix tab alignment in usbdevs

Wed, Feb 4, 1:16 AM

Fri, Jan 30

guest-seuros added inline comments to D54954: atrtc: Prevent duplicate device attachment.
Fri, Jan 30, 12:06 AM

Thu, Jan 29

guest-seuros published D54957: ichsmb: Add Intel Raptor Lake SMBus controller support for review.
Thu, Jan 29, 11:42 PM
guest-seuros updated the diff for D54955: firmware: Fix inverted FIRMWARE_GET_NOWARN logic.

Address review feedback: keep warn variable, invert at assignment instead of double-negative

Thu, Jan 29, 11:23 PM
guest-seuros published D54955: firmware: Fix inverted FIRMWARE_GET_NOWARN logic for review.
Thu, Jan 29, 11:05 PM
guest-seuros published D54954: atrtc: Prevent duplicate device attachment for review.
Thu, Jan 29, 10:50 PM
guest-seuros published D54952: asmc: Add MacPro3,1 temperature sensor support for review.
Thu, Jan 29, 10:46 PM
guest-seuros published D54953: uart: fix sleeping while holding mutex in uart_tty_detach() for review.
Thu, Jan 29, 10:43 PM

Mon, Jan 26

guest-seuros added a comment to D33033: x86: Add new Intel LPSS Uart driver.

@manu thanks for the work here, do you plan to resume this driver effort ? I ran into the same hang on boot that @saper_saper.info reported, and on top of that I see a crash at runtime after a few minutes.

Mon, Jan 26, 11:10 AM
guest-seuros requested review of D54882: intel/intel_proc_thermal: Add Intel Processor Thermal driver.
Mon, Jan 26, 2:05 AM
guest-seuros requested review of D54881: intel/intel_pmc_core: Add Intel PMC Core driver.
Mon, Jan 26, 1:54 AM

Sat, Jan 24

guest-seuros added inline comments to D54762: acpi: add Darwin OSI quirk for Apple Mac hardware.
Sat, Jan 24, 10:54 AM
guest-seuros added a comment to D54762: acpi: add Darwin OSI quirk for Apple Mac hardware.

@ngie i prefered to keep this diff scoped to ACPI discovery only, but the switching is important too.

Sat, Jan 24, 10:47 AM

Tue, Jan 20

guest-seuros added inline comments to D54762: acpi: add Darwin OSI quirk for Apple Mac hardware.
Tue, Jan 20, 9:20 AM

Sun, Jan 18

guest-seuros requested review of D54762: acpi: add Darwin OSI quirk for Apple Mac hardware.
Sun, Jan 18, 8:39 AM

Thu, Jan 15

guest-seuros requested review of D54733: usbdevs: Add USB device IDs for Nuand bladeRF SDR.
Thu, Jan 15, 5:37 PM

Wed, Jan 14

guest-seuros updated the diff for D54439: asmc: add Wake-on-LAN control via sysctl.

Updated the diff .

Wed, Jan 14, 12:49 AM

Mon, Jan 12

guest-seuros requested review of D54666: asmc: Fix asmc_dumpall to enumerate all SMC keys.
Mon, Jan 12, 9:07 AM
guest-seuros updated the diff for D54665: asmc: Add support for MacBookPro11,5.

Adding dump_app in another diff.

Mon, Jan 12, 8:45 AM
guest-seuros requested review of D54665: asmc: Add support for MacBookPro11,5.
Mon, Jan 12, 8:18 AM

Jan 11 2026

guest-seuros requested review of D54659: mtw(4): Fix warm reboot initialization failures for MT7601U.
Jan 11 2026, 10:00 PM

Jan 10 2026

guest-seuros abandoned D54635: speaker, clock: Replace Giant lock with fine-grained locking.
Jan 10 2026, 11:17 AM
guest-seuros requested review of D54635: speaker, clock: Replace Giant lock with fine-grained locking.
Jan 10 2026, 10:38 AM
guest-seuros updated the diff for D54618: jme: Convert driver to CTLFLAG_MPSAFE.

Sorry, still using arc incorrectly. Need i need to learn git-arc.

Jan 10 2026, 10:37 AM
guest-seuros requested review of D54634: clock: Replace Giant lock with fine-grained locking.
Jan 10 2026, 10:34 AM
guest-seuros updated the diff for D54618: jme: Convert driver to CTLFLAG_MPSAFE.

speaker, clock: Replace Giant lock with fine-grained locking

Jan 10 2026, 10:32 AM
guest-seuros added a comment to D54613: asmc: Convert driver to CTLFLAG_MPSAFE.

We could wrap it with a sleep mutex, but concurrent fan control from multiple threads is not a realistic scenario.
The worst case is a lost update, not a crash.

Jan 10 2026, 9:08 AM
guest-seuros added a comment to D54439: asmc: add Wake-on-LAN control via sysctl.

oss@seuros.com (like the previous commits)

Jan 10 2026, 1:21 AM
guest-seuros added a comment to D54615: asmc: Prevent module unload to avoid kernel panic.

This module load only in apple hardware. Spparently the hardware is not build to have it driver hot reloaded.

Jan 10 2026, 12:14 AM

Jan 9 2026

guest-seuros published D54621: isl: Convert driver to CTLFLAG_MPSAFE for review.
Jan 9 2026, 3:58 PM
guest-seuros published D54620: ads111x: Convert driver to CTLFLAG_MPSAFE for review.
Jan 9 2026, 3:58 PM
guest-seuros requested review of D54618: jme: Convert driver to CTLFLAG_MPSAFE.
Jan 9 2026, 3:40 PM
guest-seuros requested review of D54617: acpi_battery: Convert driver to CTLFLAG_MPSAFE.
Jan 9 2026, 3:22 PM
guest-seuros requested review of D54615: asmc: Prevent module unload to avoid kernel panic.
Jan 9 2026, 2:18 PM
guest-seuros requested review of D54614: bge: Convert driver to CTLFLAG_MPSAFE.
Jan 9 2026, 1:29 PM
guest-seuros requested review of D54613: asmc: Convert driver to CTLFLAG_MPSAFE.
Jan 9 2026, 12:38 PM
guest-seuros added inline comments to D54441: asmc: add raw SMC key read/write interface.
Jan 9 2026, 12:23 PM
guest-seuros updated the diff for D54441: asmc: add raw SMC key read/write interface.
Jan 9 2026, 12:22 PM
guest-seuros abandoned D54612: asmc: add Wake-on-LAN control via sysctl.

Duplicate of D54439.

Jan 9 2026, 11:14 AM
guest-seuros updated the diff for D54439: asmc: add Wake-on-LAN control via sysctl.
Jan 9 2026, 11:12 AM
guest-seuros requested review of D54612: asmc: add Wake-on-LAN control via sysctl.
Jan 9 2026, 10:51 AM

Jan 8 2026

guest-seuros added inline comments to D54437: asmc: add per-fan manual mode control via sysctl.
Jan 8 2026, 7:53 PM

Jan 2 2026

guest-seuros updated the diff for D54436: asmc: improve asmc_dumpall to read actual SMC key count.
Jan 2 2026, 7:37 PM
guest-seuros added inline comments to D54437: asmc: add per-fan manual mode control via sysctl.
Jan 2 2026, 4:18 PM
lwhsu renamed guest-seuros from seuros_seuros.com to guest-seuros.
Jan 2 2026, 1:42 AM

Dec 31 2025

guest-seuros updated the diff for D54439: asmc: add Wake-on-LAN control via sysctl.

i got the patch from the wrong branch, the first time.

Dec 31 2025, 9:59 PM
guest-seuros requested review of D54441: asmc: add raw SMC key read/write interface.
Dec 31 2025, 6:54 PM
guest-seuros updated the test plan for D54439: asmc: add Wake-on-LAN control via sysctl.
Dec 31 2025, 5:53 PM
guest-seuros updated the test plan for D54439: asmc: add Wake-on-LAN control via sysctl.
Dec 31 2025, 5:52 PM
guest-seuros updated the test plan for D54439: asmc: add Wake-on-LAN control via sysctl.
Dec 31 2025, 5:50 PM
guest-seuros requested review of D54439: asmc: add Wake-on-LAN control via sysctl.
Dec 31 2025, 5:47 PM
guest-seuros updated the diff for D54437: asmc: add per-fan manual mode control via sysctl.
Dec 31 2025, 4:55 PM
guest-seuros updated the diff for D54436: asmc: improve asmc_dumpall to read actual SMC key count.
Dec 31 2025, 4:53 PM
guest-seuros added a comment to D54436: asmc: improve asmc_dumpall to read actual SMC key count.

Honestly no.

Dec 31 2025, 4:45 PM
guest-seuros requested review of D54437: asmc: add per-fan manual mode control via sysctl.
Dec 31 2025, 3:11 PM
guest-seuros requested review of D54436: asmc: improve asmc_dumpall to read actual SMC key count.
Dec 31 2025, 3:06 PM