[kbuild] [bluetooth-next:master 2/3] drivers/bluetooth/btmtksdio.c:471 btmtksdio_rx_packet() error: uninitialized symbol 'old_data'.

2019-03-13 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git master head: df4db2340cec316ac054e67379f925c1850e2c36 commit: d74eef2834b5dd2153c4a4d11f14a039fcd64236 [2/3] Bluetooth: mediatek: add support for MediaTek MT7663S and MT7668S SDIO devices smatch warnings:

[kbuild] [hverkuil-media:media-alloc-api 4/5] sound/usb/media.c:287 snd_media_device_create() error: 'mdev' dereferencing possible ERR_PTR()

2019-03-12 Thread Dan Carpenter
tree: git://linuxtv.org/hverkuil/media_tree.git media-alloc-api head: d5a44b0ca84c07e24885d97a1e4f723378e3d36e commit: 75261f5784c523e2b2f0d52b2d3aa2c83415f9ec [4/5] sound/usb: Use Media Controller API to share media resources smatch warnings: sound/usb/media.c:287 snd_media_device_create()

Re: [kbuild] [PATCHv3 8/9] ath10k: Add new api to support TID specific configuration

2019-03-11 Thread Dan Carpenter
Hi Tamizh, url: https://github.com/0day-ci/linux/commits/Tamizh-chelvam/cfg80211-mac80211-Add-support-for-TID-specific-configuration/20190308-195433 base: https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git master smatch warnings:

[kbuild] [pinchartl-media:rockchip 10/24] drivers/media/platform/rockchip/isp1/capture.c:1267 rkisp1_start_streaming() error: uninitialized symbol 'ret'.

2019-03-13 Thread Dan Carpenter
tree: git://linuxtv.org/pinchartl/media.git rockchip head: 6675ac22316ac60249002fceb1fe4a05a9f2116f commit: 86e8b83402628c04be9d611e55bc03b76cd0ebfa [10/24] media: rkisp1: add rockchip isp1 core driver New smatch warnings: drivers/media/platform/rockchip/isp1/capture.c:1267

[kbuild] [ath6kl:ath11k-bringup 3/44] drivers/net/wireless/ath/ath11k/mac.c:2186 ath11k_set_key() warn: impossible condition '(arvif->def_wep_key_index == -1) => (0-255 == (-1))'

2019-03-11 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath11k-bringup head: e495d474d12aaf6e6288bf7cb3ba0eab4888f27f commit: 258bbf525e652e244aa8b2331f55fda573fbe926 [3/44] ath11k: add driver New smatch warnings: drivers/net/wireless/ath/ath11k/mac.c:2186 ath11k_set_key() warn:

Re: [kbuild] [dhowells-fs:afs-fixes 9/9] fs/afs/dir.c:1739 afs_rename() error: uninitialized symbol 'ret'.

2019-03-19 Thread Dan Carpenter
g. They are defined as being the same size in C on Linux, > I believe. The warning is because we want to hide pointers, so %p is sometimes not printed depending on the config and the permissions but %lu is always printed. Information disclosure. regards, dan carpenter

Re: [kbuild] [PATCH] fs: affs: fix a NULL pointer dereference

2019-03-19 Thread Dan Carpenter
AFFS_I(inode)->i_extcnt = ext + 1; 79bda4d51 Fabian Frederick 2015-04-16 918if (affs_test_opt(AFFS_SB(sb)->s_flags, SF_OFS)) { ^1da177e4 Linus Torvalds 2005-04-16 919struct buffer_head *bh = affs_bread_ino(inode, last_blk, 0); ^1da177e4 Linus Torva

[kbuild] [dhowells-fs:afs-fixes 9/9] fs/afs/dir.c:1739 afs_rename() error: uninitialized symbol 'ret'.

2019-03-19 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git afs-fixes head: d832ce7d03d14e5d44944b56f0719244d67e30f5 commit: d832ce7d03d14e5d44944b56f0719244d67e30f5 [9/9] afs: Implement sillyrename for unlink and rename New smatch warnings: fs/afs/dir.c:1739 afs_rename()

Re: [kbuild] [PATCH 09/11] cfg80211: support profile split between elements

2019-03-19 Thread Dan Carpenter
Hi Luca, Thank you for the patch! Perhaps something to improve: url: https://github.com/0day-ci/linux/commits/Luca-Coelho/mac80211-Increase-MAX_MSG_LEN/20190316-083719 base: https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git master smatch warnings:

[kbuild] [robh:panfrost-rebase 21/22] drivers/gpu/drm/panfrost/panfrost_device.c:50 panfrost_regulator_init() warn: passing zero to 'PTR_ERR'

2019-03-19 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git panfrost-rebase head: 79ac926f2c5e8d5a4cd1330d8ce9da4ae9599126 commit: 5f069eb806ffd8ae1d17bc0bd2f1225cb51c359d [21/22] drm/panfrost: Don't depend on ARCH_ROCKCHIP smatch warnings:

Re: [kbuild] [PATCH v2] net: mlx5: Add a missing check on idr_find, free buf

2019-03-22 Thread Dan Carpenter
Hi Aditya, Thank you for the patch! Perhaps something to improve: url: https://github.com/0day-ci/linux/commits/Aditya-Pakki/net-mlx5-Add-a-missing-check-on-idr_find-free-buf/20190320-062831 New smatch warnings: drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.c:233

Re: [kbuild] [PATCH v2] Bluetooth: hci_uart: Switch pty driver to slave side in tty_set_termios()

2019-02-06 Thread Dan Carpenter
There isn't a warning in this email. regards, dan carpenter On Wed, Feb 06, 2019 at 10:00:05PM +0800, kbuild test robot wrote: > CC: kbuild-...@01.org > In-Reply-To: <20190202072816.GA15630@myunghoj-Precision-5530> > References: <20190202072816.GA15630@myunghoj-Precision-5530&g

Re: [kbuild] [PATCH] dell_rbu: stop abusing the DMA API

2019-02-06 Thread Dan Carpenter
Hi Christoph, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.0-rc4 next-20190205] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [kbuild] [RFC PATCH v5 09/10] power: supply: Initial support for ROHM BD70528 PMIC charger block

2019-02-06 Thread Dan Carpenter
Hi Matti, [FYI, it's a private test report for your RFC patch.] url: https://github.com/0day-ci/linux/commits/Matti-Vaittinen/support-ROHM-BD70528-PMIC/20190205-114747 base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next smatch warnings:

Re: [kbuild] [PATCH] brcmfmac: use bphy_err() in all wiphy-related code

2019-02-14 Thread Dan Carpenter
Hi Rafał, url: https://github.com/0day-ci/linux/commits/Rafa-Mi-ecki/brcmfmac-use-bphy_err-in-all-wiphy-related-code/20190214-140004 base: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git master smatch warnings:

Re: [kbuild] [PATCH] brcmfmac: use bphy_err() in all wiphy-related code

2019-02-15 Thread Dan Carpenter
On Fri, Feb 15, 2019 at 12:04:31PM +0200, Kalle Valo wrote: > Dan Carpenter writes: > > > Hi Rafał, > > > > url: > > https://github.com/0day-ci/linux/commits/Rafa-Mi-ecki/brcmfmac-use-bphy_err-in-all-wiphy-related-code/20190214-140004 > > base: > > https

Re: [kbuild] [PATCH 3/4] bfa: fix calls to dma_set_mask_and_coherent()

2019-02-17 Thread Dan Carpenter
Hi Hannes, url: https://github.com/0day-ci/linux/commits/Hannes-Reinecke/scsi-fixup-dma_set_mask_and_coherent-calls/20190214-044535 base: https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git for-next smatch warnings: drivers/scsi/bfa/bfad.c:805 bfad_pci_init() error: uninitialized

[kbuild] [saeed:net-next-mlx5 21/23] drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c:1010 mlx5e_ethtool_set_link_ksettings() warn: impossible condition '(link_ksettings->link_modes.advertising[0]

2019-02-12 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git net-next-mlx5 head: 2aedf119cf33f1e79560d25a04f3de8f4b10a5ed commit: b3af579c8a2c959b02a204c24d0b34045799321f [21/23] net/mlx5: ethtool, Add ethtool support for 50Gbps per lane link modes smatch warnings:

[kbuild] [ath6kl:pending 14/43] drivers/net/wireless/ath/wil6210/txrx.c:341 wil_rx_add_radiotap_header() error: potentially dereferencing uninitialized 'rtap'.

2019-02-12 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending head: 6600762d087f745bb0ee1cdf12a6611c2f852e79 commit: 88f31c736d0ac41bc93fadf853e71b16e8ffbc2f [14/43] wil6210: remove rtap_include_phy_info module param smatch warnings: drivers/net/wireless/ath/wil6210/txrx.c:341

Re: [kbuild] [PATCH 2/2] mac80211: Free mpath object when rhashtable insertion fails

2019-02-13 Thread Dan Carpenter
Hi Herbert, url: https://github.com/0day-ci/linux/commits/Herbert-Xu/mac80211-Fix-incorrect-usage-of-rhashtable-walk-API/20190213-181325 base: https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git master smatch warnings: net/mac80211/mesh_pathtbl.c:439 mesh_path_add()

Re: [kbuild] [miquelraynal:ecc-engine 41/45] drivers/mtd/nand/ecc/sw-bch-engine.c:224 ecc_sw_bch_init_ctx() error: uninitialized symbol 'nsteps'.

2019-02-13 Thread Dan Carpenter
On Wed, Feb 13, 2019 at 04:49:33PM +0100, Miquel Raynal wrote: > Hi Dan, > > Dan Carpenter wrote on Wed, 13 Feb 2019 > 18:22:54 +0300: > > > [ The second two are clearly bugs and the first looks suspicious also. > > - dan ] > > At first I thought it w

Re: [kbuild] [Intel-gfx] [PATCH 1/3] drm/i915: Move dsc rate params compute into drm

2019-02-14 Thread Dan Carpenter
Hi David, url: https://github.com/0day-ci/linux/commits/David-Francis/Make-DRM-DSC-helpers-more-generally-usable/20190214-052541 smatch warnings: drivers/gpu/drm/drm_dsc.c:306 drm_dsc_compute_rc_parameters() warn: impossible condition '(vdsc_cfg->nfl_bpg_offset > 65535) => (0-u16max >

[kbuild] [miquelraynal:ecc-engine 41/45] drivers/mtd/nand/ecc/sw-bch-engine.c:224 ecc_sw_bch_init_ctx() error: uninitialized symbol 'nsteps'.

2019-02-13 Thread Dan Carpenter
[ The second two are clearly bugs and the first looks suspicious also. - dan ] tree: https://github.com/miquelraynal/linux-0day.git ecc-engine head: 4db8ea2d31a8503bfc530d0ffa8423771efcd94e commit: 1a4eb8f338db00962caf6d5f9546b76ea3adf4cc [41/45] mtd: nand: ecc: Let the software BCH ECC

[kbuild] [miquelraynal:ecc-engine 42/45] drivers/mtd/nand/ecc/sw-hamming-engine.c:581 ecc_sw_hamming_finish_io_req() error: uninitialized symbol 'stat'.

2019-02-13 Thread Dan Carpenter
tree: https://github.com/miquelraynal/linux-0day.git ecc-engine head: 4db8ea2d31a8503bfc530d0ffa8423771efcd94e commit: d3223e9fc550467b57d0e478c7447e854cb0d5c7 [42/45] mtd: nand: ecc: Create the software Hamming engine instance smatch warnings: drivers/mtd/nand/ecc/sw-hamming-engine.c:581

Re: [kbuild] [RFC PATCH v5 02/10] regulator: bd718x7 use chip specific and generic data structs

2019-02-05 Thread Dan Carpenter
Hi Matti, url: https://github.com/0day-ci/linux/commits/Matti-Vaittinen/support-ROHM-BD70528-PMIC/20190205-114747 base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next New smatch warnings: drivers/regulator/bd718x7-regulator.c:1041 bd718xx_probe() error: buffer

[kbuild] [radeon-alex:drm-next-5.1-wip 212/267] drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1096 amdgpu_cs_process_fence_dep() error: 'fence' dereferencing possible ERR_PTR()

2019-02-07 Thread Dan Carpenter
tree: git://people.freedesktop.org/~agd5f/linux.git drm-next-5.1-wip head: c05834c8acc8278f87203cf4ec2a513be3a6aa7d commit: 67dd1a36334ffce82bebeb2d633e152aa436d370 [212/267] drm/amdgpu: Add AMDGPU_CHUNK_ID_SCHEDULED_DEPENDENCIES smatch warnings: drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1096

Re: [kbuild] [RFC PATCH v5 09/10] power: supply: Initial support for ROHM BD70528 PMIC charger block

2019-02-06 Thread Dan Carpenter
On Thu, Feb 07, 2019 at 06:31:02AM +, Vaittinen, Matti wrote: > Thanks a bunch Dan! > > > ____ > From: Dan Carpenter [dan.carpen...@oracle.com] > Sent: Wednesday, February 06, 2019 4:46 PM > To: kbu...@01.org; Vaittinen, Matti &g

[kbuild] [linux-sof-driver:pr/539 744/789] sound/soc/intel/boards/cht_bsw_rt5672.c:431 snd_cht_mc_probe() error: we previously assumed 'mach' could be null (see line 414)

2019-02-07 Thread Dan Carpenter
tree: https://github.com/thesofproject/linux pr/539 head: 75d52e62085c29d1cdc0a11a8d02ac96b52a4c80 commit: 5410112ba4e809e93ff89515665552cc279f9fd4 [744/789] ASoC: Intel: cht_bsw_rt5672: platform name fixup support smatch warnings: sound/soc/intel/boards/cht_bsw_rt5672.c:431

[kbuild] [chrome-os:chromeos-4.14 229/309] security/container/process.c:75 kmap_argument_stack() warn: passing the wrong variable to kunmap()

2019-02-03 Thread Dan Carpenter
tree: https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-4.14 head: a5c3f2f0428a7d96bbf2f60862b70b217c620b9a commit: 20ee4b09dd0e4d2167ca00fdcdcb499ebc0cf076 [229/309] CHROMIUM: security: Container monitoring LSM New smatch warnings: security/container/process.c:75

[kbuild] [chrome-os:chromeos-4.14 232/309] drivers/mfd/cros_ec_pd_update.c:260 cros_ec_pd_get_polarity() error: uninitialized symbol 'dev'.

2019-02-03 Thread Dan Carpenter
tree: https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-4.14 head: a5c3f2f0428a7d96bbf2f60862b70b217c620b9a commit: d0c550dbc040ab13b2b5fe011b3d0a99c948294f [232/309] CHROMIUM: cros_ec_pd_update: Add polarity discovery. smatch warnings:

Re: [kbuild] [PATCH 2/2] Input: add Apple SPI keyboard and trackpad driver.

2019-02-05 Thread Dan Carpenter
Hi Ronald, Thank you for the patch! Perhaps something to improve: url: https://github.com/0day-ci/linux/commits/Ronald-Tschal-r/drm-bridge-sil_sii8620-depend-on-INPUT-instead-of-selecting-it/20190205-003319 base: https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next smatch

[kbuild] [rogerq:for-v5.1/pruss-2.0 7/25] drivers/remoteproc/remoteproc_core.c:2176 rproc_set_firmware() warn: variable dereferenced before check 'rproc' (see line 2172)

2019-02-05 Thread Dan Carpenter
tree: https://github.com/rogerq/linux for-v5.1/pruss-2.0 head: b34e44a0973381f7f4b0b3ec24d721a1072ae275 commit: 537745b4af5fbba8d35de5ef096e5f3200394b39 [7/25] remoteproc: Add a rproc_set_firmware() API New smatch warnings: drivers/remoteproc/remoteproc_core.c:2176 rproc_set_firmware() warn:

[kbuild] [linux-next:master 1375/6237] drivers/gpu/drm/arm/display/komeda/komeda_dev.c:79 komeda_parse_dt() error: uninitialized symbol 'ret'.

2019-02-04 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 66d54fa79f95378fd7ea91faa270284ac855493d commit: 29e56aec911dd784c1a29f28254f74fcd683bfe0 [1375/6237] drm/komeda: Add DT parsing New smatch warnings: drivers/gpu/drm/arm/display/komeda/komeda_dev.c:79

[kbuild] [codomania-kvm:devel 4/10] arch/x86/kvm/svm.c:7232 sev_receive_start() error: 'pdh_data' dereferencing possible ERR_PTR()

2019-04-09 Thread Dan Carpenter
tree: https://github.com/codomania/kvm devel head: d131361bbc4c2bbf27c47f4215648b004e7ed503 commit: 25c3768e7737994b388cfc630c14235accb598a7 [4/10] KVM: SVM: Add support for KVM_SEV_RECEIVE_START command New smatch warnings: arch/x86/kvm/svm.c:7232 sev_receive_start() error: 'pdh_data'

[kbuild] [sound:topic/misc-core-fixes 16/17] sound/core/timer.c:348 snd_timer_open() warn: inconsistent returns 'mutex:_mutex'.

2019-04-09 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git topic/misc-core-fixes head: 58e224117e101df0a90fa69ed8f32d6e1881c642 commit: 3d2ebce824f281b246de1f513f8863d95540df50 [16/17] ALSA: timer: Simplify error path in snd_timer_open() New smatch warnings:

[kbuild] [codomania-kvm:devel 5/10] arch/x86/kvm/svm.c:7306 sev_receive_update_data() error: 'hdr' dereferencing possible ERR_PTR()

2019-04-09 Thread Dan Carpenter
tree: https://github.com/codomania/kvm devel head: d131361bbc4c2bbf27c47f4215648b004e7ed503 commit: 4e68491f8e378163201f1850aed8e6a412315ca4 [5/10] KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command New smatch warnings: arch/x86/kvm/svm.c:7306 sev_receive_update_data() error: 'hdr'

[kbuild] [asoc:for-5.1 329/329] sound/soc/soc-pcm.c:659 soc_pcm_open() warn: inconsistent returns 'mutex:>pcm_mutex'.

2019-04-08 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.1 head: 52034add758e268c39110f33d46e2a9492e82aef commit: 52034add758e268c39110f33d46e2a9492e82aef [329/329] ASoC: pcm: update module refcount if module_get_upon_open is set smatch warnings: sound/soc/soc-pcm.c:659

[kbuild] [djwong-xfs:rough-fixes 6/105] fs/xfs/xfs_health.c:44 xfs_health_unmount() error: uninitialized symbol 'sick'.

2019-04-08 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git rough-fixes head: ae1c25db15def1677727ab5cf7d212229ea75599 commit: f14d4e66d5f8f9c3318e1ef1360176664cbd6f24 [6/105] xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem smatch warnings: fs/xfs/xfs_health.c:44

[kbuild] [kraxel:drm-qemu-next 5/5] drivers/gpu/drm/cirrus/cirrus.c:436 cirrus_pipe_update() error: we previously assumed 'pipe->plane.state->fb' could be null (see line 430)

2019-04-08 Thread Dan Carpenter
tree: git://git.kraxel.org/linux drm-qemu-next head: ab3e023b1b4c9887c9f0f761b47f3f0516bd3434 commit: ab3e023b1b4c9887c9f0f761b47f3f0516bd3434 [5/5] drm/cirrus: rewrite and modernize driver. smatch warnings: drivers/gpu/drm/cirrus/cirrus.c:436 cirrus_pipe_update() error: we previously

[kbuild] [ath6kl:ath11k-bringup 47/93] drivers/net/wireless/ath/ath11k/hal_rx.c:939 ath11k_hal_rx_parse_mon_status_tlv() warn: masked condition '(info1 & (1 << (6))) == 1' is always false.

2019-04-15 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath11k-bringup head: 9bcbbf4cedb7a1f30cb547cf87dc480d7f8a5e87 commit: 627a418bbae46c034b1fd8739c0e94fa62190620 [47/93] ath11k: process monitor status ring for RX stats New smatch warnings:

[kbuild] [lunn:v5.1-rc1-cable-test 10/53] net/ethtool/netlink.c:231 ethnl_get_doit() warn: potential spectre issue 'get_requests' [r]

2019-04-15 Thread Dan Carpenter
tree: https://github.com/lunn/linux.git v5.1-rc1-cable-test head: b9bb5e57b75afd80ddd0915ffbf68724645e5717 commit: de6fe7af541d1c62d14e0892987321cdee3dad8c [10/53] ethtool: generic handlers for GET requests New smatch warnings: net/ethtool/netlink.c:231 ethnl_get_doit() warn: potential

[kbuild] [ambarus:spi-nor/next 1/2] drivers/mtd/spi-nor/spi-nor.c:308 spi_nor_exec_op() error: uninitialized symbol 'usebouncebuf'.

2019-04-15 Thread Dan Carpenter
tree: https://github.com/ambarus/linux-0day spi-nor/next head: b266e7342c0c1095237d8408691e30c4cf5210e0 commit: 08e052bc80003c679d700a5759f8ac079a13d05a [1/2] mtd: spi-nor: Move m25p80 code in spi-nor.c :: branch date: 7 hours ago :: commit date: 7 hours ago New smatch warnings:

[kbuild] [ath6kl:ath11k-bringup 66/93] drivers/net/wireless/ath/ath11k/core.c:755 ath11k_core_restart() warn: inconsistent returns 'mutex:>core_lock'.

2019-04-15 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath11k-bringup head: 9bcbbf4cedb7a1f30cb547cf87dc480d7f8a5e87 commit: 3a7b4838b6f6f234239f263ef3dc02e612a083ad [66/93] ath11k: Add support for subsystem recovery :: branch date: 4 days ago :: commit date: 12 days ago

[kbuild] [ath6kl:ath11k-bringup 92/93] drivers/net/wireless/ath/ath11k/dp_rx.c:991 ath11k_htt_pull_ppdu_stats() warn: add some parenthesis here?

2019-04-15 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath11k-bringup head: 9bcbbf4cedb7a1f30cb547cf87dc480d7f8a5e87 commit: b186001339ca6058afd49d7611647bd766dd555e [92/93] ath11k: add pktlog rxbuf support New smatch warnings: drivers/net/wireless/ath/ath11k/dp_rx.c:991

[kbuild] [ath6kl:ath11k-bringup 93/93] drivers/net/wireless/ath/ath11k/debug.c:1143 ath11k_write_pktlog_filter() warn: inconsistent returns 'mutex:>conf_mutex'.

2019-04-15 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath11k-bringup head: 9bcbbf4cedb7a1f30cb547cf87dc480d7f8a5e87 commit: 9bcbbf4cedb7a1f30cb547cf87dc480d7f8a5e87 [93/93] ath11k: enable pktlog filter per peer New smatch warnings: drivers/net/wireless/ath/ath11k/debug.c:1143

[kbuild] [dsahern-linux:5.1-next-v6-refactor 5/13] net/ipv6/route.c:1063 ip6_create_rt_rcu() error: uninitialized symbol 'dev'.

2019-04-15 Thread Dan Carpenter
[ I haven't seen David's patch but maybe this was a merge problem? -dan ] tree: https://github.com/dsahern/linux 5.1-next-v6-refactor head: 0293742ba53011833a9a1fc9f596a89f595e3c55 commit: 4a35ef611a939c3047937c58d935021ab08788ce [5/13] ipv6: Pass fib6_result to ip6_create_rt_rcu New smatch

[kbuild] [ath6kl:ath11k-bringup 58/93] drivers/net/wireless/ath/ath11k/debug.c:697 ath11k_write_simulate_fw_crash() error: uninitialized symbol 'radioup'.

2019-04-15 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath11k-bringup head: 9bcbbf4cedb7a1f30cb547cf87dc480d7f8a5e87 commit: 5cf3588467b76d48542fd0ff70fc666a723df3bb [58/93] ath11k: make simulate_fw_crash to work if any radio is up smatch warnings:

[kbuild] [lunn:v5.1-rc1-cable-test 12/53] net/ethtool/strset.c:168 parse_strset() warn: passing zero to 'PTR_ERR'

2019-04-15 Thread Dan Carpenter
tree: https://github.com/lunn/linux.git v5.1-rc1-cable-test head: b9bb5e57b75afd80ddd0915ffbf68724645e5717 commit: b1e164cd0b8cfd588738d646298e44264c72e16f [12/53] ethtool: provide string sets with GET_STRSET request New smatch warnings: net/ethtool/strset.c:187 parse_strset() error: we

[kbuild] [ath6kl:ath11k-bringup 89/93] drivers/net/wireless/ath/ath11k/core.c:621 ath11k_qmi_firmware_indication() warn: inconsistent returns 'mutex:>core_lock'.

2019-04-15 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath11k-bringup head: 9bcbbf4cedb7a1f30cb547cf87dc480d7f8a5e87 commit: 426598fdbef82ace7b4a728445f61ecf034f233c [89/93] ath11k: add qmi API support and rproc_boot for Q6 New smatch warnings:

[kbuild] [nf-next:nft-bridge8 8/8] net/netfilter/nf_conntrack_proto.c:557 nf_ct_netns_do_put() error: we previously assumed 'nf_ct_bridge_info' could be null (see line 552)

2019-04-15 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git nft-bridge8 head: ae378c12525a3fa600ba9c615a3b9f49ed1b2101 commit: ae378c12525a3fa600ba9c615a3b9f49ed1b2101 [8/8] netfilter: bridge: add basic conntrack support smatch warnings: net/netfilter/nf_conntrack_proto.c:557

[kbuild] [hubcap:for-next 22/22] fs/orangefs/inode.c:373 orangefs_readpage() error: uninitialized symbol 'buffer_index'.

2019-04-12 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux for-next head: caecd53e7b1d7ce7d075d2e9f8cddfe21739ecef commit: caecd53e7b1d7ce7d075d2e9f8cddfe21739ecef [22/22] orangefs: copy Orangefs-sized blocks into the pagecache if possible. New smatch warnings:

Re: [kbuild] [Intel-gfx] [PATCH] drm/i915/selftests: Verify whitelist of context registers

2019-04-16 Thread Dan Carpenter
Hi Chris, Thank you for the patch! Perhaps something to improve: url: https://github.com/0day-ci/linux/commits/Chris-Wilson/drm-i915-selftests-Verify-whitelist-of-context-registers/20190416-105231 base: git://anongit.freedesktop.org/drm-intel for-linux-next New smatch warnings:

Re: [kbuild] [Intel-gfx] [PATCH 11/11] [v3] drm/i915: Add intel_compare_color_lut() to compare hw and sw gamma lut values

2019-04-16 Thread Dan Carpenter
Hi Swati, Thank you for the patch! Perhaps something to improve: url: https://github.com/0day-ci/linux/commits/Swati-Sharma/drm-i915-adding-state-checker-for-gamma-lut-values/20190416-021708 base: git://anongit.freedesktop.org/drm-intel for-linux-next New smatch warnings:

[kbuild] [linux-review:Heiner-Kallweit/net-phy-bcm87xx-improve-bcm87xx_config_init-and-feature-detection/20190527-075043 98/136] drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c:1434 mvpp22_port_rss_ctx

2019-05-27 Thread Dan Carpenter
to handle RSS tables If you fix the issue, kindly add following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter New smatch warnings: drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c:1434 mvpp22_port_rss_ctx_create() error: buffer overflow 'port->rss_ctx' 8 <= 8 (assuming for loop d

[kbuild] [linux-stable-rc:linux-4.4.y 9970/9999] fs/fuse/file.c:2993 fuse_file_fallocate() warn: inconsistent returns 'mutex:>i_mutex'.

2019-05-25 Thread Dan Carpenter
following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter smatch warnings: fs/fuse/file.c:2993 fuse_file_fallocate() warn: inconsistent returns 'mutex:>i_mutex'. Locked on: line 2954 Unlocked on: line 2932 # https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.

[kbuild] [dhowells-fs:keys-misc 10/10] security/keys/keyctl.c:1709 keyctl_capabilities() warn: potential pointer math issue ('_buffer' is a 32 bit pointer)

2019-05-31 Thread Dan Carpenter
capability-checking keyctl function If you fix the issue, kindly add following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter smatch warnings: security/keys/keyctl.c:1709 keyctl_capabilities() warn: potential pointer math issue ('_buffer' is a 32 bit pointer) # https

Re: [kbuild] [PATCH 7/8] media: vivid: add CEC support to display present ctrl

2019-05-30 Thread Dan Carpenter
Reported-by: kbuild test robot Reported-by: Dan Carpenter smatch warnings: drivers/media/platform/vivid/vivid-ctrls.c:980 vivid_vid_out_s_ctrl() warn: this array is probably non-NULL. 'dev->cec_tx_adap' # https://github.com/0day-ci/linux/commit/63d3501b8eb905f9bca1bb36604a38ec700b4839 git remote

[kbuild] [jlayton:ceph-btime 4/4] net/ceph/mon_client.c:81 ceph_monmap_decode() warn: sizeof()?

2019-06-02 Thread Dan Carpenter
robot Reported-by: Dan Carpenter smatch warnings: net/ceph/mon_client.c:81 ceph_monmap_decode() warn: sizeof()? # https://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git/commit/?id=50411bb5d5c69312017ca711649fbee94064da6a git remote add jlayton https://git.kernel.org/pub/scm/linux

Re: [kbuild] [PATCH net-next 3/3] net: ethernet: ti: cpsw: add XDP support

2019-05-27 Thread Dan Carpenter
Hi Ivan, Thank you for the patch! Perhaps something to improve: url: https://github.com/0day-ci/linux/commits/Ivan-Khoronzhuk/net-ethernet-ti-cpsw-Add-XDP-support/20190524-114123 If you fix the issue, kindly add following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter

[kbuild] [char-misc:char-misc-next 13/23] drivers/w1/slaves/w1_ds2413.c:61 state_read() warn: impossible condition '(*buf == 255) => ((-128)-127 == 255)'

2019-05-27 Thread Dan Carpenter
, kindly add following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter smatch warnings: drivers/w1/slaves/w1_ds2413.c:61 state_read() warn: impossible condition '(*buf == 255) => ((-128)-127 == 255)' # https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/commit/

[kbuild] [dhowells-fs:notifications 113/119] drivers/misc/watch_queue.c:662 remove_watch_from_object() warn: variable dereferenced before check 'wqueue' (see line 657)

2019-05-27 Thread Dan Carpenter
following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter New smatch warnings: drivers/misc/watch_queue.c:662 remove_watch_from_object() warn: variable dereferenced before check 'wqueue' (see line 657) Old smatch warnings: drivers/misc/watch_queue.c:765 watch_queue_release() error

Re: [PATCH 05/19] sg: replace rq array with lists

2019-05-27 Thread Dan Carpenter
add following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter New smatch warnings: drivers/scsi/sg.c:3637 sg_proc_seq_show_dbg() warn: returning -1 instead of -ENOMEM is sloppy Old smatch warnings: drivers/scsi/sg.c:3520 sg_proc_dbg_sreq() error: uninitialized symbol 'is_dur

[kbuild] [linux-review:Heiner-Kallweit/r8169-improve-RTL8168d-PHY-initialization/20190526-183123 86/96] drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:620 stmmac_test_flowctrl_validate() error

2019-05-27 Thread Dan Carpenter
, kindly add following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter smatch warnings: drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:620 stmmac_test_flowctrl_validate() error: use kfree_skb() here instead of kfree(skb) # https://github.com/0day-ci/linux/commit

Re: [kbuild] [PATCH 13/19] sg: sgat_elem_sz and sum_fd_dlens

2019-05-27 Thread Dan Carpenter
add following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter New smatch warnings: drivers/scsi/sg.c:3374 sg_remove_sgat() error: we previously assumed 'sfp' could be null (see line 3367) Old smatch warnings: drivers/scsi/sg.c:4383 sg_proc_seq_show_dbg() warn: returning -1

[kbuild] [linux-next:master 6012/6646] drivers/gpu/drm/mgag200/mgag200_cursor.c:108 mga_crtc_cursor_set() warn: curly braces intended?

2019-06-17 Thread Dan Carpenter
-by: kbuild test robot Reported-by: Dan Carpenter smatch warnings: drivers/gpu/drm/mgag200/mgag200_cursor.c:108 mga_crtc_cursor_set() warn: curly braces intended? # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=94dc57b1039979b3669b36fc83e8b97cabc149ef git remote add

Re: [kbuild] [RFC PATCH] net: ipv4: move tcp_fastopen server side code to SipHash library

2019-06-17 Thread Dan Carpenter
Hi Ard, url: https://github.com/0day-ci/linux/commits/Ard-Biesheuvel/net-ipv4-move-tcp_fastopen-server-side-code-to-SipHash-library/20190616-123706 If you fix the issue, kindly add following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter smatch warnings: net/ipv4

Re: [kbuild] [PATCH 7/8] media: vivid: add CEC support to display present ctrl

2019-06-17 Thread Dan Carpenter
On Sun, Jun 16, 2019 at 07:29:33AM -0700, Johan Korsnes wrote: > On 5/30/19 12:22 PM, Dan Carpenter wrote: > > 63d3501b Johan Korsnes 2019-05-28 973 if (dev->edid_blocks) { > > 63d3501b Johan Korsnes 2019-05-28 974 > >

[kbuild] [linux-next:master 6127/6646] drivers/spi/spi.c:1911 acpi_spi_add_resource() error: uninitialized symbol 'parent_handle'.

2019-06-17 Thread Dan Carpenter
Reported-by: kbuild test robot Reported-by: Dan Carpenter New smatch warnings: drivers/spi/spi.c:1911 acpi_spi_add_resource() error: uninitialized symbol 'parent_handle'. Old smatch warnings: drivers/spi/spi.c:3624 spi_write_then_read() error: double unlock 'mutex:' # https://git.kernel.org/pub

[kbuild] [xhci:for-usb-linus 1/2] drivers/usb/host/xhci-ring.c:1619 handle_port_status() warn: test_bit() takes a bit number

2019-06-17 Thread Dan Carpenter
following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter smatch warnings: drivers/usb/host/xhci-ring.c:1619 handle_port_status() warn: test_bit() takes a bit number # https://git.kernel.org/pub/scm/linux/kernel/git/mnyman/xhci.git/commit/?id

[kbuild] [dhowells-fs:afs-next 25/31] fs/afs/dir.c:1392 afs_unlink() error: we previously assumed 'vnode' could be null (see line 1375)

2019-06-18 Thread Dan Carpenter
Reported-by: kbuild test robot Reported-by: Dan Carpenter New smatch warnings: fs/afs/dir.c:1392 afs_unlink() error: we previously assumed 'vnode' could be null (see line 1375) # https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/commit/?id=a934db9ac37bb76f92be23dead1407e3201e9457

[kbuild] [lunn:v5.1-rc7-cable-test-vct7 62/63] drivers/net/phy/marvell.c:1720 marvell_vct5_wait_complete() warn: impossible condition '(val < 0) => (0-u16max < 0)'

2019-06-18 Thread Dan Carpenter
robot Reported-by: Dan Carpenter smatch warnings: drivers/net/phy/marvell.c:1720 marvell_vct5_wait_complete() warn: impossible condition '(val < 0) => (0-u16max < 0)' # https://github.com/lunn/linux/commit/ed9fe654e4a15f9d30123856f62a3e8c4f0b5aef git remote add lunn https://github

[kbuild] [dhowells-fs:afs-next 1/31] fs/afs/file.c:186 afs_release() error: uninitialized symbol 'ret'.

2019-06-18 Thread Dan Carpenter
Reported-by: kbuild test robot Reported-by: Dan Carpenter New smatch warnings: fs/afs/file.c:186 afs_release() error: uninitialized symbol 'ret'. # https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/commit/?id=230204745fbae742313acd67c981581a6c686283 git remote add dhowells

Re: [kbuild] [Ksummit-discuss] [MAINTAINERS SUMMIT] Pull network and Patch Acceptance Consistency

2019-06-19 Thread Dan Carpenter
ider making W=1 a per tree option. regards, dan carpenter ___ kbuild mailing list kbuild@lists.01.org https://lists.01.org/mailman/listinfo/kbuild

Re: [kbuild] [dhowells-fs:afs-next 25/31] fs/afs/dir.c:1392 afs_unlink() error: we previously assumed 'vnode' could be null (see line 1375)

2019-06-19 Thread Dan Carpenter
On Tue, Jun 18, 2019 at 09:55:48PM +0100, David Howells wrote: > Dan Carpenter wrote: > > > New smatch warnings: > > fs/afs/dir.c:1392 afs_unlink() error: we previously assumed 'vnode' could > > be null (see line 1375) > > Hmmm... is it actually possible for inode

[kbuild] [mbroz-linux:dm-cryptsetup 8/11] drivers/md/dm-crypt.c:2434 crypt_ctr_cipher_old() warn: possible memory leak of 'cipher_api'

2019-06-25 Thread Dan Carpenter
Reported-by: kbuild test robot Reported-by: Dan Carpenter smatch warnings: drivers/md/dm-crypt.c:2434 crypt_ctr_cipher_old() warn: possible memory leak of 'cipher_api' # https://git.kernel.org/pub/scm/linux/kernel/git/mbroz/linux.git/commit/?id=58be3e9e32ba5effdac573c395a06bf6cb4d6cea git remote add

Re: [kbuild] [xhci:for-usb-linus 1/2] drivers/usb/host/xhci-ring.c:1619 handle_port_status() warn: test_bit() takes a bit number

2019-06-17 Thread Dan Carpenter
On Mon, Jun 17, 2019 at 05:23:08PM +0300, Mathias Nyman wrote: > On 17.6.2019 16.34, Dan Carpenter wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/mnyman/xhci.git > > for-usb-linus > > head: 610034d15d28f2d91f25643e6b51ac

[kbuild] [linux-next:master 6097/6646] drivers/gpu/drm/rcar-du/rcar_lvds.c:119 rcar_lvds_connector_atomic_check() error: 'crtc_state' dereferencing possible ERR_PTR()

2019-06-17 Thread Dan Carpenter
sue, kindly add following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter smatch warnings: drivers/gpu/drm/rcar-du/rcar_lvds.c:119 rcar_lvds_connector_atomic_check() error: 'crtc_state' dereferencing possible ERR_PTR() # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.

Re: [kbuild] [RFC, net-next v0 1/2] net: phy: mscc: Add PHY Netlink Interface along with Cable Diagnostics command

2019-06-17 Thread Dan Carpenter
Hi Raju, url: https://github.com/0day-ci/linux/commits/Raju-Lakkaraju/Microsemi-PHY-cable/20190614-032308 If you fix the issue, kindly add following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter smatch warnings: drivers/net/phy/phy_netlink.c:148 phynl_cabdiag_request

Re: [kbuild] [dhowells-fs:afs-next 25/31] fs/afs/dir.c:1392 afs_unlink() error: we previously assumed 'vnode' could be null (see line 1375)

2019-06-19 Thread Dan Carpenter
On Wed, Jun 19, 2019 at 01:15:18PM +0100, David Howells wrote: > How about the attached patch? > Pretty sure that's correct, yeah. regards, dan carpenter ___ kbuild mailing list kbuild@lists.01.org https://lists.01.org/mailman/listinfo/kbuild

Re: [kbuild] [PATCH v3 7/9] media: vivid: reorder CEC allocation and control set-up

2019-06-20 Thread Dan Carpenter
Hi Johan, url: https://github.com/0day-ci/linux/commits/Johan-Korsnes/media-vivid-add-HDMI-dis-connect-emulation/20190619-052834 base: git://linuxtv.org/media_tree.git master If you fix the issue, kindly add following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter New

Re: [PATCH v2 17/18] megaraid_sas: Introduce various Aero performance modes

2019-06-24 Thread Dan Carpenter
test robot Reported-by: Dan Carpenter New smatch warnings: drivers/scsi/megaraid/megaraid_sas_base.c:6031 megasas_init_fw() warn: curly braces intended? Old smatch warnings: drivers/scsi/megaraid/megaraid_sas_base.c:1883 megasas_set_dynamic_target_properties() warn: if statement not indented

[kbuild] [wsa:renesas/i2c/new_dummy 5/10] drivers/mfd/tps80031.c:451 tps80031_probe() error: uninitialized symbol 'ret'.

2019-06-24 Thread Dan Carpenter
Reported-by: Dan Carpenter smatch warnings: drivers/mfd/tps80031.c:451 tps80031_probe() error: uninitialized symbol 'ret'. # https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git/commit/?id=722faac3f5d0cbce2c5e9301e8dabd3227149e30 git remote add wsa https://git.kernel.org/pub/scm/linux/kernel

[kbuild] [kdave-btrfs-devel:for-next-20190605 71/85] fs/btrfs/inode.c:8328 btrfs_submit_direct_hook() error: uninitialized symbol 'map_length'.

2019-06-15 Thread Dan Carpenter
Reported-by: Dan Carpenter New smatch warnings: fs/btrfs/inode.c:8328 btrfs_submit_direct_hook() error: uninitialized symbol 'map_length'. fs/btrfs/volumes.c:6047 __btrfs_map_block() error: 'em' dereferencing possible ERR_PTR() Old smatch warnings: fs/btrfs/inode.c:214 insert_inline_extent

[kbuild] [anna-nfs:linux-next 6/7] fs/nfs/nfs4proc.c:1265 nfs4_opendata_alloc() error: we previously assumed 'c' could be null (see line 1233)

2019-06-18 Thread Dan Carpenter
Reported-by: Dan Carpenter smatch warnings: fs/nfs/nfs4proc.c:1265 nfs4_opendata_alloc() error: we previously assumed 'c' could be null (see line 1233) git remote add anna-nfs git://git.linux-nfs.org/projects/anna/linux-nfs.git git remote update anna-nfs git checkout

Re: [kbuild] [ath6kl:pending-ath11k 198/205] drivers/net/wireless/ath/ath11k/mac.c:1274 ath11k_peer_assoc_h_he() error: memcpy() 'he_cap->he_cap_elem.mac_cap_info' too small (6 vs 8)

2019-06-18 Thread Dan Carpenter
a146f113e4197 > > commit: cbdb3159fdf450b7b3999a06600aa0e1fb78383f [198/205] ath11k: set > > additional values inside wmi_peer_assoc_complete_cmd > > > > If you fix the issue, kindly add following tag > > Reported-by: kbuild test robot > > Reported-by: Dan Carpenter > > >

[kbuild] [pinchartl-media:omapdrm/bridge/devel 48/61] drivers/gpu/drm/panel/panel-sony-acx565akm.c:608 acx565akm_detect() error: uninitialized symbol 'ret'.

2019-05-13 Thread Dan Carpenter
robot Reported-by: Dan Carpenter smatch warnings: drivers/gpu/drm/panel/panel-sony-acx565akm.c:608 acx565akm_detect() error: uninitialized symbol 'ret'. git remote add pinchartl-media git://linuxtv.org/pinchartl/media.git git remote update pinchartl-media git checkout

[kbuild] [drm-drm-misc:drm-misc-next 1/3] drivers/gpu/drm/drm_fb_helper.c:3042 drm_fb_helper_hotplug_event() warn: variable dereferenced before check 'fb_helper' (see line 3039)

2019-05-15 Thread Dan Carpenter
Reported-by: Dan Carpenter New smatch warnings: drivers/gpu/drm/drm_fb_helper.c:3042 drm_fb_helper_hotplug_event() warn: variable dereferenced before check 'fb_helper' (see line 3039) git remote add drm-drm-misc git://anongit.freedesktop.org/drm/drm-misc git remote update drm-drm-misc git checkout

[kbuild] [j.anaszewski-leds:for-next 3/14] drivers/leds/leds-ti-lmu-common.c:97 ti_lmu_common_set_ramp() warn: impossible condition '(ramp_up < 0) => (0-255 < 0)'

2019-05-22 Thread Dan Carpenter
Reported-by: kbuild test robot Reported-by: Dan Carpenter smatch warnings: drivers/leds/leds-ti-lmu-common.c:97 ti_lmu_common_set_ramp() warn: impossible condition '(ramp_up < 0) => (0-255 < 0)' drivers/leds/leds-ti-lmu-common.c:97 ti_lmu_common_set_ramp() warn: impossible condition '(

Re: [kbuild] [PATCH nf-next v2 4/4] netfilter: add NF_SYNPROXY symbol

2019-05-21 Thread Dan Carpenter
/pablo/nf-next.git master If you fix the issue, kindly add following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter smatch warnings: net/netfilter/nf_synproxy.c:380 nf_synproxy_ipv4_init() error: uninitialized symbol 'err'. net/netfilter/nf_synproxy.c:803 nf_synproxy_ipv6_init

Re: [kbuild] [Intel-gfx] [PATCH 5/5] drm/i915: add support for perf configuration queries

2019-05-23 Thread Dan Carpenter
On Thu, May 23, 2019 at 12:25:44PM +0100, Lionel Landwerlin wrote: > Hi Dan, > > Not quite sure if you read responses to what seems like an automated > message. > I have a question below. > > Thanks, > > -Lionel > > On 23/05/2019 11:32, Dan Carpenter wrote:

Re: [kbuild] [Intel-gfx] [PATCH 5/5] drm/i915: add support for perf configuration queries

2019-05-23 Thread Dan Carpenter
following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter smatch warnings: drivers/gpu/drm/i915/i915_query.c:290 query_perf_config_data() warn: inconsistent returns 'mutex:>perf.metrics_lock'. Locked on: line 220 Unlocked on: line 170 # https://github.com/0day-ci/linux/com

[kbuild] [drm-intel:drm-intel-next-queued 4/6] drivers/gpu/drm/drm_hdcp.c:190 drm_hdcp_parse_hdcp2_srm() warn: mask and shift to zero

2019-05-10 Thread Dan Carpenter
Reported-by: Dan Carpenter smatch warnings: drivers/gpu/drm/drm_hdcp.c:190 drm_hdcp_parse_hdcp2_srm() warn: mask and shift to zero git remote add drm-intel git://anongit.freedesktop.org/drm-intel git remote update drm-intel git checkout 6498bf5800a302ef69e7f4914e727893f278bb2f vim +190 drivers/gpu

[kbuild] [plbossart-sound:fix/soundwire-dev3 58/64] sound/soc/codecs/rt700.c:1511 rt700_io_init() error: uninitialized symbol 'ret'.

2019-05-10 Thread Dan Carpenter
tree: https://github.com/plbossart/sound fix/soundwire-dev3 head: be20d4ffe90df065bc8e9a5b16bc6a8c3283e7e1 commit: cc3a9488a922dcb0e15e0e316c3bf11f487ec565 [58/64] ASoC: codecs: add rt700 support If you fix the issue, kindly add following tag Reported-by: kbuild test robot Reported-by: Dan

[kbuild] [drm-intel:drm-intel-next-queued 5/6] drivers/gpu/drm/i915/intel_hdcp.c:1406 hdcp2_authenticate_repeater_topology() warn: should this be a bitwise op?

2019-05-10 Thread Dan Carpenter
robot Reported-by: Dan Carpenter smatch warnings: drivers/gpu/drm/i915/intel_hdcp.c:1406 hdcp2_authenticate_repeater_topology() warn: should this be a bitwise op? git remote add drm-intel git://anongit.freedesktop.org/drm-intel git remote update drm-intel git checkout

[kbuild] [plbossart-sound:fix/soundwire-dev3 52/64] drivers/soundwire/sysfs.c:322 sdw_sysfs_slave_init() warn: double check that we're allocating correct size: 4 vs 772

2019-05-10 Thread Dan Carpenter
-by: Dan Carpenter smatch warnings: drivers/soundwire/sysfs.c:322 sdw_sysfs_slave_init() warn: double check that we're allocating correct size: 4 vs 772 drivers/soundwire/sysfs.c:358 sdw_sysfs_slave_init() error: dereferencing freed memory 'sysfs' # https://github.com/plbossart/sound/commit

[kbuild] [plbossart-sound:fix/soundwire-dev3 61/64] sound/soc/sof/pm.c:363 sof_suspend() error: uninitialized symbol 'ret'.

2019-05-10 Thread Dan Carpenter
Reported-by: Dan Carpenter smatch warnings: sound/soc/sof/pm.c:363 sof_suspend() error: uninitialized symbol 'ret'. # https://github.com/plbossart/sound/commit/3282039064bf3a47f32e580aee600e6423e42040 git remote add plbossart-sound https://github.com/plbossart/sound git remote update plbossart

[kbuild] [linux-next:master 10745/10960] drivers/scsi/fdomain.c:450 fdomain_host_reset() error: double lock 'spin_lock:sh->host_lock'

2019-05-01 Thread Dan Carpenter
If you fix the issue, kindly add following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter smatch warnings: drivers/scsi/fdomain.c:450 fdomain_host_reset() error: double lock 'spin_lock:sh->host_lock' drivers/scsi/fdomain.c:450 fdomain_host_reset() error: double lock 'irqsave:fl

[kbuild] [alexandrebelloni:rtc-misc 182/182] drivers/rtc/interface.c:146 rtc_set_time() error: we previously assumed 'rtc->ops' could be null (see line 144)

2019-05-01 Thread Dan Carpenter
tree: https://github.com/alexandrebelloni/linux rtc-misc head: 31de69b7fcd0e106d6019d25284ec89a014c237f commit: 31de69b7fcd0e106d6019d25284ec89a014c237f [182/182] rtc: drop set_mms and set_mmss64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot Reported-by: Dan

[kbuild] [dsahern-linux:5.2-next 36/42] net/ipv6/route.c:3835 fib6_nh_find_match() error: we previously assumed 'arg->gw' could be null (see line 3834)

2019-05-07 Thread Dan Carpenter
-by: Dan Carpenter New smatch warnings: net/ipv6/route.c:3835 fib6_nh_find_match() error: we previously assumed 'arg->gw' could be null (see line 3834) Old smatch warnings: net/ipv6/route.c:3229 ip6_route_check_nh() error: we previously assumed '_dev' could be null (see line 3199) net/ipv6/rout

Re: [kbuild] [PATCH v5 5/5] [media] allegro: add SPS/PPS nal unit writer

2019-05-06 Thread Dan Carpenter
Hi Michael, url: https://github.com/0day-ci/linux/commits/Michael-Tretter/Add-ZynqMP-VCU-Allegro-DVT-H-264-encoder-driver/20190504-161958 base: git://linuxtv.org/media_tree.git master If you fix the issue, kindly add following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter

<    2   3   4   5   6   7   8   9   10   11   >