lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 15 Sep 2015 08:24:00 +0200
From:	Valentin Rothberg <valentinrothberg@...il.com>
To:	jogo@...nwrt.org
Cc:	broonie@...nel.org, Paul Bolle <pebolle@...cali.nl>,
	ziegler@...fau.de, linux-kernel@...r.kernel.org
Subject: spi/bcm63xx: unknown CONFIG_BIG_ENDIAN

Hi Jonas,

your commit 158fcc4e050a ("spi/bcm63xx: replace custom io accessors with
standard ones") has shown up in today's Linux next tree (i.e.,
next-20150915).  

This commit adds four #ifdef blocks depending on CONFIG_BIG_ENDIAN,
which is not defined in Kconfig breaking the #ifdef #else conditions.

Is there a patch queued somewhere to add this option to Kconfig?  

I found some other candidates like '__BIG_ENDIAN' which is used in other
drivers, or 'CPU_BIG_ENDIAN' which is defined for mips.  Maybe they can
be used instead.

I detected this issue witch scripts/checkkconfigsymbols.py.

Kind regards,
  Valentin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists