summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@acm.org>2018-10-15 08:51:38 -0700
committerMartin K. Petersen <martin.petersen@oracle.com>2018-10-16 01:13:35 -0400
commit81b6ca6dbada186d0d41c67db8d8eb223a64a56f (patch)
treedff01edd6f5d3f8a9f1056175055532cc02574ac /tools/perf/scripts/python/bin/export-to-postgresql-report
parent80b045b385cfef10939c913fbfeb19ce5491c1f2 (diff)
downloadkernel-81b6ca6dbada186d0d41c67db8d8eb223a64a56f.tar.gz
scsi: target/core: Use sg_alloc_table() instead of open-coding it
The purpose of sg_alloc_table() is to allocate and initialize an sg-list. Use that function instead of open-coding it. This patch will make it easier to share code for caching sg-list allocations between the SCSI and NVMe target cores. Signed-off-by: Bart Van Assche <bvanassche@acm.org> Cc: Nicholas Bellinger <nab@linux-iscsi.org> Cc: Mike Christie <mchristi@redhat.com> Cc: Christoph Hellwig <hch@lst.de> Cc: Hannes Reinecke <hare@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions
istro/kernel/commit/net/ipv4/udp.c?id=8f905c0e7354ef261360fb7535ea079b1082c105'>inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet 2021-12-16add missing bpf-cgroup.h includesJakub Kicinski 2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-12-09udp: using datalen to cap max gso segmentsJianguo Wu 2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-11-16net: cache align tcp_memory_allocated, tcp_sockets_allocatedEric Dumazet 2021-11-16udp: Validate checksum in udp_read_sock()Cong Wang 2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski 2021-11-10bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush 2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu 2021-10-26net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang 2021-10-07net: prefer socket bound to interface when not in VRFMike Manning 2021-09-28net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet 2021-08-23bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky 2021-07-21udp: check encap socket in __udp_lib_errVadim Fedorenko 2021-07-01udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet 2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-06-29net: sock: introduce sk_error_reportAlexander Aring 2021-06-21udp: Fix a memory leak in udp_read_sock()Cong Wang 2021-06-09udp: fix race between close() and udp_abort()Paolo Abeni 2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller 2021-04-01net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);Norman Maurer 2021-04-01udp: Implement ->read_sock() for sockmapCong Wang 2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang 2021-03-30udp: never accept GSO_FRAGLIST packetsPaolo Abeni 2021-03-30udp: fixup csum for GSO receive slow pathPaolo Abeni 2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller 2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapXin Long