[PATCH 5/5] fpga: m10bmc-sec: switch show_canceled_csk() to using sysfs_emit()
Xu Yilun
yilun.xu at linux.intel.com
Mon Apr 27 20:33:37 PDT 2026
On Mon, Apr 27, 2026 at 10:56:22PM -0400, Yury Norov wrote:
> On Wed, Mar 25, 2026 at 03:25:48PM +0800, Xu Yilun wrote:
> > On Tue, Mar 24, 2026 at 02:38:04PM -0400, Yury Norov wrote:
> > > On Tue, Mar 24, 2026 at 05:15:33PM +0800, Xu Yilun wrote:
> > > > On Tue, Mar 03, 2026 at 03:08:41PM -0500, Yury Norov wrote:
> > > > > Switch show_canceled_csk() to use the proper sysfs_emit("%*pbl").
> > > > >
> > > > > Reviewed-by: Russ Weight <russ.weight at linux.dev>
> > > > > Suggested-by: Thomas Weißschuh <linux at weissschuh.net>
> > > > > Signed-off-by: Yury Norov <ynorov at nvidia.com>
> > > > > ---
> > > > > drivers/fpga/intel-m10-bmc-sec-update.c | 3 ++-
> > > > > 1 file changed, 2 insertions(+), 1 deletion(-)
> > > > >
> > > > > diff --git a/drivers/fpga/intel-m10-bmc-sec-update.c b/drivers/fpga/intel-m10-bmc-sec-update.c
> > > > > index 10f678b9ed36..ae364c6636eb 100644
> > > > > --- a/drivers/fpga/intel-m10-bmc-sec-update.c
> > > > > +++ b/drivers/fpga/intel-m10-bmc-sec-update.c
> > > > > @@ -10,6 +10,7 @@
> > > > > #include <linux/firmware.h>
> > > > > #include <linux/mfd/intel-m10-bmc.h>
> > > > > #include <linux/mod_devicetable.h>
> > > > > +#include <linux/mm.h>
> > > >
> > > > Why add this header file?
> > >
> > > When I was preparing the series, I had build issues without this. But
> > > now I checked it against -rc5, and it's clean. Would you like me to
> > > resend?
> >
> > No need. Given that I'll pick this patch alone to fpga for-next with the
> > fix.
> >
> > Reviewed-by: Xu Yilun <yilun.xu at intel.com>
>
> Hi Xu,
>
> This patch is still not applied. This is the last non-lib user of
I see it is already in v7.1-rc1, what's your expectation?
> the bitmap_print_to_pagebuf(), and it blocks me from removing the
> function.
>
> Are you still going to pick it yourself? I can move the patch with
> bitmap-for-next if you prefer.
>
> Thanks,
> Yury
More information about the linux-arm-kernel
mailing list