Re: [PATCH] netfilter: xt_IDLETIMER: fix sysfs callback function type

From: Pablo Neira Ayuso
Date: Fri Mar 01 2019 - 08:37:37 EST


On Wed, Feb 27, 2019 at 10:19:10AM -0800, Sami Tolvanen wrote:
> Use struct device_attribute instead of struct idletimer_tg_attr, and
> the correct callback function type to avoid indirect call mismatches
> with Control Flow Integrity checking.

Applied, thanks.