Re: [PATCH v6 0/3] Add UFS host controller and Phy nodes for sc7280

2023-12-18 Thread Martin K. Petersen
locking qcm6490-fairphone-fp5 UFS. > Applied to 6.8/scsi-queue, thanks! [1/3] scsi: ufs: qcom: dt-bindings: Add SC7280 compatible string https://git.kernel.org/mkp/scsi/c/98bfeda31969 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v6 1/3] scsi: ufs: qcom: dt-bindings: Add SC7280 compatible string

2023-12-13 Thread Martin K. Petersen
Luca, > Document the compatible string for the UFS found on SC7280. Applied to 6.8/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v3] scsi: target: Replace strlcpy with strscpy

2023-09-13 Thread Martin K. Petersen
ffort to remove strlcpy() completely [2], replace > strlcpy() here with strscpy(). > > [...] Applied to 6.6/scsi-fixes, thanks! [1/1] scsi: target: Replace strlcpy with strscpy https://git.kernel.org/mkp/scsi/c/5c584fe6098a -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] ibmvfc: Fix invalid state machine BUG_ON

2021-04-15 Thread Martin K. Petersen
he reset / reenable > state until we've finished processing the reset or reenable. Applied to 5.13/scsi-queue, thanks! [1/1] ibmvfc: Fix invalid state machine BUG_ON https://git.kernel.org/mkp/scsi/c/15cfef8623a4 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH -next] scsi: qla2xxx: remove unneeded if-null-free check

2021-04-15 Thread Martin K. Petersen
efore some freeing functions is not needed. Applied to 5.13/scsi-queue, thanks! [1/1] scsi: qla2xxx: remove unneeded if-null-free check https://git.kernel.org/mkp/scsi/c/efd2617100d9 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v3 0/2] scsi: pm8001: tiny clean up patches

2021-04-15 Thread Martin K. Petersen
pm8001: clean up for open brace https://git.kernel.org/mkp/scsi/c/fa5ac2beabad -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH -next] scsi: qla4xxx: remove unneeded if-null-free check

2021-04-15 Thread Martin K. Petersen
csi: qla4xxx: remove unneeded if-null-free check https://git.kernel.org/mkp/scsi/c/eb5a3e3b75fe -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: isci/phy.h: Remove unnecessary struct declaration

2021-04-15 Thread Martin K. Petersen
scsi/c/8350e19658c1 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH 0/3] scsi: mptfusion: Clear the warnings indicating that the variable is not used

2021-04-15 Thread Martin K. Petersen
e, thanks! [1/3] scsi: mptfusion: Remove unused local variable 'time_count' https://git.kernel.org/mkp/scsi/c/039cf3816648 [2/3] scsi: mptfusion: Remove unused local variable 'port' https://git.kernel.org/mkp/scsi/c/30264737bd95 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH][next] scsi: mpt3sas: Fix out-of-bounds warnings in _ctl_addnl_diag_query

2021-04-15 Thread Martin K. Petersen
s://git.kernel.org/mkp/scsi/c/16660db3fc2a -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: message: fusion: remove useless variable

2021-04-15 Thread Martin K. Petersen
move useless variable https://git.kernel.org/mkp/scsi/c/cf17ff267880 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH][next] scsi: pm80xx: Fix potential infinite loop

2021-04-15 Thread Martin K. Petersen
loop counter. Fix this by making the loop > counter the same type as pm8001_ha->max_q_num. Applied to 5.13/scsi-queue, thanks! [1/1] scsi: pm80xx: Fix potential infinite loop https://git.kernel.org/mkp/scsi/c/40fa7394a1ad -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: snic: Convert to DEFINE_SHOW_ATTRIBUTE

2021-04-15 Thread Martin K. Petersen
On Wed, 31 Mar 2021 14:53:25 +0800, dingsen...@163.com wrote: > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. Applied to 5.13/scsi-queue, thanks! [1/1] scsi: snic: Convert to DEFINE_SHOW_ATTRIBUTE https://git.kernel.org/mkp/scsi/c/54300bfd738b -- Martin K. Petersen Ora

Re: [PATCH] scsi: qla2xxx: Re-use existing error handling path

2021-04-15 Thread Martin K. Petersen
ling path https://git.kernel.org/mkp/scsi/c/5dc3468888f8 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v18 1/2] scsi: ufs: Enable power management for wlun

2021-04-15 Thread Martin K. Petersen
Hi Bart! > Patches sent to the SCSI mailing list should not have a "scsi: " prefix > in the subject. That prefix is inserted before any SCSI patches go into > Martin's tree. This doesn't actually matter. My script will add the prefix if it's not present. -- Martin K. P

Re: [PATCH][next] scsi: ufs: Fix out-of-bounds warnings in ufshcd_exec_raw_upiu_cmd

2021-04-12 Thread Martin K. Petersen
y-bounds] > > [...] Applied to 5.13/scsi-queue, thanks! [1/1] scsi: ufs: Fix out-of-bounds warnings in ufshcd_exec_raw_upiu_cmd https://git.kernel.org/mkp/scsi/c/1352eec8c0da -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH -next] scsi: fnic: remove unnecessary spin_lock_init() and INIT_LIST_HEAD()

2021-04-12 Thread Martin K. Petersen
k_init() and INIT_LIST_HEAD() https://git.kernel.org/mkp/scsi/c/aa6f2fccd711 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] message/fusion: Use BUG_ON instead of if condition followed by BUG.

2021-04-12 Thread Martin K. Petersen
e29 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: bfa: Remove unnecessary struct declaration

2021-04-12 Thread Martin K. Petersen
bfa: Remove unnecessary struct declaration https://git.kernel.org/mkp/scsi/c/c3b0d087763f -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v1 0/2] scsi: libsas: few clean up patches

2021-04-12 Thread Martin K. Petersen
i: libsas: clean up for white spaces https://git.kernel.org/mkp/scsi/c/857a80bbd732 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v2] scsi: libsas: Reset num_scatter if libata mark qc as NODATA

2021-04-12 Thread Martin K. Petersen
_map_sg for a DMA operation. When this partially > constructed SAS task reaches pm80xx LLDD, it results in below warning. > > [...] Applied to 5.12/scsi-fixes, thanks! [1/1] scsi: libsas: Reset num_scatter if libata mark qc as NODATA https://git.kernel.org/mkp/scsi/c/176ddd89171d -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] ibmvfc: Fix invalid state machine BUG_ON

2021-04-12 Thread Martin K. Petersen
..] Applied to 5.13/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH 0/3] scsi: mptfusion: Clear the warnings indicating that the variable is not used

2021-04-12 Thread Martin K. Petersen
n old driver. -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH][next] scsi: aacraid: Replace one-element array with flexible-array member

2021-04-12 Thread Martin K. Petersen
the code actually does. I find the original much easier to understand. Silencing analyzer warnings shouldn't be done at the expense of human readers. If it is imperative to switch to flex_array_size() to quiesce checker warnings, please add a comment in the code explaining that the size evaluates to

Re: [PATCH][next] scsi: mpt3sas: Fix out-of-bounds warnings in _ctl_addnl_diag_query

2021-04-12 Thread Martin K. Petersen
Gustavo, > Fix the following out-of-bounds warnings by embedding existing struct > htb_rel_query into struct mpt3_addnl_diag_query, instead of > duplicating its members: Applied to 5.13/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v3 0/2] scsi: pm8001: tiny clean up patches

2021-04-12 Thread Martin K. Petersen
Luo, > Several error is reported by checkpatch.pl, here are two patches to clean > them up. Applied to 5.13/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH][next] scsi: pm80xx: Fix potential infinite loop

2021-04-12 Thread Martin K. Petersen
p counter the same > type as pm8001_ha->max_q_num. Applied to 5.13/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH][next] scsi: pm80xx: Fix potential infinite loop

2021-04-07 Thread Martin K. Petersen
p counter the same > type as pm8001_ha->max_q_num. No particular objections to the patch for future-proofing. However, as far as I can tell max_q_num is capped at 64 (PM8001_MAX_MSIX_VEC). -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH 00/11] treewide: address gcc-11 -Wstringop-overread warnings

2021-04-05 Thread Martin K. Petersen
scsi: lpfc: fix gcc -Wstringop-overread warning https://git.kernel.org/mkp/scsi/c/ada48ba70f6b -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH][next] scsi: mptlan: Replace one-element array with flexible-array member

2021-04-05 Thread Martin K. Petersen
: Replace one-element array with flexible-array member https://git.kernel.org/mkp/scsi/c/4e2e619f3c9e -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: fcoe: fix mismatched fcoe_wwn_from_mac declaration

2021-04-05 Thread Martin K. Petersen
on https://git.kernel.org/mkp/scsi/c/5b11c9d80bde -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH 1/2] aic94xx: avoid -Wempty-body warning

2021-04-05 Thread Martin K. Petersen
s! [1/2] aic94xx: avoid -Wempty-body warning https://git.kernel.org/mkp/scsi/c/6c26379def09 [2/2] scsi: message: fusion: avoid -Wempty-body warnings https://git.kernel.org/mkp/scsi/c/472c1cfb10f1 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] mvsas: avoid -Wempty-body warning

2021-04-05 Thread Martin K. Petersen
5.13/scsi-queue, thanks! [1/1] mvsas: avoid -Wempty-body warning https://git.kernel.org/mkp/scsi/c/ae3645d29d4e -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH][next] SCSI: fusion: mpi_ioc.h: Replace one-element array with flexible-array member

2021-04-05 Thread Martin K. Petersen
t array with flexible-array member https://git.kernel.org/mkp/scsi/c/ed46ccc7fe76 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v2 1/3] hpsa: use __packed on individual structs, not header-wide

2021-04-01 Thread Martin K. Petersen
ot on ia64 (atomic_t alignment) https://git.kernel.org/mkp/scsi/c/02ec144292bc [3/3] hpsa: add an assert to prevent from __packed reintroduction https://git.kernel.org/mkp/scsi/c/e01a00ff62ad -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH 6/6] Fix spelling typo of is

2021-04-01 Thread Martin K. Petersen
On Fri, 26 Mar 2021 11:04:12 +0800, qiumibaoz...@163.com wrote: > Applied to 5.13/scsi-queue, thanks! [6/6] Fix spelling typo of is https://git.kernel.org/mkp/scsi/c/ce0b6e388772 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] __scsi_remove_device: fix comments minor error

2021-04-01 Thread Martin K. Petersen
On Fri, 26 Mar 2021 14:09:02 +0800, dudengke wrote: > Applied to 5.13/scsi-queue, thanks! [1/1] __scsi_remove_device: fix comments minor error https://git.kernel.org/mkp/scsi/c/eee8910fe0b5 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH -next 2/2] scsi: myrs: Make symbols DAC960_{GEM/BA/LP}_privdata static

2021-04-01 Thread Martin K. Petersen
On Sat, 27 Mar 2021 15:31:57 +0800, Shixin Liu wrote: > This symbol is not used outside of myrs.c, so we can marks it static. Applied to 5.13/scsi-queue, thanks! [2/2] scsi: myrs: Make symbols DAC960_{GEM/BA/LP}_privdata static https://git.kernel.org/mkp/scsi/c/e27f3c88e250 -- Marti

Re: [PATCH] scsi: scsi_priv: Remove duplicate declaration

2021-04-01 Thread Martin K. Petersen
i: scsi_priv: Remove duplicate declaration https://git.kernel.org/mkp/scsi/c/fe515ac82768 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] include: scsi: scsi_host_cmd_pool is declared twice

2021-04-01 Thread Martin K. Petersen
On Thu, 25 Mar 2021 14:46:31 +0800, Wan Jiabing wrote: > struct scsi_host_cmd_pool has been declared. Remove the duplicate. Applied to 5.13/scsi-queue, thanks! [1/1] include: scsi: scsi_host_cmd_pool is declared twice https://git.kernel.org/mkp/scsi/c/6bfe9855daa3 -- Martin K. Peter

Re: [PATCH -next 1/2] scsi: myrb: Make symbols DAC960_{LA/PG/PD/P}_privdata static

2021-04-01 Thread Martin K. Petersen
On Sat, 27 Mar 2021 15:31:56 +0800, Shixin Liu wrote: > This symbol is not used outside of myrb.c, so we can marks it static. Applied to 5.13/scsi-queue, thanks! [1/2] scsi: myrb: Make symbols DAC960_{LA/PG/PD/P}_privdata static https://git.kernel.org/mkp/scsi/c/182ad87c95e7 -- Marti

Re: [PATCH] scsi: qedi: emove redundant assignment to variable err

2021-04-01 Thread Martin K. Petersen
ed. Applied to 5.13/scsi-queue, thanks! [1/1] scsi: qedi: emove redundant assignment to variable err https://git.kernel.org/mkp/scsi/c/8dc602529681 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] Fix fnic driver to remove bogus ratelimit messages.

2021-04-01 Thread Martin K. Petersen
1/1] Fix fnic driver to remove bogus ratelimit messages. https://git.kernel.org/mkp/scsi/c/d2478dd25691 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH][next] scsi: a100u2w: remove unused variable biosaddr

2021-04-01 Thread Martin K. Petersen
https://git.kernel.org/mkp/scsi/c/92b4c52c43e1 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: ibmvscsi: delete the useless casting value returned

2021-03-29 Thread Martin K. Petersen
https://git.kernel.org/mkp/scsi/c/0d556a21a9da -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH RESEND] scsi: ufs: Remove unnecessary null checks in ufshcd_find_max_sup_active_icc_level()

2021-03-29 Thread Martin K. Petersen
i/c/0873045f63c4 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: scsi_dh: Fix a typo

2021-03-29 Thread Martin K. Petersen
On Mon, 22 Mar 2021 12:17:24 +0530, Bhaskar Chowdhury wrote: > s/infrastruture/infrastructure/ Applied to 5.13/scsi-queue, thanks! [1/1] scsi: scsi_dh: Fix a typo https://git.kernel.org/mkp/scsi/c/ae98ddf05fdb -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: bfa: Fix a typo in two places

2021-03-29 Thread Martin K. Petersen
On Tue, 23 Mar 2021 02:28:21 +0530, Bhaskar Chowdhury wrote: > s/defintions/definitions/ two different places. Applied to 5.13/scsi-queue, thanks! [1/1] scsi: bfa: Fix a typo in two places https://git.kernel.org/mkp/scsi/c/9991ca001b9c -- Martin K. Petersen Oracle Li

Re: [PATCH] scsi: mpt3sas: Fix a typo

2021-03-29 Thread Martin K. Petersen
On Mon, 22 Mar 2021 08:51:45 +0530, Bhaskar Chowdhury wrote: > s/encloure/enclosure/ Applied to 5.13/scsi-queue, thanks! [1/1] scsi: mpt3sas: Fix a typo https://git.kernel.org/mkp/scsi/c/206a3afa9482 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: dc395x: Use bitwise instead of arithmetic operator for flags

2021-03-29 Thread Martin K. Petersen
or for flags https://git.kernel.org/mkp/scsi/c/973c920811bc -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: fnic: delete the useless casting value returned

2021-03-29 Thread Martin K. Petersen
el.org/mkp/scsi/c/3ba9f38ed43d -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] message: fusion: delete the useless casting value returned

2021-03-29 Thread Martin K. Petersen
https://git.kernel.org/mkp/scsi/c/690209d5ebef -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: bnx2fc: Fix a typo

2021-03-29 Thread Martin K. Petersen
On Mon, 22 Mar 2021 12:05:30 +0530, Bhaskar Chowdhury wrote: > s/struture/structure/ Applied to 5.13/scsi-queue, thanks! [1/1] scsi: bnx2fc: Fix a typo https://git.kernel.org/mkp/scsi/c/5fae809faec6 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: esp_scsi: Trivial typo fixes

2021-03-29 Thread Martin K. Petersen
On Wed, 24 Mar 2021 11:43:18 +0530, Bhaskar Chowdhury wrote: > s/conditon/condition/ > s/pecularity/peculiarity/ Applied to 5.13/scsi-queue, thanks! [1/1] scsi: esp_scsi: Trivial typo fixes https://git.kernel.org/mkp/scsi/c/835b8c16a0e3 -- Martin K. Petersen Oracle

Re: [PATCH] scsi: csiostor: Fix a typo

2021-03-29 Thread Martin K. Petersen
On Fri, 19 Mar 2021 14:53:11 +0530, Bhaskar Chowdhury wrote: > s/boudaries/boundaries/ Applied to 5.13/scsi-queue, thanks! [1/1] scsi: csiostor: Fix a typo https://git.kernel.org/mkp/scsi/c/a89562e31f01 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: lpfc: A mundane typo fix

2021-03-29 Thread Martin K. Petersen
On Wed, 24 Mar 2021 12:18:29 +0530, Bhaskar Chowdhury wrote: > s/conditons/conditions/ Applied to 5.13/scsi-queue, thanks! [1/1] scsi: lpfc: A mundane typo fix https://git.kernel.org/mkp/scsi/c/f1891f9bbc46 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: lpfc: Fix some typo error

2021-03-29 Thread Martin K. Petersen
On Mon, 22 Mar 2021 15:56:45 +0800, samirweng1979 wrote: > change 'lenth' to 'length'. Applied to 5.13/scsi-queue, thanks! [1/1] scsi: lpfc: Fix some typo error https://git.kernel.org/mkp/scsi/c/89bbf550eafc -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: pm8001: avoid -Wrestrict warning

2021-03-29 Thread Martin K. Petersen
1/1] scsi: pm8001: avoid -Wrestrict warning https://git.kernel.org/mkp/scsi/c/c2255ece2be2 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: qla1280: fix warning comparing pointer to 0

2021-03-29 Thread Martin K. Petersen
l.org/mkp/scsi/c/3070c72155c5 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: mac53c94: fix warning comparing pointer to 0

2021-03-29 Thread Martin K. Petersen
[1/1] scsi: mac53c94: fix warning comparing pointer to 0 https://git.kernel.org/mkp/scsi/c/be20b96b6319 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: bnx2i: make bnx2i_process_iscsi_error simpler and more robust

2021-03-29 Thread Martin K. Petersen
https://git.kernel.org/mkp/scsi/c/adb253433dc8 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: bfa: fix warning comparing pointer to 0

2021-03-29 Thread Martin K. Petersen
t.kernel.org/mkp/scsi/c/1630e752fb83 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] hpsa: fix boot on ia64 (atomic_t alignment)

2021-03-29 Thread Martin K. Petersen
mation of Don's and Sergei's patches, though. I do like the assert so we can catch problems early. But really, somebody should fix this. While hpsa may be out of commercial support, Linux will support the driver it until there are no more users. And the current structure packing is just wrong

Re: [PATCH] Fix fnic driver to remove bogus ratelimit messages.

2021-03-29 Thread Martin K. Petersen
g, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH][next] scsi: aacraid: Replace one-element array with flexible-array member

2021-03-25 Thread Martin K. Petersen
;sge[1] destination offset?". It wasn't immediately obvious. To me, "copy this many scatterlist entries" in the original is much more readable. That said, this whole function makes my head hurt! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH 00/36] [Set 4] Rid W=1 warnings in SCSI

2021-03-24 Thread Martin K. Petersen
es https://git.kernel.org/mkp/scsi/c/841d7df0d416 [34/36] scsi: ibmvscsi: ibmvfc: Fix a bunch of misdocumentation https://git.kernel.org/mkp/scsi/c/dd9c77297148 [35/36] scsi: ibmvscsi_tgt: ibmvscsi_tgt: Remove duplicate section 'NOTE' https://git.kernel.org/mkp/scsi/c/

Re: [PATCH v3] scsi: ufs: Tidy up WB configuration code

2021-03-24 Thread Martin K. Petersen
Meanwhile, rename ufshcd_wb_ctrl() to ufshcd_wb_toggle() for better > readability. > > [...] Applied to 5.13/scsi-queue, thanks! [1/1] scsi: ufs: Tidy up WB configuration code https://git.kernel.org/mkp/scsi/c/3b5f3c0d0548 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: fnic: Rudimentary spelling fixes throughout the file fnic_trace.c

2021-03-24 Thread Martin K. Petersen
On Wed, 17 Mar 2021 14:52:40 +0530, Bhaskar Chowdhury wrote: > Rudimentary typo fixes throughout the file. Applied to 5.13/scsi-queue, thanks! [1/1] scsi: fnic: Rudimentary spelling fixes throughout the file fnic_trace.c https://git.kernel.org/mkp/scsi/c/bcf064bc2a3b -- Marti

Re: [PATCH 0/2] Fix EH race and MQ support

2021-03-24 Thread Martin K. Petersen
race in ibmvfc_wait_for_ops https://git.kernel.org/mkp/scsi/c/8b1c9b202549 [2/2] ibmvfc: make ibmvfc_wait_for_ops MQ aware https://git.kernel.org/mkp/scsi/c/62fc2661482b -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] message: fusion: Fix a typo in the file mptbase.h

2021-03-24 Thread Martin K. Petersen
On Wed, 17 Mar 2021 15:42:38 +0530, Bhaskar Chowdhury wrote: > s/contets/contents/ Applied to 5.13/scsi-queue, thanks! [1/1] message: fusion: Fix a typo in the file mptbase.h https://git.kernel.org/mkp/scsi/c/69a1709e2ec8 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: qedi: fix error return code of qedi_alloc_global_queues()

2021-03-24 Thread Martin K. Petersen
] scsi: qedi: fix error return code of qedi_alloc_global_queues() https://git.kernel.org/mkp/scsi/c/f69953837ca5 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: mpt3sas: fix error return code of mpt3sas_base_attach()

2021-03-24 Thread Martin K. Petersen
turn code of mpt3sas_base_attach() https://git.kernel.org/mkp/scsi/c/3401ecf7fc1b -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: bnx2i: make bnx2i_process_iscsi_error simpler and more robust

2021-03-24 Thread Martin K. Petersen
Rasmus, > Instead of strcpy'ing into a stack buffer, just let additional_notice > point to a string literal living in .rodata. This is better in a few > ways: Applied to 5.13/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH][next] scsi: aacraid: Replace one-element array with flexible-array member

2021-03-24 Thread Martin K. Petersen
pu(readcmd2->sgeCnt)); The old code allocated sgeCnt-1 elements (whether that was a mistake or not I do not know) whereas the new code would send a larger fib to the ASIC. I don't have any aacraid adapters and I am hesitant to merging changes that have not been validated on real hardware. -

Re: [PATCH 00/30] [Set 2] Rid W=1 warnings in SCSI

2021-03-18 Thread Martin K. Petersen
e a few set but unused variables https://git.kernel.org/mkp/scsi/c/ea7fb5344ad0 [30/30] scsi: 3w-sas: Remove unused variables 'sglist' and 'tw_dev' https://git.kernel.org/mkp/scsi/c/475bff65c431 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH 00/30] [Set 1] Rid W=1 warnings in SCSI

2021-03-18 Thread Martin K. Petersen
3884ce1539b0 [28/30] scsi: mpt3sas: mpt3sas_base: Fix misspelling of _base_put_smid_default_atomic() https://git.kernel.org/mkp/scsi/c/e015e0ded135 [29/30] scsi: lpfc: lpfc_nportdisc: Fix misspelling of lpfc_defer_acc_rsp() (no commit info) [30/30] scsi: mpt3sas: mpt3sas_scs: Move

Re: [PATCH] scsi: ufs: Remove unnecessary ret in ufshcd_populate_vreg()

2021-03-18 Thread Martin K. Petersen
scsi/c/2a8561b78e37 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: Mundane spelling fixes in the file qla1280.c

2021-03-18 Thread Martin K. Petersen
On Mon, 15 Mar 2021 07:46:10 +0530, Bhaskar Chowdhury wrote: > s/quantites/quantities/ > s/Unfortunely/Unfortunately/ Applied to 5.13/scsi-queue, thanks! [1/1] scsi: Mundane spelling fixes in the file qla1280.c https://git.kernel.org/mkp/scsi/c/1bf5fa1a2916 -- Martin K. Pe

Re: [PATCH] scsi: 3w-sas: remove unneeded variable 'retval'

2021-03-18 Thread Martin K. Petersen
variable 'retval' https://git.kernel.org/mkp/scsi/c/2af0bf34ae1f -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] Fix spelling typo of conditions

2021-03-18 Thread Martin K. Petersen
On Tue, 16 Mar 2021 10:51:41 +0800, qiumibaoz...@163.com wrote: > Applied to 5.13/scsi-queue, thanks! [1/1] Fix spelling typo of conditions https://git.kernel.org/mkp/scsi/c/ac5669bf79d9 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: qla2xxx: use dma_pool_zalloc instead

2021-03-18 Thread Martin K. Petersen
On Sat, 13 Mar 2021 10:41:15 +0800, Wang Qing wrote: > use dma_pool_zalloc instead of dma_pool_alloc and memset Applied to 5.13/scsi-queue, thanks! [1/1] scsi: qla2xxx: use dma_pool_zalloc instead https://git.kernel.org/mkp/scsi/c/720efdd23f96 -- Martin K. Petersen Oracle Li

Re: [PATCH v2] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings

2021-03-18 Thread Martin K. Petersen
UFS HC found in SM8350 SoC. Applied to 5.13/scsi-queue, thanks! [1/1] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings https://git.kernel.org/mkp/scsi/c/4517e77eb83d -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v2 1/1] scsi: storvsc: Enable scatterlist entry lengths > 4Kbytes

2021-03-18 Thread Martin K. Petersen
ps://git.kernel.org/mkp/scsi/c/3d9c3dcc58e9 -- Martin K. Petersen Oracle Linux Engineering

Re: v3: scsi: ufshcd: use a macro for UFS versions

2021-03-18 Thread Martin K. Petersen
/mkp/scsi/c/514288180178 [2/3] scsi: ufs: qcom: use ufshci_version function https://git.kernel.org/mkp/scsi/c/f065aca20a26 [3/3] scsi: ufshcd: remove version check https://git.kernel.org/mkp/scsi/c/4f5e51c0ebf0 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: csiostor: Assign boolean values to a bool variable

2021-03-18 Thread Martin K. Petersen
si: csiostor: Assign boolean values to a bool variable https://git.kernel.org/mkp/scsi/c/2ed0fc2b9a79 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: mvumi: Use true and false for bool variable

2021-03-18 Thread Martin K. Petersen
lse for bool variable https://git.kernel.org/mkp/scsi/c/59f90f5e6c80 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH][next] scsi: mpt3sas: Replace unnecessary dynamic allocation with a static one

2021-03-18 Thread Martin K. Petersen
ongoing efforts to enable -Warray-bounds > by fixing the following warning: > > [...] Applied to 5.13/scsi-queue, thanks! [1/1] scsi: mpt3sas: Replace unnecessary dynamic allocation with a static one https://git.kernel.org/mkp/scsi/c/a1c4d7741323 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: ufs-pci: Add support for Intel LKF

2021-03-18 Thread Martin K. Petersen
rt for Intel LKF https://git.kernel.org/mkp/scsi/c/b2c57925df1f -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: mpt3sas: Do not use GFP_KERNEL in atomic context

2021-03-18 Thread Martin K. Petersen
in atomic context https://git.kernel.org/mkp/scsi/c/a50bd6461690 -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH 00/36] [Set 4] Rid W=1 warnings in SCSI

2021-03-18 Thread Martin K. Petersen
Lee, > This set is part of a larger effort attempting to clean-up W=1 kernel > builds, which are currently overwhelmingly riddled with niggly little > warnings. Applied to 5.13/scsi-staging, thanks! I fixed a few little things. -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH 0/8] [Set 3 v2] Rid W=1 warnings in SCSI

2021-03-18 Thread Martin K. Petersen
Lee, > This set contains functional changes. > > This set is part of a larger effort attempting to clean-up W=1 > kernel builds, which are currently overwhelmingly riddled with > niggly little warnings. Applied to 5.13/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v3] scsi: ufs: Tidy up WB configuration code

2021-03-18 Thread Martin K. Petersen
Yue, > There are similar code implementations for WB configuration in > ufshcd_wb_{ctrl, toggle_flush_during_h8, toggle_flush}. We can extract > the part to create a new helper with a flag parameter to reduce code > duplication. Applied to 5.13/scsi-staging, thanks! -- Martin

Re: [PATCH] scsi: ufs: Add selector to ufshcd_query_flag* APIs

2021-03-18 Thread Martin K. Petersen
Daejun, > Unlike other query APIs in UFS, ufshcd_query_flag has a fixed selector > as 0. This patch allows ufshcd_query_flag API to choose selector value > by parameter. I don't see any users of the added parameter. Am I missing something? -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: ufs-pci: Add support for Intel LKF

2021-03-16 Thread Martin K. Petersen
Adrian, > Add PCI ID and callbacks to support Intel LKF. Applied to 5.13/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH][next] scsi: mpt3sas: Replace unnecessary dynamic allocation with a static one

2021-03-16 Thread Martin K. Petersen
Gustavo, > Dynamic memory allocation isn't actually needed and it can be replaced > by statically allocating memory for struct object io_unit_pg3 with 36 > hardcoded entries for its GPIOVal array. Applied to 5.13/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: v3: scsi: ufshcd: use a macro for UFS versions

2021-03-16 Thread Martin K. Petersen
Caleb, > When using a device with UFS > 2.1 the error "invalid UFS version" is > misleadingly printed. There was a patch for this almost a year > ago to which this solution was suggested. Applied to 5.13/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v2] scsi: ufs: sysfs: Print string descriptors as raw data

2021-03-16 Thread Martin K. Petersen
Hi Arthur! > Could you please consider to take this patch? The patch needs some reviews. I suggest you repost. -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] hpsa: fix boot on ia64 (atomic_t alignment)

2021-03-16 Thread Martin K. Petersen
tions on fields consumed by the hardware. But for fields internal to the driver the packing doesn't make sense to me. -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH 00/30] [Set 2] Rid W=1 warnings in SCSI

2021-03-16 Thread Martin K. Petersen
get lost in a sea of trivial changes. IOW, if the patches contain substantial functional changes I'd prefer them to be separate from all the kernel-doc, function prototype, etc. fixes. Thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v2] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings

2021-03-16 Thread Martin K. Petersen
350 SoC. > > Gentle reminder for this patch, Rob has acked this Was not really expecting a DT patch to be routed through SCSI. But no worries. I've queued it up. -- Martin K. Petersen Oracle Linux Engineering

  1   2   3   4   5   6   7   8   9   10   >