Public bug reported:

Hit a build issue with:

commit 210acb0b35f61ce224fd08569ae2edb02123c3b4
Author: Casey Schaufler <ca...@schaufler-ca.com>
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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1909945

Title:
  groovy: build failure with commit: UBUNTU: SAUCE: Audit: Add new
  record for multiple process LSM attributes

Status in linux package in Ubuntu:
  New

Bug description:
  Hit a build issue with:

  commit 210acb0b35f61ce224fd08569ae2edb02123c3b4
  Author: Casey Schaufler <ca...@schaufler-ca.com>
  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;
   }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909945/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to