User Details
User Details
- User Since
- May 27 2014, 10:08 AM (597 w, 22 h)
Mon, Oct 20
Mon, Oct 20
dumbbell committed rGb596b4496568: zfs: zfs_getpages: Don't zero freshly allocated pages (authored by dumbbell).
zfs: zfs_getpages: Don't zero freshly allocated pages
dumbbell committed R11:0d2a0f1c5b06: graphics/drm-*-kmod: Update DRM drivers to include an optimisation for AMD GPUs (authored by dumbbell).
graphics/drm-*-kmod: Update DRM drivers to include an optimisation for AMD GPUs
dumbbell updated the summary of D51558: linuxkpi: Avoid trailing whitespaces in lkpi_hex_dump().
dumbbell updated the summary of D53219: zfs: zfs_getpages: Don't zero freshly allocated pages.
dumbbell updated the test plan for D53219: zfs: zfs_getpages: Don't zero freshly allocated pages.
dumbbell requested review of D53219: zfs: zfs_getpages: Don't zero freshly allocated pages.
Thu, Oct 16
Thu, Oct 16
Sep 22 2025
Sep 22 2025
dumbbell committed R11:f5fd9911d58f: net/{bosh-*,cf,concourse-fly}: Deprecate these ports (authored by dumbbell).
net/{bosh-*,cf,concourse-fly}: Deprecate these ports
Sep 18 2025
Sep 18 2025
dumbbell committed R11:9bd6f0145125: graphic/drm-next-kmod: New port tracking latest non-LTS version of DRM drivers (authored by dumbbell).
graphic/drm-next-kmod: New port tracking latest non-LTS version of DRM drivers
Sep 15 2025
Sep 15 2025
dumbbell committed R11:ac934345a14f: nvidia-drm-{61,66}-kmod-devel: Update distinfo after drm-{61,66}-kmod updates (authored by dumbbell).
nvidia-drm-{61,66}-kmod-devel: Update distinfo after drm-{61,66}-kmod updates
dumbbell committed R11:803213ed04ad: nvidia-drm-{61,66}-kmod: Update distinfo after drm-{61,66}-kmod updates (authored by dumbbell).
nvidia-drm-{61,66}-kmod: Update distinfo after drm-{61,66}-kmod updates
dumbbell committed R11:09f1e5c29432: graphics/drm-61-kmod: Update to drm_v6.1.128_5 (authored by dumbbell).
graphics/drm-61-kmod: Update to drm_v6.1.128_5
dumbbell committed R11:316774b85e4f: graphics/drm-66-kmod: Update to drm_v6.6.25_6 (authored by dumbbell).
graphics/drm-66-kmod: Update to drm_v6.6.25_6
Sep 4 2025
Sep 4 2025
I spotted another typo (see the attached comment). I approve it at the same time to not waste time in back and forth comments.
Sep 3 2025
Sep 3 2025
dumbbell added inline comments to D52077: LinuxKPI: add __struct_size.
dumbbell requested changes to D52068: LinuxKPI: pci: implement [linuxkpi_]pcim_request_all_regions().
dumbbell added inline comments to D52067: LinuxKPI: pci: implement pcim_iomap().
Aug 9 2025
Aug 9 2025
dumbbell committed rGf0e445912658: linuxkpi: Update posittion after copy in `seq_read()` (authored by dumbbell).
linuxkpi: Update posittion after copy in `seq_read()`
dumbbell committed rG7cbc4d875971: linuxkpi: Use `__builtin_popcountg()` instead of `bitcount*()` (authored by dumbbell).
linuxkpi: Use `__builtin_popcountg()` instead of `bitcount*()`
dumbbell committed rG3c9acc35b1d9: linuxkpi: Add the `topology_*()` functions (authored by dumbbell).
linuxkpi: Add the `topology_*()` functions
dumbbell committed rGd17bfb237065: linuxkpi: Include <linux/spinlock.h> from <linux/refcount.h> (authored by dumbbell).
linuxkpi: Include <linux/spinlock.h> from <linux/refcount.h>
dumbbell committed rGcdfdafdc3424: linuxkpi: Define `DEFINE_SHOW_STORE_ATTRIBUTE()` (authored by dumbbell).
linuxkpi: Define `DEFINE_SHOW_STORE_ATTRIBUTE()`
dumbbell committed rG621f43ffe2eb: linuxkpi: Declare several log message prefixes (authored by dumbbell).
linuxkpi: Declare several log message prefixes
dumbbell committed rGa7a05ace5d02: linuxkpi: Add `name` field to `struct resource` (authored by dumbbell).
linuxkpi: Add `name` field to `struct resource`
linuxkpi: Add `ida_alloc_range()`
dumbbell committed rG7e5d7b0e8198: linuxkpi: Add `sysfs_add_file_to_group()` and `sysfs_remove_file_from_group()` (authored by dumbbell).
linuxkpi: Add `sysfs_add_file_to_group()` and `sysfs_remove_file_from_group()`
dumbbell added a comment to D50995: linuxkpi: Use `__builtin_popcountg()` instead of `bitcount*()`.
As I understand, HWEIGHT* are always supposed to be run on compile-time constants, so they could just be defined to this const_bitcount macro.
I can create a patch for this if this seems like a good solution to you all.
dumbbell added inline comments to D51559: linuxkpi: Add hex_dump_to_buffer().
dumbbell requested review of D51844: linuxkpi: Add option to skip trailing newline in `lkpi_hex_dump()`.
dumbbell updated the summary of D51558: linuxkpi: Avoid trailing whitespaces in lkpi_hex_dump().
dumbbell updated the diff for D51558: linuxkpi: Avoid trailing whitespaces in lkpi_hex_dump().
Handle negative return value from callback.
Aug 7 2025
Aug 7 2025
dumbbell committed rGc0fc0facf877: linuxkpi: Call `lkpi_fpu_safe_exec()` in the implementation of kvmalloc() (authored by dumbbell).
linuxkpi: Call `lkpi_fpu_safe_exec()` in the implementation of kvmalloc()
dumbbell updated the diff for D50995: linuxkpi: Use `__builtin_popcountg()` instead of `bitcount*()`.
Rebase on top of main branch.
Jul 26 2025
Jul 26 2025
dumbbell requested review of D51560: linuxkpi: Update posittion after copy in `seq_read()`.
dumbbell requested review of D51559: linuxkpi: Add hex_dump_to_buffer().
dumbbell requested review of D51558: linuxkpi: Avoid trailing whitespaces in lkpi_hex_dump().
Jun 29 2025
Jun 29 2025
dumbbell added a comment to D50848: eventfd: Rename `struct eventfd` to `struct eventfd_ctx`.
dumbbell added a comment to D50995: linuxkpi: Use `__builtin_popcountg()` instead of `bitcount*()`.
Thank you @emaste for the bugfix. I was not sure myself if the + 1 was intended.
Jun 23 2025
Jun 23 2025
dumbbell committed rG1609b4d45610: linuxkpi: Add `pm_runtime_get_if_active()` variant from Linux 6.9 (authored by dumbbell).
linuxkpi: Add `pm_runtime_get_if_active()` variant from Linux 6.9
dumbbell committed rGcf16d65c2e3a: linuxkpi: Define `div64_ul()` as a synonym to `div64_u64()` (authored by dumbbell).
linuxkpi: Define `div64_ul()` as a synonym to `div64_u64()`
dumbbell updated the diff for D50991: linuxkpi: Add `pm_runtime_get_if_active()` variant from Linux 6.9.
Address comment from @bz: default the #if/#else logic to the latest version. A user has to define LINUXKPI_VERSION to request the older variant.
dumbbell updated the diff for D50986: linuxkpi: Define `div64_ul()` as a synonym to `div64_u64()`.
Address comment from @bz: move the definition of div64_ul() just after div64_u64().
dumbbell updated the diff for D50853: linuxkpi: Add eventfd_*().
dumbbell retitled D50990: linuxkpi: Declare several log message prefixes from linuxkpi: Declare several log message to linuxkpi: Declare several log message prefixes.
dumbbell committed rG81e6c0168d46: lindebugfs.c: Fix possible NULL dereference (authored by dumbbell).
lindebugfs.c: Fix possible NULL dereference
dumbbell added inline comments to D50991: linuxkpi: Add `pm_runtime_get_if_active()` variant from Linux 6.9.
dumbbell added inline comments to D50986: linuxkpi: Define `div64_ul()` as a synonym to `div64_u64()`.
dumbbell requested review of D50995: linuxkpi: Use `__builtin_popcountg()` instead of `bitcount*()`.
dumbbell requested review of D50994: linuxkpi: Include <linux/spinlock.h> from <linux/refcount.h>.
dumbbell requested review of D50993: linuxkpi: Add the `topology_*()` functions from <asm/topology.h>.
dumbbell requested review of D50992: linuxkpi: Define `DEFINE_SHOW_STORE_ATTRIBUTE()`.
dumbbell requested review of D50991: linuxkpi: Add `pm_runtime_get_if_active()` variant from Linux 6.9.
dumbbell requested review of D50990: linuxkpi: Declare several log message prefixes.
dumbbell requested review of D50989: linuxkpi: Add `name` field to `struct resource`.
dumbbell requested review of D50988: linuxkpi: Add `ida_alloc_range()`.
dumbbell requested review of D50986: linuxkpi: Define `div64_ul()` as a synonym to `div64_u64()`.
dumbbell requested review of D50985: lindebugfs.c: Fix possible NULL dereference.
Jun 15 2025
Jun 15 2025
dumbbell added a comment to D50863: LinuxKPI: acpi: provide union [linuxkpi]_acpi_(object|buffer).
Looks good to me!
