[PATCH] Restore gcc check in mips asm/unroll.h

2020-07-09 Thread Cesar Eduardo Barros
825 ("Raise gcc version requirement to 4.9") Signed-off-by: Cesar Eduardo Barros --- arch/mips/include/asm/unroll.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/mips/include/asm/unroll.h b/arch/mips/include/asm/unroll.h index 8ed660adc84f..49009319ac2c 100644 ---

Re: Potential data race in SyS_swapon

2015-08-07 Thread Cesar Eduardo Barros
swap_lock should be taken when iterating through the swap_info array on lines 2392 - 2401. I'd take that lock a couple of lines earlier, so that every place that sets the swap_file field on a swap_info_struct is behind swap_lock, for simplicity. -- Cesar Eduardo Barros ces...@cesarb.

Re: [BUG/PATCH] kernel RNG and its secrets

2015-03-18 Thread Cesar Eduardo Barros
for the exact definition of OPTIMIZER_HIDE_VAR: it was copied from RELOC_HIDE, which is a longstanding "hide this variable from gcc" operation, and thus known to work as expected. -- Cesar Eduardo Barros ces...@cesarb.eti.br -- To unsubscribe from this list: send the line "u

[PATCH v4] crypto: more robust crypto_memneq

2013-12-05 Thread Cesar Eduardo Barros
sites. That can be done later in a followup patch. Compile-tested on x86_64. Acked-by: Daniel Borkmann Signed-off-by: Cesar Eduardo Barros --- v2: Moved the macro to include/linux/compiler*.h as suggested by Daniel Borkmann. v3: Thinking better about it, barrier() is a saner default for the

Re: [PATCH v3] crypto: more robust crypto_memneq

2013-11-26 Thread Cesar Eduardo Barros
Em 26-11-2013 17:27, Daniel Borkmann escreveu: On 11/26/2013 01:00 AM, Cesar Eduardo Barros wrote: Compile-tested on x86_64. Actually with yet another version, I hoped that the "compile-tested"-only statement would eventually disappear, ohh well. ;) I did compile test ea

[PATCH v3] crypto: more robust crypto_memneq

2013-11-25 Thread Cesar Eduardo Barros
sites. That can be done later in a followup patch. Compile-tested on x86_64. Signed-off-by: Cesar Eduardo Barros --- v2: Moved the macro to include/linux/compiler*.h as suggested by Daniel Borkmann. v3: Thinking better about it, barrier() is a saner default for the "unknown compiler&

[PATCH v2] crypto: more robust crypto_memneq

2013-11-25 Thread Cesar Eduardo Barros
sites. That can be done later in a followup patch. Compile-tested on x86_64. Signed-off-by: Cesar Eduardo Barros --- v2: Moved the macro to include/linux/compiler*.h as suggested by Daniel Borkmann. crypto/Makefile| 5 --- crypto/memneq.c| 79

Re: [PATCH] crypto: more robust crypto_memneq

2013-11-25 Thread Cesar Eduardo Barros
IDE will break if that ever changes, and there are other constructs depending on the optimization-blocking behavior of inline assembly (like the many kinds of barriers in the kernel), I am not worried about that. -- Cesar Eduardo Barros ces...@cesarb.eti.br -- To unsubscribe from this list: sen

Re: [PATCH] crypto: more robust crypto_memneq

2013-11-25 Thread Cesar Eduardo Barros
Em 25-11-2013 13:59, James Yonan escreveu: On 24/11/2013 14:12, Cesar Eduardo Barros wrote: Disabling compiler optimizations can be fragile, since a new optimization could be added to -O0 or -Os that breaks the assumptions the code is making. Instead of disabling compiler optimizations, use a

[PATCH] crypto: more robust crypto_memneq

2013-11-24 Thread Cesar Eduardo Barros
sites. That can be done later in a followup patch. Compile-tested on x86_64. Signed-off-by: Cesar Eduardo Barros --- crypto/Makefile | 5 crypto/memneq.c | 82 +++-- 2 files changed, 57 insertions(+), 30 deletions(-) diff --git a/crypto

Re: [PATCH 03/18] MAINTAINERS: OMAP POWERDOMAIN, update patterns

2013-07-22 Thread Cesar Eduardo Barros
ters is that the patterns are correct enough that get_maintainer.pl does the right thing. -- Cesar Eduardo Barros ces...@cesarb.eti.br -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo i

[PATCH 06/14] MAINTAINERS: fix drivers/edac/ghes-edac.c

2013-03-02 Thread Cesar Eduardo Barros
Cc: Mauro Carvalho Chehab Cc: linux-e...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e909cd3..2e1443c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2899,7 +2899,7 @@ M

[PATCH 07/14] MAINTAINERS: remove eexpress

2013-03-02 Thread Cesar Eduardo Barros
This driver was removed by commit f84932d (drivers/net: delete ISA intel eexpress and eepro i825xx drivers). Cc: Paul Gortmaker Cc: Philip Blundell Cc: net...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 6 -- 1 file changed, 6 deletions(-) diff --git a

[PATCH 05/14] MAINTAINERS: remove drivers/net/wan/cycx*

2013-03-02 Thread Cesar Eduardo Barros
This driver was removed by commit 6fcdf4f (wanrouter: delete now orphaned header content, files/drivers). Cc: Paul Gortmaker Cc: Arnaldo Carvalho de Melo Cc: net...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 6 -- 1 file changed, 6 deletions(-) diff --git a

[PATCH 04/14] MAINTAINERS: fix drivers/media/i2c/cx2341x.c

2013-03-02 Thread Cesar Eduardo Barros
This file was moved to drivers/media/common/ by commit 6259582 ([media] cx2341x: move from media/i2c to media/common). Cc: Hans Verkuil Cc: linux-me...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[PATCH 08/14] MAINTAINERS: fix mach-omap2 clockdomain/powerdomain

2013-03-02 Thread Cesar Eduardo Barros
sure if this fix is correct, since there are other things in these files. Please NAK this patch (and propose a better one) if it is wrong. Cc: Paul Walmsley Cc: Rajendra Nayak Cc: Russ Dill Cc: Santosh Shilimkar Cc: linux-o...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS

[PATCH 09/14] MAINTAINERS: fix Documentation/video4linux/saa7134/

2013-03-02 Thread Cesar Eduardo Barros
That directory never existed. The intention was probably to match CARDLIST.saa7134 and README.saa7134. Cc: Mauro Carvalho Chehab Cc: linux-me...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b

[PATCH 10/14] MAINTAINERS: remove include/media/sh_veu.h

2013-03-02 Thread Cesar Eduardo Barros
Eduardo Barros --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 44b9f69..5cb888a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7088,7 +7088,6 @@ M:Guennadi Liakhovetski L: linux-me...@vger.kernel.org S: Maintained F: drivers

[PATCH 01/14] MAINTAINERS: remove 3c505

2013-03-02 Thread Cesar Eduardo Barros
This driver was removed by commit 0e245db (drivers/net: delete the 3Com 3c505/3c507 intel i825xx support). Cc: Paul Gortmaker Cc: Philip Blundell Cc: net...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 6 -- 1 file changed, 6 deletions(-) diff --git a/MAINTAINERS

[PATCH 13/14] scripts: add checkmaintainers.py

2013-03-02 Thread Cesar Eduardo Barros
ense it as GPLv2+, 3-clause BSD, or even WTFPLv2 or CC0. Cc: David Howells Cc: Joe Perches Signed-off-by: Cesar Eduardo Barros --- scripts/checkmaintainers.py | 35 +++ 1 file changed, 35 insertions(+) create mode 100755 scripts/checkmaintainers.py

[PATCH 11/14] MAINTAINERS: fix BAST

2013-03-02 Thread Cesar Eduardo Barros
These files were renamed by commit 85fd6d6 (ARM: S3C2410: move mach-s3c2410/* into mach-s3c24xx/). Cc: Ben Dooks Cc: Vincent Sanders Cc: Simtec Linux Team Cc: Paul Bolle Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

[PATCH 14/14] MAINTAINERS: use same pattern for firewire in uapi

2013-03-02 Thread Cesar Eduardo Barros
This avoids a false positive in the checkmaintainers.py script. Cc: Stefan Richter Cc: linux1394-de...@lists.sourceforge.net Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 772da4f..022317b

[PATCH 12/14] MAINTAINERS: adjust for UAPI (part 2)

2013-03-02 Thread Cesar Eduardo Barros
More headers were moved or split to uapi/ since the last patch was created. Cc: David Howells Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 24 1 file changed, 24 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b73c00d..772da4f 100644 --- a

[PATCH 02/14] MAINTAINERS: remove arch/arm/plat-nomadik/

2013-03-02 Thread Cesar Eduardo Barros
-by: Cesar Eduardo Barros --- MAINTAINERS | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 5b64aa5..3c074d5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1009,8 +1009,11 @@ M: STEricsson L: linux-arm-ker...@lists.infradead.org

[PATCH 00/14] MAINTAINERS: fix file patterns (part 2)

2013-03-02 Thread Cesar Eduardo Barros
series are optional. They add the small script which I used to find the broken patterns, and change one pattern to avoid a false positive from the script. Cesar Eduardo Barros (14): MAINTAINERS: remove 3c505 MAINTAINERS: remove arch/arm/plat-nomadik/ MAINTAINERS: remove arch/arm/plat-s3c24xx

[PATCH 03/14] MAINTAINERS: remove arch/arm/plat-s3c24xx/

2013-03-02 Thread Cesar Eduardo Barros
This directory was removed by commit 09ec1d7 (ARM: S3C24XX: Remove plat-s3c24xx directory in arch/arm/). Cc: Kukjin Kim Cc: Ben Dooks Cc: Russell King Cc: linux-arm-ker...@lists.infradead.org Cc: linux-samsung-...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 1 - 1

Re: [PATCH V2] MAINTAINERS: Update SIMTEC file patterns, remove Vincent Sanders

2013-03-02 Thread Cesar Eduardo Barros
entry has come up a few times already. I commented on the last time that happened in https://lkml.org/lkml/2012/11/24/96 . Nothing has changed. I suggest to remove this entry entirely. Seems sensible to me. Ben? I'm a bit surprised that all of Cesar Eduardo Barros' patches to MAINTAI

Re: [PATCH] scripts: add checkmaintainers.py

2012-12-17 Thread Cesar Eduardo Barros
t; or similar usually does the trick, except in the cases where the pattern addition itself was wrong. The hard part can be interpreting it and the surrounding commits to find out the committer's intention, how it should affect the MAINTAINERS entry, and who should get a Cc: of the

[PATCH] scripts: add checkmaintainers.py

2012-12-14 Thread Cesar Eduardo Barros
ense it as GPLv2+, 3-clause BSD, or even WTFPLv2 or CC0. Cc: David Howells Cc: Joe Perches Signed-off-by: Cesar Eduardo Barros --- scripts/checkmaintainers.py | 35 +++ 1 file changed, 35 insertions(+) create mode 100755 scripts/checkmaintainers.py

[PATCH 06/19] MAINTAINERS: fix drivers/media/platform/atmel-isi.c

2012-12-11 Thread Cesar Eduardo Barros
This file was moved to drivers/media/platform/soc_camera/atmel-isi.c by commit b47ff4a ([media] move soc_camera to its own directory). Cc: Mauro Carvalho Chehab Cc: Josh Wu Cc: linux-me...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion

[PATCH 01/19] MAINTAINERS: remove drivers/platform/msm/

2012-12-11 Thread Cesar Eduardo Barros
: Cesar Eduardo Barros --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9386a63..217630e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -987,7 +987,6 @@ F: drivers/mmc/host/msm_sdcc.c F: drivers/mmc/host/msm_sdcc.h F: drivers/tty/serial

[PATCH 08/19] MAINTAINERS: fix drivers/media/usb/dvb-usb/cxusb*

2012-12-11 Thread Cesar Eduardo Barros
This driver was never at dvb-usb-v2, as far as I could see. Cc: Michael Krufky Cc: linux-me...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8265764..b8dfc72 100644 --- a

[PATCH 07/19] MAINTAINERS: adjust for UAPI

2012-12-11 Thread Cesar Eduardo Barros
Several headers were moved or split to uapi/. Acked-by: David Howells Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 160 1 file changed, 118 insertions(+), 42 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index efbdf54

[PATCH 11/19] MAINTAINERS: fix drivers/ieee802154/

2012-12-11 Thread Cesar Eduardo Barros
This directory was moved to drivers/net/ieee802154/ by commit 31d178b (drivers/ieee802154: move ieee802154 drivers to net folder). Cc: Alexander Smirnov Cc: Dmitry Eremin-Solenikov Cc: linux-zigbee-de...@lists.sourceforge.net Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file

[PATCH 09/19] MAINTAINERS: remove drivers/video/epson1355fb.c

2012-12-11 Thread Cesar Eduardo Barros
This driver was removed by commit 1c3a918 (ARM: clps711x: Remove board support for CEIVA). Cc: Christopher Hoover Cc: Christopher Hoover Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 6 -- 1 file changed, 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index b8dfc72

[PATCH 10/19] MAINTAINERS: fix .../plat-mxc/include/mach/imxfb.h

2012-12-11 Thread Cesar Eduardo Barros
This file was moved to include/linux/platform_data/video-imxfb.h by commit 82906b1 (ARM: imx: move platform_data definitions). Acked-by: Sascha Hauer Cc: linux-fb...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file

[PATCH 12/19] MAINTAINERS: remove firmware/isci/

2012-12-11 Thread Cesar Eduardo Barros
-off-by: Cesar Eduardo Barros --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6e54716..78d07f5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3878,7 +3878,6 @@ L:linux-s...@vger.kernel.org T: git git://git.code.sf.net/p/intel-sas/isci S

[PATCH 13/19] MAINTAINERS: remove arch/x86/platform/mrst/pmu.*

2012-12-11 Thread Cesar Eduardo Barros
These files were removed by commit 1a8359e (x86/mid: Remove Intel Moorestown). Cc: Alan Cox Cc: Len Brown Cc: linux...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 6 -- 1 file changed, 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 78d07f5..fbb9c06

[PATCH 03/19] MAINTAINERS: remove arch/arm/plat-s5p/

2012-12-11 Thread Cesar Eduardo Barros
These files were merged into plat-samsung. Acked-by: Kukjin Kim Cc: Ben Dooks Cc: linux-arm-ker...@lists.infradead.org Cc: linux-samsung-...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MAINTAINERS b

[PATCH 00/19] MAINTAINERS: fix file patterns

2012-12-11 Thread Cesar Eduardo Barros
include directory patterns, if applicable. The only changes since my previous posting of this patch series to linux-kernel are: removed one NAKed patch, removed patches which are going in via their respective subsystem trees, and added all the ACKs I received for these patches. Cesar Eduardo Barros

[PATCH 15/19] MAINTAINERS: remove drivers/mmc/host/imxmmc.*

2012-12-11 Thread Cesar Eduardo Barros
This driver was removed by commit 6187fee (mmc: remove imxmmc driver). Acked-by: Pavel Pisa Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 6 -- 1 file changed, 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index

[PATCH 14/19] MAINTAINERS: fix Documentation/mei/

2012-12-11 Thread Cesar Eduardo Barros
The documentation was moved to Documentation/misc-devices/mei/ instead. Acked-by: "Winkler, Tomas" Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index fbb9c06..6b9fc9e 100644 --- a/M

[PATCH 04/19] MAINTAINERS: fix drivers/rtc/rtc-vt8500.c

2012-12-11 Thread Cesar Eduardo Barros
Cc: Tony Prisk Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e013f00..f5df323 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1232,7 +1232,7 @@ F

[PATCH 16/19] MAINTAINERS: remove arch/*/lib/perf_event*.c

2012-12-11 Thread Cesar Eduardo Barros
This pattern only matched arch/frv/lib/perf_event.c, which was removed by commit e360adb (irq_work: Add generic hardirq context callbacks). Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 1 - 1 file

[PATCH 17/19] MAINTAINERS: remove include/linux/of_pwm.h

2012-12-11 Thread Cesar Eduardo Barros
Added by commit 200efed (pwm: Take over maintainership of the PWM subsystem), but I could not find any trace of that file being ever added to the repository. Acked-by: Thierry Reding Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a

[PATCH 18/19] MAINTAINERS: fix BAST

2012-12-11 Thread Cesar Eduardo Barros
These files were renamed by commit 85fd6d6 (ARM: S3C2410: move mach-s3c2410/* into mach-s3c24xx/). Cc: Ben Dooks Cc: Vincent Sanders Cc: Simtec Linux Team Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS

[PATCH 19/19] MAINTAINERS: fix drivers/staging/sm7xx/

2012-12-11 Thread Cesar Eduardo Barros
This directory was moved to drivers/staging/sm7xxfb/ by commit 925aa66 (staging: sm7xxfb: sm7xx becomes sm7xxfb). Acked-by: Javier Muñoz Cc: Teddy Wang Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b

[PATCH 02/19] MAINTAINERS: remove arch/arm/common/time-acorn.c

2012-12-11 Thread Cesar Eduardo Barros
This file was moved to arch/arm/mach-rpc/time.c by commit a1be5d6 (ARM: riscpc: move time-acorn.c to mach-rpc), and the pattern for arch/arm/mach-rpc/ already exists. Cc: Russell King Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 1 - 1 file

[PATCH 05/19] MAINTAINERS: fix arch/arm/mach-at91/include/mach/at_hdmac.h

2012-12-11 Thread Cesar Eduardo Barros
This file was moved to include/linux/platform_data/dma-atmel.h by commit 7cdc39e (ARM: at91: move platform_data definitions). Cc: Nicolas Ferre Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH] mv-otg: use to_delayed_work instead of cast

2012-12-04 Thread Cesar Eduardo Barros
Directly casting a work_struct pointer to a delayed_work is risky if the work member of struct delayed_work is ever moved from being the first member. Instead, use the inline function to_delayed_work(), which does the same cast in a safer way (using container_of). Signed-off-by: Cesar Eduardo

Re: [PATCH 07/24] MAINTAINERS: adjust for UAPI

2012-11-28 Thread Cesar Eduardo Barros
Em 28-11-2012 20:30, David Howells escreveu: Cesar Eduardo Barros wrote: I think I will wait for your patch. Since you probably created it with the same scripts used for the original move to uapi/, it should have less chance of mistakes than my ad-hoc shell scripting. I haven't script

Re: [PATCH 07/24] MAINTAINERS: adjust for UAPI

2012-11-28 Thread Cesar Eduardo Barros
Em 28-11-2012 11:19, David Howells escreveu: Cesar Eduardo Barros wrote: Several headers were moved or split to uapi/. I was going to wait to do this till all the bits have got upstream. Several are still wending their way through maintainer trees. Feel free to send your patch to Linus

Re: [PATCH 10/24] MAINTAINERS: remove include/linux/ext3*

2012-11-23 Thread Cesar Eduardo Barros
Em 23-11-2012 22:26, Cesar Eduardo Barros escreveu: Moved to fs/ext3/ext3.h by commit 4613ad1 (ext3: move headers to fs/ext3/). Cc: linux-e...@vger.kernel.or Typo here (in fact a copy-paste error). Should be Cc: linux-e...@vger.kernel.org -- Cesar Eduardo Barros ces...@cesarb.net cesar.bar

[PATCH 02/24] MAINTAINERS: remove arch/arm/common/time-acorn.c

2012-11-23 Thread Cesar Eduardo Barros
This file was moved to arch/arm/mach-rpc/time.c by commit a1be5d6 (ARM: riscpc: move time-acorn.c to mach-rpc), and the pattern for arch/arm/mach-rpc/ already exists. Cc: Russell King Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 1 - 1 file

[PATCH 08/24] MAINTAINERS: fix drivers/media/usb/dvb-usb/cxusb*

2012-11-23 Thread Cesar Eduardo Barros
This driver was never at dvb-usb-v2, as far as I could see. Cc: Michael Krufky Cc: linux-me...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index c382ff9..0488d14 100644 --- a

[PATCH 09/24] MAINTAINERS: remove drivers/video/epson1355fb.c

2012-11-23 Thread Cesar Eduardo Barros
This driver was removed by commit 1c3a918 (ARM: clps711x: Remove board support for CEIVA). Cc: Christopher Hoover Cc: Christopher Hoover Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 6 -- 1 file changed, 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 0488d14

[PATCH 05/24] MAINTAINERS: fix arch/arm/mach-at91/include/mach/at_hdmac.h

2012-11-23 Thread Cesar Eduardo Barros
This file was moved to include/linux/platform_data/dma-atmel.h by commit 7cdc39e (ARM: at91: move platform_data definitions). Cc: Nicolas Ferre Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 04/24] MAINTAINERS: fix drivers/rtc/rtc-vt8500.c

2012-11-23 Thread Cesar Eduardo Barros
Cc: Tony Prisk Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9bdd5f3..c67b991 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1232,7 +1232,7 @@ F

[PATCH 03/24] MAINTAINERS: remove arch/arm/plat-s5p/

2012-11-23 Thread Cesar Eduardo Barros
These files were merged into plat-samsung. Cc: Ben Dooks Cc: Kukjin Kim Cc: linux-arm-ker...@lists.infradead.org Cc: linux-samsung-...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MAINTAINERS b

[PATCH 00/24] MAINTAINERS: fix file patterns

2012-11-23 Thread Cesar Eduardo Barros
This patch series attempts to fix F: patterns on the MAINTAINERS file which point to non-existing files or directories. Patch 7 also attempts to add matching uapi/ patterns to all include directory patterns, if applicable. Cesar Eduardo Barros (24): MAINTAINERS: remove drivers/platform/msm

[PATCH 01/24] MAINTAINERS: remove drivers/platform/msm/

2012-11-23 Thread Cesar Eduardo Barros
Eduardo Barros --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 244b2f2..c2fc7af 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -987,7 +987,6 @@ F: drivers/mmc/host/msm_sdcc.c F: drivers/mmc/host/msm_sdcc.h F: drivers/tty/serial/msm_serial.h

[PATCH 11/24] MAINTAINERS: fix .../plat-mxc/include/mach/imxfb.h

2012-11-23 Thread Cesar Eduardo Barros
This file was moved to include/linux/platform_data/video-imxfb.h by commit 82906b1 (ARM: imx: move platform_data definitions). Cc: Sascha Hauer Cc: linux-fb...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1

[PATCH 12/24] MAINTAINERS: remove drivers/staging/hv/

2012-11-23 Thread Cesar Eduardo Barros
This directory was removed by commit 89ae7d7 (hv: storvsc: Move the storage driver out of the staging area). Cc: K. Y. Srinivasan Cc: Haiyang Zhang Cc: de...@linuxdriverproject.org Cc: Greg Kroah-Hartman Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 1 - 1 file changed, 1 deletion

[PATCH 14/24] MAINTAINERS: fix drivers/ieee802154/

2012-11-23 Thread Cesar Eduardo Barros
This directory was moved to drivers/net/ieee802154/ by commit 31d178b (drivers/ieee802154: move ieee802154 drivers to net folder). Cc: Alexander Smirnov Cc: Dmitry Eremin-Solenikov Cc: linux-zigbee-de...@lists.sourceforge.net Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file

[PATCH 16/24] MAINTAINERS: remove arch/x86/platform/mrst/pmu.*

2012-11-23 Thread Cesar Eduardo Barros
These files were removed by commit 1a8359e (x86/mid: Remove Intel Moorestown). Cc: Alan Cox Cc: Len Brown Cc: linux...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 6 -- 1 file changed, 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3a09993..e7a2349

[PATCH 20/24] MAINTAINERS: remove include/linux/of_pwm.h

2012-11-23 Thread Cesar Eduardo Barros
Added by commit 200efed (pwm: Take over maintainership of the PWM subsystem), but I could not find any trace of that file being ever added to the repository. Cc: Thierry Reding Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b

[PATCH 22/24] MAINTAINERS: fix BAST

2012-11-23 Thread Cesar Eduardo Barros
These files were renamed by commit 85fd6d6 (ARM: S3C2410: move mach-s3c2410/* into mach-s3c24xx/). Cc: Ben Dooks Cc: Vincent Sanders Cc: Simtec Linux Team Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS

[PATCH 23/24] MAINTAINERS: fix drivers/staging/sm7xx/

2012-11-23 Thread Cesar Eduardo Barros
This directory was moved to drivers/staging/sm7xxfb/ by commit 925aa66 (staging: sm7xxfb: sm7xx becomes sm7xxfb). Cc: Teddy Wang Cc: Javier M. Mellid Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b

[PATCH 24/24] MAINTAINERS: remove drivers/block/ub.c

2012-11-23 Thread Cesar Eduardo Barros
This driver was removed by commit 68a5059 (block: remove the deprecated ub driver). Cc: Pete Zaitcev Cc: linux-...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 6 -- 1 file changed, 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index e8990d2..f4934bd

[PATCH 21/24] MAINTAINERS: fix drivers/rtc/rtc-sec.c

2012-11-23 Thread Cesar Eduardo Barros
Herring Cc: rtc-li...@googlegroups.com Cc: devicetree-disc...@lists.ozlabs.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 331b3a2..fb245ea 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH 18/24] MAINTAINERS: remove drivers/mmc/host/imxmmc.*

2012-11-23 Thread Cesar Eduardo Barros
This driver was removed by commit 6187fee (mmc: remove imxmmc driver). Cc: Sascha Hauer Cc: Pavel Pisa Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 6 -- 1 file changed, 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index fc646ef

[PATCH 19/24] MAINTAINERS: remove arch/*/lib/perf_event*.c

2012-11-23 Thread Cesar Eduardo Barros
This pattern only matched arch/frv/lib/perf_event.c, which was removed by commit e360adb (irq_work: Add generic hardirq context callbacks). Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 1 - 1 file

[PATCH 17/24] MAINTAINERS: fix Documentation/mei/

2012-11-23 Thread Cesar Eduardo Barros
The documentation was moved to Documentation/misc-devices/mei/ instead. Cc: Tomas Winkler Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e7a2349..fc646ef 100644 --- a/MAINTAINERS +++ b

[PATCH 13/24] MAINTAINERS: fix drivers/i2c/busses/i2c-stub.c

2012-11-23 Thread Cesar Eduardo Barros
This file was moved to drivers/i2c/i2c-stub.c by commit 31d178b (i2c-stub: Move to drivers/i2c). Cc: Jean Delvare Cc: "Mark M. Hoffman" Cc: linux-...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[PATCH 15/24] MAINTAINERS: remove firmware/isci/

2012-11-23 Thread Cesar Eduardo Barros
-off-by: Cesar Eduardo Barros --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index bd3049f..3a09993 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3876,7 +3876,6 @@ L:linux-s...@vger.kernel.org T: git git://git.code.sf.net/p/intel-sas/isci S

[PATCH 10/24] MAINTAINERS: remove include/linux/ext3*

2012-11-23 Thread Cesar Eduardo Barros
Moved to fs/ext3/ext3.h by commit 4613ad1 (ext3: move headers to fs/ext3/). Cc: Al Viro Cc: Jan Kara Cc: Andrew Morton Cc: Andreas Dilger Cc: linux-e...@vger.kernel.or Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/MAINTAINERS b

[PATCH 07/24] MAINTAINERS: adjust for UAPI

2012-11-23 Thread Cesar Eduardo Barros
Several headers were moved or split to uapi/. Cc: David Howells Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 160 1 file changed, 118 insertions(+), 42 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 05054ad

[PATCH 06/24] MAINTAINERS: fix drivers/media/platform/atmel-isi.c

2012-11-23 Thread Cesar Eduardo Barros
This file was moved to drivers/media/platform/soc_camera/atmel-isi.c by commit b47ff4a ([media] move soc_camera to its own directory). Cc: Mauro Carvalho Chehab Cc: Josh Wu Cc: linux-me...@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 2 +- 1 file changed, 1 insertion

[PATCH] acpi: add missing newline to printk

2012-11-02 Thread Cesar Eduardo Barros
The missing newline causes messages like this on dmesg: [2.578212] ACPI: Invalid Power Resource to register!<5>[2.578456] ... Cc: Lin Ming Cc: Len Brown Signed-off-by: Cesar Eduardo Barros --- drivers/acpi/power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

Re: [PATCH 2/5] mm: frontswap: lazy initialization to allow tmem backends to build/run as modules

2012-10-31 Thread Cesar Eduardo Barros
utside the swapfile_lock/swapon_mutex. This also has the advantage of not allocating the frontswap_map when it is not going to be used. -- Cesar Eduardo Barros ces...@cesarb.net cesar.bar...@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

[PATCH RFC] mm: simplify frontswap_init()

2012-10-30 Thread Cesar Eduardo Barros
parameter from frontswap_init() and frontswap_ops.init(). Also, __frontswap_init() was exported, but its only caller (via an inline function) is mm/swapfile.c, which cannot be built as a module. Remove the unnecessary export. Signed-off-by: Cesar Eduardo Barros --- Not even compile tested, just a

Re: [PATCH 1/2] mm: refactor reinsert of swap_info in sys_swapoff

2012-10-30 Thread Cesar Eduardo Barros
tion) and an atomic update of the poolid would be enough to move it outside the lock (and also outside the swapon_mutex). But that would work only if no out-of-tree frontswap module needs it within the swap_lock. And if we can do that, perhaps we can fix the regrettable GFP_ATOMIC in zcache_n

[PATCH] firmware: use noinline_for_stack

2012-10-27 Thread Cesar Eduardo Barros
The comment above fw_file_size() suggests it is noinline for stack size reasons. Use noinline_for_stack to make this more clear. Cc: Ming Lei Cc: Greg Kroah-Hartman Cc: Linus Torvalds Signed-off-by: Cesar Eduardo Barros --- drivers/base/firmware_class.c | 2 +- 1 file changed, 1 insertion

[PATCH] x86: remove dummy long from EFI stub

2012-10-27 Thread Cesar Eduardo Barros
s Gleixner Cc: Ingo Molnar Signed-off-by: Cesar Eduardo Barros --- arch/x86/boot/header.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S index 2a01744..8c132a6 100644 --- a/arch/x86/boot/header.S +++ b/arch/x86/boot/header.S @@ -476,6 +47

[PATCH] x86: fix comment for set_real_mode_permissions

2012-10-27 Thread Cesar Eduardo Barros
The function which gets called very early is setup_real_mode(). The set_real_mode_permissions() function is the arch_initcall. Cc: Jarkko Sakkinen Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Signed-off-by: Cesar Eduardo Barros --- arch/x86/realmode/init.c | 2 +- 1 fi

[PATCH 0/2] mm: do not call frontswap_init() during swapoff

2012-10-27 Thread Cesar Eduardo Barros
. As a bonus, it also makes the code for sys_swapoff less subtle. The second patch moves the call to frontswap_init() from the common code to the helper used only by sys_swapon. Compile-tested only, but should be safe. Cesar Eduardo Barros (2): mm: refactor reinsert of swap_info in sys_swapoff

[PATCH 1/2] mm: refactor reinsert of swap_info in sys_swapoff

2012-10-27 Thread Cesar Eduardo Barros
read of two or three structure fields to within the lock (frontswap_map_get() is nothing more than a read of p->frontswap_map). Signed-off-by: Cesar Eduardo Barros --- mm/swapfile.c | 26 +- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/mm/swapfile.c b

[PATCH 2/2] mm: do not call frontswap_init() during swapoff

2012-10-27 Thread Cesar Eduardo Barros
between sys_swapon and sys_swapoff. Cc: Konrad Rzeszutek Wilk Cc: Dan Magenheimer Signed-off-by: Cesar Eduardo Barros --- mm/swapfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/swapfile.c b/mm/swapfile.c index 886db96..088daf4 100644 --- a/mm/swapfile.c +++ b/mm

Re: [PATCH 090/193] drivers/net/ethernet/silan: remove CONFIG_EXPERIMENTAL

2012-10-23 Thread Cesar Eduardo Barros
Em 23-10-2012 18:02, Kees Cook escreveu: This config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it. CC: "David S. Miller" CC: Cesar Eduardo Barros Signed-off-by: Kees Cook Acked

Re: frontswap: is frontswap_init called from swapoff safe?

2012-07-16 Thread Cesar Eduardo Barros
Em 06-06-2012 21:37, Konrad Rzeszutek Wilk escreveu: On Tue, Jun 05, 2012 at 07:41:52AM -0300, Cesar Eduardo Barros wrote: I was looking at the swapfile.c parts of the recently-merged frontswap, and noticed that frontswap_init can be called from swapoff when try_to_unuse fails. This looks odd

Re: [PATCH] 2.6 driver for Silan SC92031 (second try)

2006-12-09 Thread Cesar Eduardo Barros
Andrew Morton escreveu: > On Fri, 08 Dec 2006 18:17:06 -0200 > Cesar Eduardo Barros <[EMAIL PROTECTED]> wrote: > >> From: Cesar Eduardo Barros <[EMAIL PROTECTED]> >> >> +} while(unlikely(cmpxchg(&priv->intr_status, > > You'

[PATCH] 2.6 driver for Silan SC92031 (second try)

2006-12-08 Thread Cesar Eduardo Barros
From: Cesar Eduardo Barros <[EMAIL PROTECTED]> This is a driver for the Silan SC92031/Rsltek 8139D NIC chip. This chip is found on at least one counterfeit Encore ENL832-TX-RENT NIC [1], which came with a mini-CD with the 2.4 driver. A slightly older version of the driver was found at [2

[PATCH] Re: CPU name for "pure" i386 missing

2001-02-27 Thread Cesar Eduardo Barros
(c->x86 == 4) + strcpy(c->x86_model_id, "486"); + else if (c->x86 == 3) + strcpy(c->x86_model_id, "386"); + } break; case X86_VENDOR_CYRIX: -- Cesar Eduardo Ba

CPU name for "pure" i386 missing

2001-02-26 Thread Cesar Eduardo Barros
486? I think that table_lookup_model in arch/i386/kernel/setup.c should code a vendor of 255 as a special case and return "386" or something like that instead of bailing out. If everybody agrees, I'll make a patch for Linus. -- Cesar Eduardo Barros [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: TCP keepalive seems to send to only one port

2000-12-25 Thread Cesar Eduardo Barros
The data connection is not open forever, and the timeout (and the periodic pings) is on the control connection. The problem is that, after four or more hours of waiting, when the other side finally starts sending, the NAT has already forgotten about the connection. (In case someone is wondering, th

Re: TCP keepalive seems to send to only one port

2000-12-25 Thread Cesar Eduardo Barros
ng to convince the sysadmin to raise it to two hours, but I > > bet it'll be hard. > > ipchains -S timeoutval 0 0 is the only way to do this. > That's the easy part. Convincing the sysadmin (which probably is not very clueful) is the hard one. But this is getting to

Re: TCP keepalive seems to send to only one port

2000-12-24 Thread Cesar Eduardo Barros
On Sun, Dec 24, 2000 at 10:14:55AM +0100, Andi Kleen wrote: > On Sat, Dec 23, 2000 at 09:31:56PM -0200, Cesar Eduardo Barros wrote: > > > > I've been doing some experiments with the keepalive code in 2.4.0-test10 here > > (I want to avoid the 2.2.x NAT I'm usi

Re: TCP keepalive seems to send to only one port

2000-12-23 Thread Cesar Eduardo Barros
On Sun, Dec 24, 2000 at 12:52:12PM +1100, James Morris wrote: > On Sat, 23 Dec 2000, Cesar Eduardo Barros wrote: > > > Then what do you do when you are behind a NAT? And how do you expire entries in > > ESTABLISHED state that could stay lingering forever without some sort of &

Re: TCP keepalive seems to send to only one port

2000-12-23 Thread Cesar Eduardo Barros
ectivity transient, so you can have another perfectly valid and alive connection with the same host, and application-level timeouts are useless for some applications (*cough*nc*cough*)) -- Cesar Eduardo Barros [EMAIL PROTECTED] [EMAIL PROTECTED] - To unsubscribe from this list: send the line "un

TCP keepalive seems to send to only one port

2000-12-23 Thread Cesar Eduardo Barros
l active. This means that keepalive is useless for keeping alive more than one connection to a given host. -- Cesar Eduardo Barros [EMAIL PROTECTED] [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Pl

  1   2   >