History log of /arch/mips/emma/common/prom.c
Revision Date Author Comments
617d1017545c27a56229483cc1d689eff6c38561 29-Oct-2011 Thomas Jarosch <thomas.jarosch@intra2net.com> MIPS: Yosemite, Emma: Fix off-by-two in arcs_cmdline buffer size check

Cause is a misplaced bracket.

The code

strlen(buf+1)

will be two bytes less than

strlen(buf)+1

The +1 is in this code to reserve space for an additional space character.

[ralf@linux-mips.org: Thomas' original patch fixed the issue only for
Yosemite but the same bug exists also in Emma.]

Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Patchwork: https://patchwork.linux-mips.org/patch/2861/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
49316cbf0a9875f102f98dc8b7c80cfa142e33cf 06-Jul-2009 Ralf Baechle <ralf@linux-mips.org> MIPS: Eleminate filenames from comments

They tend to get not updated when files are moved around or copied and
lack any obvious use. While at it zap some only too obvious comments and
as per Shinya's suggestion, add a copyright header to extable.c.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
Acked-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
d91f2cbe698cf70b50099343dac1ec8061bfd045 23-Oct-2008 Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> MIPS: EMMA: Move <asm/emma2rh> to <asm/emma> dir

We'll put all EMMA related headers there in the future.

Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
f27655e34171b0ae9ea5a0aadae894e817f0f875 23-Oct-2008 Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> MIPS: EMMA: Move arch/mips/emma2rh/ into arch/mips/emma/

git mv arch/mips/{emma2rh,emma} and fixups Makefiles. We'll put all NEC
EMMA series based machines there in the future.

Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>