Re: [PATCH bpf-next v3 00/11] bpf: Mitigate Spectre v1 using barriers

2025-05-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Thu, 1 May 2025 09:35:51 +0200 you wrote: > This improves the expressiveness of unprivileged BPF by inserting > speculation barriers instead of rejecting the programs. > > The approach was previously presente

Re: [PATCH v7 net-next 00/14] Add more features for ENETC v4 - round 2

2025-05-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 6 May 2025 16:07:21 +0800 you wrote: > This patch set adds the following features. > 1. Compared with ENETC v1, the formats of tables and command BD of ENETC > v4 have changed significantly, and the two are

Re: [PATCH net-next] net: ibmveth: Refactored veth_pool_store for better maintainability

2025-05-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 6 May 2025 11:00:04 -0500 you wrote: > Make veth_pool_store detect requested pool changes, close device if > necessary, update pool, and reopen device. > > Signed-off-by: Dave Marquardt > --- > drivers/net

Re: [PATCH v4 0/3] net: ibmveth: Make ibmveth use new reset function and new KUnit testsg

2025-05-06 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Thu, 1 May 2025 14:49:41 -0500 you wrote: > - Fixed struct ibmveth_adapter indentation > - Made ibmveth driver use WARN_ON with recovery rather than BUG_ON. Some > recovery code schedules a reset through new funct

Re: [PATCH net v2] net: ibmveth: make veth_pool_store stop hanging

2025-04-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 2 Apr 2025 10:44:03 -0500 you wrote: > v2: > - Created a single error handling unlock and exit in veth_pool_store > - Greatly expanded commit message with previous explanatory-only text > > Summary: Use rtnl_mute

Re: [PATCH] net: remove sb1000 cable modem driver

2025-03-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Wed, 12 Mar 2025 09:51:19 +0100 you wrote: > From: Arnd Bergmann > > This one is hilariously outdated, it provided a faster downlink over > TV cable for users of analog modems in the 1990s, through an ISA card. > >

Re: [PATCH V2] net: freescale: ucc_geth: make ugeth_mac_ops be static const

2025-02-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 17 Feb 2025 09:29:30 +0800 you wrote: > From: Pei Xiao > > sparse warning: > sparse: symbol 'ugeth_mac_ops' was not declared. Should it be > static. > > Add static to fix sparse warnings and add const.

Re: [PATCH net-next] net: freescale: ucc_geth: remove unused PHY_INIT_TIMEOUT and PHY_CHANGE_TIME

2025-02-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sun, 9 Feb 2025 13:27:44 +0100 you wrote: > Both definitions are unused. Last users have been removed with: > > 1577ecef7666 ("netdev: Merge UCC and gianfar MDIO bus drivers") > 728de4c927a3 ("ucc_geth: migrate uc

Re: [PATCH net-next v3 00/10] net: freescale: ucc_geth: Phylink conversion

2024-12-06 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 3 Dec 2024 13:43:11 +0100 you wrote: > Hello everyone, > > This is V3 of the phylink conversion for ucc_geth. > > The main changes in this V3 are related to error handling in the patches > 1 and 10 to rep

Re: [PATCH net-next 0/4] net: ucc_geth: devm cleanups

2024-11-06 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 4 Nov 2024 13:01:23 -0800 you wrote: > Also added a small fix for NVMEM mac addresses. > > This was tested as working on a Watchguard T10 device. > > Rosen Penev (4): > net: ucc_geth: use devm for kmemdu

Re: [PATCH net-next 0/3] Fix sparse warnings in dpaa_eth driver

2024-11-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 29 Oct 2024 18:43:14 +0200 you wrote: > This is a follow-up of the discussion at: > https://lore.kernel.org/oe-kbuild-all/20241028-sticky-refined-lionfish-b06c0c@leitao/ > where I said I would take care of th

Re: [PATCH net] net: dpaa_eth: print FD status in CPU endianness in dpaa_eth_fd tracepoint

2024-10-31 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 29 Oct 2024 18:31:05 +0200 you wrote: > Sparse warns: > > note: in included file (through ../include/trace/trace_events.h, > ../include/trace/define_trace.h, > ../drivers/net/ethernet/freescale/dpaa/dpaa_eth_trace

Re: [PATCH net-next] ibmvnic: use ethtool string helpers

2024-10-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 22 Oct 2024 13:32:40 -0700 you wrote: > They are the prefered way to copy ethtool strings. > > Avoids manually incrementing the data pointer. > > Signed-off-by: Rosen Penev > --- > drivers/net/ethernet/ibm

Re: [PATCH 0/2] net: ethernet: freescale: Use %pa to format resource_size_t

2024-10-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 14 Oct 2024 11:48:06 +0100 you wrote: > Hi, > > This short series addersses the formatting of variables of > type resource_size_t in freescale drivers. > > The correct format string for resource_size_t is %

Re: [PATCH 00/17] replace call_rcu by kfree_rcu for simple kmem_cache_free callback

2024-10-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sun, 13 Oct 2024 22:16:47 +0200 you wrote: > Since SLOB was removed and since > commit 6c6c47b063b5 ("mm, slab: call kvfree_rcu_barrier() from > kmem_cache_destroy()"), > it is not necessary to use call_rcu when

Re: [PATCH 00/17] replace call_rcu by kfree_rcu for simple kmem_cache_free callback

2024-10-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Simon Wunderlich : On Sun, 13 Oct 2024 22:16:47 +0200 you wrote: > Since SLOB was removed and since > commit 6c6c47b063b5 ("mm, slab: call kvfree_rcu_barrier() from > kmem_cache_destroy()"), > it is not necessary to use call_rcu whe

Re: [PATCH net] net: enetc: add missing static descriptor and inline keyword

2024-10-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 11 Oct 2024 11:01:03 +0800 you wrote: > Fix the build warnings when CONFIG_FSL_ENETC_MDIO is not enabled. > The detailed warnings are shown as follows. > > include/linux/fsl/enetc_mdio.h:62:18: warning: no previou

Re: [PATCH net-next] eth: remove the DLink/Sundance (ST201) driver

2024-10-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 8 Oct 2024 08:48:24 -0700 you wrote: > Konstantin reports the maintainer's address bounces. > There is no other maintainer and the driver is quite old. > There is a good chance nobody is using this driver an

Re: [PATCH net-next] net: ethernet: fs_enet: Make the per clock optional

2024-09-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 14 Sep 2024 10:18:20 +0200 you wrote: > Some platforms that use fs_enet don't have the PER register clock. This > optional dependency on the clock was incorrectly made mandatory when > switching to devm_ acces

Re: [PATCH -next,v3] MIPS: Remove the obsoleted code for include/linux/mv643xx.h

2024-09-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 12 Sep 2024 09:19:49 +0800 you wrote: > Most of the drivers which used this header have been deleted, most > of these code is obsoleted, move the only defines that are actually > used into arch/powerpc/platfor

Re: [PATCH net-next v3 0/8] net: ethernet: fs_enet: Cleanup and phylink conversion

2024-09-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Wed, 4 Sep 2024 19:18:13 +0200 you wrote: > Hi everyone, > > This is V3 of a series that cleans-up fs_enet, with the ultimate goal of > converting it to phylink (patch 8). > > The main changes compared to V2 a

Re: [PATCH net v1] net: wan: fsl_qmc_hdlc: Discard received CRC

2024-07-31 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 30 Jul 2024 08:31:33 +0200 you wrote: > Received frame from QMC contains the CRC. > Upper layers don't need this CRC and tcpdump mentioned trailing junk > data due to this CRC presence. > > As some other HDLC driv

Re: [PATCH net v1] net: wan: fsl_qmc_hdlc: Convert carrier_lock spinlock to a mutex

2024-07-31 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 30 Jul 2024 08:31:04 +0200 you wrote: > The carrier_lock spinlock protects the carrier detection. While it is > hold, framer_get_status() is called witch in turn takes a mutex. > This is not correct and can lead to

Re: [PATCH v2 net-next 0/5] Eliminate CONFIG_NR_CPUS dependency in dpaa-eth and enable COMPILE_TEST in fsl_qbman

2024-07-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sun, 14 Jul 2024 01:53:31 +0300 you wrote: > Breno's previous attempt at enabling COMPILE_TEST for the fsl_qbman > driver (now included here as patch 5/5) triggered compilation warnings > for large CONFIG_NR_CPUS

Re: [PATCH net-next] net: wan: fsl_qmc_hdlc: Convert to platform remove callback returning void

2024-04-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 9 Apr 2024 11:12:04 +0200 you wrote: > The .remove() callback for a platform driver returns an int which makes > many driver authors wrongly assume it's possible to do error handling by > returning an error c

Re: [PATCH 00/34] address all -Wunused-const warnings

2024-04-06 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 3 Apr 2024 10:06:18 +0200 you wrote: > From: Arnd Bergmann > > Compilers traditionally warn for unused 'static' variables, but not > if they are constant. The reason here is a custom for C++ programmers >

Re: [PATCH 0/9] enabled -Wformat-truncation for clang

2024-03-29 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 26 Mar 2024 23:37:59 +0100 you wrote: > From: Arnd Bergmann > > With randconfig build testing, I found only eight files that produce > warnings with clang when -Wformat-truncation is enabled. This means > w

Re: [PATCH] net: wan: fsl_qmc_hdlc: Fix module compilation

2024-03-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Thu, 14 Mar 2024 13:33:46 +0100 you wrote: > The fsl_qmc_driver does not compile as module: > error: ‘qmc_hdlc_driver’ undeclared here (not in a function); > 405 | MODULE_DEVICE_TABLE(of, qmc_hdlc_driver); >

Re: [PATCH net v5 1/2] soc: fsl: qbman: Always disable interrupts when taking cgr_lock

2024-03-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by David S. Miller : On Mon, 11 Mar 2024 12:38:29 -0400 you wrote: > smp_call_function_single disables IRQs when executing the callback. To > prevent deadlocks, we must disable IRQs when taking cgr_lock elsewhere. > This is already done by q

Re: [PATCH net-next] ps3/gelic: minor Kernel Doc corrections

2024-02-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 21 Feb 2024 17:46:21 + you wrote: > * Update the Kernel Doc for gelic_descr_set_tx_cmdstat() > and gelic_net_setup_netdev() so that documented name > and the actual name of the function match. > > * M

Re: [PATCH net-next v2 0/9] net*: Convert to platform remove callback returning void

2023-12-05 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 4 Dec 2023 19:30:40 +0100 you wrote: > Hello, > > (implicit) v1 of this series can be found at > https://lore.kernel.org/netdev/20231117095922.876489-1-u.kleine-koe...@pengutronix.de. > Changes since then:

Re: [PATCH] ibmvnic: replace deprecated strncpy with strscpy

2023-10-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Mon, 09 Oct 2023 23:19:57 + you wrote: > `strncpy` is deprecated for use on NUL-terminated destination strings > [1] and as such we should prefer more robust and less ambiguous string > interfaces. > > NUL-pa

Re: [PATCH net-next] net: ethernet: Use device_get_match_data()

2023-10-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Mon, 9 Oct 2023 12:28:58 -0500 you wrote: > Use preferred device_get_match_data() instead of of_match_device() to > get the driver match data. With this, adjust the includes to explicitly > include the correct he

Re: [net-next v3 1/5] netdev: replace simple napi_schedule_prep/__napi_schedule to napi_schedule

2023-10-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 9 Oct 2023 15:37:50 +0200 you wrote: > Replace drivers that still use napi_schedule_prep/__napi_schedule > with napi_schedule helper as it does the same exact check and call. > > Signed-off-by: Christian Ma

Re: [PATCH v5] drivers/net: process the result of hdlc_open() and add call of hdlc_close() in uhdlc_close()

2023-09-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Tue, 19 Sep 2023 17:25:02 +0300 you wrote: > Process the result of hdlc_open() and call uhdlc_close() > in case of an error. It is necessary to pass the error > code up the control flow, similar to a possible > error i

Re: [PATCH 00/11] add missing of_node_put

2023-09-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Thu, 7 Sep 2023 11:55:10 +0200 you wrote: > Add of_node_put on a break out of an of_node loop. > > --- > > arch/powerpc/kexec/file_load_64.c|8 ++-- > arch/powerpc/platforms/powermac/low

Re: [PATCH net-next] kunit: Fix checksum tests on big endian CPUs

2023-08-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Wed, 23 Aug 2023 15:21:43 +0200 you wrote: > On powerpc64le checksum kunit tests work: > > [2.011457][T1] KTAP version 1 > [2.011662][T1] # Subtest: checksum > [2.011848][T1] 1

Re: [PATCH] ibmveth: Use dcbf rather than dcbfl

2023-08-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Wed, 23 Aug 2023 14:51:39 +1000 you wrote: > When building for power4, newer binutils don't recognise the "dcbfl" > extended mnemonic. > > dcbfl RA, RB is equivalent to dcbf RA, RB, 1. > > Switch to "dcbf" to avoid t

Re: [PATCH net-next] net: freescale: Remove unused declarations

2023-08-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 17 Aug 2023 21:41:59 +0800 you wrote: > Commit 5d93cfcf7360 ("net: dpaa: Convert to phylink") removed > fman_set_mac_active_pause()/fman_get_pause_cfg() but not declarations. > Commit 48257c4f168e ("Add fs_ene

Re: [PATCH net-next v2 00/10] net: fs_enet: Driver cleanup

2023-08-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 4 Aug 2023 15:30:10 +0200 you wrote: > Over the years, platform and driver initialisation have evolved into > more generic ways, and driver or platform specific stuff has gone > away, leaving stale objects b

Re: [PATCH net-next v3] net: Explicitly include correct DT includes

2023-07-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 26 Jul 2023 19:49:39 -0600 you wrote: > The DT of_device.h and of_platform.h date back to the separate > of_platform_bus_type before it as merged into the regular platform bus. > As part of that merge prepping

Re: [PATCH net-next v3 0/8] net: freescale: Convert to platform remove callback returning void

2023-07-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 10 Jul 2023 09:19:38 +0200 you wrote: > Hello, > > v2 of this series was sent in June[1], code changes since then only affect > patch #1 where the dev_err invocation was adapted to emit the error code of > d

Re: [PATCH net-next] eth: fs_enet: fix print format for resource size

2023-06-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 14 Jun 2023 20:52:31 -0700 you wrote: > Randy forwarded report from Stephen that on PowerPC: > > drivers/net/ethernet/freescale/fs_enet/mii-fec.c: In function > 'fs_enet_mdio_probe': > drivers/net/ethernet/f

Re: [PATCH v2] net: Use of_property_read_bool() for boolean properties

2023-03-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Tue, 14 Mar 2023 14:18:27 -0500 you wrote: > It is preferred to use typed property access functions (i.e. > of_property_read_ functions) rather than low-level > of_get_property/of_find_property functions for reading pr

Re: [PATCH net] eth: fealnx: bring back this old driver

2023-03-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 7 Mar 2023 09:19:30 -0800 you wrote: > This reverts commit d5e2d038dbece821f1af57acbeded3aa9a1832c1. > > We have a report of this chip being used on a > > SURECOM EP-320X-S 100/10M Ethernet PCI Adapter > > wh

Re: [PATCH 0/2] Freescale T1040RDB DTS updates

2023-02-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 24 Feb 2023 17:59:38 +0200 you wrote: > This contains a fix for the new device tree for the T1040RDB rev A > board, which never worked, and an update to enable multiple CPU port > support for all revisions of the

Re: [PATCH 00/24 v2] Documentation: correct lots of spelling errors (series 1)

2023-02-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski : On Wed, 8 Feb 2023 23:13:36 -0800 you wrote: > Correct many spelling errors in Documentation/ as reported by codespell. > > Maintainers of specific kernel subsystems are only Cc-ed on their > respective patches,

Re: [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)

2023-01-29 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Thu, 26 Jan 2023 22:39:30 -0800 you wrote: > Correct many spelling errors in Documentation/ as reported by codespell. > > Maintainers of specific kernel subsystems are only Cc-ed on their > respective patches,

Re: [PATCH net-next 00/10] net: mdio: Continue separating C22 and C45

2023-01-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski : On Thu, 12 Jan 2023 16:15:07 +0100 you wrote: > I've picked this older series from Andrew up and rebased it onto > the latest net-next. > > This is the second patch set in the series which separates the C22 > and

Re: [PATCH net v5] net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs

2023-01-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Thu, 12 Jan 2023 10:47:03 +0300 you wrote: > If uhdlc_priv_tsa != 1 then utdm is not initialized. > And if ret != NULL then goto undo_uhdlc_init, where > utdm is dereferenced. Same if dev == NULL. > > Found by Astra

Re: [PATCH net v2] powerpc: dts: t208x: Disable 10G on MAC1 and MAC2

2022-12-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Fri, 16 Dec 2022 12:29:37 -0500 you wrote: > There aren't enough resources to run these ports at 10G speeds. Disable > 10G for these ports, reverting to the previous speed. > > Fixes: 36926a7d70c2 ("powerpc: dts: t20

Re: [PATCH 0/5] remove label = "cpu" from DSA dt-binding

2022-12-02 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski : On Wed, 30 Nov 2022 17:10:35 +0300 you wrote: > Hello folks, > > With this patch series, we're completely getting rid of 'label = "cpu";' > which is not used by the DSA dt-binding at all. > > Information for taki

Re: [PATCH] Change maintainers for vnic driver

2022-10-31 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Fri, 28 Oct 2022 13:35:11 -0700 you wrote: > Changed maintainers for vnic driver, since Dany has new responsibilities. > Also added Nick Child as reviewer. > > Signed-off-by: Rick Lindsley > > --- > MAINTAINERS |

Re: [PATCH net-next] eth: fealnx: delete the driver for Myson MTD-800

2022-10-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (master) by Paolo Abeni : On Tue, 25 Oct 2022 11:42:54 -0700 you wrote: > The git history for this driver seems to be completely > automated / tree wide changes. I can't find any boards > or systems which would use this chip. Google search > sh

Re: [PATCH net-next v7 00/10] net: dpaa: Convert to phylink

2022-10-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller : On Mon, 17 Oct 2022 16:22:31 -0400 you wrote: > This series converts the DPAA driver to phylink. > > I have tried to maintain backwards compatibility with existing device > trees whereever possible. However, one

Re: [PATCH] net: ethernet: remove fs_mii_disconnect and fs_mii_connect declarations

2022-09-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Fri, 9 Sep 2022 14:29:59 +0800 you wrote: > fs_mii_disconnect and fs_mii_connect have been removed since > commit 5b4b8454344a ("[PATCH] FS_ENET: use PAL for mii management"), > so remove them. > > Signed-off-by

Re: [PATCH net-next v5 00/14] net: dpaa: Cleanups in preparation for phylink conversion (part 2)

2022-09-05 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller : On Fri, 2 Sep 2022 17:57:22 -0400 you wrote: > This series contains several cleanup patches for dpaa/fman. While they > are intended to prepare for a phylink conversion, they stand on their > own. This series was

Re: [PATCH net-next] Remove DECnet support from kernel

2022-08-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Wed, 17 Aug 2022 17:43:21 -0700 you wrote: > DECnet is an obsolete network protocol that receives more attention > from kernel janitors than users. It belongs in computer protocol > history museum not in Linux k

Re: [RESEND PATCH net-next v4 00/25] net: dpaa: Cleanups in preparation for phylink conversion

2022-08-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski : On Thu, 18 Aug 2022 12:16:24 -0400 you wrote: > This series contains several cleanup patches for dpaa/fman. While they > are intended to prepare for a phylink conversion, they stand on their > own. This series was

Re: [PATCH] MAINTAINERS: Update ibmveth maintainer

2022-08-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Wed, 3 Aug 2022 10:52:46 -0500 you wrote: > Add Nick Child as the maintainer of the IBM Power Virtual Ethernet > Device Driver, replacing Cristobal Forno. > > Signed-off-by: Nick Child > --- > MAINTAINERS | 2 +- >

Re: [PATCH] freescale/fs_enet:fix repeated words in comments

2022-06-30 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Wed, 29 Jun 2022 20:54:41 +0800 you wrote: > Delete the redundant word 'a'. > > Signed-off-by: Jilin Yuan > --- > drivers/net/ethernet/freescale/fs_enet/fs_enet.h | 2 +- > 1 file changed, 1 insertion(+), 1 de

Re: [PATCH net-next] eth: de4x5: remove support for Generic DECchip & DIGITAL EtherWORKS PCI/EISA

2022-05-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Wed, 18 May 2022 20:13:45 -0700 you wrote: > Looks like almost all changes to this driver had been tree-wide > refactoring since git era begun. There is one commit from Al > 15 years ago which could potentially

Re: [PATCH net-next v3] net: ethernet: Prepare cleanup of powerpc's asm/prom.h

2022-05-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Wed, 4 May 2022 13:32:17 +0200 you wrote: > powerpc's asm/prom.h includes some headers that it doesn't > need itself. > > In order to clean powerpc's asm/prom.h up in a further step, > first clean all files tha

Re: [PATCH 1/1] powerpc: Update MAINTAINERS for ibmvnic and VAS

2022-04-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Wed, 13 Apr 2022 12:45:15 -0700 you wrote: > Signed-off-by: Sukadev Bhattiprolu > --- > MAINTAINERS | 2 -- > 1 file changed, 2 deletions(-) Here is the summary with links: - [1/1] powerpc: Update MAINTAINERS fo

Re: [PATCH net-next v2] powerpc/net: Implement powerpc specific csum_shift() to remove branch

2022-03-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Tue, 8 Mar 2022 17:12:10 +0100 you wrote: > Today's implementation of csum_shift() leads to branching based on > parity of 'offset' > > 02f8 : >2f8: 70 a5 00 01 andi. r5,r5,1

Re: [PATCH net v4] net: Force inlining of checksum functions in net/checksum.h

2022-02-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Thu, 17 Feb 2022 14:35:49 +0100 you wrote: > All functions defined as static inline in net/checksum.h are > meant to be inlined for performance reason. > > But since commit ac7c3e4ff401 ("compiler: enable > CONFIG_O

Re: [PATCH] net/ibmvnic: Cleanup workaround doing an EOI after partition migration

2022-02-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Fri, 18 Feb 2022 09:07:08 +0100 you wrote: > There were a fair amount of changes to workaround a firmware bug leaving > a pending interrupt after migration of the ibmvnic device : > > commit 2df5c60e198c ("net/

Re: [PATCH] net: apple: mace: Fix build since dev_addr constification

2022-01-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Fri, 14 Jan 2022 14:12:52 +1100 you wrote: > Since commit adeef3e32146 ("net: constify netdev->dev_addr") the mace > driver no longer builds with various errors (pmac32_defconfig): > > linux/drivers/net/ethernet/a

Re: [PATCH] net: apple: bmac: Fix build since dev_addr constification

2022-01-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Fri, 14 Jan 2022 14:13:16 +1100 you wrote: > Since commit adeef3e32146 ("net: constify netdev->dev_addr") the bmac > driver no longer builds with the following errors (pmac32_defconfig): > > linux/drivers/net/ethe

Re: [PATCH] ethernet: ibmveth: use default_groups in kobj_type

2022-01-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Wed, 5 Jan 2022 19:41:01 +0100 you wrote: > There are currently 2 ways to create a set of sysfs files for a > kobj_type, through the default_attrs field, and the default_groups > field. Move the ibmveth sysfs

Re: [PATCH] net/wan/fsl_ucc_hdlc: fix sparse warnings

2021-11-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Mon, 15 Nov 2021 12:08:59 +0100 you wrote: > CHECK drivers/net/wan/fsl_ucc_hdlc.c > drivers/net/wan/fsl_ucc_hdlc.c:309:57: warning: incorrect type in argument 2 > (different address spaces) > drivers/net/wan/

Re: [PATCH v2][net-next] soc: fsl: dpio: Unsigned compared against 0 in qbman_swp_set_irq_coalescing()

2021-10-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Tue, 19 Oct 2021 06:19:25 -0600 you wrote: > Coverity complains of unsigned compare against 0. There are 2 cases in > this function: > > 1821itp = (irq_holdoff * 1000) / p->desc->qman_256_cycles_per_ns;

Re: [PATCH v2] ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()

2021-09-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sun, 26 Sep 2021 14:52:14 +0800 you wrote: > Replacing kmalloc/kfree/dma_map_single/dma_unmap_single() > with dma_alloc_coherent/dma_free_coherent() helps to reduce > code size, and simplify the code, and coherent DMA wi

Re: [PATCH] Revert "ibmvnic: check failover_pending in login response"

2021-09-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sat, 25 Sep 2021 12:14:18 -0300 you wrote: > This reverts commit d437f5aa23aa2b7bd07cd44b839d7546cc17166f. > > Code has been duplicated through commit <273c29e944bd> "ibmvnic: check > failover_pending in login response" > >

Re: [PATCH] net: spider_net: switch from 'pci_' to 'dma_' API

2021-08-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 27 Aug 2021 21:56:28 +0200 you wrote: > In [1], Christoph Hellwig has proposed to remove the wrappers in > include/linux/pci-dma-compat.h. > > Some reasons why this API should be removed have been given by Julia >

Re: [PATCH] ibmvnic: Use strscpy() instead of strncpy()

2021-06-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 21 Jun 2021 14:35:09 -0700 you wrote: > Since these strings are expected to be NUL-terminated and the buffers > are exactly sized (in vnic_client_data_len()) with no padding, strncpy() > can be safely replaced with

Re: [PATCH net-next] ibmvnic: Use list_for_each_entry() to simplify code in ibmvnic.c

2021-06-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 10 Jun 2021 20:54:17 +0800 you wrote: > Convert list_for_each() to list_for_each_entry() where > applicable. This simplifies the code. > > Reported-by: Hulk Robot > Signed-off-by: Wang Hai > --- > drivers/net/et

Re: [PATCH v2 net-next] ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpy

2021-05-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 24 May 2021 09:07:01 +0800 you wrote: > Issue identified with Coccinelle. > > Signed-off-by: YueHaibing > --- > v2: keep kmemdup oneline > > drivers/net/ethernet/freescale/ucc_geth.c | 3 +-- > 1 file changed, 1

Re: [PATCH v2 net-next resend] ibmvnic: remove default label from to_string switch

2021-05-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 20 May 2021 08:50:34 +0200 you wrote: > This way the compiler warns when a new value is added to the enum but > not to the string translation like: > > drivers/net/ethernet/ibm/ibmvnic.c: In function 'adapter_state

Re: [PATCH net-next] ibmveth: fix kobj_to_dev.cocci warnings

2021-05-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 19 May 2021 10:28:49 +0800 you wrote: > Use kobj_to_dev() instead of container_of() > > Generated by: scripts/coccinelle/api/kobj_to_dev.cocci > > Signed-off-by: YueHaibing > --- > drivers/net/ethernet/ibm/ibmve

Re: [PATCH net-next 0/2] net: gianfar: Drop GFAR_MQ_POLLING support

2021-04-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 20:11:21 +0300 you wrote: > Drop long time obsolete "per NAPI multi-queue" support in gianfar, > and related (and undocumented) device tree properties. > > Claudiu Manoil (2): > gianfar: Drop GFAR_MQ

Re: [PATCH net-next v4 0/2] of: net: support non-platform devices in of_get_mac_address()

2021-04-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 12 Apr 2021 19:47:16 +0200 you wrote: > of_get_mac_address() is commonly used to fetch the MAC address > from the device tree. It also supports reading it from a NVMEM > provider. But the latter is only possible fo

Re: [PATCH] ibmvnic: Use 'skb_frag_address()' instead of hand coding it

2021-04-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sun, 4 Apr 2021 10:54:37 +0200 you wrote: > 'page_address(skb_frag_page()) + skb_frag_off()' can be replaced by an > equivalent 'skb_frag_address()' which is less verbose. > > Signed-off-by: Christophe JAILLET > --- >

Re: [PATCH] net: marvell: Remove reference to CONFIG_MV64X60

2021-03-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 18 Mar 2021 17:25:08 + (UTC) you wrote: > Commit 92c8c16f3457 ("powerpc/embedded6xx: Remove C2K board support") > removed last selector of CONFIG_MV64X60. > > As it is not a user selectable config item, all referenc

Re: [PATCH] MAINTAINERS: Update Spidernet network driver

2021-03-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 16 Mar 2021 10:13:52 -0700 you wrote: > Change the Spidernet network driver from supported to > maintained, add the linuxppc-dev ML, and add myself as > a 'maintainer'. > > Cc: Ishizaki Kou > Signed-off-by: Geoff Levan

Re: [PATCH] net: wan: fix error return code of uhdlc_init()

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sun, 7 Mar 2021 01:12:56 -0800 you wrote: > When priv->rx_skbuff or priv->tx_skbuff is NULL, no error return code of > uhdlc_init() is assigned. > To fix this bug, ret is assigned with -ENOMEM in these cases. > > Reported-b

Re: [PATCH v1] ibmvnic: remove excessive irqsave

2021-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 5 Mar 2021 16:48:39 +0800 you wrote: > From: Junlin Yang > > ibmvnic_remove locks multiple spinlocks while disabling interrupts: > spin_lock_irqsave(&adapter->state_lock, flags); > spin_lock_irqsave(&adapter->rwi_lock

Re: [PATCH] ibmvnic: Fix possibly uninitialized old_num_tx_queues variable warning.

2021-03-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 2 Mar 2021 20:47:47 +0100 you wrote: > GCC 7.5 reports: > ../drivers/net/ethernet/ibm/ibmvnic.c: In function 'ibmvnic_reset_init': > ../drivers/net/ethernet/ibm/ibmvnic.c:5373:51: warning: 'old_num_tx_queues' > may be

Re: [PATCH net v2] ibmvnic: device remove has higher precedence over reset

2021-02-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 28 Jan 2021 22:34:01 -0600 you wrote: > Returning -EBUSY in ibmvnic_remove() does not actually hold the > removal procedure since driver core doesn't care for the return > value (see __device_release_driver() in drivers/

Re: [RESEND v2 0/7] Rid W=1 warnings in Ethernet

2021-01-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 15 Jan 2021 20:08:58 + you wrote: > Resending the stragglers again. > This set is part of a larger effort attempting to clean-up W=1 > kernel builds, which are currently overwhelmingly riddled with > niggly lit

Re: [PATCH] ibmvnic: fix: NULL pointer dereference.

2021-01-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 30 Dec 2020 15:23:14 +0800 you wrote: > The error is due to dereference a null pointer in function > reset_one_sub_crq_queue(): > > if (!scrq) { > netdev_dbg(adapter->netdev, >"Invalid scrq reset. ir

Re: [net-next PATCH] net: freescale: ucc_geth: remove unused SKB_ALLOC_TIMEOUT

2020-12-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 30 Nov 2020 13:10:10 +1300 you wrote: > This was added in commit ce973b141dfa ("[PATCH] Freescale QE UCC gigabit > ethernet driver") but doesn't appear to have been used. Remove it now. > > Signed-off-by: Chris Pac

Re: [PATCH net-next] Revert ibmvnic merge do_change_param_reset into do_reset

2020-11-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 6 Nov 2020 14:17:45 -0500 you wrote: > This reverts commit 16b5f5ce351f8709a6b518cc3cbf240c378305bf > where it restructures do_reset. There are patches being tested that > would require major rework if this is comm

Re: [PATCH] net: ucc_geth: Drop extraneous parentheses in comparison

2020-10-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 23 Oct 2020 14:32:36 +1100 you wrote: > Clang warns about the extra parentheses in this comparison: > > drivers/net/ethernet/freescale/ucc_geth.c:1361:28: > warning: equality comparison with extraneous parentheses >