logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

linking.patch (595B)


  1. SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
  2. SPDX-License-Identifier: GPL-2.0-only
  3. This seemingly useless statement (redefined a couple of lines later) is
  4. not liked by our version of binutils.
  5. --- linux-4.14.336/arch/x86/kernel/vmlinux.lds.S 2021-07-31 18:45:14.787124887 +1000
  6. +++ linux-4.14.336/arch/x86/kernel/vmlinux.lds.S 2021-07-31 18:43:16.234180449 +1000
  7. @@ -170,7 +170,6 @@
  8. . = __vvar_beginning_hack + PAGE_SIZE;
  9. } :data
  10. - . = ALIGN(__vvar_page + PAGE_SIZE, PAGE_SIZE);
  11. /* Init code and data - will be freed after init */
  12. . = ALIGN(PAGE_SIZE);