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] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 21 Mar 2007 17:30:36 +1100
From:	Rusty Russell <rusty@...tcorp.com.au>
To:	Andrew Morton <akpm@...ux-foundation.org>
Cc:	Ingo Molnar <mingo@...e.hu>, Andi Kleen <andi@...stfloor.org>,
	lkml - Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/4] i386 GDT cleanups

After lots of good feedback and contributions from the last series, this
set of 4 simply cleans up GDT usage in i386.  Percpu->pda is not
included: it's really a separate problem (but made much simpler by these
patches).

Patches are:
no-gdt-pda-alloc.patch 
        - Simplify by using per-cpu vars for gdt & pda, not allocating.
        This patch has been seen here before, and Jeremy Fitzhardinge
        acked it.

direct-percpu-gdt.patch 
        - Simplify boot by switching straight from boot_gdt_table
        straight to per-cpu versions, rather than going to cpu_gdt_table
        then per-cpu gdt.  This is a new approach after Ingo cautioned
        about removing boot_gdt_table.

cleanup-cpuinits.patch 
        - Simple patch: we can now roll two identical functions together
        
cleanup-gdt-accessors.patch 
        - Remove a level of indirection

Cheers,
Rusty.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ