On Wed, Sep 30, 2015 at 01:26:38PM +0200, Arnd Bergmann wrote:
> The __build_packet_message function fills a nfulnl_msg_packet_timestamp
> structure that uses 64-bit seconds and is therefore y2038 safe, but
> it uses an intermediate 'struct timespec' which is not.
> 
> This trivially changes the code to use 'struct timespec64' instead,
> to correct the result on 32-bit architectures.
>
> Signed-off-by: Arnd Bergmann <a...@arndb.de>
> Cc: Pablo Neira Ayuso <pa...@netfilter.org>
> Cc: Patrick McHardy <ka...@trash.net>
> Cc: Jozsef Kadlecsik <kad...@blackhole.kfki.hu>
> Cc: netfilter-de...@vger.kernel.org
> Cc: coret...@netfilter.org

Acked-by: Pablo Neira Ayuso <pa...@netfilter.org>

BTW, I don't see the patch for nfnetlink_queue and I think I have seen
it in the diffstat from your cover letter.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to