On Wed, Mar 21, 2018 at 08:32:54PM -0400, Jerome Glisse wrote:
> > I am testing with drivers/char/hmm_dmirror.c from your git repository.
> >
> > The addr I got (before "- size") is actually 0x7f, so equally
> > (1 << 40).
> >
> > So from your reply, it seems to me that HMM is supposed t
On Wed, Mar 21, 2018 at 05:23:55PM -0700, Nicolin Chen wrote:
> On Wed, Mar 21, 2018 at 06:56:32PM -0400, Jerome Glisse wrote:
> > On Wed, Mar 21, 2018 at 03:23:57PM -0700, Nicolin Chen wrote:
> > > Hello Jerome,
> > >
> > > I started to looking at the mm/hmm code and having a question at the
> >
On Wed, Mar 21, 2018 at 06:56:32PM -0400, Jerome Glisse wrote:
> On Wed, Mar 21, 2018 at 03:23:57PM -0700, Nicolin Chen wrote:
> > Hello Jerome,
> >
> > I started to looking at the mm/hmm code and having a question at the
> > devm_request_mem_region() call in the hmm_devmem_add() implementation:
>
On Wed, Mar 21, 2018 at 03:23:57PM -0700, Nicolin Chen wrote:
> Hello Jerome,
>
> I started to looking at the mm/hmm code and having a question at the
> devm_request_mem_region() call in the hmm_devmem_add() implementation:
>
> > addr = min((unsigned long)iomem_resource.end,
> >
Hello Jerome,
I started to looking at the mm/hmm code and having a question at the
devm_request_mem_region() call in the hmm_devmem_add() implementation:
> addr = min((unsigned long)iomem_resource.end,
> (1UL << MAX_PHYSMEM_BITS) - 1);
The main question is here as I am a b
Thank you! I still have a long way to go in kernel.
2013/11/1 Andreas Mohr :
> Hi,
>
>> May I can use the ''double" as a basic variables?
>
> [see other replies]
>
>
> Look into terminus technicus "scaling math" as a replacement technique
> (in-kernel this is being used e.g. by clocksources/clo
Hi,
> May I can use the ''double" as a basic variables?
[see other replies]
Look into terminus technicus "scaling math" as a replacement technique
(in-kernel this is being used e.g. by clocksources/clockevents).
HTH,
Andreas Mohr
--
To unsubscribe from this list: send the line "unsubscribe
On 2013/10/31 19:31, 韩磊 wrote:
> May I can use the ''double" as a basic variables?
>
> When I define the "double" as a function return type in linux kernel,the error
> is "error: SSE register return with SSE disabled".
>
> How to fix it??
no float in kernel!
> --
> To unsubscribe from this li
2013-10-31 12:57 keltezéssel, Richard Weinberger írta:
> On Thu, Oct 31, 2013 at 12:31 PM, 韩磊 wrote:
>> May I can use the ''double" as a basic variables?
>>
>> When I define the "double" as a function return type in linux kernel,the
>> error
>> is "error: SSE register return with SSE disabled".
On Thu, Oct 31, 2013 at 12:31 PM, 韩磊 wrote:
> May I can use the ''double" as a basic variables?
>
> When I define the "double" as a function return type in linux kernel,the error
> is "error: SSE register return with SSE disabled".
>
> How to fix it??
Don't do it. :)
In kernel land we don't wan
May I can use the ''double" as a basic variables?
When I define the "double" as a function return type in linux kernel,the error
is "error: SSE register return with SSE disabled".
How to fix it??
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message
If you do a make install, it will be copied to /boot directory
automatically;-)
Alex
On Mon, 7 May 2001, Hai Xu wrote:
> Dear all,
>
> After I compile and upgrade to a newer Kernel, do I need to copy the
> System.map from /usr/src/linux/ to /boot/System- and link it to
> System.map?
>
> Th
On 07 May 2001 11:29:56 -0400, Hai Xu wrote:
> After I compile and upgrade to a newer Kernel, do I need to copy the
> System.map from /usr/src/linux/ to /boot/System- and link it to
> System.map
yes, you do. but System.map is only needed to do symbol lookups, for
times like debugging.
note m
Dear all,
After I compile and upgrade to a newer Kernel, do I need to copy the
System.map from /usr/src/linux/ to /boot/System- and link it to
System.map?
Thanks in advance
Hai Xu
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PR
Hi,
Just wonder what exactly the difference between buffer and cache in linux
memory management is.
Cache is used for filesystems, so that files read from a fs are kept in
memory in order to provide faster access next time.
Then what is buffer used for?
As executables are also kept in memory, ar
Hello!
> I've scrolled through various code in net/ipv4, and I can't see how to query
> the TOS of an incoming TCP stream (or at the least, the TOS of the SYN which
> initiated the connection).
No way. Formally it is IP_RECVTOS, followed by IP_PKTOPTIONS.
But getting TOS via IP_PKTOPTIONS is no
> getsockopt(fd, SOL_IP, IP_TOS, ..
Doesn't work. Returns the TOS of outgoing packets, which defaults to 0 even if
there is a TOS set on incoming traffic... that was what I tried in my first
test program.
David.
> cheers,
>
> lincoln.
>
> At 03:00 PM 7/03/2001 +1100, David Luyer wrote:
>
>
getsockopt(fd, SOL_IP, IP_TOS, ..
cheers,
lincoln.
At 03:00 PM 7/03/2001 +1100, David Luyer wrote:
>I've scrolled through various code in net/ipv4, and I can't see how to query
>the TOS of an incoming TCP stream (or at the least, the TOS of the SYN which
>initiated the connection).
>
>Someone
I've scrolled through various code in net/ipv4, and I can't see how to query
the TOS of an incoming TCP stream (or at the least, the TOS of the SYN which
initiated the connection).
Someone has sent in a feature request for squid which would require this,
presumably so they can set the TOS in t
19 matches
Mail list logo