Public bug reported: Hit a build issue with:
commit 210acb0b35f61ce224fd08569ae2edb02123c3b4 Author: Casey Schaufler <[email protected]> Date: Fri Aug 21 14:29:19 2020 -0700 UBUNTU: SAUCE: Audit: Add new record for multiple process LSM attributes ..in this section: +{ } +static inline int audit_log_task_context(struct audit_buffer *ab, + struct lsmblob *blob); { return 0; } the semicolon at the end of the function prototype should be removed: +{ } +static inline int audit_log_task_context(struct audit_buffer *ab, + struct lsmblob *blob) // <- no semicolon! { return 0; } ** Affects: linux (Ubuntu) Importance: High Status: New ** Changed in: linux (Ubuntu) Importance: Undecided => High ** Summary changed: - groovy: UBUNTU: SAUCE: Audit: Add new record for multiple process LSM attributes + groovy: build failure with commit: UBUNTU: SAUCE: Audit: Add new record for multiple process LSM attributes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909945 Title: groovy: build failure with commit: UBUNTU: SAUCE: Audit: Add new record for multiple process LSM attributes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909945/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
