linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lukas Wunner <lukas@wunner.de>
To: Mark Brown <broonie@kernel.org>
Cc: linux-spi@vger.kernel.org, Chuanhong Guo <gch981213@gmail.com>,
	Tomer Maimon <tmaimon77@gmail.com>,
	Piotr Bugalski <bugalski.piotr@gmail.com>,
	Tudor Ambarus <tudor.ambarus@microchip.com>
Subject: [PATCH 00/17] SPI probe/remove sanitization for 5.11
Date: Mon, 7 Dec 2020 09:17:00 +0100	[thread overview]
Message-ID: <cover.1607286887.git.lukas@wunner.de> (raw)

Patches [01/17] to [14/17] are reposts, now based on spi.git/for-5.11
and amended with all collected Acked-by + Reviewed-by tags.

Links to their original submission:
https://lore.kernel.org/linux-spi/dd060534490eca5e946eb9165916542b01a9358d.1604874488.git.lukas@wunner.de/
https://lore.kernel.org/linux-spi/73adc6ba84a4f968f2e1499a776e5c928fbdde56.1605512876.git.lukas@wunner.de/T/#t

Patches [15/17] to [17/17] are new material.

Lukas Wunner (17):
  spi: davinci: Fix use-after-free on unbind
  spi: spi-geni-qcom: Fix use-after-free on unbind
  spi: spi-qcom-qspi: Fix use-after-free on unbind
  spi: spi-sh: Fix use-after-free on unbind
  spi: pxa2xx: Fix use-after-free on unbind
  spi: rpc-if: Fix use-after-free on unbind
  spi: mxic: Don't leak SPI master in probe error path
  spi: spi-mtk-nor: Don't leak SPI master in probe error path
  spi: gpio: Don't leak SPI master in probe error path
  spi: rb4xx: Don't leak SPI master in probe error path
  spi: sc18is602: Don't leak SPI master in probe error path
  media: netup_unidvb: Don't leak SPI master in probe error path
  spi: mt7621: Disable clock in probe error path
  spi: mt7621: Don't leak SPI master in probe error path
  spi: ar934x: Don't leak SPI master in probe error path
  spi: npcm-fiu: Disable clock in probe error path
  spi: atmel-quadspi: Fix use-after-free on unbind

 .../media/pci/netup_unidvb/netup_unidvb_spi.c |  5 ++-
 drivers/spi/atmel-quadspi.c                   | 15 +++----
 drivers/spi/spi-ar934x.c                      | 14 +++++--
 drivers/spi/spi-davinci.c                     |  2 +-
 drivers/spi/spi-geni-qcom.c                   |  3 +-
 drivers/spi/spi-gpio.c                        | 15 +------
 drivers/spi/spi-mt7621.c                      |  9 +++-
 drivers/spi/spi-mtk-nor.c                     |  2 +-
 drivers/spi/spi-mxic.c                        | 10 +----
 drivers/spi/spi-npcm-fiu.c                    |  8 +++-
 drivers/spi/spi-pxa2xx.c                      |  5 +--
 drivers/spi/spi-qcom-qspi.c                   | 42 +++++++------------
 drivers/spi/spi-rb4xx.c                       |  2 +-
 drivers/spi/spi-rpc-if.c                      |  9 +---
 drivers/spi/spi-sc18is602.c                   | 13 +-----
 drivers/spi/spi-sh.c                          | 13 ++----
 16 files changed, 66 insertions(+), 101 deletions(-)

-- 
2.29.2


             reply	other threads:[~2020-12-07  8:18 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-07  8:17 Lukas Wunner [this message]
2020-12-07  8:17 ` [PATCH 01/17] spi: davinci: Fix use-after-free on unbind Lukas Wunner
2020-12-07  8:17 ` [PATCH 02/17] spi: spi-geni-qcom: " Lukas Wunner
2020-12-07  8:17 ` [PATCH 03/17] spi: spi-qcom-qspi: " Lukas Wunner
2020-12-07  8:17 ` [PATCH 04/17] spi: spi-sh: " Lukas Wunner
2020-12-07  8:17 ` [PATCH 05/17] spi: pxa2xx: " Lukas Wunner
2020-12-07  8:17 ` [PATCH 06/17] spi: rpc-if: " Lukas Wunner
2020-12-07  8:17 ` [PATCH 07/17] spi: mxic: Don't leak SPI master in probe error path Lukas Wunner
2020-12-07  8:17 ` [PATCH 08/17] spi: spi-mtk-nor: " Lukas Wunner
2020-12-07  8:17 ` [PATCH 09/17] spi: gpio: " Lukas Wunner
2020-12-07  8:17 ` [PATCH 10/17] spi: rb4xx: " Lukas Wunner
2020-12-07  8:17 ` [PATCH 11/17] spi: sc18is602: " Lukas Wunner
2020-12-07  8:17 ` [PATCH 12/17] media: netup_unidvb: " Lukas Wunner
2020-12-07  8:17 ` [PATCH 13/17] spi: mt7621: Disable clock " Lukas Wunner
2020-12-07  8:17 ` [PATCH 14/17] spi: mt7621: Don't leak SPI master " Lukas Wunner
2020-12-07  8:17 ` [PATCH 15/17] spi: ar934x: " Lukas Wunner
2020-12-07  8:17 ` [PATCH 16/17] spi: npcm-fiu: Disable clock " Lukas Wunner
2020-12-07  8:17 ` [PATCH 17/17] spi: atmel-quadspi: Fix use-after-free on unbind Lukas Wunner
2020-12-07 15:03   ` Tudor.Ambarus
2020-12-07 17:22 ` [PATCH 00/17] SPI probe/remove sanitization for 5.11 Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1607286887.git.lukas@wunner.de \
    --to=lukas@wunner.de \
    --cc=broonie@kernel.org \
    --cc=bugalski.piotr@gmail.com \
    --cc=gch981213@gmail.com \
    --cc=linux-spi@vger.kernel.org \
    --cc=tmaimon77@gmail.com \
    --cc=tudor.ambarus@microchip.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).