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] [day] [month] [year] [list]
Date:	Thu, 12 May 2016 15:40:46 -0400
From:	Doug Ledford <dledford@...hat.com>
To:	Florian Westphal <fw@...len.de>, netdev@...r.kernel.org
Cc:	user-mode-linux-devel@...ts.sourceforge.net,
	linux-xtensa@...ux-xtensa.org,
	linux1394-devel@...ts.sourceforge.net, linux-rdma@...r.kernel.org,
	mpt-fusionlinux.pdl@...adcom.com, linux-scsi@...r.kernel.org,
	linux-can@...r.kernel.org, linux-parisc@...r.kernel.org,
	linux-omap@...r.kernel.org, linux-hams@...r.kernel.org,
	linux-usb@...r.kernel.org, linux-wireless@...r.kernel.org,
	linux-s390@...r.kernel.org, devel@...verdev.osuosl.org,
	b.a.t.m.a.n@...ts.open-mesh.org, linux-bluetooth@...r.kernel.org
Subject: Re: [PATCH net-next 4/5] treewide: replace dev->trans_start update
 with helper

On 05/03/2016 10:33 AM, Florian Westphal wrote:
> Replace all trans_start updates with netif_trans_update helper.
> change was done via spatch:
> 
> struct net_device *d;
> @@
> - d->trans_start = jiffies
> + netif_trans_update(d)
> 
> Compile tested only.
> 
> Cc: user-mode-linux-devel@...ts.sourceforge.net
> Cc: linux-xtensa@...ux-xtensa.org
> Cc: linux1394-devel@...ts.sourceforge.net
> Cc: linux-rdma@...r.kernel.org
> Cc: netdev@...r.kernel.org
> Cc: MPT-FusionLinux.pdl@...adcom.com
> Cc: linux-scsi@...r.kernel.org
> Cc: linux-can@...r.kernel.org
> Cc: linux-parisc@...r.kernel.org
> Cc: linux-omap@...r.kernel.org
> Cc: linux-hams@...r.kernel.org
> Cc: linux-usb@...r.kernel.org
> Cc: linux-wireless@...r.kernel.org
> Cc: linux-s390@...r.kernel.org
> Cc: devel@...verdev.osuosl.org
> Cc: b.a.t.m.a.n@...ts.open-mesh.org
> Cc: linux-bluetooth@...r.kernel.org
> Signed-off-by: Florian Westphal <fw@...len.de>
> ---
>  Checkpatch complains about whitespace damage, but
>  this extra whitespace already exists before this patch.
> 
>  drivers/infiniband/hw/nes/nes_nic.c                    | 2 +-
>  drivers/infiniband/ulp/ipoib/ipoib_cm.c                | 2 +-
>  drivers/infiniband/ulp/ipoib/ipoib_ib.c                | 2 +-

For InfiniBand bits,

Acked-by: Doug Ledford <dledford@...hat.com>

-- 
Doug Ledford <dledford@...hat.com>
              GPG KeyID: 0E572FDD



Download attachment "signature.asc" of type "application/pgp-signature" (885 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ