public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH: Put .zdebug* section on white list
@ 2010-12-16  1:11 H.J. Lu
  2010-12-16 21:36 ` Michal Marek
  0 siblings, 1 reply; 4+ messages in thread
From: H.J. Lu @ 2010-12-16  1:11 UTC (permalink / raw)
  To: LKML, H. Peter Anvin

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

Hi,

"as --compress-debug-sections" will generate compressed debug sections
with section names ".zdebug*".  This patch puts .zdebug* section on
white list.


-- 
H.J.

[-- Attachment #2: zdebug.patch --]
[-- Type: text/plain, Size: 425 bytes --]

diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 6a087ff..2bab622 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -790,6 +790,7 @@ static const char *section_white_list[] =
 {
 	".comment*",
 	".debug*",
+	".zdebug*",		/* Compressed debug sections. */
 	".GCC-command-line",	/* mn10300 */
 	".mdebug*",        /* alpha, score, mips etc. */
 	".pdr",            /* alpha, score, mips etc. */

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: PATCH: Put .zdebug* section on white list
  2010-12-16  1:11 PATCH: Put .zdebug* section on white list H.J. Lu
@ 2010-12-16 21:36 ` Michal Marek
  2010-12-16 21:37   ` H.J. Lu
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Marek @ 2010-12-16 21:36 UTC (permalink / raw)
  To: H.J. Lu; +Cc: LKML, H. Peter Anvin

On -10.1.-28163 20:59, H.J. Lu wrote:
> Hi,
>
> "as --compress-debug-sections" will generate compressed debug sections
> with section names ".zdebug*".  This patch puts .zdebug* section on
> white list.

Hi,

can I assume that the patch is
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
?

Thanks,
Michal

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: PATCH: Put .zdebug* section on white list
  2010-12-16 21:36 ` Michal Marek
@ 2010-12-16 21:37   ` H.J. Lu
  2010-12-16 22:08     ` Michal Marek
  0 siblings, 1 reply; 4+ messages in thread
From: H.J. Lu @ 2010-12-16 21:37 UTC (permalink / raw)
  To: Michal Marek; +Cc: LKML, H. Peter Anvin

On Thu, Dec 16, 2010 at 1:36 PM, Michal Marek <mmarek@suse.cz> wrote:
> On -10.1.-28163 20:59, H.J. Lu wrote:
>>
>> Hi,
>>
>> "as --compress-debug-sections" will generate compressed debug sections
>> with section names ".zdebug*".  This patch puts .zdebug* section on
>> white list.
>
> Hi,
>
> can I assume that the patch is
> Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
> ?
>

Yes.


-- 
H.J.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: PATCH: Put .zdebug* section on white list
  2010-12-16 21:37   ` H.J. Lu
@ 2010-12-16 22:08     ` Michal Marek
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Marek @ 2010-12-16 22:08 UTC (permalink / raw)
  To: H.J. Lu; +Cc: LKML, H. Peter Anvin

On 16.12.2010 22:37, H.J. Lu wrote:
> On Thu, Dec 16, 2010 at 1:36 PM, Michal Marek<mmarek@suse.cz>  wrote:
>> On -10.1.-28163 20:59, H.J. Lu wrote:
>>>
>>> Hi,
>>>
>>> "as --compress-debug-sections" will generate compressed debug sections
>>> with section names ".zdebug*".  This patch puts .zdebug* section on
>>> white list.
>>
>> Hi,
>>
>> can I assume that the patch is
>> Signed-off-by: H.J. Lu<hjl.tools@gmail.com>
>> ?
>>
>
> Yes.

OK, applied to kbuild-2.6.git#kbuild.

Thanks,
Michal

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-12-16 22:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16  1:11 PATCH: Put .zdebug* section on white list H.J. Lu
2010-12-16 21:36 ` Michal Marek
2010-12-16 21:37   ` H.J. Lu
2010-12-16 22:08     ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox