I think we can skip the apport-collect in this case? I was manually
building the kernel fwiw.

** Changed in: linux (Ubuntu)
       Status: Incomplete => Confirmed

-- 
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/1981380

Title:
  compile error in ima.h when CONFIG_IMA_LSM_RULES is not set

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Seems to be a typo strcut -> struct (upstream does not have a struct
  argument).

  ```
  diff --git a/security/integrity/ima/ima.h b/security/integrity/ima/ima.h
  index 783a3b2fc826..c1d10bbd7c8a 100644
  --- a/security/integrity/ima/ima.h
  +++ b/security/integrity/ima/ima.h
  @@ -437,7 +437,7 @@ static inline void ima_filter_rule_free(void *lsmrule)
   {
   }
   
  -static inline int ima_filter_rule_match(strcut lsmblob *blob, u32 field, u32 
op,
  +static inline int ima_filter_rule_match(struct lsmblob *blob, u32 field, u32 
op,
                                          void *lsmrule)
   {
          return -EINVAL;
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1981380/+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