mbox series

[SRU,K,0/6] Annotation file cleanups

Message ID 20220727085445.617651-1-emil.renner.berthing@canonical.com
Headers show
Series Annotation file cleanups | expand

Message

Emil Renner Berthing July 27, 2022, 8:54 a.m. UTC
As suggested in a previous discussion[1] the first patch in this series
makes sure every LanchPad bug has the form LP: #nnn

The rest of the series fixes other small inconsistensies found while
doing that.

[1]: https://lists.ubuntu.com/archives/kernel-team/2022-July/132064.html

Emil Renner Berthing (6):
  UBUNTU: [Config] Tighten up LP bug links in annotations
  UBUNTU: [Config] Use mark<ENFORCED> for CONFIG_DEVTMPFS
  UBUNTU: [Config] Use flag<DEPRECATED> for CONFIG_HIPPI
  UBUNTU: [Config] Use note<> for CONFIG_XEN_ACPI_PROCESSOR
  UBUNTU: [Config] Fix DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING
    annotation
  UBUNTU: [Config] Fix CONFIG_CPU_LITTLE_ENDIAN annotation

 debian.master/config/annotations | 292 +++++++++++++++----------------
 1 file changed, 146 insertions(+), 146 deletions(-)

Comments

Andrea Righi July 27, 2022, 9:10 a.m. UTC | #1
On Wed, Jul 27, 2022 at 10:54:39AM +0200, Emil Renner Berthing wrote:
> As suggested in a previous discussion[1] the first patch in this series
> makes sure every LanchPad bug has the form LP: #nnn
> 
> The rest of the series fixes other small inconsistensies found while
> doing that.
> 
> [1]: https://lists.ubuntu.com/archives/kernel-team/2022-July/132064.html
> 
> Emil Renner Berthing (6):
>   UBUNTU: [Config] Tighten up LP bug links in annotations
>   UBUNTU: [Config] Use mark<ENFORCED> for CONFIG_DEVTMPFS
>   UBUNTU: [Config] Use flag<DEPRECATED> for CONFIG_HIPPI
>   UBUNTU: [Config] Use note<> for CONFIG_XEN_ACPI_PROCESSOR
>   UBUNTU: [Config] Fix DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING
>     annotation
>   UBUNTU: [Config] Fix CONFIG_CPU_LITTLE_ENDIAN annotation

All good and applied to kinetic/linux. Thanks for the cleanups!

-Andrea