> "Choose label names which say what the goto does or why the goto exists."
>
> I prefer the "why" over the "what".
Does your opinion indicate also that you would appreciate another adjustment
around the quoted sentence from "Chapter 7: Centralized exiting of functions"
of the document "CodingSty
- Original Message -
> From: "Martin K. Petersen"
> To: "Michael Opdenacker"
> Cc: cor...@lwn.net, j...@linux.vnet.ibm.com, "martin petersen"
> ,
> linux-doc@vger.kernel.org, linux-ker...@vger.kernel.org,
> linux-s...@vger.kernel.org
> Sent: Thursday, September 15, 2016 10:06:19 AM
>
- Original Message -
> From: "Michael Opdenacker"
> To: cor...@lwn.net, j...@linux.vnet.ibm.com, "martin petersen"
>
> Cc: linux-doc@vger.kernel.org, linux-ker...@vger.kernel.org,
> linux-s...@vger.kernel.org, "Michael Opdenacker"
>
> Sent: Thursday, September 15, 2016 9:03:05 AM
> S
No need to be be, just be should be sufficient.
Signed-off-by: Laurent Navet
---
Documentation/driver-model/device.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/driver-model/device.txt
b/Documentation/driver-model/device.txt
index 1e70220..2403eb8 100644
On Wed, Sep 14, 2016 at 12:36:19PM +0530, Parav Pandit wrote:
> Hi Dennis,
>
> Do you know how would HFI1 driver would work along with rdma cgroup?
>
> Hi Matan, Leon, Jason,
> Apart from HFI1, is there any other concern?
> Or Patch is good to go?
I didn't review it yet :(.
Sorry
>
> 4.8 dates ar
On 09/14/2016 09:51 AM, Borislav Petkov wrote:
> On Wed, Sep 14, 2016 at 09:29:41AM -0500, Tom Lendacky wrote:
>> This is still required because just using the __va() would still cause
>> the mapping created to have the encryption bit set. The ioremap call
>> will result in the mapping not having t
On 09/15/2016 04:57 AM, Matt Fleming wrote:
> On Wed, 14 Sep, at 09:20:44AM, Tom Lendacky wrote:
>> On 09/12/2016 11:55 AM, Andy Lutomirski wrote:
>>> On Aug 22, 2016 6:53 PM, "Tom Lendacky" wrote:
BOOT data (such as EFI related data) is not encyrpted when the system is
booted and n
On 09/14/2016 09:41 AM, Borislav Petkov wrote:
> On Wed, Sep 14, 2016 at 08:45:44AM -0500, Tom Lendacky wrote:
>> Currently, mem_encrypt.h only lives in the arch/x86 directory so it
>> wouldn't be able to be included here without breaking other archs.
>
> I'm wondering if it would be simpler to mo
Remove networking from Documentation Makefile to move the test to
selftests. Update networking/timestamping Makefile to work under
selftests. These tests will not be run as part of selftests suite
and will not be included in install targets. They can be built and
run separately for now.
This is pa
On 09/15/2016 03:33 PM, Rafał Miłecki wrote:
On 15 September 2016 at 14:56, Pavel Machek wrote:
On Fri 2016-09-09 13:31:10, Rafał Miłecki wrote:
On 9 September 2016 at 13:05, Greg KH wrote:
On Fri, Sep 09, 2016 at 05:34:40PM +0800, Peter Chen wrote:
On Thu, Sep 08, 2016 at 06:08:24PM +0200,
On Thu, Sep 15, 2016 at 09:18:28AM -0400, Steven Rostedt wrote:
> On Thu, 15 Sep 2016 14:17:06 +0200
> Michael Opdenacker wrote:
>
> > Fix 4 LKML archive links that became broken
> > (issue with https://lkml.kernel.org/g/ redirection links)
> >
> > Signed-off-by: Michael Opdenacker
> > ---
> >
On Thu, Sep 15, 2016 at 08:43:08AM -0500, Rob Herring wrote:
On Wed, Sep 14, 2016 at 3:06 PM, Reza Arbab wrote:
+ status = of_get_flat_dt_prop(node, "status", NULL);
+ add_memory = !status || !strcmp(status, "okay");
Move this into it's own function to mirror the unflattened versi
> "Michael" == Michael Opdenacker
> writes:
Michael> + * 'cam-r12b.pdf' document on http://www.t10.org/t10docs.htm
Michael> + * (registration required)
That link really should be http://www.t10.org/drafts.htm. You can't look
up draft specifications using the proposal document search for
On Wed, Sep 14, 2016 at 3:06 PM, Reza Arbab wrote:
> Respect the standard dt "status" property when scanning memory nodes in
> early_init_dt_scan_memory(), so that if the property is present and not
> "okay", no memory will be added.
>
> The use case at hand is accelerator or device memory, which
On 15 September 2016 at 14:56, Pavel Machek wrote:
> On Fri 2016-09-09 13:31:10, Rafał Miłecki wrote:
>> On 9 September 2016 at 13:05, Greg KH wrote:
>> > On Fri, Sep 09, 2016 at 05:34:40PM +0800, Peter Chen wrote:
>> >> On Thu, Sep 08, 2016 at 06:08:24PM +0200, Rafał Miłecki wrote:
>> >> > From:
On Thu, 15 Sep 2016 14:17:06 +0200
Michael Opdenacker wrote:
> Fix 4 LKML archive links that became broken
> (issue with https://lkml.kernel.org/g/ redirection links)
>
> Signed-off-by: Michael Opdenacker
> ---
> Documentation/RCU/Design/Requirements/Requirements.html | 8
> 1 file ch
The t10.org website containing SCSI-2 draft specifications now requires
to be from a member company to access the documents.
Signed-off-by: Michael Opdenacker
---
Documentation/DocBook/scsi.tmpl | 6 +++---
drivers/scsi/scsicam.c | 3 ++-
2 files changed, 5 insertions(+), 4 deletions(-)
On Fri 2016-09-09 13:31:10, Rafał Miłecki wrote:
> On 9 September 2016 at 13:05, Greg KH wrote:
> > On Fri, Sep 09, 2016 at 05:34:40PM +0800, Peter Chen wrote:
> >> On Thu, Sep 08, 2016 at 06:08:24PM +0200, Rafał Miłecki wrote:
> >> > From: Rafał Miłecki
> >> >
> >> > This commit adds a new trigg
Hi Martin,
On 14/09/2016 19:00, Martin K. Petersen wrote:
Michael> So, should we only that the cam-r12b document can be found from
Michael> http://www.t10.org/t10docs.htm (registration required)?, and
Michael> tell that a copy can be found on
Michael>
http://www.csit-sun.pub.ro/~cpop/Documenta
Fix 4 LKML archive links that became broken
(issue with https://lkml.kernel.org/g/ redirection links)
Signed-off-by: Michael Opdenacker
---
Documentation/RCU/Design/Requirements/Requirements.html | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/RCU/Design
Hi Steve,
On 09/09/2016 16:34, Steven Rostedt wrote:
Correct, we avoid any links to lkml.org at all costs. Simple do a
s,/g/,/r/, and all your links should work. For example, using the above
mentioned link:
https://lkml.kernel.org/r/20100319013024.GA28456@Krystal
Works as expected.
I conf
Richard, Paul,
Thank you for your replies!
On 09/09/2016 16:33, Paul E. McKenney wrote:
On Fri, Sep 09, 2016 at 04:17:14PM +0200, Richard Weinberger wrote:
Please don't add lkml.org. It does not use message ids for indexing.
With knowing the message id you can query any other archive.
e.g. http
On Wed, 14 Sep, at 09:20:44AM, Tom Lendacky wrote:
> On 09/12/2016 11:55 AM, Andy Lutomirski wrote:
> > On Aug 22, 2016 6:53 PM, "Tom Lendacky" wrote:
> >>
> >> BOOT data (such as EFI related data) is not encyrpted when the system is
> >> booted and needs to be accessed as non-encrypted. Add supp
Hi Arnd,
On Wednesday 14 September 2016 06:55 PM, Arnd Bergmann wrote:
> On Wednesday, September 14, 2016 10:41:56 AM CEST Kishon Vijay Abraham I
> wrote:
>> This patch series
>> *) adds PCI endpoint core layer
>> *) modifies designware/dra7xx driver to be configured in EP mode
>>
24 matches
Mail list logo