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
| ||
|
Message-ID: <20071013041010.GB21127@linux-sh.org> Date: Sat, 13 Oct 2007 13:10:10 +0900 From: Paul Mundt <lethal@...ux-sh.org> To: Linus Torvalds <torvalds@...ux-foundation.org> Cc: linux-kernel@...r.kernel.org Subject: [GIT PULL] [RESEND] sh64 updates for 2.6.24-rc1 Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6.git Which contains: Paul Mundt (18): sh64: Move *_p() I/O routine variants to io.h. sh64: Tidy up includes for Cayman board. sh64: Kill off dead ROM-RAM and generic boards. sh64: Kill off duplicate frame pointer option. sh64: mach-harp: Build fixes. sh64: mach-sim: Build fixes. sh64: Some symbol exports and build fixes. sh64: Move consistent DMA routines to arch/sh64/mm/. sh64: Tidy up Kconfig dependencies. sh64: update cayman defconfig. sh64: Add defconfigs for mach-sim and mach-harp. sh64: alphanumeric display only on Cayman. sh64: Kill off dead gdb stub symbol. sh64: Kill off obsolete linux/blk.h reference. sh64: Set KBUILD_IMAGE to make the rpm target happy. sh64: linker script tidying and alignment fixups. sh64: Symbol export fixups. sh64: mach-cayman: Build fixes. Thomas Gleixner (1): sh64: cleanup struct irqaction initializers. arch/sh64/Kconfig | 51 -- arch/sh64/Kconfig.debug | 13 arch/sh64/Makefile | 6 arch/sh64/configs/cayman_defconfig | 258 ++++++++++-- arch/sh64/configs/harp_defconfig | 756 +++++++++++++++++++++++++++++++++++++ arch/sh64/configs/sim_defconfig | 566 +++++++++++++++++++++++++++ arch/sh64/kernel/Makefile | 2 arch/sh64/kernel/alphanum.c | 1 arch/sh64/kernel/pci-dma.c | 50 -- arch/sh64/kernel/sh_ksyms.c | 32 - arch/sh64/kernel/time.c | 14 arch/sh64/kernel/vmlinux.lds.S | 60 -- arch/sh64/lib/c-checksum.c | 3 arch/sh64/lib/io.c | 29 - arch/sh64/lib/iomap.c | 10 arch/sh64/mach-cayman/setup.c | 10 arch/sh64/mach-harp/Makefile | 13 arch/sh64/mach-harp/setup.c | 25 - arch/sh64/mach-romram/Makefile | 14 arch/sh64/mach-romram/setup.c | 141 ------ arch/sh64/mach-sim/Makefile | 13 arch/sh64/mach-sim/setup.c | 53 -- arch/sh64/mm/Makefile | 4 arch/sh64/mm/consistent.c | 52 ++ arch/sh64/mm/init.c | 4 arch/sh64/mm/ioremap.c | 7 include/asm-sh64/io.h | 7 27 files changed, 1690 insertions(+), 504 deletions(-) - 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