Skip to content

Commit

Permalink
bpf: Update checkpatch image
Browse files Browse the repository at this point in the history
Update checkpatch image to pull the latest changes we've added: namely,
allowing the use of _Static_assert, and ignoring the reports suggesting
the use of the BIT_MACRO kernel macro.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
  • Loading branch information
qmonnet authored and YutaroHayakawa committed Mar 7, 2023
1 parent 841d1f3 commit ed05c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpf/Makefile.bpf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ force:
@$(ECHO_CC)
$(QUIET) ${LLC} $(LLC_FLAGS) -filetype=asm -o $@ $(patsubst %.s,%.ll,$@)

CHECKPATCH_IMAGE := quay.io/cilium/cilium-checkpatch:2f0f4f512e795d5668ea4e7ef0ba85abc75eb225@sha256:f307bf0315954e8b8c31edc1864d949bf211b0c6522346359317d757b5a6cea0
CHECKPATCH_IMAGE := quay.io/cilium/cilium-checkpatch:a8f73eced11c29d8c5003ba75071fb9ff91251e4@sha256:9fba31c924b0e675ee45dada3788ded045cd63c979fae3cddcb08636ed2e00da
ifneq ($(CHECKPATCH_DEBUG),)
# Run script with "bash -x"
CHECKPATCH_IMAGE_AND_ENTRY := \
Expand Down

0 comments on commit ed05c7e

Please sign in to comment.