[PATCH 18/24] mn10300: Use Kbuild logic to provide (no replies)
The extra definition for BITS_PER_LONG is also indirectly provided by <asm-generic/types.h>, via <asm-generic/int-ll64.h> and <asm/bitsperlong.h> Signed-off-by: Geert Uytterhoeven...
View Article[PATCH 03/24] cris/uapi: Use Kbuild logic to provide (1 reply)
Uapi <asm-generic/types.h> just includes <asm-generic/int-ll64.h> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Mikael Starvik <starvik@axis.com> Cc: Jesper...
View Article[PATCH 20/24] xtensa: Remove duplicate definition of BITS_PER_LONG (no replies)
The definition for BITS_PER_LONG is already indirectly provided by <asm-generic/types.h>, via <asm-generic/int-ll64.h> and <asm/bitsperlong.h> Signed-off-by: Geert Uytterhoeven...
View Article[PATCH 06/24] microblaze/uapi: Use Kbuild logic to include (no replies)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Michal Simek <monstr@monstr.eu> Cc: microblaze-uclinux@itee.uq.edu.au --- arch/microblaze/include/uapi/asm/Kbuild | 3 ++-...
View Article[PATCH 07/24] mn10300/uapi: Use Kbuild logic to provide (no replies)
Uapi <asm-generic/types.h> just includes <asm-generic/int-ll64.h> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: David Howells <dhowells@redhat.com> Cc: Koichi...
View Article[PATCH 23/24] xtensa: Separate kernel/userspace inclusion of (no replies)
This allows to rename the kernelspace version later. Now arch/xtensa/include/asm/types.h includes the kernelspace version, while arch/xtensa/include/uapi/asm/types.h includes the userspace version. As...
View Article[patch 10/12 v4] efi: only print saved efi runtime maps instead of all memmap...
Hi, References: <20131125085630.417850406@dhcp-16-126.nay.redhat.com> Content-Disposition: inline; filename=10-print-efi-runtime-memmap.patch For kexec/kdump kernel efi runtime mappings are...
View Article[patch 07/12 v4] efi: passing kexec necessary efi data via setup_data (no...
Hi, References: <20131125085630.417850406@dhcp-16-126.nay.redhat.com> Content-Disposition: inline; filename=07-use-efi-setup-data.patch Add a new setup_data type SETUP_EFI for kexec use. Passing...
View Article[patch 01/12 v4] efi: remove unused variables in __map_region (1 reply)
Hi, References: <20131125085630.417850406@dhcp-16-126.nay.redhat.com> Content-Disposition: inline; filename=01-remove-unused-var-in-map-region.patch variables size and end is useless in this...
View Article[patch 11/12 v4] x86: reserve setup_data ranges late after parsing memmap...
Hi, References: <20131125085630.417850406@dhcp-16-126.nay.redhat.com> Content-Disposition: inline; filename=11-reserve-setup-data-late.patch Kdump kernel using memmap=exactmap, move...
View Article[patch 09/12 v4] x86: export x86 boot_params to sysfs (no replies)
Hi, References: <20131125085630.417850406@dhcp-16-126.nay.redhat.com> Content-Disposition: inline; filename=09-add-sysfs-boot-param.patch kexec-tools use boot_params for getting the 1st kernel...
View Article[patch 08/12 v4] x86: add xloadflags bit for efi runtime support on kexec (no...
Hi, References: <20131125085630.417850406@dhcp-16-126.nay.redhat.com> Content-Disposition: inline; filename=08-add-xloadflags-for-kexec-efi-runtime-feature.patch Old kexec-tools can not load new...
View Article[PATCH 0024] asm-generic: Rename int-ll64.h to types.h (5 replies)
This patchset aims to rename <asm-generic/int-ll64.h> to <asm-generic/types.h> in kernelspace, as suggested by Arnd. While userspace still has both include/uapi/asm-generic/int-l64.h and...
View Article[patch 12/12 v4] x86: do not use __va for getting setup_data virt addr (no...
Hi, References: <20131125085630.417850406@dhcp-16-126.nay.redhat.com> Content-Disposition: inline; filename=12-x86-kdebugfs-use-ioremap.patch __va does not work in case memmap=exactmap, so let's...
View Article[patch 04/12 v4] efi: cleanup efi_enter_virtual_mode function (no replies)
Hi, References: <20131125085630.417850406@dhcp-16-126.nay.redhat.com> Content-Disposition: inline; filename=04-efi-enter-virtual-mode-cleanup.patch Add two small functions: efi_merge_regions and...
View Article[patch 05/12 v4] efi: export more efi table variable to sysfs (no replies)
Hi, References: <20131125085630.417850406@dhcp-16-126.nay.redhat.com> Content-Disposition: inline; filename=05-export-more-efi-sysfs-vars.patch Export fw_vendor, runtime and config tables...
View Article[patch 00/12 v4] kexec kernel efi runtime support (no replies)
Hi, Sorry for the spam, the patch subject is not correct in previous sending a while ago, send them again.. Here is the V4 for supporting kexec kernel efi runtime. Per pervious discussion I pass the...
View Article[patch 02/12 v4] efi: add a wrapper function efi_map_region_fixed (no replies)
Hi, References: <20131125085630.417850406@dhcp-16-126.nay.redhat.com> Content-Disposition: inline; filename=02-efi-map-fixed-addr.patch Kexec kernel will use saved runtime virtual mapping, so...
View Article[PATCH net] macvtap: fix tx_dropped counting error (no replies)
After commit 8ffab51b3dfc54876f145f15b351c41f3f703195 (macvlan: lockless tx path), tx stat counter were converted to percpu stat structure. So we need use to this also for tx_dropped in macvtap....
View Article[PATCH] powerpc/4xx: Fix warning in kilauea.dtb (no replies)
Currently I see: DTC arch/powerpc/boot/kilauea.dtb Warning (reg_format): "reg" property in /plb/ppc4xx-msi@C10000000 has invalid length (12 bytes) (#address-cells == 1, #size-cells == 1) It appears...
View Article