Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys/linux/l2cap.txt: add A2MP, SMP and CID_CONN_LESS descriptors #3829

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

koczkatamas
Copy link
Contributor

@koczkatamas koczkatamas commented Apr 24, 2023

I've run make extract TARGETOS=linux SOURCEDIR=$KSRC (on latest mainline), make generate, make and make presubmit without errors before submitting the PR.

I've got the following warnings for make extract, but I think it's not related to my change, so I ignored them:

sys.txt: ARCH_ENABLE_TAGGED_ADDR is unsupported on all arches (typo?)
prctl.txt: ARCH_SHSTK_WRSS is unsupported on all arches (typo?)
sys.txt: ARCH_SHSTK_UNLOCK is unsupported on all arches (typo?)
sys.txt: __NR_map_shadow_stack is unsupported on all arches (typo?)
sys.txt: ARCH_SHSTK_ENABLE is unsupported on all arches (typo?)
sys.txt: ARCH_GET_MAX_TAG_BITS is unsupported on all arches (typo?)
sys.txt: ARCH_SHSTK_DISABLE is unsupported on all arches (typo?)
sys.txt: ARCH_GET_UNTAG_MASK is unsupported on all arches (typo?)
sys.txt: ARCH_SHSTK_LOCK is unsupported on all arches (typo?)
prctl.txt: ARCH_SHSTK_SHSTK is unsupported on all arches (typo?)
sys.txt: ARCH_FORCE_TAGGED_SVA is unsupported on all arches (typo?)
sys.txt: ARCH_SHSTK_STATUS is unsupported on all arches (typo?)

@codecov
Copy link

codecov bot commented Apr 24, 2023

Codecov Report

Merging #3829 (e14a463) into master (2b32bd3) will increase coverage by 0.0%.
The diff coverage is n/a.

see 4 files with indirect coverage changes

@a-nogikh
Copy link
Collaborator

I've got the following warnings for make extract, but I think it's not related to my change, so I ignored them:

Did it update other .txt.const files than sys/linux/l2cap.txt.const? If yes, it might be because there's some problem in your environment and it's just unable to extract const files for other architectures. Are all needed cross compilers installed on your machine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants