2.6.20-rc5: known regressions with patches (v3)

2007-01-24 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc5 compared to 2.6.19
with patches available.

If you find your name in the Cc header, you are either submitter of one
of the bugs, maintainer of an affectected subsystem or driver, a patch
of you caused a breakage or I'm considering you in any other way possibly
involved with one or more of these issues.

Due to the huge amount of recipients, please trim the Cc when answering.


Subject: sata_nv: SATA exceptions
References : http://lkml.org/lkml/2007/1/14/108
Submitter  : Björn Steinbrink <[EMAIL PROTECTED]>
Caused-By  : Robert Hancock <[EMAIL PROTECTED]>
 commit 2dec7555e6bf2772749113ea0ad454fcdb8cf861
Handled-By : Robert Hancock <[EMAIL PROTECTED]>
Patch  : http://lkml.org/lkml/2007/1/23/280
Status : patch available


Subject: does not pickup ipv6 addresses
References : http://bugzilla.kernel.org/show_bug.cgi?id=7817
 http://lkml.org/lkml/2007/1/14/146
Submitter  : Michael Gernoth <[EMAIL PROTECTED]>
 Daniel Drake <[EMAIL PROTECTED]>
Caused-By  : David L Stevens <[EMAIL PROTECTED]>
 commit 30c4cf577fb5b68c16e5750d6bdbd7072e42b279
Handled-By : YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Patch  : http://bugzilla.kernel.org/show_bug.cgi?id=7817
Status : patch available


Subject: ACPI: fix cpufreq regression
References : http://lkml.org/lkml/2007/1/16/120
Submitter  : Ingo Molnar <[EMAIL PROTECTED]>
Caused-By  : Dave Jones <[EMAIL PROTECTED]>
 commit 0916bd3ebb7cefdd0f432e8491abe24f4b5a101e
Handled-By : Ingo Molnar <[EMAIL PROTECTED]>
Patch  : http://lkml.org/lkml/2007/1/16/120
Status : patch available


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


2.6.20-rc5: known regressions with patches (v3)

2007-01-24 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc5 compared to 2.6.19
with patches available.

If you find your name in the Cc header, you are either submitter of one
of the bugs, maintainer of an affectected subsystem or driver, a patch
of you caused a breakage or I'm considering you in any other way possibly
involved with one or more of these issues.

Due to the huge amount of recipients, please trim the Cc when answering.


Subject: sata_nv: SATA exceptions
References : http://lkml.org/lkml/2007/1/14/108
Submitter  : Björn Steinbrink [EMAIL PROTECTED]
Caused-By  : Robert Hancock [EMAIL PROTECTED]
 commit 2dec7555e6bf2772749113ea0ad454fcdb8cf861
Handled-By : Robert Hancock [EMAIL PROTECTED]
Patch  : http://lkml.org/lkml/2007/1/23/280
Status : patch available


Subject: does not pickup ipv6 addresses
References : http://bugzilla.kernel.org/show_bug.cgi?id=7817
 http://lkml.org/lkml/2007/1/14/146
Submitter  : Michael Gernoth [EMAIL PROTECTED]
 Daniel Drake [EMAIL PROTECTED]
Caused-By  : David L Stevens [EMAIL PROTECTED]
 commit 30c4cf577fb5b68c16e5750d6bdbd7072e42b279
Handled-By : YOSHIFUJI Hideaki [EMAIL PROTECTED]
Patch  : http://bugzilla.kernel.org/show_bug.cgi?id=7817
Status : patch available


Subject: ACPI: fix cpufreq regression
References : http://lkml.org/lkml/2007/1/16/120
Submitter  : Ingo Molnar [EMAIL PROTECTED]
Caused-By  : Dave Jones [EMAIL PROTECTED]
 commit 0916bd3ebb7cefdd0f432e8491abe24f4b5a101e
Handled-By : Ingo Molnar [EMAIL PROTECTED]
Patch  : http://lkml.org/lkml/2007/1/16/120
Status : patch available


-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.20-rc5: known regressions with patches (v2)

2007-01-18 Thread David Woodhouse
On Thu, 2007-01-18 at 20:59 +0100, Adrian Bunk wrote:
> Subject: CONFIG_JFFS2_FS_DEBUG=2 compile error
> References : http://lkml.org/lkml/2007/1/12/161
> Submitter  : Russell King <[EMAIL PROTECTED]>
> Caused-By  : Al Viro <[EMAIL PROTECTED]>
>  commit 914e26379decf1fd984b22e51fd2e4209b7a7f1b
> Handled-By : David Woodhouse <[EMAIL PROTECTED]>
> Status : patch available

Linus, please pull from git://git.infradead.org/mtd-2.6.git

This fixes the above bug along with a few others. It does also contain a
small amount of new code which has been waiting for a while (including
the driver for the CAFÉ NAND controller which we use on OLPC.).

My apologies for missing the merge window and first asking you to pull
this a few hours after 2.6.20-rc1 was cut; I'd been waiting for the
bitrev stuff to land, and had waited too long.

Adrian Bunk (3):
  [MTD] SSFDC must depend on BLOCK
  [MTD] [NAND] rtc_from4.c: use lib/bitrev.c
  [MTD] make drivers/mtd/cmdlinepart.c:mtdpart_setup() static

Adrian Hunter (2):
  [MTD] OneNAND: Implement read-while-load
  [MTD] OneNAND: Handle DDP chip boundary during read-while-load

Akinobu Mita (1):
  [JFFS2] Use rb_first() and rb_last() cleanup

Alan Cox (1):
  [MTD] MAPS: esb2rom: use hotplug safe interfaces

Alexey Dobriyan (1):
  [MTD] JEDEC probe: fix comment typo (devic)

Amit Choudhary (1):
  [JFFS2] Fix error-path leak in summary scan

Andrew Morton (1):
  [MTD] Tidy bitrev usage in rtc_from4.c

Andrew Victor (2):
  [MTD] NAND: AT91 NAND driver
  [MTD] NAND: Support for 16-bit bus-width on AT91.

Artem Bityutskiy (10):
  [MTD] core: trivial comments fix
  [MTD] NAND: nandsim: support subpage write
  [MTD] increase MAX_MTD_DEVICES
  [MTD] add get_mtd_device_nm() function
  [MTD] add get and put methods
  [MTD] return error code from get_mtd_device()
  [MTD] nandsim: bugfix in page addressing
  [JFFS2] add cond_resched() when garbage collecting deletion dirent
  [JFFS2] Reschedule in loops
  [MTD] OneNAND: release CPU in cycles

Burman Yan (1):
  [MTD] replace kmalloc+memset with kzalloc

Dave Olsen (1):
  [MTD] [MAPS] Support for BIOS flash chips on the nvidia ck804 southbridge

David Anders (1):
  [MTD] NOR: leave Intel chips in read-array mode on suspend

David Woodhouse (29):
  [MTD NAND] Initial import of CAFÉ NAND driver.
  [MTD NAND] OLPC CAFÉ driver update
  Merge branch 'master' of git://git.kernel.org/.../torvalds/linux-2.6
  [MTD] NAND: Combined oob buffer so it's contiguous with data
  [MTD] NAND: Correct setting of chip->oob_poi OOB buffer
  Merge git://git.infradead.org/~dwmw2/cafe-2.6
  [MTD] NAND: Add hardware ECC correction support to CAFÉ NAND driver
  [MTD] NAND: CAFÉ NAND driver cleanup, fix ECC on reading empty flash
  [MTD] NAND: Disable ECC checking on CAFÉ since it's broken for now
  [MTD] NAND: Café ECC -- remove spurious BUG_ON() in err_pos()
  [MTD] NAND: Reset Café controller before initialising.
  [MTD] CAFÉ NAND: Add 'slowtiming' parameter, default usedma and checkecc 
on
  [MTD] NAND: Add ECC debugging for CAFÉ
  [MTD] NAND: Remove empty block ECC workaround
  [MTD] NAND: Fix timing calculation in CAFÉ debugging message
  [MTD] NAND: Use register #defines throughout CAFÉ driver, not numbers
  [MTD] NAND: Add register debugging spew option to CAFÉ driver
  [MTD] NAND: Fix ECC settings in CAFÉ controller driver.
  Merge git://git.infradead.org/~dwmw2/cafe-2.6
  Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6
  [MTD] [NAND] Update CAFÉ driver interrupt handler prototype
  [MTD] Use EXPORT_SYMBOL_GPL() for exported symbols.
  [MTD] Remove trailing whitespace
  Merge branch 'master' of git://git.kernel.org/.../torvalds/linux-2.6
  [MTD] Fix SSFDC build for variable blocksize.
  [MTD] Fix ssfdc blksize typo
  Merge branch 'master' of git://git.infradead.org/~kmpark/onenand-mtd-2.6
  [JFFS2] debug.h: include  for current->pid
  Merge branch 'master' of git://git.kernel.org/.../torvalds/linux-2.6

Haavard Skinnemoen (1):
  [MTD] bugfix: DataFlash is not bit writable

Jeff Garzik (1):
  [JFFS2] kill warning RE debug-only variables

Josh Boyer (1):
  [MTD] add MTD_BLKDEVS Kconfig option

Kyungmin Park (9):
  MTD: OneNAND: interrupt based wait support
  [MTD] OneNAND: lock support
  [MTD] OneNAND: Single bit error detection
  [MTD] OneNAND: fix oob handling in recent oob patch
  [JFFS2] use the ref_offset macro
  [MTD] OneNAND: fix onenand_wait bug
  [MTD] OneNAND: add subpage write support
  [MTD] OneNAND: fix onenand_wait bug in read ecc error
  [MTD] OneNAND: return ecc error code only when 2-bit ecc occurs

Lew Glendenning (1):
  [MTD] MAPS: Support for BIOS flash chips on Intel ESB2 southbridge

Mariusz Kozlowski (1):
  [MTD] [NAND] Compile fix in rfc_from4.c

Qi 

2.6.20-rc5: known regressions with patches (v2)

2007-01-18 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc5 compared to 2.6.19
with patches available

If you find your name in the Cc header, you are either submitter of one
of the bugs, maintainer of an affectected subsystem or driver, a patch
of you caused a breakage or I'm considering you in any other way possibly
involved with one or more of these issues.

Due to the huge amount of recipients, please trim the Cc when answering.


Subject: does not pickup ipv6 addresses
References : http://bugzilla.kernel.org/show_bug.cgi?id=7817
 http://lkml.org/lkml/2007/1/14/146
Submitter  : Michael Gernoth <[EMAIL PROTECTED]>
 Daniel Drake <[EMAIL PROTECTED]>
Caused-By  : David L Stevens <[EMAIL PROTECTED]>
 commit 30c4cf577fb5b68c16e5750d6bdbd7072e42b279
Handled-By : YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Patch  : http://bugzilla.kernel.org/show_bug.cgi?id=7817
Status : patch available


Subject: ACPI: fix cpufreq regression
References : http://lkml.org/lkml/2007/1/16/120
Submitter  : Ingo Molnar <[EMAIL PROTECTED]>
Caused-By  : Dave Jones <[EMAIL PROTECTED]>
 commit 0916bd3ebb7cefdd0f432e8491abe24f4b5a101e
Handled-By : Ingo Molnar <[EMAIL PROTECTED]>
Patch  : http://lkml.org/lkml/2007/1/16/120
Status : patch available


Subject: CONFIG_JFFS2_FS_DEBUG=2 compile error
References : http://lkml.org/lkml/2007/1/12/161
Submitter  : Russell King <[EMAIL PROTECTED]>
Caused-By  : Al Viro <[EMAIL PROTECTED]>
 commit 914e26379decf1fd984b22e51fd2e4209b7a7f1b
Handled-By : David Woodhouse <[EMAIL PROTECTED]>
Status : patch available


Subject: WARNING: "profile_hits" [drivers/kvm/kvm-intel.ko] undefined!
References : http://lkml.org/lkml/2007/1/12/16
Submitter  : Miles Lane <[EMAIL PROTECTED]>
Caused-By  : Ingo Molnar <[EMAIL PROTECTED]>
 commit 07031e14c1127fc7e1a5b98dfcc59f434e025104
Handled-By : Andrew Morton <[EMAIL PROTECTED]>
Patch  : http://lkml.org/lkml/2007/1/12/18
Status : patch available


Subject: KVM: guest crash
References : http://lkml.org/lkml/2007/1/8/163
Submitter  : Roland Dreier <[EMAIL PROTECTED]>
Handled-By : Avi Kivity <[EMAIL PROTECTED]>
Patch  : http://lkml.org/lkml/2007/1/9/280
Status : patch available


Subject: compile error: USB_HID must depend on INPUT
References : http://lkml.org/lkml/2007/1/12/157
Submitter  : Russell King <[EMAIL PROTECTED]>
Handled-By : Russell King <[EMAIL PROTECTED]>
Patch  : http://lkml.org/lkml/2007/1/12/177
Status : patch available
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


2.6.20-rc5: known regressions with patches (v2)

2007-01-18 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc5 compared to 2.6.19
with patches available

If you find your name in the Cc header, you are either submitter of one
of the bugs, maintainer of an affectected subsystem or driver, a patch
of you caused a breakage or I'm considering you in any other way possibly
involved with one or more of these issues.

Due to the huge amount of recipients, please trim the Cc when answering.


Subject: does not pickup ipv6 addresses
References : http://bugzilla.kernel.org/show_bug.cgi?id=7817
 http://lkml.org/lkml/2007/1/14/146
Submitter  : Michael Gernoth [EMAIL PROTECTED]
 Daniel Drake [EMAIL PROTECTED]
Caused-By  : David L Stevens [EMAIL PROTECTED]
 commit 30c4cf577fb5b68c16e5750d6bdbd7072e42b279
Handled-By : YOSHIFUJI Hideaki [EMAIL PROTECTED]
Patch  : http://bugzilla.kernel.org/show_bug.cgi?id=7817
Status : patch available


Subject: ACPI: fix cpufreq regression
References : http://lkml.org/lkml/2007/1/16/120
Submitter  : Ingo Molnar [EMAIL PROTECTED]
Caused-By  : Dave Jones [EMAIL PROTECTED]
 commit 0916bd3ebb7cefdd0f432e8491abe24f4b5a101e
Handled-By : Ingo Molnar [EMAIL PROTECTED]
Patch  : http://lkml.org/lkml/2007/1/16/120
Status : patch available


Subject: CONFIG_JFFS2_FS_DEBUG=2 compile error
References : http://lkml.org/lkml/2007/1/12/161
Submitter  : Russell King [EMAIL PROTECTED]
Caused-By  : Al Viro [EMAIL PROTECTED]
 commit 914e26379decf1fd984b22e51fd2e4209b7a7f1b
Handled-By : David Woodhouse [EMAIL PROTECTED]
Status : patch available


Subject: WARNING: profile_hits [drivers/kvm/kvm-intel.ko] undefined!
References : http://lkml.org/lkml/2007/1/12/16
Submitter  : Miles Lane [EMAIL PROTECTED]
Caused-By  : Ingo Molnar [EMAIL PROTECTED]
 commit 07031e14c1127fc7e1a5b98dfcc59f434e025104
Handled-By : Andrew Morton [EMAIL PROTECTED]
Patch  : http://lkml.org/lkml/2007/1/12/18
Status : patch available


Subject: KVM: guest crash
References : http://lkml.org/lkml/2007/1/8/163
Submitter  : Roland Dreier [EMAIL PROTECTED]
Handled-By : Avi Kivity [EMAIL PROTECTED]
Patch  : http://lkml.org/lkml/2007/1/9/280
Status : patch available


Subject: compile error: USB_HID must depend on INPUT
References : http://lkml.org/lkml/2007/1/12/157
Submitter  : Russell King [EMAIL PROTECTED]
Handled-By : Russell King [EMAIL PROTECTED]
Patch  : http://lkml.org/lkml/2007/1/12/177
Status : patch available
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.20-rc5: known regressions with patches (v2)

2007-01-18 Thread David Woodhouse
On Thu, 2007-01-18 at 20:59 +0100, Adrian Bunk wrote:
 Subject: CONFIG_JFFS2_FS_DEBUG=2 compile error
 References : http://lkml.org/lkml/2007/1/12/161
 Submitter  : Russell King [EMAIL PROTECTED]
 Caused-By  : Al Viro [EMAIL PROTECTED]
  commit 914e26379decf1fd984b22e51fd2e4209b7a7f1b
 Handled-By : David Woodhouse [EMAIL PROTECTED]
 Status : patch available

Linus, please pull from git://git.infradead.org/mtd-2.6.git

This fixes the above bug along with a few others. It does also contain a
small amount of new code which has been waiting for a while (including
the driver for the CAFÉ NAND controller which we use on OLPC.).

My apologies for missing the merge window and first asking you to pull
this a few hours after 2.6.20-rc1 was cut; I'd been waiting for the
bitrev stuff to land, and had waited too long.

Adrian Bunk (3):
  [MTD] SSFDC must depend on BLOCK
  [MTD] [NAND] rtc_from4.c: use lib/bitrev.c
  [MTD] make drivers/mtd/cmdlinepart.c:mtdpart_setup() static

Adrian Hunter (2):
  [MTD] OneNAND: Implement read-while-load
  [MTD] OneNAND: Handle DDP chip boundary during read-while-load

Akinobu Mita (1):
  [JFFS2] Use rb_first() and rb_last() cleanup

Alan Cox (1):
  [MTD] MAPS: esb2rom: use hotplug safe interfaces

Alexey Dobriyan (1):
  [MTD] JEDEC probe: fix comment typo (devic)

Amit Choudhary (1):
  [JFFS2] Fix error-path leak in summary scan

Andrew Morton (1):
  [MTD] Tidy bitrev usage in rtc_from4.c

Andrew Victor (2):
  [MTD] NAND: AT91 NAND driver
  [MTD] NAND: Support for 16-bit bus-width on AT91.

Artem Bityutskiy (10):
  [MTD] core: trivial comments fix
  [MTD] NAND: nandsim: support subpage write
  [MTD] increase MAX_MTD_DEVICES
  [MTD] add get_mtd_device_nm() function
  [MTD] add get and put methods
  [MTD] return error code from get_mtd_device()
  [MTD] nandsim: bugfix in page addressing
  [JFFS2] add cond_resched() when garbage collecting deletion dirent
  [JFFS2] Reschedule in loops
  [MTD] OneNAND: release CPU in cycles

Burman Yan (1):
  [MTD] replace kmalloc+memset with kzalloc

Dave Olsen (1):
  [MTD] [MAPS] Support for BIOS flash chips on the nvidia ck804 southbridge

David Anders (1):
  [MTD] NOR: leave Intel chips in read-array mode on suspend

David Woodhouse (29):
  [MTD NAND] Initial import of CAFÉ NAND driver.
  [MTD NAND] OLPC CAFÉ driver update
  Merge branch 'master' of git://git.kernel.org/.../torvalds/linux-2.6
  [MTD] NAND: Combined oob buffer so it's contiguous with data
  [MTD] NAND: Correct setting of chip-oob_poi OOB buffer
  Merge git://git.infradead.org/~dwmw2/cafe-2.6
  [MTD] NAND: Add hardware ECC correction support to CAFÉ NAND driver
  [MTD] NAND: CAFÉ NAND driver cleanup, fix ECC on reading empty flash
  [MTD] NAND: Disable ECC checking on CAFÉ since it's broken for now
  [MTD] NAND: Café ECC -- remove spurious BUG_ON() in err_pos()
  [MTD] NAND: Reset Café controller before initialising.
  [MTD] CAFÉ NAND: Add 'slowtiming' parameter, default usedma and checkecc 
on
  [MTD] NAND: Add ECC debugging for CAFÉ
  [MTD] NAND: Remove empty block ECC workaround
  [MTD] NAND: Fix timing calculation in CAFÉ debugging message
  [MTD] NAND: Use register #defines throughout CAFÉ driver, not numbers
  [MTD] NAND: Add register debugging spew option to CAFÉ driver
  [MTD] NAND: Fix ECC settings in CAFÉ controller driver.
  Merge git://git.infradead.org/~dwmw2/cafe-2.6
  Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6
  [MTD] [NAND] Update CAFÉ driver interrupt handler prototype
  [MTD] Use EXPORT_SYMBOL_GPL() for exported symbols.
  [MTD] Remove trailing whitespace
  Merge branch 'master' of git://git.kernel.org/.../torvalds/linux-2.6
  [MTD] Fix SSFDC build for variable blocksize.
  [MTD] Fix ssfdc blksize typo
  Merge branch 'master' of git://git.infradead.org/~kmpark/onenand-mtd-2.6
  [JFFS2] debug.h: include linux/sched.h for current-pid
  Merge branch 'master' of git://git.kernel.org/.../torvalds/linux-2.6

Haavard Skinnemoen (1):
  [MTD] bugfix: DataFlash is not bit writable

Jeff Garzik (1):
  [JFFS2] kill warning RE debug-only variables

Josh Boyer (1):
  [MTD] add MTD_BLKDEVS Kconfig option

Kyungmin Park (9):
  MTD: OneNAND: interrupt based wait support
  [MTD] OneNAND: lock support
  [MTD] OneNAND: Single bit error detection
  [MTD] OneNAND: fix oob handling in recent oob patch
  [JFFS2] use the ref_offset macro
  [MTD] OneNAND: fix onenand_wait bug
  [MTD] OneNAND: add subpage write support
  [MTD] OneNAND: fix onenand_wait bug in read ecc error
  [MTD] OneNAND: return ecc error code only when 2-bit ecc occurs

Lew Glendenning (1):
  [MTD] MAPS: Support for BIOS flash chips on Intel ESB2 southbridge

Mariusz Kozlowski (1):
  [MTD] [NAND] Compile fix in rfc_from4.c

Qi 

Re: 2.6.20-rc5: known regressions with patches

2007-01-13 Thread Adrian Bunk
On Sat, Jan 13, 2007 at 07:32:46AM -0800, Roland Dreier wrote:
>  > This email lists some known regressions in 2.6.20-rc5 compared to 2.6.19
>  > with patches available.
> 
>  > Subject: KVM: guest crash
>  > References : http://lkml.org/lkml/2007/1/8/163
>  > Submitter  : Roland Dreier <[EMAIL PROTECTED]>
>  > Handled-By : Avi Kivity <[EMAIL PROTECTED]>
>  > Patch  : http://lkml.org/lkml/2007/1/9/280
>  > Status : patch available
> 
> This is not a regression from 2.6.19, since kvm did not exist in
> 2.6.19.  In any case akpm has the patch and plans to merge it for
> 2.6.20 so I don't think anyone has to worry about this one.

I know, but a bug that is not present in 2.6.19 is a regression. ;-)

More seriously, I know it's a bit borderline to talk about a regression, 
but I think listing things like crashes or compile errors in new 
functionality makes sense - especially in such cases where it's about 
tracking that a patch doesn't miss 2.6.20.

>  - R.

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.20-rc5: known regressions with patches

2007-01-13 Thread Roland Dreier
 > This email lists some known regressions in 2.6.20-rc5 compared to 2.6.19
 > with patches available.

 > Subject: KVM: guest crash
 > References : http://lkml.org/lkml/2007/1/8/163
 > Submitter  : Roland Dreier <[EMAIL PROTECTED]>
 > Handled-By : Avi Kivity <[EMAIL PROTECTED]>
 > Patch  : http://lkml.org/lkml/2007/1/9/280
 > Status : patch available

This is not a regression from 2.6.19, since kvm did not exist in
2.6.19.  In any case akpm has the patch and plans to merge it for
2.6.20 so I don't think anyone has to worry about this one.

 - R.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.20-rc5: known regressions with patches

2007-01-13 Thread Roland Dreier
  This email lists some known regressions in 2.6.20-rc5 compared to 2.6.19
  with patches available.

  Subject: KVM: guest crash
  References : http://lkml.org/lkml/2007/1/8/163
  Submitter  : Roland Dreier [EMAIL PROTECTED]
  Handled-By : Avi Kivity [EMAIL PROTECTED]
  Patch  : http://lkml.org/lkml/2007/1/9/280
  Status : patch available

This is not a regression from 2.6.19, since kvm did not exist in
2.6.19.  In any case akpm has the patch and plans to merge it for
2.6.20 so I don't think anyone has to worry about this one.

 - R.
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.20-rc5: known regressions with patches

2007-01-13 Thread Adrian Bunk
On Sat, Jan 13, 2007 at 07:32:46AM -0800, Roland Dreier wrote:
   This email lists some known regressions in 2.6.20-rc5 compared to 2.6.19
   with patches available.
 
   Subject: KVM: guest crash
   References : http://lkml.org/lkml/2007/1/8/163
   Submitter  : Roland Dreier [EMAIL PROTECTED]
   Handled-By : Avi Kivity [EMAIL PROTECTED]
   Patch  : http://lkml.org/lkml/2007/1/9/280
   Status : patch available
 
 This is not a regression from 2.6.19, since kvm did not exist in
 2.6.19.  In any case akpm has the patch and plans to merge it for
 2.6.20 so I don't think anyone has to worry about this one.

I know, but a bug that is not present in 2.6.19 is a regression. ;-)

More seriously, I know it's a bit borderline to talk about a regression, 
but I think listing things like crashes or compile errors in new 
functionality makes sense - especially in such cases where it's about 
tracking that a patch doesn't miss 2.6.20.

  - R.

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


2.6.20-rc5: known regressions with patches

2007-01-12 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc5 compared to 2.6.19
with patches available.

If you find your name in the Cc header, you are either submitter of one
of the bugs, maintainer of an affectected subsystem or driver, a patch
of you caused a breakage or I'm considering you in any other way possibly
involved with one or more of these issues.

Due to the huge amount of recipients, please trim the Cc when answering.


Subject: WARNING: "profile_hits" [drivers/kvm/kvm-intel.ko] undefined!
References : http://lkml.org/lkml/2007/1/12/16
Submitter  : Miles Lane <[EMAIL PROTECTED]>
Caused-By  : Ingo Molnar <[EMAIL PROTECTED]>
 commit 07031e14c1127fc7e1a5b98dfcc59f434e025104
Handled-By : Andrew Morton <[EMAIL PROTECTED]>
Patch  : http://lkml.org/lkml/2007/1/12/18
Status : patch available


Subject: KVM: guest crash
References : http://lkml.org/lkml/2007/1/8/163
Submitter  : Roland Dreier <[EMAIL PROTECTED]>
Handled-By : Avi Kivity <[EMAIL PROTECTED]>
Patch  : http://lkml.org/lkml/2007/1/9/280
Status : patch available


Subject: compile error: USB_HID must depend on INPUT
References : http://lkml.org/lkml/2007/1/12/157
Submitter  : Russell King <[EMAIL PROTECTED]>
Handled-By : Russell King <[EMAIL PROTECTED]>
Patch  : http://lkml.org/lkml/2007/1/12/177
Status : patch available


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


2.6.20-rc5: known regressions with patches

2007-01-12 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc5 compared to 2.6.19
with patches available.

If you find your name in the Cc header, you are either submitter of one
of the bugs, maintainer of an affectected subsystem or driver, a patch
of you caused a breakage or I'm considering you in any other way possibly
involved with one or more of these issues.

Due to the huge amount of recipients, please trim the Cc when answering.


Subject: WARNING: profile_hits [drivers/kvm/kvm-intel.ko] undefined!
References : http://lkml.org/lkml/2007/1/12/16
Submitter  : Miles Lane [EMAIL PROTECTED]
Caused-By  : Ingo Molnar [EMAIL PROTECTED]
 commit 07031e14c1127fc7e1a5b98dfcc59f434e025104
Handled-By : Andrew Morton [EMAIL PROTECTED]
Patch  : http://lkml.org/lkml/2007/1/12/18
Status : patch available


Subject: KVM: guest crash
References : http://lkml.org/lkml/2007/1/8/163
Submitter  : Roland Dreier [EMAIL PROTECTED]
Handled-By : Avi Kivity [EMAIL PROTECTED]
Patch  : http://lkml.org/lkml/2007/1/9/280
Status : patch available


Subject: compile error: USB_HID must depend on INPUT
References : http://lkml.org/lkml/2007/1/12/157
Submitter  : Russell King [EMAIL PROTECTED]
Handled-By : Russell King [EMAIL PROTECTED]
Patch  : http://lkml.org/lkml/2007/1/12/177
Status : patch available


-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/