Re: Is anyone using the http module to do largish transfers?

2015-02-08 Thread Alan Perry
On 2/8/15 7:24 PM, Andrei Borzenkov wrote: В Sun, 08 Feb 2015 12:26:53 -0800 Alan Perry пишет: Another question about the http module. http_establish() builds a GET request that may have a Content-Range header. Where do you see it? My mistake - looks like this has been changed since I last

Re: initrd loading, max size, addr_min, and page_align

2015-02-08 Thread Bruce Dubbs
Andrei Borzenkov wrote: В Sun, 08 Feb 2015 11:14:28 -0600 Bruce Dubbs пишет: Andrei Borzenkov wrote: В Thu, 5 Feb 2015 21:55:54 + Eric Ewanco пишет: Background: I need to use a really large initrd for x86_64 (Linux 3.4.47), and I'm near the limit, so I'm studying grub-core/loader/i386

Re: initrd loading, max size, addr_min, and page_align

2015-02-08 Thread Andrei Borzenkov
В Sun, 08 Feb 2015 11:14:28 -0600 Bruce Dubbs пишет: > Andrei Borzenkov wrote: > > В Thu, 5 Feb 2015 21:55:54 + Eric Ewanco > > пишет: > > > >> > >> Background: I need to use a really large initrd for x86_64 (Linux 3.4.47), > >> and I'm near the limit, so I'm studying grub-core/loader/i386/l

Re: Is anyone using the http module to do largish transfers?

2015-02-08 Thread Andrei Borzenkov
В Sun, 08 Feb 2015 12:26:53 -0800 Alan Perry пишет: > > Another question about the http module. http_establish() builds a GET > request that may have a Content-Range header. Where do you see it? > However, looking at the > HTTP/1.1 RFCs, Content-Range is something that appears in a status

Re: Is anyone using the http module to do largish transfers?

2015-02-08 Thread Alan Perry
On 2/7/15 8:35 AM, Andrei Borzenkov wrote: В Wed, 04 Feb 2015 16:39:20 -0800 Alan Perry пишет: Hi, I am trying to debug a problem involving largish HTTP data transfers (around 80M). I have no problem transferring around 3M with the grub http module. Has anyone here observed a similar issue

Re: [PATCH v2] Add a module for retrieving SMBIOS information

2015-02-08 Thread Prarit Bhargava
On 02/08/2015 01:54 PM, David Michael wrote: > The following are two use cases from Rajat Jain : > > 1) We have a board that boots Linux and this board itself can be plugged into > one of different chassis types. We need to pass different parameters to the > kernel based on the "CHASSIS_TYPE"

[PATCH v2] Add a module for retrieving SMBIOS information

2015-02-08 Thread David Michael
The following are two use cases from Rajat Jain : 1) We have a board that boots Linux and this board itself can be plugged into one of different chassis types. We need to pass different parameters to the kernel based on the "CHASSIS_TYPE" information that is passed by the bios in the DMI / SMBI

Re: initrd loading, max size, addr_min, and page_align

2015-02-08 Thread Bruce Dubbs
Andrei Borzenkov wrote: В Thu, 5 Feb 2015 21:55:54 + Eric Ewanco пишет: Background: I need to use a really large initrd for x86_64 (Linux 3.4.47), and I'm near the limit, so I'm studying grub-core/loader/i386/linux.c to find out the whys and wherefores of the GRUB 2.00 size limit. GRUB

Re: initrd loading, max size, addr_min, and page_align

2015-02-08 Thread Andrei Borzenkov
В Thu, 5 Feb 2015 21:55:54 + Eric Ewanco пишет: > > Background: I need to use a really large initrd for x86_64 (Linux 3.4.47), > and I'm near the limit, so I'm studying grub-core/loader/i386/linux.c to find > out the whys and wherefores of the GRUB 2.00 size limit. GRUB 2.00 is way too ol