Re: ANNOUNCE: pahole v1.20 (gcc11 DWARF5's default, lots of ELF sections, BTF)

2021-02-17 Thread Domenico Andreoli
On Mon, Feb 08, 2021 at 09:32:53AM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Feb 08, 2021 at 03:44:54AM +0100, Sedat Dilek escreveu: > > On Thu, Feb 4, 2021 at 11:07 PM Arnaldo Carvalho de Melo > > wrote: > > > > > > Hi, > > > > > > The v1.20 release of pahole and its friends is

Re: [PATCH v2] kbuild: buildtar: add arm64 dtbs support

2020-06-28 Thread Domenico Andreoli
On Sun, Jun 28, 2020 at 12:46:28PM +0900, Masahiro Yamada wrote: > On Sun, Jun 28, 2020 at 6:21 AM Domenico Andreoli > wrote: > > > > On Sat, Jun 27, 2020 at 09:02:52PM +0900, Masahiro Yamada wrote: > > > On Sat, Jun 27, 2020 at 6:40 AM Domenico Andreoli > >

Re: [PATCH v2] kbuild: buildtar: add arm64 dtbs support

2020-06-27 Thread Domenico Andreoli
On Sat, Jun 27, 2020 at 09:02:52PM +0900, Masahiro Yamada wrote: > On Sat, Jun 27, 2020 at 6:40 AM Domenico Andreoli > wrote: > > On Fri, Jun 26, 2020 at 03:16:58PM +0900, Masahiro Yamada wrote: > > > On Fri, Jun 26, 2020 at 5:51 AM Domenico A

[PATCH v4] kbuild: buildtar: add dtbs support

2020-06-27 Thread Domenico Andreoli
From: Domenico Andreoli Make 'make tar-pkg' install dtbs. v4: - Install the dtbs before modules & kernel, not after - Check for the dtbs_install target before attempting to invoke it v3: - Check for CONFIG_OF_EARLY_FLATTREE=y instead of ARCH before installing dtbs v2: - Add the ke

Re: [PATCH v2] kbuild: buildtar: add arm64 dtbs support

2020-06-26 Thread Domenico Andreoli
On Fri, Jun 26, 2020 at 03:16:58PM +0900, Masahiro Yamada wrote: > On Fri, Jun 26, 2020 at 5:51 AM Domenico Andreoli > wrote: > > > > From: Domenico Andreoli > > > > Make 'make tar-pkg' install dtbs on arm64. > > > > Signed-off-by: Domenico Andreoli &g

[PATCH v3] kbuild: buildtar: add dtbs support

2020-06-26 Thread Domenico Andreoli
From: Domenico Andreoli Make 'make tar-pkg' install dtbs. v3: - Check CONFIG_OF_EARLY_FLATTREE=y instead of ARCH before installing dtbs v2: - Destination path includes the kernel version, as expected Cc: Will Deacon Cc: Catalin Marinas Signed-off-by: Domenico Andreoli --- scripts

[PATCH v2] kbuild: buildtar: add arm64 dtbs support

2020-06-25 Thread Domenico Andreoli
From: Domenico Andreoli Make 'make tar-pkg' install dtbs on arm64. Signed-off-by: Domenico Andreoli v2: - Destination path includes the kernel version, as expected --- scripts/package/buildtar |9 + 1 file changed, 9 insertions(+) Index: b/scripts/package/buildtar

[PATCH] kbuild: buildtar: add arm64 dtbs support

2020-06-25 Thread Domenico Andreoli
From: Domenico Andreoli Make 'make tar-pkg' install dtbs on arm64. Cc: Will Deacon Cc: Catalin Marinas Signed-off-by: Domenico Andreoli --- scripts/package/buildtar |9 + 1 file changed, 9 insertions(+) Index: b/scripts/package/buildtar

Re: [PATCH 1/1] hibernate: restrict writes to the snapshot device

2020-05-19 Thread Domenico Andreoli
On Tue, May 19, 2020 at 05:59:15PM +0200, Rafael J. Wysocki wrote: > It would be better to paste the patch instead of attaching it. Done with v2. > Anyway, note that the snapshot special device is not the target block > device for saving the image, so it would be good to avoid that > confusion

[PATCH v2] PM: hibernate: restrict writes to the resume device

2020-05-19 Thread Domenico Andreoli
From: Domenico Andreoli Hibernation via snapshot device requires write permission to the swap block device, the one that more often (but not necessarily) is used to store the hibernation image. With this patch, such permissions are granted iff: 1) snapshot device config option is enabled 2

[PATCH 0/1] hibernate: restrict writes to the snapshot device

2020-05-07 Thread Domenico Andreoli
Dear maintainers, here I'm proposing an improvement to [0] which aimed to quickly solve a regression. The aim is to complete [1] with regards of uswsusp needs, at the time not considered. Kind regards, Domenico [0] https://lore.kernel.org/linux-pm/20200304170646.GA31552@dumbo/ [1]

[PATCH 1/1] hibernate: restrict writes to the snapshot device

2020-05-07 Thread Domenico Andreoli
From: Domenico Andreoli Hibernation via snapshot device requires write permission to the swap block device, the one that more often (but not necessarily) is used to store the hibernation image. With this patch, such permissions are granted iff: 1) snapshot device config option is enabled 2

[PATCH v2] Improve diagnosis when "Inconsistent kallsyms data" happens

2019-05-24 Thread Domenico Andreoli
sful build Signed-off-by: Domenico Andreoli --- scripts/link-vmlinux.sh | 33 ++--- 1 file changed, 30 insertions(+), 3 deletions(-) Index: b/scripts/link-vmlinux.sh === --- a/scripts/link-vmlinu

[PATCH] Improve diagnostic on "Inconsistent kallsyms data"

2019-05-17 Thread Domenico Andreoli
0020 t __create_page_tables 002e4 t __primary_switched ... Signed-off-by: Domenico Andreoli --- scripts/link-vmlinux.sh | 27 +++ 1 file changed, 23 insertions(+), 4 deletions(-) Index: b/scripts/link-

Re: [REGRESSION] 5.1-rc1: tpm_try_transmit: send(): error -5

2019-03-28 Thread Domenico Andreoli
On Thu, Mar 28, 2019 at 02:23:33PM +0200, Jarkko Sakkinen wrote: > On Wed, Mar 27, 2019 at 09:21:15AM +0100, Domenico Andreoli wrote: > > Hi Jarkko, > > > > my laptop fails to suspend/hibernate since v5.1-rc1, it worked fine > > with v4.20 and previous. > > &g

Re: [PATCH] tpm: turn on TPM on suspend for TPM 1.x

2019-03-28 Thread Domenico Andreoli
rc = tpm1_pm_suspend(chip, tpm_suspend_pcr); > + else > + rc = tpm1_pm_suspend(chip, tpm_suspend_pcr); > + > + tpm_chip_stop(chip); > } > > return rc; Tested-by: Domenico Andreoli -- 3B10 0CA1 8674 ACBA B4FE FCD2 CE5B CF17 9960 DE13

[REGRESSION] 5.1-rc1: tpm_try_transmit: send(): error -5

2019-03-27 Thread Domenico Andreoli
Hi Jarkko, my laptop fails to suspend/hibernate since v5.1-rc1, it worked fine with v4.20 and previous. My suspect is on tpm_tis driver, is there anything I can do to understand what goes wrong here? Best regards, Domenico [0.00] Linux version 5.1.0-rc2 (cavok@dumbo) (gcc version

[PATCH] Add the SPDX header to include/linux/hash.h

2019-02-12 Thread Domenico Andreoli
From: Domenico Andreoli It is unlikely that who contributes to this file is unaware of the kernel licensing but bringing the license statement into the file itself makes it properly reusable in different contexts. CC: Daniel Borkmann CC: Francesco Fusco CC: George Spelvin CC: Hannes Frederic

Re: Licensing of include/linux/hash.h

2019-02-10 Thread Domenico Andreoli
On Mon, Feb 11, 2019 at 12:08:32AM +0100, Kristian Fiskerstrand wrote: > On 1/23/19 9:50 AM, Domenico Andreoli wrote: > > Ben Finney writes: > >> Domenico Andreoli writes: [...] > >>> the only knot left is now the license of hash.h > >>> > &

Re: Licensing of include/linux/hash.h

2019-01-23 Thread Domenico Andreoli
Ben Finney writes: > Domenico Andreoli writes: > > > the situation of dwarves-dfsg improved a lot over the weekend > > That's good to hear. What is the event you're referring to? Can you give > a URL to something that describes this change? Upstream (in CC)

Licensing of include/linux/hash.h

2019-01-15 Thread Domenico Andreoli
Hi Nadia, As part of the licensing assessment on pahole [0] that I am making for Debian, I realized that file hash.h in both pahole [1] and the kernel [2] comes without any licensing specification. Could you please make an explicit choice and maybe provide patches? Kind regards, Domenico [0]

Re: Regression due to "Workaround for uPD72020x USB3 chips"

2018-05-02 Thread Domenico Andreoli
On Wed, May 02, 2018 at 10:22:05AM +0200, Ard Biesheuvel wrote: > On 2 May 2018 at 10:06, Domenico Andreoli <domenico.andre...@linux.com> wrote: > > Dear all, > > > > my home machine stopped to boot starting from kernel version 4.12.7. > > > > The last mess

Re: Regression due to "Workaround for uPD72020x USB3 chips"

2018-05-02 Thread Domenico Andreoli
On Wed, May 02, 2018 at 10:22:05AM +0200, Ard Biesheuvel wrote: > On 2 May 2018 at 10:06, Domenico Andreoli wrote: > > Dear all, > > > > my home machine stopped to boot starting from kernel version 4.12.7. > > > > The last message I read is about

Regression due to "Workaround for uPD72020x USB3 chips"

2018-05-02 Thread Domenico Andreoli
Dear all, my home machine stopped to boot starting from kernel version 4.12.7. The last message I read is about resetting some USB3 bus. It's 100% reproducible also with any recent kernel up to 4.17.0-rc3. I bisected down to the following commit: commit

Regression due to "Workaround for uPD72020x USB3 chips"

2018-05-02 Thread Domenico Andreoli
Dear all, my home machine stopped to boot starting from kernel version 4.12.7. The last message I read is about resetting some USB3 bus. It's 100% reproducible also with any recent kernel up to 4.17.0-rc3. I bisected down to the following commit: commit

Re: Linux 3.13 (repost)

2014-01-20 Thread Domenico Andreoli
[ Fixed Al Viro's email. sorry ] On Sun, Jan 19, 2014 at 07:13:30PM -0800, Linus Torvalds wrote: > The release got delayed by a week due to travels, but I suspect that's > just as well. We had a few fixes come in, and while it wasn't a lot, I > think we're better off for it. At least I hope so -

Re: Linux 3.13

2014-01-20 Thread Domenico Andreoli
On Sun, Jan 19, 2014 at 07:13:30PM -0800, Linus Torvalds wrote: > The release got delayed by a week due to travels, but I suspect that's > just as well. We had a few fixes come in, and while it wasn't a lot, I > think we're better off for it. At least I hope so - I'll be very > disappointed if any

Re: Linux 3.13

2014-01-20 Thread Domenico Andreoli
On Sun, Jan 19, 2014 at 07:13:30PM -0800, Linus Torvalds wrote: The release got delayed by a week due to travels, but I suspect that's just as well. We had a few fixes come in, and while it wasn't a lot, I think we're better off for it. At least I hope so - I'll be very disappointed if any of

Re: Linux 3.13 (repost)

2014-01-20 Thread Domenico Andreoli
[ Fixed Al Viro's email. sorry ] On Sun, Jan 19, 2014 at 07:13:30PM -0800, Linus Torvalds wrote: The release got delayed by a week due to travels, but I suspect that's just as well. We had a few fixes come in, and while it wasn't a lot, I think we're better off for it. At least I hope so -

Re: DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-25 Thread Domenico Andreoli
On Thu, Jul 25, 2013 at 11:53:49AM -0700, Stephen Warren wrote: > On 07/25/2013 11:48 AM, Richard Cochran wrote: > > On Thu, Jul 25, 2013 at 07:29:20PM +0100, Mark Rutland wrote: > >> On Thu, Jul 25, 2013 at 07:05:48PM +0100, Stephen Warren wrote: > >>> > >>> I don't think having people "rely" on

Re: DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-25 Thread Domenico Andreoli
On Thu, Jul 25, 2013 at 11:53:49AM -0700, Stephen Warren wrote: On 07/25/2013 11:48 AM, Richard Cochran wrote: On Thu, Jul 25, 2013 at 07:29:20PM +0100, Mark Rutland wrote: On Thu, Jul 25, 2013 at 07:05:48PM +0100, Stephen Warren wrote: I don't think having people rely on the bindings is

Re: Opening DEBUG in compressed/head.S,then kernel crashed

2013-01-14 Thread Domenico Andreoli
zhaoyilong wrote: >When I open the macro DEBUG in the front of file >arch/arm/boot/decompressed/head.S,the kernel runs and stops >at"Uncompressing >Linux... done, booting the kernel." so the decompressor is able to write to the right console (and uncompress the kernel) but the kernel

Re: Opening DEBUG in compressed/head.S,then kernel crashed

2013-01-14 Thread Domenico Andreoli
zhaoyilong regis...@gmail.com wrote: When I open the macro DEBUG in the front of file arch/arm/boot/decompressed/head.S,the kernel runs and stops atUncompressing Linux... done, booting the kernel. so the decompressor is able to write to the right console (and uncompress the kernel) but

Re: [BUG REPORT] [mm-hotplug, aio] aio ring_pages can't be offlined

2012-11-30 Thread Domenico Andreoli
On Thu, Nov 29, 2012 at 02:54:58PM +0800, Lin Feng wrote: > Hi all, Hi Lin, > We encounter a "Resource temporarily unavailable" fail while trying > to offline a memory section in a movable zone. We found that there are > some pages can't be migrated. The offline operation fails in function >

Re: [BUG REPORT] [mm-hotplug, aio] aio ring_pages can't be offlined

2012-11-30 Thread Domenico Andreoli
On Thu, Nov 29, 2012 at 02:54:58PM +0800, Lin Feng wrote: Hi all, Hi Lin, We encounter a Resource temporarily unavailable fail while trying to offline a memory section in a movable zone. We found that there are some pages can't be migrated. The offline operation fails in function

Re: [PATCH v2] pinctrl: document semantics vs GPIO

2012-09-14 Thread Domenico Andreoli
On Fri, Sep 14, 2012 at 03:49:47PM +0200, Linus Walleij wrote: > From: Linus Walleij > > The semantics of the interactions between GPIO and pinctrl may be > unclear, e.g. which one do you request first? This amends the > documentation to make this clear. > > Reported-

Re: [PATCH] pinctrl: document semantics vs GPIO

2012-09-14 Thread Domenico Andreoli
On Fri, Sep 14, 2012 at 03:48:05PM +0200, Linus Walleij wrote: > On Fri, Sep 14, 2012 at 12:11 AM, Domenico Andreoli wrote: > > On Thu, Sep 13, 2012 at 10:11:29AM -0600, Stephen Warren wrote: > > >> I think it makes sense to more strongly recommend that for GPIO muxing,

Re: [PATCH] pinctrl: document semantics vs GPIO

2012-09-14 Thread Domenico Andreoli
On Fri, Sep 14, 2012 at 03:48:05PM +0200, Linus Walleij wrote: On Fri, Sep 14, 2012 at 12:11 AM, Domenico Andreoli cav...@gmail.com wrote: On Thu, Sep 13, 2012 at 10:11:29AM -0600, Stephen Warren wrote: I think it makes sense to more strongly recommend that for GPIO muxing, the GPIO

Re: [PATCH v2] pinctrl: document semantics vs GPIO

2012-09-14 Thread Domenico Andreoli
-by: Domenico Andreoli cav...@gmail.com Signed-off-by: Linus Walleij linus.wall...@linaro.org --- ChangeLog v1-v2: - Reworded a bit in accordance with Stephens feedback. --- Documentation/pinctrl.txt | 57 +-- 1 file changed, 55 insertions(+), 2 deletions

Re: [PATCH] pinctrl: document semantics vs GPIO

2012-09-13 Thread Domenico Andreoli
On Thu, Sep 13, 2012 at 10:11:29AM -0600, Stephen Warren wrote: > On 09/13/2012 01:01 AM, Linus Walleij wrote: > > From: Linus Walleij > > > > The semantics of the interactions between GPIO and pinctrl may be > > unclear, e.g. which one do you request first? This amends the > > documentation to

Re: [PATCH] pinctrl: document semantics vs GPIO

2012-09-13 Thread Domenico Andreoli
On Thu, Sep 13, 2012 at 10:11:29AM -0600, Stephen Warren wrote: On 09/13/2012 01:01 AM, Linus Walleij wrote: From: Linus Walleij linus.wall...@linaro.org The semantics of the interactions between GPIO and pinctrl may be unclear, e.g. which one do you request first? This amends the

Re: "Inconsistent kallsyms data" error

2012-07-15 Thread Domenico Andreoli
On Sat, Jul 07, 2012 at 12:48:23AM -0400, Paul Gortmaker wrote: > On Fri, Jul 6, 2012 at 7:17 AM, Paulo Marques wrote: > > [...] > > > > > There was a recent thread from David Brown on the arm linux mailing list > > ("ARM: two possible fixes for the KALLSYMS build problem"). He tracked > > down

Re: Inconsistent kallsyms data error

2012-07-15 Thread Domenico Andreoli
On Sat, Jul 07, 2012 at 12:48:23AM -0400, Paul Gortmaker wrote: On Fri, Jul 6, 2012 at 7:17 AM, Paulo Marques pmarq...@grupopie.com wrote: [...] There was a recent thread from David Brown on the arm linux mailing list (ARM: two possible fixes for the KALLSYMS build problem). He tracked

Re: [git pull] kgdb-light -v10

2008-02-12 Thread Domenico Andreoli
is not set # CONFIG_LIBCRC32C is not set CONFIG_ZLIB_INFLATE=m CONFIG_ZLIB_DEFLATE=m CONFIG_PLIST=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y -[ Domenico Andreoli, aka cavok --[ http://www.dandreoli.com/gpgkey.asc ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50 -- To unsu

Re: [git pull] kgdb-light -v10

2008-02-12 Thread Domenico Andreoli
CCITT is not set # CONFIG_CRC16 is not set # CONFIG_CRC_ITU_T is not set CONFIG_CRC32=y # CONFIG_CRC7 is not set # CONFIG_LIBCRC32C is not set CONFIG_ZLIB_INFLATE=m CONFIG_PLIST=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y -[ Domenico Andreoli, aka cavok --[ http://www.dandreoli.com/g

Re: [git pull] kgdb-light -v10

2008-02-12 Thread Domenico Andreoli
CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y -[ Domenico Andreoli, aka cavok --[ http://www.dandreoli.com/gpgkey.asc ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50 -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [git pull] kgdb-light -v10

2008-02-12 Thread Domenico Andreoli
is not set CONFIG_ZLIB_INFLATE=m CONFIG_PLIST=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y -[ Domenico Andreoli, aka cavok --[ http://www.dandreoli.com/gpgkey.asc ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50 -- To unsubscribe from this list: send the line

Re: [git pull] kgdb light, v7

2008-02-11 Thread Domenico Andreoli
On Mon, Feb 11, 2008 at 05:55:07PM +0100, Jan Kiszka wrote: > Domenico Andreoli wrote: > > On Sun, Feb 10, 2008 at 11:20:26PM +0100, Ingo Molnar wrote: > >> this is -v7 of the KGDB-light tree, which can be pulled from: > >> > >> git://git.kernel.org/pub/

Re: [git pull] kgdb light, v7

2008-02-11 Thread Domenico Andreoli
On Sun, Feb 10, 2008 at 11:20:26PM +0100, Ingo Molnar wrote: > > this is -v7 of the KGDB-light tree, which can be pulled from: > > git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb.git my git hangs on this.. -----[ Domenico Andreoli, aka cavok --[ http://www.d

parisc - error: 'VMALLOC_START' undeclared...

2008-02-11 Thread Domenico Andreoli
] Error 1 make: *** [prepare0] Error 2 bisected to commit 9e2779fa281cfda13ac060753d674bbcaa23367e. it looks like is_vmalloc_addr() did not arrive down to the parisc stuff. cheers, Domenico -[ Domenico Andreoli, aka cavok --[ http://www.dandreoli.com/gpgkey.asc ---[ 3A0F 2F80 F79C 678A

Re: [git pull] kgdb light, v7

2008-02-11 Thread Domenico Andreoli
On Mon, Feb 11, 2008 at 05:55:07PM +0100, Jan Kiszka wrote: Domenico Andreoli wrote: On Sun, Feb 10, 2008 at 11:20:26PM +0100, Ingo Molnar wrote: this is -v7 of the KGDB-light tree, which can be pulled from: git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb.git my

Re: [git pull] kgdb light, v7

2008-02-11 Thread Domenico Andreoli
On Sun, Feb 10, 2008 at 11:20:26PM +0100, Ingo Molnar wrote: this is -v7 of the KGDB-light tree, which can be pulled from: git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb.git my git hangs on this.. -[ Domenico Andreoli, aka cavok --[ http://www.dandreoli.com

parisc - error: 'VMALLOC_START' undeclared...

2008-02-11 Thread Domenico Andreoli
] Error 1 make: *** [prepare0] Error 2 bisected to commit 9e2779fa281cfda13ac060753d674bbcaa23367e. it looks like is_vmalloc_addr() did not arrive down to the parisc stuff. cheers, Domenico -[ Domenico Andreoli, aka cavok --[ http://www.dandreoli.com/gpgkey.asc ---[ 3A0F 2F80 F79C 678A

Re: [stable] Linux 2.6.22.1

2007-07-12 Thread Domenico Andreoli
ep it > up-to-date. yes, please keep it (updated). i discovered it only few days ago... many thanks anyway, domenico -[ Domenico Andreoli, aka cavok --[ http://www.dandreoli.com/gpgkey.asc ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50 - To unsubscribe from this list: send the lin

Re: [stable] Linux 2.6.22.1

2007-07-12 Thread Domenico Andreoli
with links, but that seems just dirty. Short of that, do folks find the tree useful? If so, I can work on some better automation to keep it up-to-date. yes, please keep it (updated). i discovered it only few days ago... many thanks anyway, domenico -[ Domenico Andreoli, aka cavok --[ http

[PATCH] documentation: Documentation/initrd.txt

2007-05-20 Thread Domenico Andreoli
Final clearification of the pivot_root mechanism, which brings this document really up-to-date. Signed-off-by: Domenico Andreoli <[EMAIL PROTECTED]> --- Documentation/initrd.txt | 74 - 1 files changed, 46 insertions(+), 28 deletions(-) diff

[PATCH] documentation: Documentation/initrd.txt

2007-05-20 Thread Domenico Andreoli
Final clearification of the pivot_root mechanism, which brings this document really up-to-date. Signed-off-by: Domenico Andreoli [EMAIL PROTECTED] --- Documentation/initrd.txt | 74 - 1 files changed, 46 insertions(+), 28 deletions(-) diff --git

Re: 2.6.21-rc7: known regressions

2007-04-27 Thread Domenico Andreoli
on a wiki page? doh! then read only the other non-wiki ideas... 'night domenico -[ Domenico Andreoli, aka cavok --[ http://www.dandreoli.com/gpgkey.asc ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in th

Re: 2.6.21-rc7: known regressions

2007-04-27 Thread Domenico Andreoli
-wiki ideas... 'night domenico -[ Domenico Andreoli, aka cavok --[ http://www.dandreoli.com/gpgkey.asc ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50 - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

Re: ATAPI+SATA support in 2.6.13-rc3

2005-07-15 Thread Domenico Andreoli
it's disabled by default. why it is disabled by default? what do these macros mean? what is really happening? thank you. cheers domenico -[ Domenico Andreoli, aka cavok --[ http://people.debian.org/~cavok/gpgkey.asc ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50 - To unsubscribe fr

Re: ATAPI+SATA support in 2.6.13-rc3

2005-07-15 Thread Domenico Andreoli
is really happening? thank you. cheers domenico -[ Domenico Andreoli, aka cavok --[ http://people.debian.org/~cavok/gpgkey.asc ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50 - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL