User Details
- User Since
- May 16 2014, 7:35 PM (614 w, 5 d)
Today
I do not have any opinion on the change, perhaps the only feedback you need is from jkim@ who does the acpica imports.
I only have style/cosmetics notes.
IB core does pass the DMA_ATTR_WRITE_BARRIER. What is the semantic for the flag?
Sorry for spamming.
Yesterday
First, there are two unrelated changes. One for the in-kernel ELF image activator, another for the kernel linker.
I also wanted to suggest that the reasons should be explained not only in the commit message, but also in the comment in the file itself. I hesitated, since this is tools/build and of limited scope.
Mon, Feb 23
IMO other bits should be also moved to specialreg.h
Perhaps the defines should go into x86/include/specialreg.h together with all other CPUID bits definitions.
Also use SIZE_TYPE instead of size_t since it's not guaranteed to be defined.
Sun, Feb 22
Sat, Feb 21
Fri, Feb 20
I would add a local like const struct asmc_model *m;, and set it to the found 'model'. Then goto to the end of the function, which would do
free(model); return (m);
This way you have free() only in one place, and all returns would be guaranteed to free the memory.
The would it be the time to also change the macros itself to not pass 0 but the last arg?
(I do not have objections to either this patch or updated patch).
Thu, Feb 19
You could divide by 128 if this is so important.
Do regexps addresses and commands like 's' correctly operate on mb strings?
Wed, Feb 18
Add comment.
Return on any error, not excluding ESRCH.
Fix grammar.
