summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2018-12-20 18:14:50 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-07 08:56:07 +0100
commit75f3da8958d03748b5d1d743d04f64d6f6993d5f (patch)
tree1e1a33b8b252c9de8f78322a414453bf7e2e4d32 /tools/perf/scripts/python/bin/stackcollapse-report
parent8f452bbb9a427420ed01993c3233df4e570f5238 (diff)
downloadkernel-75f3da8958d03748b5d1d743d04f64d6f6993d5f.tar.gz
staging: fsl-dpaa2: fix SPDX identifiers in header files
Use the correct comment style for SPDX identifiers in header files. Reported by checkpatch. Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
h=linux-6.6.y&id=484e036e1a2c1851c3159c4983b29116acc2624b'>af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...Kuniyuki Iwashima 2024-06-21af_unix: Annotate data-race of sk->sk_state in unix_inq_len().Kuniyuki Iwashima 2024-06-21af_unix: Annodate data-races around sk->sk_state for writers.Kuniyuki Iwashima 2024-06-21af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.Kuniyuki Iwashima 2024-06-12af_unix: Read sk->sk_hash under bindlock during bind().Kuniyuki Iwashima 2024-06-12af_unix: Annotate data-race around unix_sk(sk)->addr.Kuniyuki Iwashima 2024-06-12af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock.Kuniyuki Iwashima 2024-06-12af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao 2024-05-02af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima 2024-04-27af_unix: Don't peek OOB data without MSG_OOB.Kuniyuki Iwashima 2024-04-27af_unix: Call manage_oob() for every skb in unix_stream_read_generic().Kuniyuki Iwashima 2024-04-17af_unix: Fix garbage collector racing against connect()Michal Luczaj 2024-04-17af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima 2024-04-17af_unix: Clear stale u->oob_skb.Kuniyuki Iwashima 2024-03-26af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Kuniyuki Iwashima 2024-03-26io_uring/unix: drop usage of io_uring socketJens Axboe 2024-03-06af_unix: Drop oob_skb ref before purging queue in GC.Kuniyuki Iwashima 2024-03-06af_unix: Fix task hung while purging oob_skb in GC.Kuniyuki Iwashima 2024-02-16af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC.Kuniyuki Iwashima 2024-02-05af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet