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:   Mon, 12 Dec 2022 12:20:22 +0000
From:   patchwork-bot+netdevbpf@...nel.org
To:     Marc Kleine-Budde <mkl@...gutronix.de>
Cc:     netdev@...r.kernel.org, davem@...emloft.net, kuba@...nel.org,
        linux-can@...r.kernel.org, kernel@...gutronix.de, extja@...ser.com,
        anssi.hannula@...wise.fi
Subject: Re: [PATCH net-next 01/39] can: kvaser_usb: kvaser_usb_set_bittiming():
 fix redundant initialization warning for err

Hello:

This series was applied to netdev/net-next.git (master)
by Marc Kleine-Budde <mkl@...gutronix.de>:

On Mon, 12 Dec 2022 12:30:07 +0100 you wrote:
> The variable err is initialized, but the initialized value is
> Overwritten before it is read. Fix the warning by not initializing the
> variable err at all.
> 
> Fixes: 39d3df6b0ea8 ("can: kvaser_usb: Compare requested bittiming parameters with actual parameters in do_set_{,data}_bittiming")
> Cc: Jimmy Assarsson <extja@...ser.com>
> Cc: Anssi Hannula <anssi.hannula@...wise.fi>
> Link: https://lore.kernel.org/all/20221031114513.81214-1-mkl@pengutronix.de
> Signed-off-by: Marc Kleine-Budde <mkl@...gutronix.de>
> 
> [...]

Here is the summary with links:
  - [net-next,01/39] can: kvaser_usb: kvaser_usb_set_bittiming(): fix redundant initialization warning for err
    https://git.kernel.org/netdev/net-next/c/cce2d7d2abcc
  - [net-next,02/39] can: kvaser_usb: kvaser_usb_set_{,data}bittiming(): remove empty lines in variable declaration
    https://git.kernel.org/netdev/net-next/c/0bf582fc5168
  - [net-next,03/39] can: rcar_canfd: rcar_canfd_probe: Add struct rcar_canfd_hw_info to driver data
    https://git.kernel.org/netdev/net-next/c/ce7c5382758b
  - [net-next,04/39] can: m_can: sort header inclusion alphabetically
    https://git.kernel.org/netdev/net-next/c/09451f244eab
  - [net-next,05/39] can: rcar_canfd: Add max_channels to struct rcar_canfd_hw_info
    https://git.kernel.org/netdev/net-next/c/34f9e9852b90
  - [net-next,06/39] can: rcar_canfd: Add shared_global_irqs to struct rcar_canfd_hw_info
    https://git.kernel.org/netdev/net-next/c/841645cfc773
  - [net-next,07/39] can: rcar_canfd: Add postdiv to struct rcar_canfd_hw_info
    https://git.kernel.org/netdev/net-next/c/a1dcfbdfd1d0
  - [net-next,08/39] can: rcar_canfd: Add multi_channel_irqs to struct rcar_canfd_hw_info
    https://git.kernel.org/netdev/net-next/c/ea6ff7792203
  - [net-next,09/39] can: ctucanfd: Drop obsolete dependency on COMPILE_TEST
    https://git.kernel.org/netdev/net-next/c/005c54278b3d
  - [net-next,10/39] can: etas_es58x: sort the includes by alphabetic order
    https://git.kernel.org/netdev/net-next/c/8fd9323ef721
  - [net-next,11/39] can: flexcan: add auto stop mode for IMX93 to support wakeup
    https://git.kernel.org/netdev/net-next/c/8cb53b485f18
  - [net-next,12/39] can: etas_es58x: add devlink support
    https://git.kernel.org/netdev/net-next/c/2c4a1efcf6ab
  - [net-next,13/39] dt-bindings: can: fsl,flexcan: add imx93 compatible
    https://git.kernel.org/netdev/net-next/c/a21cee59b416
  - [net-next,14/39] can: etas_es58x: add devlink port support
    https://git.kernel.org/netdev/net-next/c/594a25e1ffc5
  - [net-next,15/39] dt-bindings: can: renesas,rcar-canfd: Document RZ/Five SoC
    https://git.kernel.org/netdev/net-next/c/5237ff4e7d3d
  - [net-next,16/39] USB: core: export usb_cache_string()
    https://git.kernel.org/netdev/net-next/c/983055bf8397
  - [net-next,17/39] can: c_can: use devm_platform_get_and_ioremap_resource()
    https://git.kernel.org/netdev/net-next/c/74d95352bdfc
  - [net-next,18/39] net: devlink: add DEVLINK_INFO_VERSION_GENERIC_FW_BOOTLOADER
    https://git.kernel.org/netdev/net-next/c/01d80532295c
  - [net-next,19/39] can: etas_es58x: export product information through devlink_ops::info_get()
    https://git.kernel.org/netdev/net-next/c/9f06631c3f1f
  - [net-next,20/39] can: etas_es58x: remove es58x_get_product_info()
    https://git.kernel.org/netdev/net-next/c/d8f26fd689dd
  - [net-next,21/39] Documentation: devlink: add devlink documentation for the etas_es58x driver
    https://git.kernel.org/netdev/net-next/c/9f63f96aac92
  - [net-next,22/39] can: ucan: use strscpy() to instead of strncpy()
    https://git.kernel.org/netdev/net-next/c/7fdaf8966aae
  - [net-next,23/39] net: af_can: remove useless parameter 'err' in 'can_rx_register()'
    https://git.kernel.org/netdev/net-next/c/f793458bba54
  - [net-next,24/39] can: ucan: remove unused ucan_priv::intf
    https://git.kernel.org/netdev/net-next/c/f54b101ddeae
  - [net-next,25/39] can: gs_usb: remove gs_can::iface
    https://git.kernel.org/netdev/net-next/c/56c56a309e79
  - [net-next,26/39] can: m_can: Call the RAM init directly from m_can_chip_config
    https://git.kernel.org/netdev/net-next/c/eaacfeaca7ad
  - [net-next,27/39] can: raw: add support for SO_MARK
    https://git.kernel.org/netdev/net-next/c/0826e82b8a32
  - [net-next,28/39] dt-bindings: can: renesas,rcar-canfd: Fix number of channels for R-Car V3U
    https://git.kernel.org/netdev/net-next/c/3abcc01c38bc
  - [net-next,29/39] can: m_can: Eliminate double read of TXFQS in tx_handler
    https://git.kernel.org/netdev/net-next/c/c1eaf8b9bd31
  - [net-next,30/39] can: m_can: Avoid reading irqstatus twice
    https://git.kernel.org/netdev/net-next/c/577579379749
  - [net-next,31/39] can: m_can: Read register PSR only on error
    https://git.kernel.org/netdev/net-next/c/fac52bf786e5
  - [net-next,32/39] can: m_can: Count TXE FIFO getidx in the driver
    https://git.kernel.org/netdev/net-next/c/d4535b90a76a
  - [net-next,33/39] can: m_can: Count read getindex in the driver
    https://git.kernel.org/netdev/net-next/c/6355a3c983e6
  - [net-next,34/39] can: m_can: Batch acknowledge transmit events
    https://git.kernel.org/netdev/net-next/c/e3bff5256a0f
  - [net-next,35/39] can: m_can: Batch acknowledge rx fifo
    https://git.kernel.org/netdev/net-next/c/e2f1c8cb0202
  - [net-next,36/39] can: tcan4x5x: Remove invalid write in clear_interrupts
    https://git.kernel.org/netdev/net-next/c/40c9e4f676ab
  - [net-next,37/39] can: tcan4x5x: Fix use of register error status mask
    https://git.kernel.org/netdev/net-next/c/67727a17a6b3
  - [net-next,38/39] can: tcan4x5x: Fix register range of first two blocks
    https://git.kernel.org/netdev/net-next/c/ef5778f70841
  - [net-next,39/39] can: tcan4x5x: Specify separate read/write ranges
    https://git.kernel.org/netdev/net-next/c/39dbb21b6a29

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