Re: [PATCH 2/3] debloat aic7xxx and aic79xx drivers

2007-09-24 Thread Hannes Reinecke
Denys Vlasenko wrote:
> On Friday 31 August 2007 16:15, Denys Vlasenko wrote:
>> On Friday 31 August 2007 16:13, Denys Vlasenko wrote:
>>> Attached are three patches which fix that:
>>>
>>>textdata bss dec hex filename
>>>  261433   500181172  312623   4c52f 
>>> linux-2.6.23-rc1.org.t/drivers/scsi/aic7xxx/built-in.o
>>>  199654   500181172  250844   3d3dc 
>>> linux-2.6.23-rc1.aic.t/drivers/scsi/aic7xxx/built-in.o
>>>  184014   213141172  206500   326a4 
>>> linux-2.6.23-rc1.aic1.t/drivers/scsi/aic7xxx/built-in.o
>>>  20237828501172  206400   32640 
>>> linux-2.6.23-rc1.aic2.t/drivers/scsi/aic7xxx/built-in.o
>>>
>>> 1-debloat.patchdeinlines a lot of functions
>>> 2-addstatic.patch  adds statics, #ifdefs out huge amount of unused code, 
>>> adds consts
>>> 3-addconst.patch   adds more consts
Have you checked the sequence assembler, too? It doesn't help much to edit the 
*.shipped files;
someone might just run the assembler again and we're back to square one ...

Apart from this:

Signed-off-by: Hannes Reinecke <[EMAIL PROTECTED]>

Cheers,

Hannes
-- 
Dr. Hannes Reinecke   zSeries & Storage
[EMAIL PROTECTED] +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Markus Rex, HRB 16746 (AG Nürnberg)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 2/3] debloat aic7xxx and aic79xx drivers

2007-09-24 Thread Hannes Reinecke
Denys Vlasenko wrote:
 On Friday 31 August 2007 16:15, Denys Vlasenko wrote:
 On Friday 31 August 2007 16:13, Denys Vlasenko wrote:
 Attached are three patches which fix that:

textdata bss dec hex filename
  261433   500181172  312623   4c52f 
 linux-2.6.23-rc1.org.t/drivers/scsi/aic7xxx/built-in.o
  199654   500181172  250844   3d3dc 
 linux-2.6.23-rc1.aic.t/drivers/scsi/aic7xxx/built-in.o
  184014   213141172  206500   326a4 
 linux-2.6.23-rc1.aic1.t/drivers/scsi/aic7xxx/built-in.o
  20237828501172  206400   32640 
 linux-2.6.23-rc1.aic2.t/drivers/scsi/aic7xxx/built-in.o

 1-debloat.patchdeinlines a lot of functions
 2-addstatic.patch  adds statics, #ifdefs out huge amount of unused code, 
 adds consts
 3-addconst.patch   adds more consts
Have you checked the sequence assembler, too? It doesn't help much to edit the 
*.shipped files;
someone might just run the assembler again and we're back to square one ...

Apart from this:

Signed-off-by: Hannes Reinecke [EMAIL PROTECTED]

Cheers,

Hannes
-- 
Dr. Hannes Reinecke   zSeries  Storage
[EMAIL PROTECTED] +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Markus Rex, HRB 16746 (AG Nürnberg)
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 2/3] debloat aic7xxx and aic79xx drivers

2007-08-31 Thread Denys Vlasenko
On Friday 31 August 2007 16:15, Denys Vlasenko wrote:
> On Friday 31 August 2007 16:13, Denys Vlasenko wrote:
> > Attached are three patches which fix that:
> > 
> >textdata bss dec hex filename
> >  261433   500181172  312623   4c52f 
> > linux-2.6.23-rc1.org.t/drivers/scsi/aic7xxx/built-in.o
> >  199654   500181172  250844   3d3dc 
> > linux-2.6.23-rc1.aic.t/drivers/scsi/aic7xxx/built-in.o
> >  184014   213141172  206500   326a4 
> > linux-2.6.23-rc1.aic1.t/drivers/scsi/aic7xxx/built-in.o
> >  20237828501172  206400   32640 
> > linux-2.6.23-rc1.aic2.t/drivers/scsi/aic7xxx/built-in.o
> > 
> > 1-debloat.patchdeinlines a lot of functions
> > 2-addstatic.patch  adds statics, #ifdefs out huge amount of unused code, 
> > adds consts
> > 3-addconst.patch   adds more consts
--
vda



linux-2.6.23-rc1-aic7xxx-2-addstatic.patch.bz2
Description: BZip2 compressed data


[PATCH 2/3] debloat aic7xxx and aic79xx drivers

2007-08-31 Thread Denys Vlasenko
On Friday 31 August 2007 16:15, Denys Vlasenko wrote:
 On Friday 31 August 2007 16:13, Denys Vlasenko wrote:
  Attached are three patches which fix that:
  
 textdata bss dec hex filename
   261433   500181172  312623   4c52f 
  linux-2.6.23-rc1.org.t/drivers/scsi/aic7xxx/built-in.o
   199654   500181172  250844   3d3dc 
  linux-2.6.23-rc1.aic.t/drivers/scsi/aic7xxx/built-in.o
   184014   213141172  206500   326a4 
  linux-2.6.23-rc1.aic1.t/drivers/scsi/aic7xxx/built-in.o
   20237828501172  206400   32640 
  linux-2.6.23-rc1.aic2.t/drivers/scsi/aic7xxx/built-in.o
  
  1-debloat.patchdeinlines a lot of functions
  2-addstatic.patch  adds statics, #ifdefs out huge amount of unused code, 
  adds consts
  3-addconst.patch   adds more consts
--
vda



linux-2.6.23-rc1-aic7xxx-2-addstatic.patch.bz2
Description: BZip2 compressed data