From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965494AbbLOWfu (ORCPT ); Tue, 15 Dec 2015 17:35:50 -0500 Received: from mail.kernel.org ([198.145.29.136]:39275 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932469AbbLOWfs (ORCPT ); Tue, 15 Dec 2015 17:35:48 -0500 Date: Tue, 15 Dec 2015 23:35:43 +0100 From: Sebastian Reichel To: Geert Uytterhoeven Cc: "linux-kernel@vger.kernel.org" , Dmitry Eremin-Solenikov , the arch/x86 maintainers Subject: Re: Build regressions/improvements in v4.4-rc5 Message-ID: <20151215223543.GC2957@earth> References: <1450086886-18581-1-git-send-email-geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wxDdMuZNg1r63Hyj" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --wxDdMuZNg1r63Hyj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Dec 14, 2015 at 10:56:17AM +0100, Geert Uytterhoeven wrote: > On Mon, Dec 14, 2015 at 10:54 AM, Geert Uytterhoeven > wrote: > > JFYI, when comparing v4.4-rc5[1] to v4.4-rc4[3], the summaries are: > > - build errors: +8/-7 >=20 > + error: bq27xxx_battery.c: undefined reference to `i2c_del_driver': > =3D> .init.text+0x26d7), .exit.text+0x587) > + error: bq27xxx_battery.c: undefined reference to > `i2c_register_driver': =3D> .init.text+0x26b5) > + error: bq27xxx_battery.c: undefined reference to `i2c_transfer': > =3D> .text+0x45a2e) > + error: cpufreq.c: undefined reference to `__stack_chk_guard': =3D> > .text+0x463f0), .text+0x46383), .text+0x462ec), .text+0x4635c), > .text+0x4652e) > + error: initramfs.c: undefined reference to `__stack_chk_guard': > =3D> .init.text+0x142f) >=20 > i386-randconfig >=20 > > [1] http://kisskb.ellerman.id.au/kisskb/head/9702/ (all 259 configs) > > [3] http://kisskb.ellerman.id.au/kisskb/head/9664/ (256 out of 259 conf= igs) This problem should be fixed by the following commit, which splits the bq27xxx's i2c specific parts into its own module: https://git.kernel.org/cgit/linux/kernel/git/sre/linux-power-supply.git/com= mit/?h=3Dnext&id=3D703df6c097956d17a818e63961c82e8e9eef9fef -- Sebastian --wxDdMuZNg1r63Hyj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJWcJW/AAoJENju1/PIO/qa69YQAIbqh2BwnSpN1C2bMWpUTfdN JIK6JmUinUCPnZfGnUtXm9WlRXIanUBmJhjJRFkXCRGqTdMpwiiphid4i2lYlk8Q tZ6PXgMCiWS020bO8WD40W+Kly6Qb2WkBIvPPOZN6LeryWC+ZfSP0oK39aw+qaQj lkDoCJmsdNzO+DNYSEWP6mwN3oYR4psx989ZQtZ3kVR8db7fFP2IjTlwW2JGlwWB eykKcuDeeL5qn3OzRJVSsst3r39nRP9TiwjRON3PNXDLNRxgyzRVjblTxcHpS9ay x9mxucMQa94D7d6A9L414jjx+KBg2q7ZuWNwzk/0A2vaM4eN4g5RZmBmmJqTOJZd 8FrkHow+R+pBKdx2fd7+vqI2YgvWUhRTmOMRQWgru0ZJwoS0fpF4qhsUuOomjSfB dUqepOTxE3II02MqEX49B+nuERXgKhrEY7buenEH0eSg5gJaSeyq6x7FSObX5aqG u2eaZiqaddCilWWf+6lE8Zc6oitje3saZw3c7noOdUewxXoQb2zkkYiU4NVhSDut 9L1G9ub0HR6CIXdwfDjnKYqo3lZ3FnaJc9YxxKfgQ+zxh/khFCZMhE7Ao4dL3NnF zok3M6oo9fUUxSNPXylW/uqVklepGF7lw/XaOmNaAYCsEAULrj8pWQq7uHgZa2iQ aGBLcvGwpAokwQlQDj6d =8361 -----END PGP SIGNATURE----- --wxDdMuZNg1r63Hyj--