Prev: Bluetooth: hidp: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATURE
Next: r852: remove casts from void*
From: Nicolas Palix on 29 Jun 2010 08:50 Hi Kulikov, Indeed. I mixed things. But Coccinelle was already in Karmic [1]. Can you submit a patch with 9.10 instead of 10.04 ? I will Ack it. Thanks. [1] https://launchpad.net/ubuntu/+source/coccinelle On Tuesday 29 June 2010 14:31:16 Kulikov Vasiliy wrote: > 10.04 is Lucid, not Karmic. > > Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> > --- > Documentation/coccinelle.txt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Documentation/coccinelle.txt b/Documentation/coccinelle.txt > index ba3315d..cd2b028 100644 > --- a/Documentation/coccinelle.txt > +++ b/Documentation/coccinelle.txt > @@ -14,7 +14,7 @@ of many distributions, e.g. : > > - Debian (>=squeeze) > - Fedora (>=13) > - - Ubuntu (>=10.04 Karmic Koala) > + - Ubuntu (>=10.04 Lucid Lynx) > - OpenSUSE > - Arch Linux > - NetBSD > -- Nicolas Palix Tel: (+33) 1 44 27 87 25 Tel: (+33) 6 81 07 91 72 Web: http://www.diku.dk/~npalix/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Kulikov Vasiliy on 29 Jun 2010 09:00 On Tue, Jun 29, 2010 at 14:47 +0200, Nicolas Palix wrote: > Hi Kulikov, > > Indeed. I mixed things. > > But Coccinelle was already in Karmic [1]. > Can you submit a patch with 9.10 instead of 10.04 ? > > I will Ack it. > > Thanks. > > [1] https://launchpad.net/ubuntu/+source/coccinelle As you see in [1], coccinelle version in Karmic is 0.1.9. I don't know if it is buggy for linux. In documentation it is 0.2.0: > Coccinelle (>=0.2.0) is available through the package manager > of many distributions, e.g. : > > - Debian (>=squeeze) > - Fedora (>=13) > - Ubuntu (>=10.04 Lucid Lynx) > - OpenSUSE > - Arch Linux > - NetBSD > - FreeBSD So, if 0.1.9 is OK, I can make smth like this: > - Ubuntu (>=9.04 Karmic Koala, coccinelle = 0.1.9) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Nicolas Palix on 29 Jun 2010 09:00 The version in Karmic is too old. The right correction is indeed Lucid Lynx. On Tuesday 29 June 2010 14:31:16 Kulikov Vasiliy wrote: > 10.04 is Lucid, not Karmic. > > Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> > --- > Documentation/coccinelle.txt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Documentation/coccinelle.txt b/Documentation/coccinelle.txt > index ba3315d..cd2b028 100644 > --- a/Documentation/coccinelle.txt > +++ b/Documentation/coccinelle.txt > @@ -14,7 +14,7 @@ of many distributions, e.g. : > > - Debian (>=squeeze) > - Fedora (>=13) > - - Ubuntu (>=10.04 Karmic Koala) > + - Ubuntu (>=10.04 Lucid Lynx) > - OpenSUSE > - Arch Linux > - NetBSD > Acked-by: Nicolas Palix <npalix(a)diku.dk> -- Nicolas Palix Tel: (+33) 1 44 27 87 25 Tel: (+33) 6 81 07 91 72 Web: http://www.diku.dk/~npalix/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Jiri Kosina on 29 Jun 2010 09:10 On Tue, 29 Jun 2010, Kulikov Vasiliy wrote: > > Indeed. I mixed things. > > > > But Coccinelle was already in Karmic [1]. > > Can you submit a patch with 9.10 instead of 10.04 ? > > > > I will Ack it. > > > > Thanks. > > > > [1] https://launchpad.net/ubuntu/+source/coccinelle > > As you see in [1], coccinelle version in Karmic is 0.1.9. > I don't know if it is buggy for linux. > > In documentation it is 0.2.0: > > Coccinelle (>=0.2.0) is available through the package manager > > of many distributions, e.g. : > > > > - Debian (>=squeeze) > > - Fedora (>=13) > > - Ubuntu (>=10.04 Lucid Lynx) > > - OpenSUSE > > - Arch Linux > > - NetBSD > > - FreeBSD > > So, if 0.1.9 is OK, I can make smth like this: > > - Ubuntu (>=9.04 Karmic Koala, coccinelle = 0.1.9) Do we really want all this in kernel documentation in the first place? -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Nicolas Palix on 29 Jun 2010 09:20 On Tuesday 29 June 2010 14:59:01 Kulikov Vasiliy wrote: > On Tue, Jun 29, 2010 at 14:47 +0200, Nicolas Palix wrote: > > Hi Kulikov, > > > > Indeed. I mixed things. > > > > But Coccinelle was already in Karmic [1]. > > Can you submit a patch with 9.10 instead of 10.04 ? > > > > I will Ack it. > > > > Thanks. > > > > [1] https://launchpad.net/ubuntu/+source/coccinelle > > As you see in [1], coccinelle version in Karmic is 0.1.9. > I don't know if it is buggy for linux. > > In documentation it is 0.2.0: > > Coccinelle (>=0.2.0) is available through the package manager > > of many distributions, e.g. : > > > > - Debian (>=squeeze) > > - Fedora (>=13) > > - Ubuntu (>=10.04 Lucid Lynx) > > - OpenSUSE > > - Arch Linux > > - NetBSD > > - FreeBSD > > So, if 0.1.9 is OK, I can make smth like this: > > - Ubuntu (>=9.04 Karmic Koala, coccinelle = 0.1.9) > I figured out that point later, and sent a Acked-by for your original patch. I think our mails have crossed each other. Indeed, the version 0.1.9 does not provide the virtual rule feature, which is required for the coccinelle files we have submitted. -- Nicolas Palix Web: http://www.diku.dk/~npalix/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Next
|
Last
Pages: 1 2 Prev: Bluetooth: hidp: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATURE Next: r852: remove casts from void* |