LinuxLists
Users
About
Len Baker (
[email protected]
)
Number of posts: 174 (1.58 per day)
First post: 2021-07-11 09:24:40
Last post: 2021-10-30 07:53:33
Next Page
Date
List
Subject
2021-10-30 07:53:33
linux-kernel
Re: [PATCH] drm/i915: Prefer struct_size over open coded arithmetic
2021-10-29 17:31:13
linux-kernel
[PATCH v3][next] virt: acrn: Prefer array_size and struct_size over open coded arithmetic
2021-10-29 17:10:00
linux-kernel
Re: [PATCH] nvmet: prefer flex_array_size and struct_size over open coded arithmetic
2021-10-29 17:01:03
linux-kernel
Re: [PATCH v2][next] sysctl: Avoid open coded arithmetic in memory allocator functions
2021-10-24 17:32:20
linux-kernel
[PATCH] nvmet: prefer flex_array_size and struct_size over open coded arithmetic
2021-10-24 17:00:32
linux-kernel
Re: [PATCH v2][next] sysctl: Avoid open coded arithmetic in memory allocator functions
2021-10-24 09:18:15
linux-kernel
Re: [PATCH v2][next] sysctl: Avoid open coded arithmetic in memory allocator functions
2021-10-23 15:44:05
linux-kernel
[PATCH v2][next] platform/x86: thinkpad_acpi: Convert platform driver to use dev_groups
2021-10-23 13:49:42
linux-kernel
Re: [PATCH] platform/x86: thinkpad_acpi: Convert platform driver to use dev_groups
2021-10-23 11:55:12
linux-kernel
Re: [PATCH] drm/i915: Prefer struct_size over open coded arithmetic
2021-10-23 11:30:30
linux-kernel
Re: [PATCH] nvmet: prefer struct_size over open coded arithmetic
2021-10-23 11:14:36
linux-kernel
[PATCH v2][next] sysctl: Avoid open coded arithmetic in memory allocator functions
2021-10-23 10:40:18
linux-kernel
Re: [PATCH] sysctl: Avoid open coded arithmetic in memory allocator functions
2021-10-23 10:18:36
linux-kernel
[PATCH v2][next] virt: acrn: Prefer array_size and struct_size over open coded arithmetic
2021-10-18 03:50:00
linux-kernel
[PATCH] mm/list_lru.c: prefer struct_size over open coded arithmetic
2021-10-18 03:41:11
linux-kernel
[PATCH] nvmet: prefer struct_size over open coded arithmetic
2021-10-18 03:37:36
linux-kernel
[PATCH] sysctl: Avoid open coded arithmetic in memory allocator functions
2021-10-18 03:34:50
linux-kernel
Re: [PATCH] drm/i915: Prefer struct_size over open coded arithmetic
2021-10-16 23:17:17
linux-kernel
Re: [PATCH] virt: acrn: Prefer array_syze and struct_size over open coded arithmetic
2021-10-11 13:34:43
linux-kernel
[PATCH] virt: acrn: Prefer array_syze and struct_size over open coded arithmetic
2021-10-11 13:26:03
linux-kernel
[PATCH] net: hns: Prefer struct_size over open coded arithmetic
2021-10-11 13:05:08
linux-kernel
Re: [PATCH] drm/i915: Prefer struct_size over open coded arithmetic
2021-10-03 10:44:41
linux-kernel
[PATCH] drm/i915: Prefer struct_size over open coded arithmetic
2021-10-03 09:22:35
linux-kernel
[PATCH] platform/x86: thinkpad_acpi: Convert platform driver to use dev_groups
2021-09-26 11:51:50
linux-kernel
Re: [PATCH v2] platform/x86: thinkpad_acpi: Switch to common use of attributes
2021-09-26 11:24:10
linux-kernel
[PATCH v2] platform/x86: thinkpad_acpi: Switch to common use of attributes
2021-09-25 14:37:20
linux-kernel
[PATCH v3] docs: deprecated.rst: Clarify open-coded arithmetic with literals
2021-09-25 13:57:05
linux-wireless
[PATCH v2] nl80211: prefer struct_size over open coded arithmetic
2021-09-25 13:36:18
linux-kernel
Re: [PATCH] platform/x86: thinkpad_acpi: Prefer struct_size over open coded arithmetic
2021-09-25 11:45:52
linux-kernel
[PATCH v2] writeback: prefer struct_size over open coded arithmetic
2021-09-25 11:43:51
linux-kernel
[PATCH v2] scsi: advansys: Prefer struct_size over open coded arithmetic
2021-09-25 10:42:05
linux-kernel
Re: [PATCH] platform/x86: thinkpad_acpi: Prefer struct_size over open coded arithmetic
2021-09-25 10:40:04
linux-kernel
Re: [PATCH] platform/x86: thinkpad_acpi: Prefer struct_size over open coded arithmetic
2021-09-25 07:40:42
linux-kernel
Re: [PATCH] net/mlx5: DR, Prefer kcalloc over open coded arithmetic
2021-09-19 17:29:25
linux-kernel
[PATCH] ALSA: usx2y: Prefer struct_size over open coded arithmetic
2021-09-19 13:10:25
linux-wireless
[PATCH] nl80211: prefer struct_size over open coded arithmetic
2021-09-19 13:02:45
linux-kernel
[PATCH] assoc_array: Avoid open coded arithmetic in allocator arguments
2021-09-19 13:00:57
linux-kernel
[PATCH] afs: Prefer struct_size over open coded arithmetic
2021-09-19 13:00:08
linux-kernel
[PATCH] writeback: prefer struct_size over open coded arithmetic
2021-09-19 13:00:01
linux-kernel
[PATCH] aio: Prefer struct_size over open coded arithmetic
2021-09-19 12:57:27
linux-kernel
Re: [PATCH] net: mana: Prefer struct_size over open coded arithmetic
2021-09-19 09:05:27
linux-kernel
Re: [PATCH] net: mana: Prefer struct_size over open coded arithmetic
2021-09-19 07:54:47
linux-kernel
[PATCH] KVM: PPC: Replace zero-length array with flexible array member
2021-09-19 06:46:16
linux-kernel
[PATCH] platform/x86: thinkpad_acpi: Prefer struct_size over open coded arithmetic
2021-09-19 02:52:14
linux-kernel
Re: [PATCH] net: mana: Prefer struct_size over open coded arithmetic
2021-09-18 19:54:22
linux-kernel
[PATCH] scsi: advansys: Prefer struct_size over open coded arithmetic
2021-09-18 18:31:02
linux-kernel
[PATCH] dmaengine: pxa_dma: Prefer struct_size over open coded arithmetic
2021-09-18 17:09:41
linux-kernel
Re: [PATCH] EDAC/mc: Prefer strscpy or scnprintf over strcpy, sprintf and snprintf
2021-09-18 14:31:08
linux-kernel
Re: [PATCH v2] docs: deprecated.rst: Clarify open-coded arithmetic with literals
2021-09-12 15:55:53
linux-kernel
[PATCH] i3c/master/mipi-i3c-hci: Prefer kcalloc over open coded arithmetic
2021-09-12 13:13:47
linux-kernel
[PATCH] nfp: Prefer struct_size over open coded arithmetic