summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2018-01-16 16:47:40 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2018-01-16 16:47:40 -0800
commit8cbab92dff778e516064c13113ca15d4869ec883 (patch)
tree592cc70056d41ffea351dbca2145c773fdca288e /scripts/objdiff
parentb45a53be53d660c4b8fa4d1ef852439607611424 (diff)
parentae59c3f0b6cfd472fed96e50548a799b8971d876 (diff)
downloadkernel-8cbab92dff778e516064c13113ca15d4869ec883.tar.gz
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Pull rdma fixes from Doug Ledford: "We had a few more items creep up over the last week. Given we are in -rc8, these are obviously limited to bugs that have a big downside and for which we are certain of the fix. The first is a straight up oops bug that all you have to do is read the code to see it's a guaranteed 100% oops bug. The second is a use-after-free issue. We get away lucky if the queue we are shutting down is empty, but if it isn't, we can end up oopsing. We really need to drain the queue before destroying it. The final one is an issue with bad user input causing us to access our port array out of bounds. While fixing the array out of bounds issue, it was noticed that the original code did the same thing twice (the call to rdma_ah_set_port_num()), so its removal is not balanced by a readd elsewhere, it was already where it needed to be in addition to where it didn't need to be. Summary: - Oops fix in hfi1 driver - use-after-free issue in iser-target - use of user supplied array index without proper checking" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: RDMA/mlx5: Fix out-of-bound access while querying AH IB/hfi1: Prevent a NULL dereference iser-target: Fix possible use-after-free in connection establishment error
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
rd_typesHector Martin 2022-09-19wifi: brcmfmac: pcie/sdio/usb: Get CLM blob via standard firmware mechanismHector Martin 2022-02-01brcmfmac: pcie: Read the console on init and shutdownHector Martin 2022-02-01brcmfmac: pcie: Fix crashes due to early IRQsHector Martin 2022-02-01brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toioHector Martin 2022-02-01brcmfmac: pcie: Declare missing firmware files in pcie.cHector Martin 2022-02-01brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error pathHector Martin 2022-01-28brcmfmac: add CYW43570 PCIE deviceSoontak Lee 2021-08-29brcmfmac: pcie: fix oops on failure to resume and reprobeAhmad Fatoum 2021-08-21brcmfmac: support chipsets with different core enumeration spaceArend van Spriel 2021-06-15brcmfmac: Add clm_blob firmware files to modinfoMatthias Brugger 2021-05-13brcmfmac: properly check for bus register errorsGreg Kroah-Hartman