Re: How do I know if my patch was accepted?

2017-03-21 Thread Greg KH
On Tue, Mar 21, 2017 at 08:56:31PM +0530, Prasant J wrote:
> Hi,
> 
> I was able to send a tiny coding style error correction patch to the
> kernel mailing list.
> 
> How do I find out whether my patch was accepted or not?
> 
> How do I find out subsystem maintainers git tree for my patch (patch
> related to drivers/staging/vt6656/ )?

You did send your patch to the people listed when you ran
scripts/get_maintainer.pl on it, right?  If not, it's going to be
ignored, please resend it with that information.

thanks,

greg k-h

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: How do I know if my patch was accepted?

2017-03-21 Thread Alexander Kapshuk
On Tue, Mar 21, 2017 at 5:26 PM, Prasant J  wrote:
> Hi,
>
> I was able to send a tiny coding style error correction patch to the
> kernel mailing list.
>
> How do I find out whether my patch was accepted or not?
>
> How do I find out subsystem maintainers git tree for my patch (patch
> related to drivers/staging/vt6656/ )?
>
>
> Regards, Pj
>
> ___
> Kernelnewbies mailing list
> Kernelnewbies@kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

If your patch gets accepted, you will be notified via email. You will
also be told in the email which tree your patch got accepted into.
Be patient. Maintainers are busy. Give it a week or two, and if you
don't hear from them by then, send them a friendly reminder.

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


How do I know if my patch was accepted?

2017-03-21 Thread Prasant J
Hi,

I was able to send a tiny coding style error correction patch to the
kernel mailing list.

How do I find out whether my patch was accepted or not?

How do I find out subsystem maintainers git tree for my patch (patch
related to drivers/staging/vt6656/ )?


Regards, Pj

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: [mm subsystem] A question about function page_table_range_init_count()

2017-03-21 Thread Rik van Riel
On Wed, 2017-03-15 at 22:12 +0800, Hao Lee wrote:
> Hi, all
> 
> I encounter a problem when I read the source code of kernel 4.9.9.
> 
> In arch/x86/mm/init_32.c, at line 125 [1], there is a function named
> page_table_range_init_count(...). I have analyzed some codes and find
> its two parameters are PKMAP_BASE and FIXADDR_START.
> 
> Between Line 141 and Line 150, there is a for loop and I don't know
> what it means, especially Line 144-Line147.
> 
> Could someone can give me some tips. Thanks a lot!
> 
The code iterates over the virtual memory addresses
specified, and counts the number of pmds (second level
page tables) that will be needed to map that address
space.

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies