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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: 
 <169519743387.8735.12103555736777221473.git-patchwork-notify@kernel.org>
Date: Wed, 20 Sep 2023 08:10:33 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>@codeaurora.org
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
 pabeni@...hat.com, grygorii.strashko@...com, linux-omap@...r.kernel.org,
 bagasdotme@...il.com, yangyingliang@...wei.com, gerg@...ux-m68k.org,
 arnd@...db.de, netdev@...r.kernel.org, kernel@...gutronix.de,
 afaerber@...e.de, mani@...nel.org, linux-arm-kernel@...ts.infradead.org,
 linux-actions@...ts.infradead.org, andreas@...sler.com, wens@...e.org,
 jernej.skrabec@...il.com, samuel@...lland.org, linux-sunxi@...ts.linux.dev,
 joyce.ooi@...el.com, Shyam-sundar.S-k@....com, bhupesh.sharma@...aro.org,
 elder@...aro.org, wei.fang@....com, robh@...nel.org,
 iyappan@...amperecomputing.com, keyur@...amperecomputing.com,
 quan@...amperecomputing.com, rauji.raut@...il.com, heiko@...ech.de,
 horms@...nel.org, linux-rockchip@...ts.infradead.org, chris.snook@...il.com,
 justin.chen@...adcom.com, florian.fainelli@...adcom.com, rafal@...ecki.pl,
 bcm-kernel-feedback-list@...adcom.com, opendmb@...il.com,
 lizetao1@...wei.com, Steen.Hegelund@...rochip.com, lukas.bulwahn@...il.com,
 nicolas.ferre@...rochip.com, claudiu.beznea@...on.dev, linux@...linux.org.uk,
 mkl@...gutronix.de, hsweeten@...ionengravers.com, ruanjinjie@...wei.com,
 ulli.kroll@...glemail.com, linus.walleij@...aro.org, kvalo@...nel.org,
 nhuck@...gle.com, gerhard@...leder-embedded.com,
 maciej.fijalkowski@...el.com, alexanderduyck@...com, fercerpav@...il.com,
 saproj@...il.com, vladimir.oltean@....com, yisen.zhuang@...wei.com,
 salil.mehta@...wei.com, tsbogend@...ha.franken.de, michal.kubiak@...el.com,
 dougmill@...ux.ibm.com, nathan@...nel.org, ruc_gongyuanjun@....com,
 zhangchangzhong@...wei.com, hauke@...ke-m.de, kgugala@...micro.com,
 mholenko@...micro.com, gsomlo@...il.com, joel@....id.au,
 sebastian.hesselbarth@...il.com, thomas.petazzoni@...tlin.com,
 mw@...ihalf.com, michael@...le.cc, andrew@...n.ch,
 rmk+kernel@...linux.org.uk, krzysztof.kozlowski@...aro.org, nbd@....name,
 john@...ozen.org, sean.wang@...iatek.com, Mark-MC.Lee@...iatek.com,
 lorenzo@...nel.org, matthias.bgg@...il.com,
 angelogioacchino.delregno@...labora.com, linux-mediatek@...ts.infradead.org,
 asmaa@...dia.com, davthompson@...dia.com, horatiu.vultur@...rochip.com,
 UNGLinuxDriver@...rochip.com, lars.povlsen@...rochip.com,
 daniel.machon@...rochip.com, shangxiaojing@...wei.com, linqiheng@...wei.com,
 claudiu.manoil@....com, alexandre.belloni@...tlin.com, YKarpov@...ras.ru,
 vz@...ia.com, timur@...nel.org, s.shtylyov@....ru, geert+renesas@...der.be,
 yoshihiro.shimoda.uh@...esas.com, wsa+renesas@...g-engineering.com,
 biju.das.jz@...renesas.com, linux-renesas-soc@...r.kernel.org,
 bh74.an@...sung.com, ralf@...ux-mips.org, linux-mips@...r.kernel.org,
 nico@...xnic.net, steve.glendinning@...well.net,
 andriy.shevchenko@...ux.intel.com, jaswinder.singh@...aro.org,
 ilias.apalodimas@...aro.org, hayashi.kunihiko@...ionext.com,
 harshit.m.mogalapalli@...cle.com, wellslutw@...il.com, f.fainelli@...il.com,
 tglx@...utronix.de, bigeasy@...utronix.de, shaozhengchao@...wei.com,
 kevinbrace@...cecomputerlab.com, romieu@...zoreil.com, michal.simek@....com,
 radhey.shyam.pandey@....com, harini.katakam@....com, xuhaoyue1@...ilicon.com,
 huangjunxian6@...ilicon.com, dan.carpenter@...aro.org, khalasa@...p.pl
Subject: Re: [PATCH net-next 00/54] net: ethernet: Convert to platform remove
 callback returning void

Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@...emloft.net>:

On Mon, 18 Sep 2023 22:41:32 +0200 you wrote:
> Hello,
> 
> this series convert nearly all platform drivers below
> drivers/net/ethernet to use remove_new. The motivation is to get rid of
> an integer return code that is (mostly) ignored by the platform driver
> core and error prone on the driver side.
> 
> [...]

Here is the summary with links:
  - [net-next,01/54] net: ethernet: 8390: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/3c000faaaa65
  - [net-next,02/54] net: ethernet: actions: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/d8c6b3fc918d
  - [net-next,03/54] net: ethernet: aeroflex: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/a0fbde8f647b
  - [net-next,04/54] net: ethernet: allwinner: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/9f07797c332e
  - [net-next,05/54] net: ethernet: altera: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/d0b0245b84c9
  - [net-next,06/54] net: ethernet: amd: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/9ecae52f7db4
  - [net-next,07/54] net: ethernet: apm: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/61471264c018
  - [net-next,08/54] net: ethernet: apple: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/e5d0a380b2b4
  - [net-next,09/54] net: ethernet: arc: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/de0afa130ed6
  - [net-next,10/54] net: ethernet: atheros: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/c6e817838902
  - [net-next,11/54] net: ethernet: broadcom: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/d4295df3e043
  - [net-next,12/54] net: ethernet: cadence: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/6b5940402f9c
  - [net-next,13/54] net: ethernet: calxeda: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/ca76b17922e6
  - [net-next,14/54] net: ethernet: cavium: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/de413f46a56e
  - [net-next,15/54] net: ethernet: cirrus: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/8ca0ae6a2ec7
  - [net-next,16/54] net: ethernet: cortina: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/1f69574b5cba
  - [net-next,17/54] net: ethernet: davicom: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/ffb928290ba5
  - [net-next,18/54] net: ethernet: dnet: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/5db6c1fed1f9
  - [net-next,19/54] net: ethernet: engleder: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/d2e6c2ea996e
  - [net-next,20/54] net: ethernet: ethoc: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/4cc08098d197
  - [net-next,21/54] net: ethernet: faraday: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/dc715af33b42
  - [net-next,22/54] net: ethernet: hisilicon: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/e5835a0a5119
  - [net-next,23/54] net: ethernet: i825xx: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/e5a6d397ca2e
  - [net-next,24/54] net: ethernet: ibm: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/ac35a3c4c8da
  - [net-next,25/54] net: ethernet: korina: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/551598a120d1
  - [net-next,26/54] net: ethernet: lantiq_etop: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/e791aa06a2dd
  - [net-next,27/54] net: ethernet: lantiq_xrx200: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/adbb270655a1
  - [net-next,28/54] net: ethernet: litex: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/36b80b8353af
  - [net-next,29/54] net: ethernet: marvell: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/fee02f498c9a
  - [net-next,30/54] net: ethernet: mediatek: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/5b6ce1734d9d
  - [net-next,31/54] net: ethernet: mellanox: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/e184700959ec
  - [net-next,32/54] net: ethernet: micrel: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/bae04ae2be07
  - [net-next,33/54] net: ethernet: microchip: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/5253ae3a6223
  - [net-next,34/54] net: ethernet: moxa:: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/253f9c47273d
  - [net-next,35/54] net: ethernet: mscc: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/0eaca7a9e9d6
  - [net-next,36/54] net: ethernet: natsemi: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/9f0243d9bcc4
  - [net-next,37/54] net: ethernet: natsemi: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/b83fb509c758
  - [net-next,38/54] net: ethernet: ni: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/0f09f4e7d401
  - [net-next,39/54] net: ethernet: nxp: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/241882d79f99
  - [net-next,40/54] net: ethernet: qualcomm: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/5180236592b9
  - [net-next,41/54] net: ethernet: renesas: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/0b4f04e2f60b
  - [net-next,42/54] net: ethernet: samsung: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/6e8b0ef7b389
  - [net-next,43/54] net: ethernet: seeq: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/02c74030beff
  - [net-next,44/54] net: ethernet: sgi: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/506a327ceaaa
  - [net-next,45/54] net: ethernet: smsc: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/e8e2c863f941
  - [net-next,46/54] net: ethernet: socionext: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/d3cd32451c7e
  - [net-next,47/54] net: ethernet: sun: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/8f4e45a0135e
  - [net-next,48/54] net: ethernet: sunplus: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/ede778ed3ea9
  - [net-next,49/54] net: ethernet: ti: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/231ea972ccaf
  - [net-next,50/54] net: ethernet: tundra: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/2f961952e19e
  - [net-next,51/54] net: ethernet: via: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/70680f178280
  - [net-next,52/54] net: ethernet: wiznet: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/46b5668494d0
  - [net-next,53/54] net: ethernet: xilinx: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/2e0ec0afa902
  - [net-next,54/54] net: ethernet: xscale: Convert to platform remove callback returning void
    https://git.kernel.org/netdev/net-next/c/d74a5c154b6f

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ