[roll] Roll fuchsia [kernel][phys] Ensure the x86 GDT register is correctly aligned.

When the GDT register is loaded on x86, we need to pass in a 10-byte
memory value. Ideally, this should be aligned such that
`alignof(GdtRegister64) % 8 == 6`, because the CPU will load a 2-byte
word followed an 8-byte word. In practice, this doesn't matter too much,
because x86 will happily load unaligned words in most circumstances.

However, the misaligned GdtRegister64 has recently started causing
problems for the linker/relocation code, because the compiler attempts
to emit a pre-constructed GdtRegister64 in the program's .rodata
section, which in turn requires an unaligned reloc.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/506621
Original-Revision: 5deb37aa3fd27d5825859dc4ecb41a8069307fed
GitOrigin-RevId: 4799825f302fc2b7bbcfef84eafb9f8d4863ed7d
Change-Id: I34e79c5bbca3079183c2112ccf98132a3686d117
1 file changed
tree: 8fe1412e209c5ddb38027d31cd3cabe96da87fdc
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.