Ubuntu-focal-kernel/drivers
Shay Drory fc0d627567 net/mlx5: fw_tracer: Fix debug print
BugLink: https://bugs.launchpad.net/bugs/2017706

[ Upstream commit 988c2352273997a242f15c4fc3711773515006a2 ]

The debug message specify tdsn, but takes as an argument the
tmsn. The correct argument is tmsn, hence, fix the print.

Signed-off-by: Shay Drory <shayd@nvidia.com>
Reviewed-by: Moshe Shemesh <moshe@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Luke Nowakowski-Krijger <luke.nowakowskikrijger@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2023-05-12 17:15:07 +02:00
..
accessibility
acpi ACPI: video: Fix Lenovo Ideapad Z570 DMI match 2023-05-12 17:15:07 +02:00
amba
android
ata ata: libata: Fix sata_down_spd_limit() when no link speed is reported 2023-04-18 17:20:59 +02:00
atm
auxdisplay
base driver core: Fix test_async_probe_init saves device in wrong array 2023-03-21 10:08:58 +01:00
bcma
block loop: fix I/O error on fsync() in detached loop devices 2023-04-18 17:21:05 +02:00
bluetooth
bus bus: sunxi-rsb: Fix error handling in sunxi_rsb_init() 2023-04-18 17:20:58 +02:00
cdrom
char ipmi: fix use after free in _ipmi_destroy_user() 2023-02-01 15:23:26 +01:00
clk clk: Honor CLK_OPS_PARENT_ENABLE in clk_core_is_enabled() 2023-05-12 17:15:05 +02:00
clocksource
connector
counter counter: stm32-lptimer-cnt: fix the check on arr and cmp registers update 2023-02-01 15:22:55 +01:00
cpufreq cpufreq: armada-37xx: stop using 0 as NULL pointer 2023-03-21 10:08:59 +01:00
cpuidle
crypto crypto: crypto4xx - Call dma_unmap_page when done 2023-05-12 17:15:02 +02:00
dax
dca
devfreq PM/devfreq: governor: Add a private governor_data for governor 2023-02-01 15:23:34 +01:00
dio drivers: dio: fix possible memory leak in dio_init() 2023-02-01 15:22:50 +01:00
dma dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size 2023-05-12 17:14:57 +02:00
dma-buf
edac EDAC/qcom: Do not pass llcc_driv_data as edac_device_ctl_info's pvt_info 2023-03-21 10:09:00 +01:00
eisa
extcon
firewire firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP region 2023-04-18 17:20:58 +02:00
firmware efi: Accept version 2 of memory attributes table 2023-04-18 17:21:00 +02:00
fpga fpga: stratix10-soc: Fix return value check in s10_ops_write_init() 2023-04-18 17:21:00 +02:00
fsi WRITE is "data source", not destination... 2023-04-18 17:20:58 +02:00
gnss
gpio gpio: vf610: connect GPIO label to dev name 2023-05-12 17:15:03 +02:00
gpu drm/mediatek: Clean dangling pointer on bind error path 2023-05-12 17:15:03 +02:00
greybus
hid hid: bigben_probe(): validate report count 2023-05-12 17:15:04 +02:00
hsi HSI: omap_ssi_core: Fix error handling in ssi_init() 2023-02-01 15:23:02 +01:00
hv
hwmon hwmon: (mlxreg-fan) Return zero speed for broken fan 2023-05-12 17:15:04 +02:00
hwspinlock
hwtracing
i2c i2c: rk3x: fix a bunch of kernel-doc warnings 2023-04-18 17:20:59 +02:00
i3c
ide
idle
iio iio:adc:twl6030: Enable measurement of VAC 2023-04-18 17:21:00 +02:00
infiniband IB/hfi1: Assign npages earlier 2023-05-12 17:14:57 +02:00
input Input: ads7846 - don't check penirq immediately for 7845 2023-05-12 17:15:05 +02:00
interconnect
iommu iommu/amd: Pass gfp flags to iommu_map_page() in amd_iommu_map() 2023-04-18 17:21:04 +02:00
ipack
irqchip irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered interrupts 2023-05-12 17:15:02 +02:00
isdn mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave() 2023-02-01 15:23:08 +01:00
leds
lightnvm
macintosh macintosh/macio-adb: check the return value of ioremap() 2023-02-01 15:23:04 +01:00
mailbox mailbox: zynq-ipi: fix error handling while device_register() fails 2023-02-01 15:23:09 +01:00
mcb mcb: mcb-parse: fix error handing in chameleon_parse_gdd() 2023-02-01 15:22:55 +01:00
md dm: remove flush_scheduled_work() during local_exit() 2023-05-12 17:15:04 +02:00
media media: usb: siano: Fix use after free bugs caused by do_submit_urb 2023-05-12 17:15:06 +02:00
memory memory: mvebu-devbus: Fix missing clk_disable_unprepare in mvebu_devbus_probe() 2023-03-21 10:08:57 +01:00
memstick
message
mfd mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read() 2023-05-12 17:15:05 +02:00
misc misc: fastrpc: Fix use-after-free race condition for maps 2023-03-21 10:08:55 +01:00
mmc mmc: mmc_spi: fix error handling in mmc_spi_probe() 2023-04-18 17:21:03 +02:00
mtd mtd: rawnand: sunxi: Fix the size of the last OOB region 2023-05-12 17:15:05 +02:00
mux
net net/mlx5: fw_tracer: Fix debug print 2023-05-12 17:15:07 +02:00
nfc nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame() 2023-02-01 15:23:47 +01:00
ntb
nubus
nvdimm
nvme nvme-fc: fix a missing queue put in nvmet_fc_ls_create_association 2023-04-18 17:21:02 +02:00
nvmem nvmem: core: fix cell removal on error 2023-04-18 17:21:00 +02:00
of
opp OPP: fix error checking in opp_migrate_dentry() 2023-05-12 17:15:01 +02:00
oprofile
parisc parisc: led: Fix potential null-ptr-deref in start_task() 2023-02-01 15:23:27 +01:00
parport
pci PCI/sysfs: Fix double free in error path 2023-02-01 15:23:26 +01:00
pcmcia
perf
phy phy: rockchip-inno-usb2: Fix missing clk_disable_unprepare() in rockchip_usb2phy_power_on() 2023-03-21 10:08:57 +01:00
pinctrl pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain 2023-05-12 17:15:03 +02:00
platform platform/x86: asus-nb-wmi: Add alternate mapping for KEY_SCREENLOCK 2023-03-21 10:08:59 +01:00
pnp
power power: supply: fix null pointer dereferencing in power_supply_get_battery_info 2023-02-01 15:23:03 +01:00
powercap powercap: fix possible name leak in powercap_register_zone() 2023-05-12 17:15:01 +02:00
pps
ps3
ptp
pwm pwm: sifive: Call pwm_sifive_update_clock() while mutex is held 2023-02-01 15:23:06 +01:00
rapidio
ras
regulator regulator: da9211: Use irq handler when ready 2023-02-01 15:23:47 +01:00
remoteproc remoteproc: qcom_q6v5_mss: Use a carveout to authenticate modem headers 2023-05-12 17:15:06 +02:00
reset
rpmsg rpmsg: glink: Avoid infinite loop on intent for missing channel 2023-05-12 17:15:06 +02:00
rtc rtc: mxc_v2: Add missing clk_disable_unprepare() 2023-02-01 15:23:08 +01:00
s390 s390/dasd: Fix potential memleak in dasd_eckd_init() 2023-05-12 17:14:59 +02:00
sbus
scsi scsi: aic94xx: Add missing check for dma_map_single() 2023-05-12 17:15:04 +02:00
sfi
sh
siox
slimbus
soc ARM: ux500: do not directly dereference __iomem 2023-02-01 15:23:23 +01:00
soundwire
spi spi: synquacer: Fix timeout handling in synquacer_spi_transfer_one() 2023-05-12 17:15:04 +02:00
spmi
ssb
staging wifi: wilc1000: fix potential memory leak in wilc_mac_xmit() 2023-05-12 17:15:00 +02:00
target scsi: target: core: Fix warning on RT kernels 2023-04-18 17:20:59 +02:00
tc
tee
thermal thermal: intel: Fix unsigned comparison with less than zero 2023-05-12 17:15:06 +02:00
thunderbolt
tty vc_screen: don't clobber return value in vcs_read 2023-05-12 17:14:57 +02:00
uio uio: uio_dmem_genirq: Fix deadlock between irq config and handling 2023-02-01 15:22:52 +01:00
usb usb: gadget: udc: Avoid tasklet passing a global 2023-05-12 17:15:02 +02:00
vfio vfio: platform: Do not pass return buffer to ACPI _RST method 2023-02-01 15:22:51 +01:00
vhost vhost: fix range used in translate_desc() 2023-02-01 15:23:39 +01:00
video fbdev: smscufx: fix error handling code in ufx_usb_probe 2023-04-18 17:21:00 +02:00
virt
virtio
visorbus
vlynq
vme vme: Fix error not catched in fake_init() 2023-02-01 15:22:55 +01:00
w1 w1: fix WARNING after calling w1_process() 2023-03-21 10:08:58 +01:00
watchdog watchdog: diag288_wdt: fix __diag288() inline assembly 2023-04-18 17:21:00 +02:00
xen fix "direction" argument of iov_iter_kvec() 2023-04-18 17:20:58 +02:00
zorro
Kconfig
Makefile