This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fe75a21824e7 Merge tag 'for-5.11/dm-fixes-2' of git://git.kernel.org/pu [...] new ebfd44883ab5 kunit: tool: Fix spelling of "diagnostic" in kunit_parser new 8db50be262e9 Documentation: kunit: include example of a parameterized test new 09641f7c7d8f kunit: tool: surface and address more typing issues new 81c60306dc58 kunit: tool: fix minor typing issue with None status new 2b8fdbbf1c61 kunit: tool: move kunitconfig parsing into __init__, make [...] new 929b979611f5 Merge tag 'linux-kselftest-kunit-fixes-5.11-rc5' of git:// [...] new 0b2894cd0fdf scsi: docs: ABI: sysfs-driver-ufs: Add DeepSleep power mode new b112036535ed scsi: megaraid_sas: Fix MEGASAS_IOC_FIRMWARE regression new 5e6ddadf7637 scsi: ufs: ufshcd-pltfrm depends on HAS_IOMEM new 901d01c8e50c scsi: ibmvfc: Fix missing cast of ibmvfc_event pointer to [...] new 4ee7ee530bc2 scsi: ufs: Fix livelock of ufshcd_clear_ua_wluns() new eeb1b55b6e25 scsi: ufs: Fix tm request when non-fatal error happens new f2cb4b2397ca scsi: docs: ABI: sysfs-driver-ufs: Rectify table formatting new 72eeb7c71513 scsi: scsi_transport_srp: Don't block target in failfast state new b2b0f16fa65e scsi: libfc: Avoid invoking response handler twice if ep i [...] new d6e3ae76728c scsi: fnic: Fix memleak in vnic_dev_init_devcmd2 new 780e1384687d scsi: target: tcmu: Fix use-after-free of se_cmd->priv new 764907293edc scsi: ibmvfc: Set default timeout to avoid crash during migration new 15cfb0f06db4 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 27b7c6e09626 i2c: tegra: Wait for config load atomically while in ISR new bc1c2048abbe i2c: bpmp-tegra: Ignore unknown I2C_M flags new 2f3a0828d461 i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for [...] new 1b2cfa2d1dbd i2c: octeon: check correct size of maximum RECV_LEN packet new a4166340a6e4 Revert "i2c: imx: Remove unused .id_table support" new 9ecd1d2b302b i2c: sprd: depend on COMMON_CLK to fix compile tests new 077e81d51d1f Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] new 4883a60c17ed mtd: rawnand: gpmi: fix dst bit offset when extracting raw [...] new 3c97be6982e6 mtd: rawnand: nandsim: Fix the logic when selecting Hammin [...] new 18f62614308b mtd: rawnand: intel: check the mtd name only after setting [...] new e708789c4a87 mtd: spinand: Fix MTD_OPS_AUTO_OOB requests new b135b3358d73 mtd: rawnand: omap: Use BCH private fields in the specific [...] new e1ae4b0be158 Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/l [...]
The 32 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/ABI/testing/sysfs-driver-ufs | 36 ++++++++----- Documentation/dev-tools/kunit/usage.rst | 57 ++++++++++++++++++++ drivers/i2c/busses/Kconfig | 1 + drivers/i2c/busses/i2c-imx.c | 20 ++++++- drivers/i2c/busses/i2c-octeon-core.c | 2 +- drivers/i2c/busses/i2c-tegra-bpmp.c | 2 +- drivers/i2c/busses/i2c-tegra.c | 24 ++++++++- drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c | 2 +- drivers/mtd/nand/raw/intel-nand-controller.c | 5 +- drivers/mtd/nand/raw/nandsim.c | 7 ++- drivers/mtd/nand/raw/omap2.c | 15 +++--- drivers/mtd/nand/spi/core.c | 14 +++-- drivers/scsi/fnic/vnic_dev.c | 8 +-- drivers/scsi/ibmvscsi/ibmvfc.c | 8 +-- drivers/scsi/libfc/fc_exch.c | 16 +++++- drivers/scsi/megaraid/megaraid_sas_base.c | 6 +-- drivers/scsi/scsi_transport_srp.c | 9 +++- drivers/scsi/ufs/Kconfig | 1 + drivers/scsi/ufs/ufshcd.c | 37 ++++++++----- drivers/target/target_core_user.c | 11 ++-- tools/testing/kunit/kunit.py | 34 ++++-------- tools/testing/kunit/kunit_config.py | 7 +-- tools/testing/kunit/kunit_json.py | 2 +- tools/testing/kunit/kunit_kernel.py | 54 ++++++++++--------- tools/testing/kunit/kunit_parser.py | 81 ++++++++++++++-------------- 25 files changed, 302 insertions(+), 157 deletions(-)