Re: [PATCH v2 0/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
From: Alexei Starovoitov <hidden>
Date: 2024-12-31 00:50:54
Also in:
bpf, linux-modules, lkml
From: Alexei Starovoitov <hidden>
Date: 2024-12-31 00:50:54
Also in:
bpf, linux-modules, lkml
On Sat, Dec 28, 2024 at 12:43 AM Thomas Weißschuh [off-list ref] wrote:
Most users use this function through the BIN_ATTR_SIMPLE* macros, they can handle the switch transparently. This series is meant to be merged through the driver core tree.
hmm. why? I'd rather take patches 2 and 3 into bpf-next to avoid potential conflicts. Patch 1 looks orthogonal and independent.