public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: u-boot@lists.denx.de
Subject: [PATCH 1/2] x86: acpi: Fix calculation of DSDT length
Date: Wed, 16 Sep 2020 18:53:04 +0300	[thread overview]
Message-ID: <20200916155304.GS3956970@smile.fi.intel.com> (raw)
In-Reply-To: <OF8989E531.15C79187-ONC12585E5.00526036-C12585E5.00526FF2@br-automation.com>

On Wed, Sep 16, 2020 at 05:00:26PM +0200, Wolfgang Wallner wrote:
> -----"Andy Shevchenko" <andriy.shevchenko@linux.intel.com> schrieb: -----
> > Betreff: Re: [PATCH 1/2] x86: acpi: Fix calculation of DSDT length
> > 
> > On Wed, Sep 09, 2020 at 04:08:17PM +0300, Andy Shevchenko wrote:
> > > On Wed, Sep 09, 2020 at 02:33:20PM +0200, Wolfgang Wallner wrote:
> > > > Currently, the calculation for the length of the DSDT table includes any
> > > > bytes that are added for alignment, but those bytes are not initialized.
> > > > 
> > > > This is because the DSDT length is calculated after a call to
> > > > acpi_inc_align(). Split this up into the following sequence:
> > > > 
> > > >   * acpi_inc()
> > > >   * Calculate DSDT length
> > > >   * acpi_align()
> > > 
> > > Perhaps Fixes: tag?
> > 
> > Ah, it is against series not yet applied?
> 
> No, the patch is against master.
> But I could not point to a specific commit that is fixed, the code in question
> is a result of multiple commits.
> 
> Because of this I have also sent V2 without a Fixes tags.

Hmm... Usually in kernel we put a chain of Fixes in such cases.

-- 
With Best Regards,
Andy Shevchenko

  reply	other threads:[~2020-09-16 15:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-09 12:33 [PATCH 1/2] x86: acpi: Fix calculation of DSDT length Wolfgang Wallner
2020-09-09 12:33 ` [PATCH 2/2] x86: acpi: Add memset to initialize SPCR table Wolfgang Wallner
2020-09-09 13:09   ` Andy Shevchenko
2020-09-09 14:35   ` Simon Glass
2020-09-09 13:08 ` [PATCH 1/2] x86: acpi: Fix calculation of DSDT length Andy Shevchenko
2020-09-09 13:11   ` Andy Shevchenko
2020-09-16 15:00     ` Wolfgang Wallner
2020-09-16 15:53       ` Andy Shevchenko [this message]
2020-09-09 14:35 ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200916155304.GS3956970@smile.fi.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox