* [lkp] [+83 bytes kernel size regression] [i386-tinyconfig] [97192c6c04] sched/core: Add function to sample state of locked-down task
@ 2020-04-17 2:49 kbuild test robot
2020-04-17 3:03 ` Paul E. McKenney
0 siblings, 1 reply; 4+ messages in thread
From: kbuild test robot @ 2020-04-17 2:49 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 956 bytes --]
FYI, we noticed a +83 bytes kernel size regression due to commit:
commit: 97192c6c046907e58e6cdb958d0c3d7e5d7c289d (sched/core: Add function to sample state of locked-down task)
https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev.2020.04.13b
Details as below (size data is obtained by `nm --size-sort vmlinux`):
d9899f93: MAINTAINERS: Update maintainers for new Documentaion/litmus-tests/
97192c6c: sched/core: Add function to sample state of locked-down task
+-------------------------------------+----------+----------+-------+
| symbol | d9899f93 | 97192c6c | delta |
+-------------------------------------+----------+----------+-------+
| bzImage | 439232 | 439392 | 160 |
| nm.T.try_invoke_on_locked_down_task | 0 | 83 | 83 |
+-------------------------------------+----------+----------+-------+
Thanks,
Kbuild test robot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lkp] [+83 bytes kernel size regression] [i386-tinyconfig] [97192c6c04] sched/core: Add function to sample state of locked-down task
2020-04-17 2:49 [lkp] [+83 bytes kernel size regression] [i386-tinyconfig] [97192c6c04] sched/core: Add function to sample state of locked-down task kbuild test robot
@ 2020-04-17 3:03 ` Paul E. McKenney
2020-04-17 3:05 ` Rong Chen
0 siblings, 1 reply; 4+ messages in thread
From: Paul E. McKenney @ 2020-04-17 3:03 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 1159 bytes --]
On Fri, Apr 17, 2020 at 10:49:49AM +0800, kbuild test robot wrote:
> FYI, we noticed a +83 bytes kernel size regression due to commit:
>
> commit: 97192c6c046907e58e6cdb958d0c3d7e5d7c289d (sched/core: Add function to sample state of locked-down task)
> https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev.2020.04.13b
>
> Details as below (size data is obtained by `nm --size-sort vmlinux`):
>
> d9899f93: MAINTAINERS: Update maintainers for new Documentaion/litmus-tests/
> 97192c6c: sched/core: Add function to sample state of locked-down task
>
> +-------------------------------------+----------+----------+-------+
> | symbol | d9899f93 | 97192c6c | delta |
> +-------------------------------------+----------+----------+-------+
> | bzImage | 439232 | 439392 | 160 |
> | nm.T.try_invoke_on_locked_down_task | 0 | 83 | 83 |
> +-------------------------------------+----------+----------+-------+
Given that this commit does nothing but update MAINTAINERS, I have to
assume that this is a false positive. ;-)
Thanx, Paul
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lkp] [+83 bytes kernel size regression] [i386-tinyconfig] [97192c6c04] sched/core: Add function to sample state of locked-down task
2020-04-17 3:03 ` Paul E. McKenney
@ 2020-04-17 3:05 ` Rong Chen
2020-04-17 3:23 ` Paul E. McKenney
0 siblings, 1 reply; 4+ messages in thread
From: Rong Chen @ 2020-04-17 3:05 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 1470 bytes --]
On 4/17/20 11:03 AM, Paul E. McKenney wrote:
> On Fri, Apr 17, 2020 at 10:49:49AM +0800, kbuild test robot wrote:
>> FYI, we noticed a +83 bytes kernel size regression due to commit:
>>
>> commit: 97192c6c046907e58e6cdb958d0c3d7e5d7c289d (sched/core: Add function to sample state of locked-down task)
>> https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev.2020.04.13b
>>
>> Details as below (size data is obtained by `nm --size-sort vmlinux`):
>>
>> d9899f93: MAINTAINERS: Update maintainers for new Documentaion/litmus-tests/
>> 97192c6c: sched/core: Add function to sample state of locked-down task
>>
>> +-------------------------------------+----------+----------+-------+
>> | symbol | d9899f93 | 97192c6c | delta |
>> +-------------------------------------+----------+----------+-------+
>> | bzImage | 439232 | 439392 | 160 |
>> | nm.T.try_invoke_on_locked_down_task | 0 | 83 | 83 |
>> +-------------------------------------+----------+----------+-------+
> Given that this commit does nothing but update MAINTAINERS, I have to
> assume that this is a false positive. ;-)
>
> Thanx, Paul
> _______________________________________________
Hi Paul,
The first bad commit is "97192c6c: sched/core: Add function to sample
state of locked-down task",
the 'update MAINTAINERS' commit is the parent.
Best Regards,
Rong Chen
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lkp] [+83 bytes kernel size regression] [i386-tinyconfig] [97192c6c04] sched/core: Add function to sample state of locked-down task
2020-04-17 3:05 ` Rong Chen
@ 2020-04-17 3:23 ` Paul E. McKenney
0 siblings, 0 replies; 4+ messages in thread
From: Paul E. McKenney @ 2020-04-17 3:23 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 1690 bytes --]
On Fri, Apr 17, 2020 at 11:05:30AM +0800, Rong Chen wrote:
>
>
> On 4/17/20 11:03 AM, Paul E. McKenney wrote:
> > On Fri, Apr 17, 2020 at 10:49:49AM +0800, kbuild test robot wrote:
> > > FYI, we noticed a +83 bytes kernel size regression due to commit:
> > >
> > > commit: 97192c6c046907e58e6cdb958d0c3d7e5d7c289d (sched/core: Add function to sample state of locked-down task)
> > > https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev.2020.04.13b
> > >
> > > Details as below (size data is obtained by `nm --size-sort vmlinux`):
> > >
> > > d9899f93: MAINTAINERS: Update maintainers for new Documentaion/litmus-tests/
> > > 97192c6c: sched/core: Add function to sample state of locked-down task
> > >
> > > +-------------------------------------+----------+----------+-------+
> > > | symbol | d9899f93 | 97192c6c | delta |
> > > +-------------------------------------+----------+----------+-------+
> > > | bzImage | 439232 | 439392 | 160 |
> > > | nm.T.try_invoke_on_locked_down_task | 0 | 83 | 83 |
> > > +-------------------------------------+----------+----------+-------+
> > Given that this commit does nothing but update MAINTAINERS, I have to
> > assume that this is a false positive. ;-)
> >
> > Thanx, Paul
> > _______________________________________________
>
> Hi Paul,
>
> The first bad commit is "97192c6c: sched/core: Add function to sample state
> of locked-down task",
> the 'update MAINTAINERS' commit is the parent.
Ah, got it! This is expected behavior, given that I really did add
a function.
Thanx, Paul
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-04-17 3:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-17 2:49 [lkp] [+83 bytes kernel size regression] [i386-tinyconfig] [97192c6c04] sched/core: Add function to sample state of locked-down task kbuild test robot
2020-04-17 3:03 ` Paul E. McKenney
2020-04-17 3:05 ` Rong Chen
2020-04-17 3:23 ` Paul E. McKenney
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.