lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 19 May 2022 09:15:52 +0800
From:   Huacai Chen <chenhuacai@...nel.org>
To:     Stephen Rothwell <sfr@...b.auug.org.au>
Cc:     "Rafael J. Wysocki" <rjw@...ysocki.net>,
        Huacai Chen <chenhuacai@...ngson.cn>,
        Bob Moore <robert.moore@...el.com>,
        Jianmin Lv <lvjianmin@...ngson.cn>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Linux Next Mailing List <linux-next@...r.kernel.org>,
        "Rafael J. Wysocki" <rafael.j.wysocki@...el.com>
Subject: Re: linux-next: manual merge of the pm tree with the loongarch tree

Hi, Stephen,

On Thu, May 19, 2022 at 9:04 AM Stephen Rothwell <sfr@...b.auug.org.au> wrote:
>
> Hi all,
>
> On Thu, 19 May 2022 11:00:08 +1000 Stephen Rothwell <sfr@...b.auug.org.au> wrote:
> >
> > On Thu, 19 May 2022 10:54:48 +1000 Stephen Rothwell <sfr@...b.auug.org.au> wrote:
> > >
> >
> > >  +  u32 count;
> > >  +};
> > >  +
> > >  +/* LPC Interrupt Controller */
> > >  +
> > >  +struct acpi_madt_lpc_pic {
> > >  +  struct acpi_subtable_header header;
> > >  +  u8 version;
> > >  +  u64 address;
> > >  +  u16 size;
> > >  +  u8 cascade;
> > > ++
> > > + /* 17: OEM data */
> > > +
> > > + struct acpi_madt_oem_data {
> > > +   u8 oem_data[0];
> > >   };
> > >
> > >   /*
> >
> > I missed adding the closing brace after struct acpi_madt_lpc_pic.  I
> > have added that to my resolution now.
>
> Not a good morning :-( I also forgot the comma after
> "ACPI_MADT_TYPE_RESERVED = 24".  Added now.
As you said before, my tree lacks a MAINTAINERS entry, can I rebase my
tree to fix that now? Or is it too late?

Huacai
>
> --
> Cheers,
> Stephen Rothwell

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ