All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] drop double zeroing
@ 2020-09-20 11:26 ` Julia Lawall
  0 siblings, 0 replies; 64+ messages in thread
From: Julia Lawall @ 2020-09-20 11:26 UTC (permalink / raw)
  To: linux-spi
  Cc: kernel-janitors, rds-devel, linux-rdma, Yossi Leybovich, netdev,
	linux-serial, linux-kernel, linux-scsi, target-devel,
	Dan Williams, dmaengine, linux-block, linux-nfs, linux-wireless,
	linux-media, linux-pci

sg_init_table zeroes its first argument, so the allocation of that argument
doesn't have to.

---

 block/bsg-lib.c                                  |    2 +-
 drivers/dma/sh/rcar-dmac.c                       |    2 +-
 drivers/dma/sh/shdma-base.c                      |    2 +-
 drivers/infiniband/hw/efa/efa_verbs.c            |    2 +-
 drivers/media/common/saa7146/saa7146_core.c      |    2 +-
 drivers/misc/mic/scif/scif_nodeqp.c              |    2 +-
 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c |    2 +-
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c      |    2 +-
 drivers/pci/p2pdma.c                             |    2 +-
 drivers/spi/spi-topcliff-pch.c                   |    4 ++--
 drivers/target/target_core_rd.c                  |    2 +-
 drivers/tty/serial/pch_uart.c                    |    2 +-
 net/rds/rdma.c                                   |    2 +-
 net/sunrpc/xprtrdma/frwr_ops.c                   |    2 +-
 14 files changed, 15 insertions(+), 15 deletions(-)

^ permalink raw reply	[flat|nested] 64+ messages in thread

end of thread, other threads:[~2020-10-13 22:44 UTC | newest]

Thread overview: 64+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-20 11:26 [PATCH 00/14] drop double zeroing Julia Lawall
2020-09-20 11:26 ` Julia Lawall
2020-09-20 11:26 ` [PATCH 01/14] pch_uart: " Julia Lawall
2020-09-20 11:26   ` Julia Lawall
2020-09-20 12:14   ` Greg Kroah-Hartman
2020-09-20 12:14     ` Greg Kroah-Hartman
2020-09-20 12:47     ` Julia Lawall
2020-09-20 12:47       ` Julia Lawall
2020-09-27 12:11       ` Greg Kroah-Hartman
2020-09-27 12:11         ` Greg Kroah-Hartman
2020-09-20 11:26 ` [PATCH 02/14] target/rd: " Julia Lawall
2020-09-20 11:26   ` Julia Lawall
2020-10-08  2:31   ` Martin K. Petersen
2020-10-08  2:31     ` Martin K. Petersen
2020-09-20 11:26 ` [PATCH 03/14] dpaa2-eth: " Julia Lawall
2020-09-20 11:26   ` Julia Lawall
2020-09-21  2:09   ` David Miller
2020-09-21  2:09     ` David Miller
2020-09-20 11:26 ` [PATCH 04/14] dmaengine: sh: " Julia Lawall
2020-09-20 11:26   ` Julia Lawall
2020-10-05  4:48   ` Vinod Koul
2020-10-05  4:48     ` Vinod Koul
2020-09-20 11:26 ` [PATCH 05/14] RDMA/efa: " Julia Lawall
2020-09-20 11:26   ` Julia Lawall
2020-09-21  7:13   ` Gal Pressman
2020-09-21  7:13     ` Gal Pressman
2020-09-22 23:27   ` Jason Gunthorpe
2020-09-22 23:27     ` Jason Gunthorpe
2020-09-20 11:26 ` [PATCH 06/14] block: " Julia Lawall
2020-09-20 11:26   ` Julia Lawall
2020-09-23 15:18   ` Jens Axboe
2020-09-23 15:18     ` Jens Axboe
2020-09-20 11:26 ` [PATCH 07/14] RDS: " Julia Lawall
2020-09-20 11:26   ` Julia Lawall
2020-09-21  2:09   ` David Miller
2020-09-21  2:09     ` David Miller
2020-09-20 11:26 ` [PATCH 08/14] xprtrdma: " Julia Lawall
2020-09-20 11:26   ` Julia Lawall
2020-09-20 15:37   ` Chuck Lever
2020-09-20 15:37     ` Chuck Lever
2020-09-20 11:26 ` [PATCH 09/14] dmaengine: rcar-dmac: " Julia Lawall
2020-09-20 11:26   ` Julia Lawall
2020-10-05  4:48   ` Vinod Koul
2020-10-05  4:48     ` Vinod Koul
2020-09-20 11:26 ` [PATCH 10/14] iwlwifi: dbg_ini: " Julia Lawall
2020-09-20 11:26   ` Julia Lawall
2020-09-20 11:26 ` [PATCH 11/14] spi/topcliff-pch: " Julia Lawall
2020-09-20 11:26   ` Julia Lawall
2020-09-20 11:26 ` [PATCH 12/14] [media] saa7146: " Julia Lawall
2020-09-20 11:26   ` Julia Lawall
2020-09-20 11:26 ` [PATCH 13/14] misc: mic: " Julia Lawall
2020-09-20 11:26   ` Julia Lawall
2020-09-20 11:26 ` [PATCH 14/14] PCI/P2PDMA: " Julia Lawall
2020-09-20 11:26   ` Julia Lawall
2020-09-28 22:24   ` Bjorn Helgaas
2020-09-28 22:24     ` Bjorn Helgaas
2020-09-21 16:58 ` [PATCH 00/14] " Mark Brown
2020-09-21 16:58   ` Mark Brown
2020-09-23 15:10   ` Rolf Reintjes
2020-09-23 15:10     ` Rolf Reintjes
2020-09-23 15:16     ` Mark Brown
2020-09-23 15:16       ` Mark Brown
2020-10-13 22:42 ` Martin K. Petersen
2020-10-13 22:42   ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.