Re: #pragma once (was Re: incoming)

2021-03-01 Thread Al Viro
On Sat, Feb 27, 2021 at 02:02:21AM +0300, Alexey Dobriyan wrote: > There are rules and schemes about how to create guard macro. > > Should it be prefixed by underscore? > Should it be prefixed by two underscores? > Should it be full path uppercased or just last path component? > Should the guard

RE: #pragma once (was Re: incoming)

2021-03-01 Thread David Laight
From: Alexey Dobriyan > Sent: 26 February 2021 23:02 > > On Fri, Feb 26, 2021 at 01:53:48PM -0800, Linus Torvalds wrote: > > On Fri, Feb 26, 2021 at 12:17 PM Alexey Dobriyan > > wrote: > > > > > > I want to sent treewide "#pragma once" conversion: > > > > Are there *any* advantages to it? > > >

Re: #pragma once (was Re: incoming)

2021-02-26 Thread Alexey Dobriyan
On Fri, Feb 26, 2021 at 01:53:48PM -0800, Linus Torvalds wrote: > On Fri, Feb 26, 2021 at 12:17 PM Alexey Dobriyan wrote: > > > > I want to sent treewide "#pragma once" conversion: > > Are there *any* advantages to it? > > It's non-standard, It is effectively standard: https://en.wikipedia.org/

Re: #pragma once (was Re: incoming)

2021-02-26 Thread Linus Torvalds
On Fri, Feb 26, 2021 at 12:17 PM Alexey Dobriyan wrote: > > I want to sent treewide "#pragma once" conversion: Are there *any* advantages to it? It's non-standard, and the historical argument for it ("it can reduce compile times because the preprocessor doesn't open the file twice" is pure and u

#pragma once (was Re: incoming)

2021-02-26 Thread Alexey Dobriyan
Linus wrote: > I'm hoping to just do -rc1 this weekend after all - despite my late > start due to loss of power for several days. > > I'll allow late stragglers with good reason through, but the fewer of > those there are, the better, of course. I want to sent treewide "#pragma once" conversion:

Re: incoming

2019-07-19 Thread Vlastimil Babka
On 7/19/19 12:56 AM, Andrew Morton wrote: > > The rest of MM and a kernel-wide procfs cleanup. > > > > Summary of the more significant patches: Thanks for that! Perhaps now it would be nice if this went also to linux-mm and lkml, as mm-commits is sort of hidden. Vlastimil

Re: incoming

2019-07-17 Thread Vlastimil Babka
On 7/17/19 6:13 PM, Linus Torvalds wrote: > On Wed, Jul 17, 2019 at 1:47 AM Vlastimil Babka wrote: >> >> So I've tried now to provide an example what I had in mind, below. > > I'll take it as a trial. I added one-line notes about coda and the > PTRACE_GET_SYSCALL_INFO interface too. Thanks. > I

Re: incoming

2019-07-17 Thread Christian Brauner
On Wed, Jul 17, 2019 at 09:13:26AM -0700, Linus Torvalds wrote: > On Wed, Jul 17, 2019 at 1:47 AM Vlastimil Babka wrote: > > > > So I've tried now to provide an example what I had in mind, below. > > I'll take it as a trial. I added one-line notes about coda and the > PTRACE_GET_SYSCALL_INFO inte

Re: incoming

2019-07-17 Thread Linus Torvalds
On Wed, Jul 17, 2019 at 1:47 AM Vlastimil Babka wrote: > > So I've tried now to provide an example what I had in mind, below. I'll take it as a trial. I added one-line notes about coda and the PTRACE_GET_SYSCALL_INFO interface too. I do hope that eventually I'll just get pull requests, and they'

Re: incoming

2019-07-17 Thread Bhaskar Chowdhury
Cool !! On 10:47 Wed 17 Jul , Vlastimil Babka wrote: On 7/17/19 1:25 AM, Andrew Morton wrote: Most of the rest of MM and just about all of the rest of everything else. Hi, as I've mentioned at LSF/MM [1], I think it would be nice if mm pull requests had summaries similar to other subsys

Re: incoming

2019-07-17 Thread Vlastimil Babka
On 7/17/19 1:25 AM, Andrew Morton wrote: > > Most of the rest of MM and just about all of the rest of everything > else. Hi, as I've mentioned at LSF/MM [1], I think it would be nice if mm pull requests had summaries similar to other subsystems. I see they are now more structured (thanks!), but

Re: Incoming sms problem on Motorola Droid 4

2018-05-08 Thread Tony Lindgren
* Pavel Machek [180508 21:53]: > Hi! > > I have problems with incoming SMS. ofono tries to use +CNMI=1,2,2,1,0 > > > AT+CNMI=? > < +CNMI: (0,1,2),(0,1,2,3),(0,2),(0,1,2),(0,1) > < OK > ofonod[3070]: drivers/atmodem/sms.c:build_cnmi_string() > ofonod[3070]: drivers/atmodem/sms.c:construct_ack_pdu

Re: incoming merge conflict to linux-next

2016-05-18 Thread Stephen Rothwell
Hi Chris, On Wed, 18 May 2016 17:10:43 -0400 Chris Mason wrote: > > Dave Sterba's tree in linux-next has a few btrfs patches that we're not > sending yet into Linus. We've got an update for Josef's enospc work > that'll get sent in next week. > > So he prepped a pull for me that merged up a num

Re: incoming merge conflict to linux-next

2016-05-18 Thread David Sterba
On Wed, May 18, 2016 at 05:10:43PM -0400, Chris Mason wrote: > Dave Sterba's tree in linux-next has a few btrfs patches that we're not > sending yet into Linus. We've got an update for Josef's enospc work > that'll get sent in next week. > > So he prepped a pull for me that merged up a number of

Re: incoming

2015-09-09 Thread Rasmus Villemoes
On Thu, Sep 10 2015, Linus Torvalds wrote: > The VERY FIRST conversion patch I looked at was buggy. That makes me > angry. The whole *AND*ONLY* point of this whole thing was to get rid > of bugs, and be a obviously safe interface, and then the first > conversion patch proves it wrong. > > Let me

Re: incoming

2015-09-09 Thread Linus Torvalds
On Wed, Sep 9, 2015 at 3:34 PM, Andrew Morton wrote: > Subject: lib/: add parse_integer() (replacement for simple_strto*()) > Subject: parse_integer: add runtime testsuite > Subject: parse-integer: rewrite kstrto*() > Subject: parse_integer: add checkpatch.pl notice > Subject: parse_integer: conve

Re: incoming

2007-05-04 Thread Roland McGrath
> ABI changes are not a problem for -stable, so don't let that stop anyone > :) In fact this is the harmless sort (changes only the error code of a failure case) that might actually go in if there were any important reason. But the smiley stands. Thanks, Roland - To unsubscribe from this list:

Re: incoming

2007-05-04 Thread Greg KH
On Fri, May 04, 2007 at 11:57:21AM -0700, Roland McGrath wrote: > > Ah. The patch affects security code, but it doesn't actually address any > > insecurity. I didn't think it was needed for -stable? > > I would not recommend it for -stable. > It is an ABI change for the case of a security refu

Re: incoming

2007-05-04 Thread Roland McGrath
> Ah. The patch affects security code, but it doesn't actually address any > insecurity. I didn't think it was needed for -stable? I would not recommend it for -stable. It is an ABI change for the case of a security refusal. Thanks, Roland - To unsubscribe from this list: send the line "unsu

Re: incoming

2007-05-04 Thread Greg KH
On Fri, May 04, 2007 at 09:14:34AM -0700, Andrew Morton wrote: > On Fri, 4 May 2007 06:37:28 -0700 Greg KH <[EMAIL PROTECTED]> wrote: > > > On Wed, May 02, 2007 at 03:02:52PM -0700, Andrew Morton wrote: > > > - One little security patch > > > > Care to cc: linux-stable with it so we can do a new

Re: incoming

2007-05-04 Thread Andrew Morton
On Fri, 4 May 2007 06:37:28 -0700 Greg KH <[EMAIL PROTECTED]> wrote: > On Wed, May 02, 2007 at 03:02:52PM -0700, Andrew Morton wrote: > > - One little security patch > > Care to cc: linux-stable with it so we can do a new 2.6.21 release with > it if needed? > Ah. The patch affects security cod

Re: incoming

2007-05-04 Thread Greg KH
On Wed, May 02, 2007 at 03:02:52PM -0700, Andrew Morton wrote: > - One little security patch Care to cc: linux-stable with it so we can do a new 2.6.21 release with it if needed? thanks, greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message t

Re: incoming

2007-05-03 Thread Andrew Morton
On Thu, 3 May 2007 08:55:43 +0100 Russell King <[EMAIL PROTECTED]> wrote: > On Wed, May 02, 2007 at 03:02:52PM -0700, Andrew Morton wrote: > > So this is what I have lined up for the first mm->2.6.22 batch. I won't be > > sending it off for another 12-24 hours yet. To give people time for final

Re: incoming

2007-05-03 Thread Russell King
On Wed, May 02, 2007 at 03:02:52PM -0700, Andrew Morton wrote: > So this is what I have lined up for the first mm->2.6.22 batch. I won't be > sending it off for another 12-24 hours yet. To give people time for final > comment and to give me time to see if it actually works. I assume you're going

Re: incoming

2007-05-02 Thread Benjamin Herrenschmidt
On Wed, 2007-05-02 at 15:02 -0700, Andrew Morton wrote: > So this is what I have lined up for the first mm->2.6.22 batch. I won't be > sending it off for another 12-24 hours yet. To give people time for final > comment and to give me time to see if it actually works. Thanks. I have some powerpc

Re: incoming

2005-04-16 Thread Paul Jackson
> Looks like Andrew's patch bomb script needs some rate limiting ;-) sendpatchset has that, already builtin ;) http://www.speakeasy.org/~pj99/sgi/sendpatchset Though the 5 second delay might not be enough for someone publishing at the rate Andrew does. -- I won't rest

Re: incoming

2005-04-16 Thread Paul Jackson
Andrew wrote: > I never got around to setting that up, plus the Subject:s pretty quickly > become invisible when they're indented 198 columns in GUI MUAs. My sendpatchset tool should be good for this. It sends all but the first message are sent in "Reference" to, and "In-Reply-To" the first messa

Re: incoming

2005-04-14 Thread Lee Revell
On Thu, 2005-04-14 at 13:48 +0200, Geert Uytterhoeven wrote: > On Tue, 12 Apr 2005, Andrew Morton wrote: > > As the commits list probably isn't working at present I'll cc linux-kernel > > on this lot. Fairly cruel, sorry, but I don't like the idea of people not > > knowing what's hitting the main

Re: incoming

2005-04-14 Thread Paulo Marques
Geert Uytterhoeven wrote: On Tue, 12 Apr 2005, Andrew Morton wrote: As the commits list probably isn't working at present I'll cc linux-kernel on this lot. Fairly cruel, sorry, but I don't like the idea of people not knowing what's hitting the main tree. Is it me, or were really only 117 mails of

Re: incoming

2005-04-14 Thread Geert Uytterhoeven
On Tue, 12 Apr 2005, Andrew Morton wrote: > As the commits list probably isn't working at present I'll cc linux-kernel > on this lot. Fairly cruel, sorry, but I don't like the idea of people not > knowing what's hitting the main tree. Is it me, or were really only 117 mails of the 198 sent to lkm

Re: incoming

2005-04-12 Thread Andrew Morton
Russell King <[EMAIL PROTECTED]> wrote: > > I don't see a patch which adds linux/pm.h to linux/sysdev.h, which is > required to fix ARM builds in -rc2 and onwards kernels. That fix is buried in [patch 105/198] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body o

Re: incoming

2005-04-12 Thread Russell King
On Tue, Apr 12, 2005 at 02:08:00PM -0700, Andrew Morton wrote: > Russell King <[EMAIL PROTECTED]> wrote: > > > > I don't see a patch which adds linux/pm.h to linux/sysdev.h, which is > > required to fix ARM builds in -rc2 and onwards kernels. > > That fix is buried in [patch 105/198] Great, than

Re: incoming

2005-04-12 Thread Russell King
On Tue, Apr 12, 2005 at 03:23:22AM -0700, Andrew Morton wrote: > As the commits list probably isn't working at present I'll cc linux-kernel > on this lot. Fairly cruel, sorry, but I don't like the idea of people not > knowing what's hitting the main tree. I don't see a patch which adds linux/pm.h

Re: incoming

2005-04-12 Thread Matthias Urlichs
Hi, Andrew Morton schrub am Tue, 12 Apr 2005 04:10:45 -0700: > David Vrabel <[EMAIL PROTECTED]> wrote: >> >> Is there any chance that in the future that these patch sets get posted >> all to one thread? > > I never got around to setting that up, plus the Subject:s pretty quickly > become invis

Re: incoming

2005-04-12 Thread Chris Friesen
Andrew Morton wrote: As the commits list probably isn't working at present I'll cc linux-kernel on this lot. Fairly cruel, sorry, but I don't like the idea of people not knowing what's hitting the main tree. I'd like to second the idea of having all the patches be replies to this original posting

Re: incoming

2005-04-12 Thread David Vrabel
Andrew Morton wrote: > As the commits list probably isn't working at present I'll cc linux-kernel > on this lot. Fairly cruel, sorry, but I don't like the idea of people not > knowing what's hitting the main tree. Is there any chance that in the future that these patch sets get posted all to one

Re: incoming

2005-04-12 Thread David Vrabel
Andrew Morton wrote: > David Vrabel <[EMAIL PROTECTED]> wrote: > >>Is there any chance that in the future that these patch sets get posted >> all to one thread? > > I never got around to setting that up, plus the Subject:s pretty quickly > become invisible when they're indented 198 columns in GUI

Re: incoming

2005-04-12 Thread Andrew Morton
David Vrabel <[EMAIL PROTECTED]> wrote: > > Is there any chance that in the future that these patch sets get posted > all to one thread? I never got around to setting that up, plus the Subject:s pretty quickly become invisible when they're indented 198 columns in GUI MUAs. Hopefully we'll have t

Re: Incoming TCP TOS: A simple question, I would have thought...

2001-03-07 Thread kuznet
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

Re: Incoming TCP TOS: A simple question, I would have thought...

2001-03-06 Thread David Luyer
> 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: > >

Re: Incoming TCP TOS: A simple question, I would have thought...

2001-03-06 Thread Lincoln Dale
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