login
Header Space

 
 

Mailing list archives

Search results

Found 281 matching messages (0.049 seconds). Page 1 of 15.

Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c

... >>>> On Thu, Jan 10, 2008 at 10:03:58PM +0100, Roel Kluin wrote: >>>>> -#define DEBUG(x,args... ... - by pr_debug >> >> Signed-off-by: Roel Kluin <12o3l@tiscali.nl> > > Close. ... is set. Signed-off-by: Roel Kluin <12o3l@tiscali.nl> --- diff -- ...

linux-kernel - Roel Kluin - Jan 11 2008 - 07:04

Re: [PATCH] return hidden bug

... Oct 2007 03:05:05 +0200 > Roel Kluin <12o3l@tiscali.nl> wrote: > ... return hidden bug >> >> Signed-off-by: Roel Kluin <12o3l@tiscali.nl> >> >> diff -- ... hidden bug returns Signed-off-by: Roel Kluin <12o3l@tiscali.nl> --- diff -- ...

linux-kernel - Roel Kluin - Oct 21 2007 - 21:53

Re: [PATCH] several returns before unlocking in lmc_ioctl

... -10-23 03:47:48 (+0200), Roel Kluin <12o3l@tiscali.nl> wrote: >> ... unlocking in lmc_ioctl >> >> Signed-off-by: Roel Kluin <12o3l@tiscali.nl> >> --- >> diff -- ... unlocking in lmc_ioctl Signed-off-by: Roel Kluin <12o3l@tiscali.nl> --- diff -- ...

linux-kernel - Roel Kluin - Oct 30 2007 - 15:15

Re: [PATCH] fix incorrect test in trident_ac97_set(); sound/oss/trident.c

Ray Lee wrote: > On Nov 7, 2007 10:34 AM, Roel Kluin <12o3l@tiscali.nl> wrote: >> ... will not work. >> >> Signed-off-by: Roel Kluin <12o3l@tiscali.nl> >> --- >> diff --git ... will not work. Signed-off-by: Roel Kluin <12o3l@tiscali.nl> --- diff -- ...

linux-kernel - Roel Kluin - Nov 7 2007 - 14:50

Re: [PATCH][ppc] logical/bitand typo in powerpc/boot/4xx.c

Joe Perches wrote: > On Wed, 2008-01-23 at 23:37 +0100, Roel Kluin wrote: >> Signed-off-by: Roel Kluin <12o3l@tiscali.nl> >> --- >> diff --git a/arch/powerpc/boot/4xx.c ... by Joe Perches Signed-off-by: Roel Kluin <12o3l@tiscali.nl> --- diff --git ...

linux-kernel - Roel Kluin - Jan 23 2008 - 20:18

Re: [PATCH][drivers/misc/thinkpad_acpi.c] duplicate test if (level & TP_EC_FAN_FULLSPEED)

... 2008 at 09:34:54AM +0100, Roel Kluin wrote: >> Henrique de Moraes Holschuh ... >>> On Tue, 05 Feb 2008, Roel Kluin wrote: >>>> Roland Dreier wrote: >>>>> ... a minimum of speed 4 for auto mode. Signed-off-by: Roel Kluin <12o3l@tiscali.nl> --- diff -- ...

linux-kernel - Roel Kluin - Feb 6 2008 - 19:48

Re: [PATCH 2/2] kernel/{exit.c, signal.c, power/process.c}: replace !likely(x) by likely(!x)

H. Peter Anvin wrote: > Roel Kluin wrote: >> H. Peter Anvin wrote: >>> Roel Kluin wrote: >>>> Not entirely sure who to send this to >>>> --- >>>> Replace !likely( ... ) by unlikely(!x) Signed-off-by: Roel Kluin <12o3l@tiscali.nl> --- diff --git ...

linux-kernel - Roel Kluin - Feb 16 2008 - 15:52

Re: [PATCH 1/2] [x86] arch/x86/kernel/signal_32.c: replace !likely(x) by likely(!x)

Roel Kluin wrote: > Roel Kluin wrote: >> Replace !likely(x) by likely(!x) > sorry, please ignore this patch The patch below ... !likely(x) by unlikely(!x) Signed-off-by: Roel Kluin <12o3l@tiscali.nl> --- diff --git a/arch/x86 ...

linux-kernel - Roel Kluin - Feb 16 2008 - 15:56

Re: [PATCH] wireless: Convert to list_for_each_entry_rcu()

... list_for_each_rcu() to list_for_each_entry_rcu() > > Signed-off-by: Roel Kluin <12o3l@tiscali.nl> > --- Same mistake as in other patch, please ignore ... () to list_for_each_entry_rcu() Signed-off-by: Roel Kluin <12o3l@tiscali.nl> --- diff -- ...

linux-kernel - Roel Kluin - Feb 19 2008 - 10:41

[PATCH] fec_mpc52xx: MPC52xx_MESSAGES_DEFAULT: 2nd NETIF_MSG_IFDOWN => IFUP

Sylvain Munaut wrote: > Roel Kluin wrote: >> in drivers/net/fec_mpc52xx.c:81 it reads: ... you could add your ack? --- duplicate NETIF_MSG_IFDOWN, 2nd should be NETIF_MSG_IFUP Signed-off-by: Roel Kluin <roel.kluin@gmail.com> --- diff --git a/drivers/ ...

linux-kernel - Roel Kluin - May 14 2008 - 04:10

[PATCH] sched: Test runtime rather than period in global_rt_runtime()

... Mon, 2008-07-21 at 20:28 -0400, roel kluin wrote: >> Peter, you added the test in global_rt_runtime ... > if (sysctl_sched_rt_runtime < 0) --- Test runtime rather than period Signed-off-by: Roel Kluin <roel.kluin@gmail.com> --- diff --git a/kernel ...

linux-kernel - roel kluin - Jul 22 2008 - 16:51

[alsa-devel] [PATCH v2] duplicate SNDRV_PCM_FMTBIT_S{16,24}_BE

... 08:15:05 +0200 (CEST), > Johannes Berg wrote: >> roel kluin wrote: >>> untested, is it correct? >> not ... . --- Remove duplicate assignment of SNDRV_PCM_FMTBIT_S{16,24}_BE bits Signed-off-by: Roel Kluin <roel.kluin@gmail.com> --- diff --git a/sound ...

linux-kernel - roel kluin - Aug 19 2008 - 11:53

Re: [PATCH] fs/ext4/mballoc.c: Convert to list_for_each_entry_rcu()

... , 2008 at 01:31:18AM +0100, Roel Kluin wrote: >> Please verify, this patch ... () to list_for_each_entry_rcu() >> >> Signed-off-by: Roel Kluin <12o3l@tiscali.nl> > > > NACK. ... for your review and correction, Roel -- To unsubscribe from this list: ...

linux-kernel - Roel Kluin - Feb 19 2008 - 11:47

Re: [PATCH] pagewalk: don't pte_unmap(NULL) in walk_pte_range()

Johannes Weiner wrote: > Hi, > > Roel Kluin <12o3l@tiscali.nl> writes: > >> This ... pointer, but the previous. > > Which NULL pointer? > >> Signed-off-by: Roel ... right, please ignore. > Hannes thanks, Roel -- To unsubscribe from this list ...

linux-kernel - Roel Kluin - Apr 10 2008 - 07:42

Re: [PATCH 3/6] IDE: ide-cd: fix test unsigned var < 0

... Hi, > > On Wednesday 16 April 2008, Roel Kluin wrote: >> Is this the right fix in ... patch? > > Thanks, > Bart how about this? Roel --- Clean up cdrom_analyze_sense_data() Signed-off-by: Roel Kluin <12o3l@tiscali.nl> --- diff --git a/ ...

linux-kernel - Roel Kluin - Apr 16 2008 - 23:51

[PATCH 2/2 v2] xilinx_spi: test below 0 on unsigned irq in xilinx_spi_probe()

... 2008-04-23 at 22:55 +0200, Roel Kluin wrote: >> - xspi->irq = platform_get_irq(dev, ... case, this should suffice, thanks again, Roel --- xilinx_spi->irq is unsigned, so the test fails Signed-off-by: Roel Kluin <12o3l@tiscali.nl> --- diff --git ...

linux-kernel - Roel Kluin - Apr 24 2008 - 03:35

[PATCH v2] powerpc, scc: duplicate SCC_UHC_USBCEN

Kou Ishizaki wrote: > > Roel, > >> untested, is it correct? > > Your patch is correct. > > ... sign? Sorry for that and thanks for testing. --- duplicate SCC_UHC_USBCEN Signed-off-by: Roel Kluin <roel.kluin@gmail.com> --- diff --git a/ ...

linux-kernel - roel kluin - Aug 19 2008 - 11:43

Re: [PATCH 3/4] fix not-and/or errors

commit 568f9787e58b4d24be50ab2abf1c7dab12a9ef2c Author: Roel Kluin <12o3l@tiscali.nl> Date: Wed Oct 17 15:16:44 ... several changes to drivers/isdn/ Signed-off-by: Roel Kluin <12o3l@tiscali.nl> --- diff --git a/drivers/isdn/act2000/module.c b/ ...

linux-kernel - Roel Kluin - Oct 17 2007 - 09:53

Re: [PATCH 2/4] fix not-and/or errors

... as seemed appropriate, but please review > > several changes to drivers/net/ > > Signed-off-by: Roel Kluin <12o3l@tiscali.nl> > hmmm forgot to place '---' here, should I resend? > diff --git a/ ...

linux-kernel - Roel Kluin - Oct 17 2007 - 09:54

Re: [PATCH] errors with assignments in if

Roel Kluin wrote: > I am not entirely certain about the third one: > > from fs ... the desired behavior. Use this patch instead. --- Errors with assignments in ifs Signed-off-by: Roel Kluin <12o3l@tiscali.nl> diff --git a/arch/arm/mach- ...

linux-kernel - Roel Kluin - Oct 21 2007 - 19:10

speck-geostationary