summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2025-06-18 14:00:11 +0200
committerJakub Kicinski <kuba@kernel.org>2025-06-19 15:27:54 -0700
commit0593f8df66e563c5b4790f8f09c64d69b413bc84 (patch)
treef15182be794c4179d54e66f006965e56c676c23f /tools/perf/scripts/python/bin/stackcollapse-record
parent4dffaf379104342a85d9cf7b84d68457c7bfdc6a (diff)
downloadkernel-0593f8df66e563c5b4790f8f09c64d69b413bc84.tar.gz
net: fec: fec_enet_rx_queue(): factor out VLAN handling into separate function fec_enet_rx_vlan()
In order to clean up of the VLAN handling, factor out the VLAN handling into separate function fec_enet_rx_vlan(). Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Link: https://patch.msgid.link/20250618-fec-cleanups-v4-11-c16f9a1af124@pengutronix.de Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
stro/kernel/commit/security/keys/request_key.c?h=linux-6.6.y&id=896f1950e5944532b971d880a6bae7fba3b6a8d3'>keys: Provide request_key_rcu()David Howells 2019-06-19keys: Move the RCU locks outwards from the keyring search functionsDavid Howells 2019-06-19keys: Invalidate used request_key authentication keysDavid Howells 2019-06-19keys: Fix request_key() lack of Link perm check on found keyDavid Howells 2019-05-30keys: Hoist locking out of __key_link_begin()David Howells 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner 2019-05-29keys: sparse: Fix kdoc mismatchesDavid Howells 2019-04-10keys: safe concurrent user->{session,uid}_keyring accessJann Horn 2019-04-10security: don't use RCU accessors for cred->session_keyringJann Horn 2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2019-02-22KEYS: always initialize keyring_index_key::desc_lenEric Biggers 2019-02-15keys: Fix dependency loop between construction record and auth keyDavid Howells 2019-01-22security: keys: annotate implicit fall throughsMathieu Malaterre 2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker 2017-12-08KEYS: add missing permission check for request_key() destinationEric Biggers 2017-12-08KEYS: remove unnecessary get/put of explicit dest_keyringEric Biggers 2017-10-18KEYS: Fix race between updating and finding a negative keyDavid Howells 2017-05-18doc: ReSTify keys-request-key.txtKees Cook 2017-01-19Make static usermode helper binaries constantGreg Kroah-Hartman