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
| ||
|
Message-Id: <20231017063419.925266-1-alexander.stein@ew.tq-group.com> Date: Tue, 17 Oct 2023 08:34:17 +0200 From: Alexander Stein <alexander.stein@...tq-group.com> To: Wei Fang <wei.fang@....com>, Shenwei Wang <shenwei.wang@....com>, Clark Wang <xiaoning.wang@....com>, "David S . Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Rob Herring <robh@...nel.org> Cc: Alexander Stein <alexander.stein@...tq-group.com>, NXP Linux Team <linux-imx@....com>, netdev@...r.kernel.org Subject: [PATCH v2 0/2] net: fec: Fix device_get_match_data usage Hi, this is v2 adressing the regression introduced by commit b0377116decd ("net: ethernet: Use device_get_match_data()"). Changes in v2: * Update the OF device data pointers to the actual device specific struct fec_devinfo. * Add Patch 2 (unrelated to regression) to remove platform IDs for non-Coldfire You could also remove the (!dev_info) case for Coldfire as this platform has no quirks. But IMHO this should be kept as long as Coldfire platform data is supported. Best regards, Alexander Alexander Stein (2): net: fec: Fix device_get_match_data usage net: fec: Remove non-Coldfire platform IDs drivers/net/ethernet/freescale/fec_main.c | 63 ++++------------------- 1 file changed, 10 insertions(+), 53 deletions(-) -- 2.34.1
Powered by blists - more mailing lists