Re: [PATCH] ARM: picoxcell: fix missing interrupt-parent properties

2021-01-02 Thread Jamie Iles
x/linux-picochip-3.0/0001-picoxcell-support-for-Picochip-picoXcell-SoC.patch > > Signed-off-by: Arnd Bergmann Acked-by: Jamie Iles Thanks Arnd! Jamie

Re: [PATCH] ARM: picoxcell: fix missing interrupt-parent properties

2020-12-31 Thread Jamie Iles
Hi Arnd, On Wed, Dec 30, 2020 at 04:20:05PM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > dtc points out that the interrupts for some devices are not parsable: > > picoxcell-pc3x2.dtsi:45.19-49.5: Warning (interrupts_property): > /paxi/gem@3: Missing interrupt-parent > picoxcell-pc

Re: [PATCH 0/4] Remove PicoXcell

2020-12-13 Thread Jamie Iles
Acked-by: Jamie Iles for the series. Intel EOLd this product now, good idea to remove it. Thanks, Jamie On Thu, Dec 10, 2020 at 02:03:11PM -0600, Rob Herring wrote: > PicoXcell has had nothing but treewide cleanups for at least the last 8 > years and no signs of activity. The most

Re: [PATCH 00/24] x86/resctrl: Merge the CDP resources

2020-11-13 Thread Jamie Iles
by the end of the series. > > This series is a little rough around the monitors, would a fake > struct resctrl_schema for the monitors simplify things, or be a source > of bugs? > > This series is based on v5.10-rc1, and can be retrieved from: > git://git.kernel.org/pub/scm/linux/kernel/git/morse/linux.git > mpam/resctrl_merge_cdp/v1 > > Parts were previously posted as an RFC here: > https://lore.kernel.org/lkml/20200214182947.39194-1-james.mo...@arm.com/ Reviewed-by: Jamie Iles Jamie

Re: [PATCH 10/24] x86/resctrl: Move the schema names into struct resctrl_schema

2020-11-10 Thread Jamie Iles
Hi James, On Fri, Oct 30, 2020 at 04:11:06PM +, James Morse wrote: > Move the names used for the schemata file out of the resource and > into struct resctrl_schema. This allows one resource to have two > different names, based on the other schema properties. > > This patch copies the names, e

Re: [PATCH] ARM: dts: picoxcell: drop unused reg-io-width from DW APB GPIO controller

2020-09-18 Thread Jamie Iles
aml: gpio@2: > 'reg-io-width' does not match any of the regexes: > '^gpio-(port|controller)@[0-9a-f]+$', 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski Acked-by: Jamie Iles Thanks!

Re: [PATCH] drivers: crypto: picoxcell_crypto: Fix potential race condition bug

2020-08-13 Thread Jamie Iles
ich updates engine->stat_irq_thresh, > therefore initialize it before creating the file in probe function. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Madhuparna Bhowmik Acked-by: Jamie Iles Thanks!

Re: [PATCH] crypto: picoxcell - Fix error handling in spacc_probe()

2018-01-24 Thread Jamie Iles
rification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshilov Reviewed-by: Jamie Iles

Re: WARNING in task_participate_group_stop

2017-11-06 Thread Jamie Iles
On Mon, Nov 06, 2017 at 12:56:09PM +0100, Dmitry Vyukov wrote: > On Mon, Nov 6, 2017 at 12:25 PM, Jamie Iles wrote: > > Hi Dmitry, > > > > On Mon, Nov 06, 2017 at 12:02:19PM +0100, Dmitry Vyukov wrote: > >> On Thu, Nov 2, 2017 at 6:01 PM, Oleg Nesterov wrote: > &

Re: WARNING in task_participate_group_stop

2017-11-06 Thread Jamie Iles
Hi Dmitry, On Mon, Nov 06, 2017 at 12:02:19PM +0100, Dmitry Vyukov wrote: > On Thu, Nov 2, 2017 at 6:01 PM, Oleg Nesterov wrote: > > On 11/01, Dmitry Vyukov wrote: > >> > >> On Tue, Oct 31, 2017 at 7:34 PM, Oleg Nesterov wrote: > >> > Hmm. I do not see reproducer in this email... > >> > >> Ah, s

Re: [PATCH] drivers/crypto: Convert timers to use timer_setup()

2017-10-26 Thread Jamie Iles
Cc: Jesper Nilsson > Cc: Lars Persson > Cc: Niklas Cassel > Cc: "David S. Miller" > Cc: Jamie Iles > Cc: linux-arm-ker...@axis.com > Cc: linux-cry...@vger.kernel.org > Cc: linux-arm-ker...@lists.infradead.org > Signed-off-by: Kees Cook > --- Acked-by: Jamie Iles Thanks, Jamie

Re: [PATCH] gpio: dwapb: Add wakeup source support

2017-09-12 Thread Jamie Iles
Hi Linus, On Tue, Sep 12, 2017 at 11:47:52AM +0200, Linus Walleij wrote: > Jamie, do you consider yourself maintainer? If not > would someone else using this driver please step up? I don't think I'm best suited to the job - I don't actually have access to the docs for this IP block any more so c

[PATCH] signal: don't remove SIGNAL_UNKILLABLE for traced tasks.

2017-08-15 Thread Jamie Iles
fine, but then once debugging has finished, the init process is left killable which is unlikely what the user expects, resulting in either an accidentally killed init or an init that stops reaping zombies. Cc: Andrew Morton Cc: Oleg Nesterov Signed-off-by: Jamie Iles --- kernel/signal.c | 6

Re: SIGNAL_UNKILLABLE and init again

2017-08-14 Thread Jamie Iles
Hi Oleg, On Thu, Apr 27, 2017 at 01:16:51PM +0100, Jamie Iles wrote: > On Wed, Apr 26, 2017 at 05:18:58PM +0200, Oleg Nesterov wrote: > > Hi Jamie, > > > > On 04/25, Jamie Iles wrote: > > > > > > Hi Oleg, > > > > > > I'm back

Re: [PATCH] signal: don't remove SIGNAL_UNKILLABLE for traced tasks.

2017-06-08 Thread Jamie Iles
can remove this "clear > SIGNAL_UNKILLABLE" logic in force_sig_info() altogether. I was wondering if you had given this any more thought? Thanks, Jamie > On 05/04, Jamie Iles wrote: > > > > When forcing a signal, SIGNAL_UNKILLABLE is removed to prevent recursive >

Re: [PATCH] signal: don't remove SIGNAL_UNKILLABLE for traced tasks.

2017-05-05 Thread Jamie Iles
Hi Oleg, On Fri, May 05, 2017 at 06:26:07PM +0200, Oleg Nesterov wrote: > I am sorry for being slow... yes, probably we should start with this > simple change, and perhaps we do not really need anything else. But > let me think about this till Monday, perhaps we can remove this "clear > SIGNAL_UNK

[PATCH] signal: don't remove SIGNAL_UNKILLABLE for traced tasks.

2017-05-04 Thread Jamie Iles
fine, but then once debugging has finished, the init process is left killable which is unlikely what the user expects, resulting in either an accidentally killed init or an init that stops reaping zombies. Cc: Andrew Morton Cc: Oleg Nesterov Signed-off-by: Jamie Iles --- kernel/signal.c | 6

Re: SIGNAL_UNKILLABLE and init again

2017-04-27 Thread Jamie Iles
On Wed, Apr 26, 2017 at 05:18:58PM +0200, Oleg Nesterov wrote: > Hi Jamie, > > On 04/25, Jamie Iles wrote: > > > > Hi Oleg, > > > > I'm back looking at SIGNAL_UNKILLABLE and debugging child reapers again, > > and the current issue is when running cod

SIGNAL_UNKILLABLE and init again

2017-04-25 Thread Jamie Iles
Hi Oleg, I'm back looking at SIGNAL_UNKILLABLE and debugging child reapers again, and the current issue is when running code in the target process, SIGTRAP firing and that causing SIGNAL_UNKILLABLE protection to be removed in force_sig_info(): if (action->sa.sa_handler == SIG_DFL)

Re: [PATCH v2] gpio: dwapb: Add support for next generation of X-Gene SoC

2017-02-17 Thread Jamie Iles
egister addresses. > > Signed-off-by: Hoan Tran Reviewed-by: Jamie Iles

Re: [PATCH] gpio: dwapb: Add support for next generation of X-Gene SoC

2017-02-15 Thread Jamie Iles
Hi Hoan, On Tue, Feb 14, 2017 at 05:22:09PM -0800, Hoan Tran wrote: > Hi Linus, Jamie and all, > > Do you have any comments on this patch? I think that the CONFIG_ACPI ifdef can be removed to clean it up - acpi_match_device() returns NULL for !CONFIG_ACPI. Other than that, looks good to me. J

Re: [PATCH] gpio: dwapb: Add support for next generation of X-Gene SoC

2017-02-13 Thread Jamie Iles
; > This patch modifies DW GPIO driver to accommodate the difference > > in a few register addresses. > > > > Signed-off-by: Hoan Tran > > On next iteration please include Jamie Iles, Weike Chen and Sebastian > Andrzej Siewior. > They all provided substantial

Re: [PATCH 0/3] crypto: picoxcell - Cleanups removing non-DT code

2017-01-07 Thread Jamie Iles
crypto: picoxcell - Remove spacc_is_compatible() wrapper function > > drivers/crypto/Kconfig| 2 +- > drivers/crypto/picoxcell_crypto.c | 28 +++- > 2 files changed, 4 insertions(+), 26 deletions(-) Acked-by: Jamie Iles Thanks, Jamie

[PATCHv2] signal: protect SIGNAL_UNKILLABLE from unintentional clearing.

2017-01-04 Thread Jamie Iles
pond to future SIGSTOP signals rather than ignoring them. Make sure that when setting SIGNAL_STOP_CONTINUED/SIGNAL_STOP_STOPPED that we don't clear SIGNAL_UNKILLABLE. Cc: Alexander Viro Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Andrew Morton Cc: Oleg Nesterov Signed-off-by: Jamie Iles --

Re: [PATCH] signal: protect SIGNAL_UNKILLABLE from unintentional clearing.

2016-11-29 Thread Jamie Iles
Hi Oleg, On Tue, Nov 29, 2016 at 03:06:00PM +0100, Oleg Nesterov wrote: > Jamie, > > I am really sorry for the huge delay. No problem! > On 11/16, Jamie Iles wrote: > > > > Since 00cd5c37af (ptrace: permit ptracing of /sbin/init) we can now > > trace init

Re: [PATCH] signal: protect SIGNAL_UNKILLABLE from unintentional clearing.

2016-11-28 Thread Jamie Iles
Hi Oleg, On Thu, Nov 17, 2016 at 08:04:20PM +0100, Oleg Nesterov wrote: > On 11/16, Jamie Iles wrote: > > > > This can result in init becoming stoppable/killable after tracing. For > > example, running: > > > > while true; do kill -STOP 1; done & >

[PATCH] signal: protect SIGNAL_UNKILLABLE from unintentional clearing.

2016-11-16 Thread Jamie Iles
pond to future SIGSTOP signals rather than ignoring them. Instead of direct assignment to struct signal_struct::flags, provide accessors that protect SIGNAL_UNKILLABLE. Cc: Alexander Viro Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Andrew Morton Cc: Oleg Nesterov Signed-off-by: Jamie Iles ---

Re: [PATCH 5/7] crypto: picoxcell: check return value of sg_nents_for_len

2015-11-06 Thread Jamie Iles
orentin Acked-by: Jamie Iles thanks for doing this! Jamie -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 3.17-rc5 ] scripts/sortextable: Suppress warning: ‘relocs_size’ may be used uninitialized

2014-09-18 Thread Jamie Iles
6:3: warning: ‘relocs_size’ may be used uninitialized > in this function [-Wmaybe-uninitialized] >memset(relocs, 0, relocs_size); >^ > scripts/sortextable.h:106:6: note: ‘relocs_size’ was declared here > int relocs_size; > ^ > > gcc 4.9.1 > > Cc: Andrew

Re: [PATCH 08/16] MAINTAINERS: Update picoxcell patterns

2014-07-08 Thread Jamie Iles
Thanks Joe! On Thu, Jul 03, 2014 at 03:07:52PM -0700, Joe Perches wrote: > Fix the picoxcell patterns, add the dts directory too. > > Signed-off-by: Joe Perches > cc: Jamie Iles Acked-by: Jamie Iles Jamie -- To unsubscribe from this list: send the line "unsubscribe linux-ke

Re: [PATCH v3] gpio: dwapb: use a second irq chip

2014-05-27 Thread Jamie Iles
ntime two users > where one is using edge and the other level. > > Acked-by: Alan Tull > Signed-off-by: Sebastian Andrzej Siewior Acked-by: Jamie Iles -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.o

Re: [PATCH] hwrng: remove unbuildable picoxcell TRNG

2014-04-15 Thread Jamie Iles
> tree. This means this driver has never been buildable. Let's remove it. > It can be re-added if its dependencies are actually part of the tree. > > Signed-off-by: Paul Bolle I wish I had the bandwidth to get this properly supported, but this seems sensible to me. Acked-b

Re: [PATCH 1/3] gpio: dwapb: drop irq_setup_generic_chip()

2014-03-31 Thread Jamie Iles
On Tue, Mar 25, 2014 at 09:37:50PM +0100, Linus Walleij wrote: > Aha Jamie not even on the original thread. Here. > > On Tue, Mar 25, 2014 at 9:37 PM, Linus Walleij > wrote: > > On Thu, Mar 20, 2014 at 8:55 PM, Sebastian Andrzej Siewior > > wrote: > > > >> This looks kinda wrong I didn't manage

Re: [PATCH v8] gpio: add a driver for the Synopsys DesignWare APB GPIO block

2013-12-05 Thread Jamie Iles
Hi Alan, One minor comment below, otherwise looks great! Signed-off-by: Jamie Iles Thanks, Jamie On Tue, Dec 03, 2013 at 10:41:16AM -0600, Alan Tull wrote: > diff --git a/drivers/gpio/gpio-dwapb.c b/drivers/gpio/gpio-dwapb.c > new file mode 100644 > index 000..e6dc61f > -

Re: [PATCH 1/1] gpio: add a driver for the Synopsys DesignWare APB GPIO block

2013-11-06 Thread Jamie Iles
Hi Alan, On Wed, Nov 06, 2013 at 04:49:42PM -0600, Alan Tull wrote: > diff --git a/drivers/gpio/gpio-dwapb.c b/drivers/gpio/gpio-dwapb.c > new file mode 100644 > index 000..7957dfd > --- /dev/null > +++ b/drivers/gpio/gpio-dwapb.c > @@ -0,0 +1,458 @@ > +/* > + * Copyr

[PATCHv2] recordmcount.pl: add support for __fentry__

2013-11-05 Thread Jamie Iles
fall back to the perl version. Based on 48bb5dc6cd9d30fe0d594947563da1f8bd9abada (ftrace: Make recordmcount.c handle __fentry__). Cc: Steven Rostedt Signed-off-by: Jamie Iles --- v2: describe the problem for Ksplice and include a hunk for x86_64 where the regex is overridden. scripts/recordmcou

Re: [PATCH] recordmcount.pl: add support for __fentry__

2013-10-31 Thread Jamie Iles
On Thu, Oct 31, 2013 at 12:09:26PM -0400, Steven Rostedt wrote: > On Thu, 31 Oct 2013 15:59:58 + > Jamie Iles wrote: > > > With gcc 4.6.0 the -mfentry feature places the function profiling call > > at the start of the function. When this is used, the call is to > >

[PATCH] recordmcount.pl: add support for __fentry__

2013-10-31 Thread Jamie Iles
: Jamie Iles --- scripts/recordmcount.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl index a674fd5..6460fc68 100755 --- a/scripts/recordmcount.pl +++ b/scripts/recordmcount.pl @@ -214,7 +214,7 @@ $local_regex = "^[0-9a

[PATCH] scripts/sortextable: support objects with more than 64K sections.

2013-07-25 Thread Jamie Iles
Building with a large config and -ffunction-sections results in a large number of sections and sortextable needs to be able to handle that. Implement support for > 64K sections as modpost does. Cc: Rusty Russell Signed-off-by: Jamie Iles --- scripts/sortextable.c |

Re: [PATCH 0/5] MIPS/tty/8250: Use standard 8250 drivers for OCTEON

2013-06-18 Thread Jamie Iles
s inclomplete serial support. > > Then we just make minor patches to 8250_dw, and rip out all this > OCTEON code. > > Since the patches are all interdependent, we might want to merge them > via a single tree (perhaps Ralf's MIPS tree). Looks good! Reviewed-by: Jamie Iles for

Re: [ 130/184] CVE-2012-4508 kernel: ext4: AIO vs fallocate stale

2013-06-07 Thread Jamie Iles
ee93dc67da0b77e09776de2, > 60d4616f3dc63371b3dc367e5e88fd4b4f037f65 and (most importantly) > dee1f973ca341c266229faa5a1a5bb268bed3531 by Dmitry Monakhov > . They were backported into the RHEL 6 kernel by > Lukas Czerner, according to its changelog. Dann got this version from > Oracle

Re: [PATCH v2 4/4] clocksource: dw_apb_timer_of: use clocksource_of_init

2013-06-04 Thread Jamie Iles
"picochip,pc3x2-timer", > dw_apb_timer_init); > +CLOCKSOURCE_OF_DECLARE(apb_timer, "snps,dw-apb-timer-osc", > dw_apb_timer_init); I think maybe we also want CLOCKSOURCE_OF_DECLARE() instances for the contents of sptimer_ids for completeness, otherwise looks good. Ac

Re: [PATCH v2 2/4] clocksource: dw_apb_timer_of: add clock-handling

2013-06-04 Thread Jamie Iles
> The clock-frequency property is kept to act as fallback if no clocks > are specified. > > Signed-off-by: Heiko Stuebner Acked-by: Jamie Iles -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kerne

Re: [PATCH v2 1/4] clocksource: dw_apb_timer_of: enable the use the clocksource as sched clock

2013-06-04 Thread Jamie Iles
source as sched_clock instead. > > Therefore enable the driver to distiguish between devices with and without > sptimer based on the devicetree data and select the correct timer as > sched_clock. > > Signed-off-by: Heiko Stuebner Acked-by: Jamie Iles -- To unsubscribe from this list:

Re: [PATCH v2 3/4] clocksource: dw_apb_timer_of: select DW_APB_TIMER

2013-06-04 Thread Jamie Iles
the core timer and the dt addon. > > As dw_apb_timer_of always depends on dw_apb_timer let it select > DW_APB_TIMER itself without the need for every platform to do it. > > Signed-off-by: Heiko Stuebner Acked-by: Jamie Iles -- To unsubscribe from this list: send the line "un

Re: [PATCH 1/2] clocksource: dw_apb: remove unused header

2013-05-27 Thread Jamie Iles
ultz > Cc: Thomas Gleixner > Cc: Jamie Iles Acked-by: Jamie Iles -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 04/20] ARM: picoxcell: Remove init_irq declaration in machine description

2013-05-20 Thread Jamie Iles
On Thu, May 16, 2013 at 10:19:56AM +0200, Maxime Ripard wrote: > Hi Jamie, > > Le 14/05/2013 18:20, Jamie Iles a écrit : > > Hi Maxime, > > > > Thanks for this, I'll add it to my tree. I've modified it slightly to > > kill off the other irq includes,

Re: [PATCH 04/20] ARM: picoxcell: Remove init_irq declaration in machine description

2013-05-14 Thread Jamie Iles
only irqchip_init. Remove that declaration for picoxcell as well. [ jiles: removed other, unused irq includes. ] Signed-off-by: Maxime Ripard Signed-off-by: Jamie Iles --- arch/arm/mach-picoxcell/common.c | 5 - 1 file changed, 5 deletions(-) diff --git a/arch/arm/mach-picoxcell/com

Re: dw_apb_timer_of.c: remove parts that were picoxcell-specific

2013-05-07 Thread Jamie Iles
t exists on both > platforms, and adds missing of_node_put() in dw_apb_timer_init(). > > Signed-off-by: Pavel Machek Acked-by: Jamie Iles -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: [patch 01/15] clocksource: apb_timer: Remove unsused function

2013-04-26 Thread Jamie Iles
Hi Thomas, On Thu, Apr 25, 2013 at 08:31:43PM -, Thomas Gleixner wrote: > Signed-off-by: Thomas Gleixner > Cc: Jamie Iles Looks good, thanks for fixing this. Acked-by: Jamie Iles -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m

Re: dw_apb_timer_of.c: remove parts that were picoxcell-specific

2013-04-26 Thread Jamie Iles
Hi Pavel, On Fri, Apr 26, 2013 at 02:14:34PM +0200, Pavel Machek wrote: > diff --git a/arch/arm/mach-picoxcell/common.c > b/arch/arm/mach-picoxcell/common.c > index 70b441a..22759f5 100644 > --- a/arch/arm/mach-picoxcell/common.c > +++ b/arch/arm/mach-picoxcell/common.c > @@ -84,11 +84,39 @@ stat

Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users

2013-04-03 Thread Jamie Iles
On Thu, Mar 28, 2013 at 09:46:45PM +0100, Maxime Ripard wrote: > Now that the arm core code calls irqchip_init, we can remove it from all > the machines that were using it. > > Signed-off-by: Maxime Ripard > Acked-by: Simon Horman Acked-by: Jamie Iles Thanks Maxime! -- To u

Re: [PATCH 09/11] liblockdep: support using LD_PRELOAD

2013-02-08 Thread Jamie Iles
On Thu, Feb 07, 2013 at 09:31:22AM -0500, Sasha Levin wrote: > On 02/07/2013 05:28 AM, Jamie Iles wrote: > >> +int pthread_rwlock_init(pthread_rwlock_t *rwlock, > >> > +const pthread_rwlockattr_t *attr) > >> > +{ > >>

Re: [PATCH 09/11] liblockdep: support using LD_PRELOAD

2013-02-07 Thread Jamie Iles
Hi Sasha, On Wed, Feb 06, 2013 at 05:11:32PM -0500, Sasha Levin wrote: > This allows lockdep to be used without being compiled in the original program. > > Usage is quite simple: > > LD_PRELOAD=/path/to/liblockdep.so /path/to/my/program > > And magically, you'll have lockdep in your progr

Re: [PATCH] scripts/sortextable: support objects with more than 64K sections.

2012-12-07 Thread Jamie Iles
On Mon, Nov 05, 2012 at 09:06:44AM +, Jamie Iles wrote: > Building with a large config and -ffunction-sections results in a large > number of sections and sortextable needs to be able to handle that. > Implement support for > 64K sections as modpost does. > > Cc: David Dan

Re: [PATCHv3 3/5] serial: 8250_dw: Map IO memory

2012-12-04 Thread Jamie Iles
Looks good to me! On Tue, Dec 04, 2012 at 05:21:52PM +0200, Heikki Krogerus wrote: > This needs to be done in order to later access the > Designware specific registers. > > Signed-off-by: Heikki Krogerus Reviewed-by: Jamie Iles -- To unsubscribe from this list: send the line

Re: [PATCHv2 0/5] serial: 8250: 8250_dw changes and dynamic capabilities

2012-12-03 Thread Jamie Iles
able to > deliver their UART's capabilities when they are registering ports. Other than my comment on 3/5 it looks great. Reviewed-by: Jamie Iles Jamie -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vge

Re: [PATCHv2 3/5] serial: 8250_dw: Map IO memory

2012-12-03 Thread Jamie Iles
Hi Heikki, On Mon, Dec 03, 2012 at 01:17:57PM +0200, Heikki Krogerus wrote: > This needs to be done in order to later access the > Designware specific registers. > > Signed-off-by: Heikki Krogerus > --- > drivers/tty/serial/8250/8250_dw.c |7 +-- > 1 file changed, 5 insertions(+), 2 del

[PATCH] scripts/sortextable: support objects with more than 64K sections.

2012-11-05 Thread Jamie Iles
Building with a large config and -ffunction-sections results in a large number of sections and sortextable needs to be able to handle that. Implement support for > 64K sections as modpost does. Cc: David Daney Cc: H. Peter Anvin Signed-off-by: Jamie Iles --- scripts/sortextable.c |

Re: [PATCH] crypto: picoxcell: Add terminating entry for platform_device_id table

2012-11-04 Thread Jamie Iles
Hi Axel, On Sun, Nov 04, 2012 at 11:36:25PM +0800, Axel Lin wrote: > The platform_device_id table is supposed to be zero-terminated. > > Signed-off-by: Axel Lin Good spot! Thanks for fixing. Acked-by: Jamie Iles Jamie -- To unsubscribe from this list: send the line "uns