lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 04 Oct 2017 17:40:55 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     keescook@...omium.org
Cc:     tglx@...utronix.de, akpm@...ux-foundation.org, arnd@...db.de,
        benh@...nel.crashing.org, cmetcalf@...lanox.com,
        geert@...ux-m68k.org, gregkh@...uxfoundation.org,
        linux@...ck-us.net, harish.patil@...ium.com,
        heiko.carstens@...ibm.com, jejb@...ux.vnet.ibm.com,
        john.stultz@...aro.org, jwi@...ux.vnet.ibm.com,
        kvalo@....qualcomm.com, jiangshanlai@...il.com,
        len.brown@...el.com, manish.chopra@...ium.com,
        mark.gross@...el.com, martin.petersen@...cle.com,
        schwidefsky@...ibm.com, mpe@...erman.id.au, mdr@....com,
        netdev@...r.kernel.org, oleg@...hat.com, paulus@...ba.org,
        pavel@....cz, pmladek@...e.com, rjw@...ysocki.net,
        ralf@...ux-mips.org, sre@...nel.org, stefanr@...6.in-berlin.de,
        sboyd@...eaurora.org, sudipm.mukherjee@...il.com, tj@...nel.org,
        ubraun@...ux.vnet.ibm.com, viresh.kumar@...aro.org, wim@...ana.be,
        linux1394-devel@...ts.sourceforge.net, linux-mips@...ux-mips.org,
        linux-pm@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
        linux-s390@...r.kernel.org, linux-scsi@...r.kernel.org,
        linux-watchdog@...r.kernel.org, linux-wireless@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH 10/13] timer: Remove expires and data arguments from
 DEFINE_TIMER

From: Kees Cook <keescook@...omium.org>
Date: Wed,  4 Oct 2017 16:27:04 -0700

> Drop the arguments from the macro and adjust all callers with the
> following script:
> 
>   perl -pi -e 's/DEFINE_TIMER\((.*), 0, 0\);/DEFINE_TIMER($1);/g;' \
>     $(git grep DEFINE_TIMER | cut -d: -f1 | sort -u | grep -v timer.h)
> 
> Signed-off-by: Kees Cook <keescook@...omium.org>
> Acked-by: Geert Uytterhoeven <geert@...ux-m68k.org> # for m68k parts

For networking:

Acked-by: David S. Miller <davem@...emloft.net>

Powered by blists - more mailing lists