engram
Design Mockup 中文 ← All pages

Pool Manager

Pool name Source URL subscribed_at propagation_mode last_synced_rev Status Actions
compliance-checklists
46 assets · maintained by org-security
github:acme-org/compliance-pool org r15  latest synced
kernel-work
83 assets · maintained by kernel-team
github:acme-org/kernel-pool team r22  r23 avail update available
design-system
27 assets · maintained by design-team
github:acme-org/design-pool user r7  pinned pinned
Pool dependency graph Propagation chain for this project
ORG LEVEL compliance-checklists 46 assets · auto-sync maintained by org-security TEAM LEVEL kernel-work 83 assets · notify · r22 USER LEVEL design-system 27 assets · pinned r7 THIS PROJECT acme-checkout -service 487 total assets 3 pools subscribed

kernel-work — pending diff (r22 → r23)

--- kernel_coding_style.md (r22) +++ kernel_coding_style.md (r23) @@ -14,6 +14,10 @@ Always use `checkpatch.pl` before submitting patches. +## SPDX headers + +All new files must include an SPDX-License-Identifier header on line 1. +Example: `// SPDX-License-Identifier: GPL-2.0-only` + ## Commit message format Use the standard Linux kernel commit format: subsystem: short description
1 file changed · 5 lines added · 0 lines removed · published 2026-04-17 by kernel-team