From: "Vladimir 'phcoder' Serbinenko" <phcoder@gmail.com>
To: Daniel Kiper <daniel.kiper@oracle.com>
Cc: "arvidjaar@gmail.com" <arvidjaar@gmail.com>,
"grub-devel@gnu.org" <grub-devel@gnu.org>
Subject: Re: multiboot2 structs and packed attribute
Date: Thu, 10 Mar 2016 21:16:53 +0100 [thread overview]
Message-ID: <CAEaD8JOA27jk_DL5xt6v6ot5GHnUnM7YtnQnxDBJrzhFkvY+KA@mail.gmail.com> (raw)
In-Reply-To: <20160308200703.GG3500@olila.local.net-space.pl>
[-- Attachment #1: Type: text/plain, Size: 1864 bytes --]
On Tuesday, March 8, 2016, Daniel Kiper <daniel.kiper@oracle.com> wrote:
> On Mon, Mar 07, 2016 at 08:42:38PM +0000, Vladimir 'phcoder' Serbinenko
> wrote:
> > Le lun. 7 mars 2016 14:35, Daniel Kiper <daniel.kiper@oracle.com
> <javascript:;>> a écrit :
> >
> > > Hi,
> > >
> > > Does anybody know why only multiboot2 multiboot_mmap_entry struct
> > > has packed attribute? Is it by design or by mistake? I think that
> > > we should use packed attribute for every multiboot2 protocol related
> > > struct. If not then we should probably remove this attribute from
> > > multiboot_mmap_entry struct too. What do you think about that?
> > >
> > We put packed only when it changes relative offsets of members or size of
> > the structure. Is it the case for structures you have in mind?
>
> I do not have anything specific. However, it looks like stray stuff.
>
> Hmmm... I took a look at multiboot_mmap_entry once again and it seems
> that this struct really does not need packed attribute. All members are
> in right order and even compiler should not add padding. Am I right?
>
Yes, good catch.
>
> Anyway, maybe we should add somewhere in the header comment saying that
> all/most of multiboot2 structures are build in a way that fulfill alignment
> requirements out of the box and compiler does not need to do any
> rearrangements.
> However, we should warn that new extensions should be added carefully and
> some structs may require GRUB_PACKED attribute in the future to properly
> represent added interface.
>
This probably should go to spec rather than the header file.
>
> Or we can add GRUB_PACKED to every struct. However, this seems redundant
> here.
> There is no chance that somebody will rearrange, especially blindly,
> existing structs.
>
> Daniel
>
--
Regards
Vladimir 'phcoder' Serbinenko
[-- Attachment #2: Type: text/html, Size: 2508 bytes --]
prev parent reply other threads:[~2016-03-10 20:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-07 13:34 multiboot2 structs and packed attribute Daniel Kiper
2016-03-07 20:42 ` Vladimir 'phcoder' Serbinenko
2016-03-08 20:07 ` Daniel Kiper
2016-03-10 20:16 ` Vladimir 'phcoder' Serbinenko [this message]
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=CAEaD8JOA27jk_DL5xt6v6ot5GHnUnM7YtnQnxDBJrzhFkvY+KA@mail.gmail.com \
--to=phcoder@gmail.com \
--cc=arvidjaar@gmail.com \
--cc=daniel.kiper@oracle.com \
--cc=grub-devel@gnu.org \
/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;
as well as URLs for NNTP newsgroup(s).