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

Fix cpld sysfs permisson error #2457

Merged
merged 1 commit into from
Jan 17, 2019

Conversation

jostar-yang
Copy link
Contributor

- What I did
Modify cpld sysfs permission from "S_IRUGO|S_IWUGO" to "S_IRUGO|S_IWUSR" because kernel 4.9 doesn't support 0666 permission.
- How I did it
Modify permission to "S_IRUGO|S_IWUSR"
- How to verify it
Check dmesg log and check cpld sysfs permission
- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

@lguohan
Copy link
Collaborator

lguohan commented Jan 17, 2019

retest this please

@lguohan lguohan merged commit e67f1da into sonic-net:master Jan 17, 2019
@yxieca
Copy link
Contributor

yxieca commented Jan 22, 2019

Made to 201811 branch on 1/22/2019

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

Successfully merging this pull request may close these issues.

4 participants