aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/orc_hash.sh
blob: 466611aa0053f82d10f11da87f73bc5284948995 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (c) Meta Platforms, Inc. and affiliates.

set -e

printf '%s' '#define ORC_HASH '

awk '
/^#define ORC_(REG|TYPE)_/ { print }
/^struct orc_entry {$/ { p=1 }
p { print }
/^}/ { p=0 }' |
	sha1sum |
	cut -d " " -f 1 |
	sed 's/\([0-9a-f]\{2\}\)/0x\1,/g'
2025-09-21docs: dev-tools/lkmm: Fix typo of missing file extensionAkira Yokosawa1-1/+1 2025-09-18Documentation: trace: histogram: Convert ftrace docs cross-referenceBagas Sanjaya1-2/+2 2025-09-18Documentation: trace: histogram-design: Wrap introductory note in note:: dire...Bagas Sanjaya1-4/+5 2025-09-18Documentation: trace: historgram-design: Separate sched_waking histogram sect...Bagas Sanjaya1-1/+3 2025-09-18Documentation: trace: histogram-design: Trim trailing vertices in diagram exp...Bagas Sanjaya1-81/+81 2025-09-18Documentation: trace: histogram: Fix histogram trigger subsection number orderBagas Sanjaya1-17/+17 2025-09-18docs: driver-api: fix spelling of "buses".Marneni PoornaChandu13-22/+22 2025-09-18Documentation: fbcon: Use admonition directivesBagas Sanjaya1-12/+16 2025-09-18Documentation: fbcon: Reindent 8th step of attach/detach/unloadBagas Sanjaya1-5/+5 2025-09-18Documentation: fbcon: Add boot options and attach/detach/unload section headingsBagas Sanjaya1-1/+3 2025-09-18docs: filesystems: sysfs: add remaining top level sysfs directory descriptionsAlex Tran1-1/+15 2025-09-18docs: filesystems: sysfs: clarify symlink destinations in dev and bus/devices...Alex Tran1-2/+2 2025-09-18docs: filesystems: sysfs: remove top level sysfs net directoryAlex Tran1-1/+0 2025-09-18docs: maintainer: Fix ambiguous subheading formattingThorsten Blum1-0/+2 2025-09-18docs: kdoc: a few more dump_typedef() tweaksJonathan Corbet1-9/+11 2025-09-18docs: kdoc: remove redundant comment stripping in dump_typedef()Jonathan Corbet1-3/+0 2025-09-18docs: kdoc: remove some dead code in dump_typedef()Jonathan Corbet1-5/+0 2025-09-18docs: kdoc: final dump_function() cleanupsJonathan Corbet1-17/+13 2025-09-18docs: kdoc: consolidate some of the macro-processing logicJonathan Corbet1-23/+20 2025-09-18docs: kdoc: Simplify the dump_function() prototype regexesJonathan Corbet1-10/+10 2025-09-18docs: kdoc: remove a useless empty capture groupJonathan Corbet1-2/+2 2025-09-18docs: kdoc: remove a couple of spurious regex charactersJonathan Corbet1-1/+1 2025-09-18doc: kdoc: unify transform handlingJonathan Corbet1-31/+34 2025-09-18docs: kdoc: move the function transform patterns out of dump_function()Jonathan Corbet1-43/+35 2025-09-18docs: kdoc: remove a single-use variableJonathan Corbet1-3/+1 2025-09-18docs: kdoc: tighten up the push_parameter() no-type caseJonathan Corbet1-24/+20 2025-09-18docs: kdoc: trim __cacheline_group_* with the other annotationsJonathan Corbet1-6/+1 2025-09-16docs: Pull LKMM documentation into dev-tools bookAkira Yokosawa18-0/+192 2025-09-16docs: w1: ds2482: fix typo in busesAkiyoshi Kurita1-1/+1 2025-09-16Documentation: staging: fix spelling error in remoteproc.rstTaimoor Zaeem1-1/+1 2025-09-15docs: kdoc: handle the obsolescensce of docutils.ErrorString()Jonathan Corbet3-4/+10 2025-09-15docs: update the guidance for Link: tagsJonathan Corbet2-32/+3 2025-09-09Documentation: update maintainer-pgp-guide for latest best practicesKonstantin Ryabitsev1-83/+75 2025-09-09docs: submitting-patches: adjust Fixes definition slightlyJakub Kicinski1-2/+2 2025-09-09docs: add tools/docs/gen-redirects.pyVegard Nossum3-2/+61