Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1351594
| From | Russell King - ARM Linux <linux@arm.linux.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: 4.5.0-rc6: kernel BUG at ../mm/memory.c:1879 |
| Date | 2016-03-07 14:10 +0100 |
| Message-ID | <ra358-3fU-15@gated-at.bofh.it> (permalink) |
| References | <ra2Vs-2Xn-3@gated-at.bofh.it> <ra2Vs-2Xn-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Mar 07, 2016 at 01:51:40PM +0100, Vlastimil Babka wrote: > [+CC ARM, module maintainers/lists] > > On 03/07/2016 12:14 PM, Matwey V. Kornilov wrote: > > > >Hello, > > > >I see the following when try to boot 4.5.0-rc6 on ARM TI AM33xx based board. > > > > [ 13.907631] ------------[ cut here ]------------ > > [ 13.912323] kernel BUG at ../mm/memory.c:1879! > > That's: > BUG_ON(addr >= end); > > where: > end = addr + size; > > All these variables are unsigned long, so they overflown? > > I don't know ARM much, and there's no code for decodecode, but if I get the > calling convention correctly, and the registers didn't change, both addr is > r1 and size is r2, i.e. both bf006000. Weird. A fix has been recently merged for this. Look out for "ARM: 8544/1: set_memory_xx fixes" -- RMK's Patch system: http://www.arm.linux.org.uk/developer/patches/ FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up according to speedtest.net.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: 4.5.0-rc6: kernel BUG at ../mm/memory.c:1879 Vlastimil Babka <vbabka@suse.cz> - 2016-03-07 14:00 +0100
Re: 4.5.0-rc6: kernel BUG at ../mm/memory.c:1879 Russell King - ARM Linux <linux@arm.linux.org.uk> - 2016-03-07 14:10 +0100
Re: 4.5.0-rc6: kernel BUG at ../mm/memory.c:1879 "Matwey V. Kornilov" <matwey.kornilov@gmail.com> - 2016-03-07 14:20 +0100
csiph-web