[RFC PATCH V1 02/10] powerpc/mm: Convert early cpu/mmu feature check to use the new helpers

2016-06-13 Thread Aneesh Kumar K.V
This switch most of the early feature check to use the non static key variant of the function. In later patches we will be switching cpu_has_feature and mmu_has_feature to use static keys and we can use them only after static key/jump label is initialized. Any check for feature before jump label in

[RFC PATCH V1 01/10] powerpc/mm: Add __cpu/__mmu_has_feature

2016-06-13 Thread Aneesh Kumar K.V
In later patches, we will be switching cpu and mmu feature check to use static keys. This would require us to have a variant of feature check that can be used in early boot before jump label is initialized. This patch adds the same. We also add a variant for radix_enabled() check We also update th

Re: Rational for having CONFIG_FB_RADEON=m

2016-06-13 Thread Mathieu Malaterre
Hi Michael, On Tue, Jun 14, 2016 at 5:26 AM, Michael Ellerman wrote: > On Mon, 2016-06-13 at 17:46 +0200, Mathieu Malaterre wrote: > >> 2. Try to fix `radeonfb` so that it is able to kick offb out of the >> way. Eg: >> https://lists.freedesktop.org/archives/dri-devel/2010-August/002907.html >> >

Re: [FIX PATCH v2 0/2] Fix powerpc,numa: Fix memory_hotplug_max()

2016-06-13 Thread Bharata B Rao
On Tue, Jun 14, 2016 at 03:19:27PM +1000, Michael Ellerman wrote: > On Tue, 2016-06-14 at 10:16 +0530, Bharata B Rao wrote: > > On Thu, May 12, 2016 at 07:04:13PM +0530, Bharata B Rao wrote: > > > This patchset fixes memory_hotplug_max() routine to return correct > > > value of maximum hotpluggable

Re: [FIX PATCH v2 0/2] Fix powerpc,numa: Fix memory_hotplug_max()

2016-06-13 Thread Michael Ellerman
On Tue, 2016-06-14 at 10:16 +0530, Bharata B Rao wrote: > On Thu, May 12, 2016 at 07:04:13PM +0530, Bharata B Rao wrote: > > This patchset fixes memory_hotplug_max() routine to return correct > > value of maximum hotpluggable address. > > > > In this version, whitespace fixes are separated into a

Re: [V2, 08/10] powerpc/mm: Clear top 16 bits of va only on older cpus

2016-06-13 Thread Michael Ellerman
On Thu, 2016-09-06 at 06:19:15 UTC, "Aneesh Kumar K.V" wrote: > Updated patch below. MMU_FTRS_POWER4 is inherited by others, hence don't > update that. > > >From 4ed66fd24dc4f976969cc34aca8df2ddbc69fe61 Mon Sep 17 00:00:00 2001 > From: "Aneesh Kumar K.V" > Date: Sat, 4 Jun 2016 19:58:26 +0530 > S

Re: [FIX PATCH v2 0/2] Fix powerpc,numa: Fix memory_hotplug_max()

2016-06-13 Thread Bharata B Rao
On Thu, May 12, 2016 at 07:04:13PM +0530, Bharata B Rao wrote: > This patchset fixes memory_hotplug_max() routine to return correct > value of maximum hotpluggable address. > > In this version, whitespace fixes are separated into a different patch. > > v2: https://www.mail-archive.com/linuxppc-de

Re: [PATCH 2/2] perf annotate: add powerpc support

2016-06-13 Thread Michael Ellerman
On Fri, 2016-06-10 at 20:08 +0530, Naveen N. Rao wrote: > On 2016/06/10 10:36AM, Arnaldo Carvalho de Melo wrote: > > Em Fri, Jun 10, 2016 at 06:32:51PM +0530, Naveen N. Rao escreveu: > > > Convert ins__find() to a __weak function for generic functionality, > > > while adding a powerpc-specific vari

Re: [PATCH kernel 9/9] KVM: PPC: VFIO device: support SPAPR TCE

2016-06-13 Thread Alexey Kardashevskiy
On 10/06/16 16:50, David Gibson wrote: > On Thu, Jun 09, 2016 at 04:47:59PM +1000, Alexey Kardashevskiy wrote: >> On 23/03/16 14:03, David Gibson wrote: >>> On Tue, Mar 22, 2016 at 11:34:55AM +1100, Alexey Kardashevskiy wrote: Uff, lost cc: list. Added back. Some comments below.

Re: Rational for having CONFIG_FB_RADEON=m

2016-06-13 Thread Michael Ellerman
On Mon, 2016-06-13 at 17:46 +0200, Mathieu Malaterre wrote: > 2. Try to fix `radeonfb` so that it is able to kick offb out of the > way. Eg: > https://lists.freedesktop.org/archives/dri-devel/2010-August/002907.html > > From my understanding it would make sense to go for (2), since it > would al

Re: powerpc/nohash: Fix build break with 4K pages

2016-06-13 Thread Michael Ellerman
On Wed, 2016-08-06 at 13:21:11 UTC, Michael Ellerman wrote: > Commit 74701d5947a6 "powerpc/mm: Rename function to indicate we are > allocating fragments" renamed page_table_free() to pte_fragment_free(). > One occurrence was mistyped as pte_fragment_fre(). > > This only breaks the nohash 4K page b

Re: [PATCH 06/14] x86/ptrace: run seccomp after ptrace

2016-06-13 Thread Andy Lutomirski
On Thu, Jun 9, 2016 at 3:52 PM, Andy Lutomirski wrote: > On Thu, Jun 9, 2016 at 2:01 PM, Kees Cook wrote: >> This moves seccomp after ptrace on x86 to that seccomp can catch changes >> made by ptrace. Emulation should skip the rest of processing too. >> >> We can get rid of test_thread_flag becau

Re: [PATCH 1/2] powerpc: Send SIGBUS on unaligned copy and paste

2016-06-13 Thread Chris Smart
On Thu, Jun 09, 2016 at 08:57:50AM +0200, Christophe Leroy wrote: Le 09/06/2016 à 08:01, Chris Smart a écrit : Calling ISA 3.0 instructions copy, copy_first, paste and paste_last generates an alignment fault when copying or pasting unaligned data (128 byte). We catch this and send SIGBUS to the

Re: [PATCH 11/12] mmc: Only descend into mmc directory when CONFIG_MMC is set

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on gpio/for-next] [also build test ERROR on v4.7-rc3 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Andrew-F-Davis/gpio-Only-descend-into-gpio-directory

Re: [PATCH 2/8] kexec_file: Generalize kexec_add_buffer.

2016-06-13 Thread Dave Young
On 06/13/16 at 04:08pm, Thiago Jung Bauermann wrote: > Hello Dave, > > Thanks for the quick review and for your comments. > > I'll separate the change to add arch_walk_system_ram and the change to add > kexec_locate_mem_hole into different patches, and add error handling for > KEXEC_ON_CRASH. >

Re: [PATCH 06/12] hsi: Only descend into hsi directory when CONFIG_HSI is set

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on gpio/for-next] [also build test ERROR on v4.7-rc3 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Andrew-F-Davis/gpio-Only-descend-into-gpio-directory

Re: [PATCH 12/12] leds: Only descend into leds directory when CONFIG_NEW_LEDS is set

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on gpio/for-next] [also build test ERROR on v4.7-rc3 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Andrew-F-Davis/gpio-Only-descend-into-gpio-directory

Re: [PATCH 08/12] i2c: Only descend into i2c directory when CONFIG_I2C is set

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on gpio/for-next] [also build test ERROR on v4.7-rc3 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Andrew-F-Davis/gpio-Only-descend-into-gpio-directory

Re: [PATCH] powerpc: convert 'iommu_alloc failed' messages to dynamic debug

2016-06-13 Thread Mauricio Faria de Oliveira
On 06/13/2016 06:51 PM, Benjamin Herrenschmidt wrote: Approximate wasn't a great choice of word but what I meant is: - The size doesn't mean you can do an allocation that size (pools layout etc..) - And it might be shared with another device (though less likely these days). Ah, yup - ok

Re: [RFC 12/18] limits: track RLIMIT_MEMLOCK actual max

2016-06-13 Thread Topi Miettinen
On 06/13/16 20:43, Alex Williamson wrote: > On Mon, 13 Jun 2016 22:44:19 +0300 > Topi Miettinen wrote: > >> Track maximum size of locked memory, presented in /proc/self/limits. >> >> Signed-off-by: Topi Miettinen >> --- >> arch/ia64/kernel/perfmon.c | 1 + >> arch/powerpc/kvm/b

[PATCH 00/12] Remove unneeded build directory traversals

2016-06-13 Thread Andrew F. Davis
Hello all, I was building a kernel for x86 and noticed Make still descended into directories like drivers/gpu/drm/hisilicon, this seems kind of odd given nothing will be built here. It looks to be due to some directories being included in obj-y unconditionally instead of only when the relevant CON

[PATCH 10/12] lguest: Only descend into lguest directory when CONFIG_LGUEST is set

2016-06-13 Thread Andrew F. Davis
When CONFIG_LGUEST is not set make will still descend into the lguest directory but nothing will be built. This produces unneeded build artifacts and messages in addition to slowing the build. Fix this here. Signed-off-by: Andrew F. Davis --- drivers/Makefile | 2 +- 1 file changed, 1 insertion(

[PATCH 05/12] macintosh: Only descend into directory when CONFIG_MACINTOSH_DRIVERS is set

2016-06-13 Thread Andrew F. Davis
When CONFIG_MACINTOSH_DRIVERS is not set make will still descend into the macintosh directory but nothing will be built. This produces unneeded build artifacts and messages in addition to slowing the build. Fix this here. Signed-off-by: Andrew F. Davis --- drivers/Makefile | 2 +- 1 file changed

[PATCH 08/12] i2c: Only descend into i2c directory when CONFIG_I2C is set

2016-06-13 Thread Andrew F. Davis
When CONFIG_I2C is not set make will still descend into the i2c directory but nothing will be built. This produces unneeded build artifacts and messages in addition to slowing the build. Fix this here. Signed-off-by: Andrew F. Davis --- drivers/Makefile | 3 ++- 1 file changed, 2 insertions(+),

[PATCH 12/12] leds: Only descend into leds directory when CONFIG_NEW_LEDS is set

2016-06-13 Thread Andrew F. Davis
When CONFIG_NEW_LEDS is not set make will still descend into the leds directory but nothing will be built. This produces unneeded build artifacts and messages in addition to slowing the build. Fix this here. Signed-off-by: Andrew F. Davis --- drivers/Makefile | 2 +- 1 file changed, 1 insertion(

[PATCH 01/12] gpio: Only descend into gpio directory when CONFIG_GPIOLIB is set

2016-06-13 Thread Andrew F. Davis
When CONFIG_GPIOLIB is not set make will still descend into the gpio directory but nothing will be built. This produces unneeded build artifacts and messages in addition to slowing the build. Fix this here. Signed-off-by: Andrew F. Davis --- drivers/Makefile | 2 +- 1 file changed, 1 insertion(+

[PATCH 06/12] hsi: Only descend into hsi directory when CONFIG_HSI is set

2016-06-13 Thread Andrew F. Davis
When CONFIG_HSI is not set make will still descend into the hsi directory but nothing will be built. This produces unneeded build artifacts and messages in addition to slowing the build. Fix this here. Signed-off-by: Andrew F. Davis --- drivers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 04/12] NFC: Only descend into nfc directory when CONFIG_NFC is set

2016-06-13 Thread Andrew F. Davis
When CONFIG_NFC is not set make will still descend into the nfc directory but nothing will be built. This produces unneeded build artifacts and messages in addition to slowing the build. Fix this here. Signed-off-by: Andrew F. Davis --- drivers/Makefile | 6 +- 1 file changed, 5 insertions(+

[PATCH 09/12] [media] Only descend into directory when CONFIG_MEDIA_SUPPORT is set

2016-06-13 Thread Andrew F. Davis
When CONFIG_MEDIA_SUPPORT is not set make will still descend into the media directory but nothing will be built. This produces unneeded build artifacts and messages in addition to slowing the build. Fix this here. Signed-off-by: Andrew F. Davis --- drivers/Makefile | 2 +- 1 file changed, 1 inse

[PATCH 11/12] mmc: Only descend into mmc directory when CONFIG_MMC is set

2016-06-13 Thread Andrew F. Davis
When CONFIG_MMC is not set make will still descend into the mmc directory but nothing will be built. This produces unneeded build artifacts and messages in addition to slowing the build. Fix this here. Signed-off-by: Andrew F. Davis --- drivers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 03/12] amba: Only descend into amba directory when CONFIG_ARM_AMBA is set

2016-06-13 Thread Andrew F. Davis
When CONFIG_ARM_AMBA is not set make will still descend into the amba directory but nothing will be built. This produces unneeded build artifacts and messages in addition to slowing the build. Fix this here. Signed-off-by: Andrew F. Davis --- drivers/Makefile | 2 +- 1 file changed, 1 insertion(

[PATCH 02/12] pwm: Only descend into pwm directory when CONFIG_PWM is set

2016-06-13 Thread Andrew F. Davis
When CONFIG_PWM is not set make will still descend into the pwm directory but nothing will be built. This produces unneeded build artifacts and messages in addition to slowing the build. Fix this here. Signed-off-by: Andrew F. Davis --- drivers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 07/12] auxdisplay: Only descend into directory when CONFIG_AUXDISPLAY is set

2016-06-13 Thread Andrew F. Davis
When CONFIG_AUXDISPLAY is not set make will still descend into the auxdisplay directory but nothing will be built. This produces unneeded build artifacts and messages in addition to slowing the build. Fix this here. Signed-off-by: Andrew F. Davis --- drivers/Makefile | 2 +- 1 file changed, 1 in

[RFC 12/18] limits: track RLIMIT_MEMLOCK actual max

2016-06-13 Thread Topi Miettinen
Track maximum size of locked memory, presented in /proc/self/limits. Signed-off-by: Topi Miettinen --- arch/ia64/kernel/perfmon.c | 1 + arch/powerpc/kvm/book3s_64_vio.c | 1 + arch/powerpc/mm/mmu_context_iommu.c| 1 + drivers/infiniband/core/umem.c

Re: [PATCH] powerpc: convert 'iommu_alloc failed' messages to dynamic debug

2016-06-13 Thread Benjamin Herrenschmidt
On Mon, 2016-06-13 at 18:43 -0300, Mauricio Faria de Oliveira wrote: > Hi Ben, > > On 06/13/2016 06:26 PM, Benjamin Herrenschmidt wrote: > > I've been thinking about this a bit... it might be worthwhile adding > > a dma_* call to query the approximate size of the IOMMU window, as > > a way for the

Re: [PATCH v6 10/11] cpuidle/powernv: Add support for POWER ISA v3 idle states

2016-06-13 Thread Benjamin Herrenschmidt
On Wed, 2016-06-08 at 11:54 -0500, Shreyas B. Prabhu wrote: > >  /* >   * States for dedicated partition case. >   */ > @@ -167,6 +183,8 @@ static int powernv_add_idle_states(void) >   int nr_idle_states = 1; /* Snooze */ >   int dt_idle_states; >   u32 *latency_ns, *residency_ns, *fla

Re: [PATCH] powerpc: convert 'iommu_alloc failed' messages to dynamic debug

2016-06-13 Thread Mauricio Faria de Oliveira
Hi Ben, On 06/13/2016 06:26 PM, Benjamin Herrenschmidt wrote: I've been thinking about this a bit... it might be worthwhile adding a dma_* call to query the approximate size of the IOMMU window, as a way for the device to adjust its requirements dynamically. Ok, cool; something like it was one

Re: [PATCH] powerpc: convert 'iommu_alloc failed' messages to dynamic debug

2016-06-13 Thread Benjamin Herrenschmidt
On Mon, 2016-06-13 at 10:27 -0300, Mauricio Faria de Oliveira wrote: > Hi Ben, > > On 06/11/2016 08:02 PM, Benjamin Herrenschmidt wrote: > > I'm not fan of this. This is a very useful message to diagnose why, > > for example, your network adapter is not working properly. > > > > A lot of drivers

Re: [PATCH v6 09/11] cpuidle/powernv: Use CPUIDLE_STATE_MAX instead of MAX_POWERNV_IDLE_STATES

2016-06-13 Thread Rafael J. Wysocki
On Monday, June 13, 2016 05:01:50 PM Daniel Lezcano wrote: > On Wed, Jun 08, 2016 at 11:54:29AM -0500, Shreyas B. Prabhu wrote: > > Use cpuidle's CPUIDLE_STATE_MAX macro instead of powernv specific > > MAX_POWERNV_IDLE_STATES. > > > > Cc: Rafael J. Wysocki > > Cc: Daniel Lezcano > > Cc: linux...

Re: [PATCH 00/14] run seccomp after ptrace

2016-06-13 Thread Kees Cook
(Oops, forgot to send this series through the lsm list...) On Thu, Jun 9, 2016 at 2:01 PM, Kees Cook wrote: > There has been a long-standing (and documented) issue with seccomp > where ptrace can be used to change a syscall out from under seccomp. > This is a problem for containers and other wide

Re: [RFC 12/18] limits: track RLIMIT_MEMLOCK actual max

2016-06-13 Thread Alex Williamson
On Mon, 13 Jun 2016 22:44:19 +0300 Topi Miettinen wrote: > Track maximum size of locked memory, presented in /proc/self/limits. > > Signed-off-by: Topi Miettinen > --- > arch/ia64/kernel/perfmon.c | 1 + > arch/powerpc/kvm/book3s_64_vio.c | 1 + > arch/powerpc/mm/mm

Re: [PATCH 2/8] kexec_file: Generalize kexec_add_buffer.

2016-06-13 Thread Thiago Jung Bauermann
Hi Dave, Am Montag, 13 Juni 2016, 16:08:19 schrieb Thiago Jung Bauermann: > Am Montag, 13 Juni 2016, 15:29:39 schrieb Dave Young: > > On 06/12/16 at 12:10am, Thiago Jung Bauermann wrote: > > > Allow architectures to specify different memory walking functions for > > > kexec_add_buffer. Intel uses

Re: [PATCH 2/8] kexec_file: Generalize kexec_add_buffer.

2016-06-13 Thread Thiago Jung Bauermann
Hello Dave, Thanks for the quick review and for your comments. I'll separate the change to add arch_walk_system_ram and the change to add kexec_locate_mem_hole into different patches, and add error handling for KEXEC_ON_CRASH. Am Montag, 13 Juni 2016, 15:29:39 schrieb Dave Young: > On 06/12/16

Kernel 4.7: PAGE_GUARDED and _PAGE_NO_CACHE

2016-06-13 Thread Christian Zigotzky
Hi Ben, I could send you a patch but it doesn't work with the three PowerPC commits. I think we have to fix the boot issue at first. After that we can integrate the first patch for the Nemo board. Cheers, Christian On 13 June 2016 at 10:19 AM, Benjamin Herrenschmidt wrote: > > The right way to

Rational for having CONFIG_FB_RADEON=m

2016-06-13 Thread Mathieu Malaterre
Dear all, Debian decided to switch to using CONFIG_FB_RADEON=m (Mach64 and Rage128 are still built-in). Since CONFIG_FB_OF=y and can never be a module, this means for PowerMac+radeon users that Open Firmware is always the implementation taken from the Frame Buffer: [0.740726] Using unsupport

Re: [PATCH v6 10/11] cpuidle/powernv: Add support for POWER ISA v3 idle states

2016-06-13 Thread Daniel Lezcano
On Wed, Jun 08, 2016 at 11:54:30AM -0500, Shreyas B. Prabhu wrote: > POWER ISA v3 defines a new idle processor core mechanism. In summary, > a) new instruction named stop is added. > b) new per thread SPR named PSSCR is added which controls the behavior > of stop instruction. > > Supported

Re: [PATCH v6 09/11] cpuidle/powernv: Use CPUIDLE_STATE_MAX instead of MAX_POWERNV_IDLE_STATES

2016-06-13 Thread Daniel Lezcano
On Wed, Jun 08, 2016 at 11:54:29AM -0500, Shreyas B. Prabhu wrote: > Use cpuidle's CPUIDLE_STATE_MAX macro instead of powernv specific > MAX_POWERNV_IDLE_STATES. > > Cc: Rafael J. Wysocki > Cc: Daniel Lezcano > Cc: linux...@vger.kernel.org > Suggested-by: Daniel Lezcano > Signed-off-by: Shreyas

Re: [PATCH] powerpc: convert 'iommu_alloc failed' messages to dynamic debug

2016-06-13 Thread Mauricio Faria de Oliveira
Hi Ben, On 06/11/2016 08:02 PM, Benjamin Herrenschmidt wrote: I'm not fan of this. This is a very useful message to diagnose why, for example, your network adapter is not working properly. A lot of drivers don't deal well with IOMMU errors. The fact that NVME trigger these is a problem that ne

Re: [PATCH 1/2] crypto: vmx: Fix ABI detection

2016-06-13 Thread Herbert Xu
On Fri, Jun 10, 2016 at 04:47:02PM +1000, Anton Blanchard wrote: > From: Anton Blanchard > > When calling ppc-xlate.pl, we pass it either linux-ppc64 or > linux-ppc64le. The script however was expecting linux64le, a result > of its OpenSSL origins. This means we aren't obeying the ppc64le > ABIv2

Re: Kernel 4.7: PAGE_GUARDED and _PAGE_NO_CACHE

2016-06-13 Thread Christian Zigotzky
Hi All, Can I disable the new PowerPC features with Radix MMU Support (PPC_RADIX_MMU) [Y/n/?] (NEW) -> n ? I can't compile the RC3 without the PowerPC commits. Our kernel lost the mainline kernel support. Revert of the three PowerPC commits works but the kernel doesn't compile anymore. C

Re: Kernel 4.7: PAGE_GUARDED and _PAGE_NO_CACHE

2016-06-13 Thread Benjamin Herrenschmidt
On Mon, 2016-06-13 at 09:14 +0100, Christian Zigotzky wrote: > Can I disable the new PowerPC features with > > Radix MMU Support (PPC_RADIX_MMU) [Y/n/?] (NEW) -> n > > ? > > I can't compile the RC3 without the PowerPC commits. Our kernel lost > the mainline kernel support. Revert of the thre

Re: [PATCH v4 3/7] powerpc: use the new LED disk activity trigger

2016-06-13 Thread Jacek Anaszewski
Hi all, For consistency reasons this patch should be merged through LED tree, but I need an ack from relevant maintainer. Benjamin, Michael, Paul? Thanks, Jacek Anaszewski On 06/10/2016 07:59 AM, Stephan Linz wrote: - dts: rename 'ide-disk' to 'disk-activity' - defconfig: rename 'ADB_PMU_LED_I

Re: [PATCH 2/8] kexec_file: Generalize kexec_add_buffer.

2016-06-13 Thread Dave Young
On 06/12/16 at 12:10am, Thiago Jung Bauermann wrote: > Allow architectures to specify different memory walking functions for > kexec_add_buffer. Intel uses iomem to track reserved memory ranges, > but PowerPC uses the memblock subsystem. Can the crashk_res be inserted to iomem_resource so that onl

Re: [PATCH 2/8] kexec_file: Generalize kexec_add_buffer.

2016-06-13 Thread Dave Young
On 06/12/16 at 12:10am, Thiago Jung Bauermann wrote: > Allow architectures to specify different memory walking functions for > kexec_add_buffer. Intel uses iomem to track reserved memory ranges, > but PowerPC uses the memblock subsystem. > > Also, factor kexec_locate_mem_hole out of kexec_add_buff

Re: [PATCH 1/8] kexec_file: Remove unused members from struct kexec_buf.

2016-06-13 Thread Dave Young
On 06/12/16 at 12:10am, Thiago Jung Bauermann wrote: > kexec_add_buffer uses kexec_buf.buffer and kexec_buf.bufsz to pass along > its own arguments buffer and bufsz, but since they aren't used anywhere > else, it's pointless. > > Cc: Eric Biederman > Cc: ke...@lists.infradead.org > Cc: linux-ker.

Re: [PATCH 0/8] kexec_file_load implementation for PowerPC

2016-06-13 Thread Dave Young
On 06/12/16 at 12:10am, Thiago Jung Bauermann wrote: > Hello, > > This patch series implements the kexec_file_load system call on PowerPC. > > It starts by removing an x86 assumption from kexec_file: kexec_add_buffer uses > iomem to find reserved memory ranges, but PowerPC uses the memblock subsy