Received: with ECARTIS (v1.0.0; list netdev); Mon, 19 Jul 2004 20:58:35 -0700 (PDT) Received: from ganesha.gnumonks.org (Debian-exim@ganesha.gnumonks.org [213.95.27.120]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id i6K3wRB2018778 for ; Mon, 19 Jul 2004 20:58:27 -0700 Received: from uucp by ganesha.gnumonks.org with local-bsmtp (Exim 4.30) id 1Bmllo-0001P9-9j for netdev@oss.sgi.com; Tue, 20 Jul 2004 05:58:24 +0200 Received: from laforge by obroa-skai.gnumonks.org with local (Exim 3.36 #1) id 1BmkfN-0008Qc-00; Mon, 19 Jul 2004 22:47:41 -0400 Date: Mon, 19 Jul 2004 22:47:41 -0400 From: Harald Welte To: Sebastien ESTIENNE Cc: linux-kernel@vger.kernel.org, netfilter-devel@lists.netfilter.org, netdev@oss.sgi.com Subject: Re: kernel 2.6.7 -> page allocation failure. order:1, mode:0x20 (netfilter?) Message-ID: <20040720024741.GF27487@obroa-skai.de.gnumonks.org> Mail-Followup-To: Harald Welte , Sebastien ESTIENNE , linux-kernel@vger.kernel.org, netfilter-devel@lists.netfilter.org, netdev@oss.sgi.com References: <40FB93FE.90308@ovibes.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="phCU5ROyZO6kBE05" Content-Disposition: inline In-Reply-To: <40FB93FE.90308@ovibes.net> X-Operating-System: Linux obroa-skai.de.gnumonks.org 2.6.8-rc1-qs X-Date: Today is Setting Orange, the 54th day of Confusion in the YOLD 3170 User-Agent: Mutt/1.5.6+20040523i X-archive-position: 7046 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: laforge@netfilter.org Precedence: bulk X-list: netdev --phCU5ROyZO6kBE05 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 19, 2004 at 11:27:26AM +0200, Sebastien ESTIENNE wrote: > Hello, > i have some "swapper: page allocation failure. order:1, mode:0x20" > followed by kernel message, >=20 > the hardware is a dell poweredge 1750 > the kernel is a 2.6.7 vanilla >=20 > here for a dmesg > http://213.41.75.25/kernel/dmesg.txt the chunk below seems like a standard code path for a locally-generated outgoing packet: > [] skb_checksum_help+0x52/0x136 > [] ip_nat_fn+0x269/0x27a [iptable_nat] > [] ip_nat_local_fn+0x7b/0xaa [iptable_nat] > [] tcp_sendmsg+0x509/0x10f7 > [] tasklet_action+0x65/0xae > [] apic_timer_interrupt+0x1a/0x20 > [] dst_output+0x0/0x29 > [] inet_sendmsg+0x4d/0x59 > [] dst_output+0x0/0x29 > [] sock_aio_write+0xbd/0xdd > [] do_sync_write+0x8b/0xb7 > [] nf_iterate+0x71/0xa2 > [] copy_from_user+0x42/0x6e > [] vfs_write+0xe8/0x119 > [] sys_write+0x42/0x63 > [] syscall_call+0x7/0xb =20 what's worrying me is the part above... how would skb_checksum_help directly end up in copy_from_user()? > swapper: page allocation failure. order:1, mode:0x20 > [] __alloc_pages+0x2da/0x34a > [] __get_free_pages+0x25/0x3f > [] kmem_getpages+0x2b/0xdc > [] kfree_skbmem+0x24/0x2c > [] cache_grow+0xe5/0x2a4 > [] cache_grow+0x146/0x2a4 > [] cache_alloc_refill+0x1cf/0x29f > [] __kmalloc+0x85/0x8c > [] tcp_transmit_skb+0x411/0x68a > [] alloc_skb+0x47/0xe0 > [] tcp_write_xmit+0x16d/0x2d6 > [] skb_copy+0x33/0xde > [] copy_from_user+0x42/0x6e Does anybody have a clue what's going on? --=20 - Harald Welte http://www.netfilter.org/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D "Fragmentation is like classful addressing -- an interesting early architectural error that shows how much experimentation was going on while IP was being designed." -- Paul Vixie --phCU5ROyZO6kBE05 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA/IfNXaXGVTD0i/8RAiv4AJ0d3Gv+nUtbZvnlod7DNVqSXgAZVQCfYEo0 IReZ37a9XbULaBQQb0L4+m4= =qpTK -----END PGP SIGNATURE----- --phCU5ROyZO6kBE05--