linux_3.10~rc5-1~exp1_multi.changes is NEW

2013-06-11 Thread Debian FTP Masters
binary:linux-support-3.10-rc5 is NEW.

Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umy7u-0005lg...@franck.debian.org



Processed: reassign to src:linux

2013-06-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 711998 src:linux
Bug #711998 [linux-image-3.10-rc4-armmp] net: Add EMAC ethernet driver found on 
Allwinner A10
Warning: Unknown package 'linux-image-3.10-rc4-armmp'
Bug reassigned from package 'linux-image-3.10-rc4-armmp' to 'src:linux'.
No longer marked as found in versions 3.10~rc4-1~exp1.
Ignoring request to alter fixed versions of bug #711998 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
711998: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711998
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137099398510189.transcr...@bugs.debian.org



Processing of linux_3.10~rc5-1~exp1_multi.changes

2013-06-11 Thread Debian FTP Masters
linux_3.10~rc5-1~exp1_multi.changes uploaded successfully to localhost
along with the files:
  linux_3.10~rc5-1~exp1.dsc
  linux_3.10~rc5.orig.tar.xz
  linux_3.10~rc5-1~exp1.debian.tar.xz
  linux-support-3.10-rc5_3.10~rc5-1~exp1_all.deb
  linux-doc-3.10_3.10~rc5-1~exp1_all.deb
  linux-manual-3.10_3.10~rc5-1~exp1_all.deb
  linux-source-3.10_3.10~rc5-1~exp1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umxpc-aa...@franck.debian.org



Processing of linux_3.10~rc5-1~exp1_multi.changes

2013-06-11 Thread Debian FTP Masters
linux_3.10~rc5.orig.tar.xz doesn't exist
Due to the errors above, the .changes file couldn't be processed.
Please fix the problems for the upload to happen.

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umxhi-0006p7...@franck.debian.org



Bug#697635: [3.6.9 -> 3.7.1 regression] Dell D630: System doesn't reboot nor power off

2013-06-11 Thread Nicolas Le Cam
Dear maintainers,

I have finally finished my second bisect with f96972f reverted,
unfortunately the kernel doesn't boot for a big part of the bisection and I
cannot point a single bad commit.

$ git bisect skip
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
3e339b5dae24a7065e196eb8d0145ab2f8cc2d2d
bcd951cf10f24e341defcd002c15a1f4eea13ddb
3180d89b47701072cf129f800a735baf3acdbb8a
62ab7072476ae1600e877cc62b43758e485f4f1e
81942621bd6b70b1a1ac4692b3f8f3be65a91b44
f97f8f06a49febbc3cb3635172efbe64ddc79700
2a1d446019f9a5983ec5a335b95e8593fdb6fa2e
c0e12e51b0522f7f5f09ea90273dbb724afb054d
5d01bbd111d6ff9ea9d9847774f66dff39633776
bff4a394795add6b919debc009f72b7607f5d4bf
5217192b85480353aeeb395574e60d0db04f3676
We cannot bisect more!

git bisect log is attached.

I'll try to find what's preventing kernel to boot.
Perhaps related to bug 686040 according to the boot log, I'll see if
applying commit 092369e could help.

I've now upgraded to 3.8 then 3.9 and reboot and poweroff are mostly
functionals (fails very rarely contrary to 3.7) but I cannot make my laptop
to hibernate anymore now (suspend ok, but resume to a black screen and
switching VT doesn't work), I'll try to check if s related.

regards,
Nicolas


git_bisect.log
Description: Binary data


[ 79/79] s390: Add pgste to ptep_modify_prot_start()

2013-06-11 Thread Greg Kroah-Hartman
3.9-stable review patch.  If anyone has any objections, please let me know.

--

From: Ben Hutchings 

Commit 52f36be0f4e2 's390/pgtable: Fix check for pgste/storage key
handling', which was commit b56433cb782d upstream, added a use of
pgste to ptep_modify_prot_start(), but this variable does not exist.
In mainline, pgste was added by commit d3383632d4e8 's390/mm: add pte
invalidation notifier for kvm' and initialised to the return value of
pgste_get_lock(ptep).  Initialise it similarly here.

Compile-tested only.

Signed-off-by: Ben Hutchings 
Signed-off-by: Greg Kroah-Hartman 

---
 arch/s390/include/asm/pgtable.h |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- a/arch/s390/include/asm/pgtable.h
+++ b/arch/s390/include/asm/pgtable.h
@@ -1063,11 +1063,12 @@ static inline pte_t ptep_modify_prot_sta
   unsigned long address,
   pte_t *ptep)
 {
+   pgste_t pgste;
pte_t pte;
 
mm->context.flush_mm = 1;
if (mm_has_pgste(mm))
-   pgste_get_lock(ptep);
+   pgste = pgste_get_lock(ptep);
 
pte = *ptep;
if (!mm_exclusive(mm))



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130611195326.399612...@linuxfoundation.org



Processed: fixed 702477 in linux/3.9.4-1

2013-06-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 702477 linux/3.9.4-1
Bug #702477 [src:linux] nfs-common: client-side directory walk performance 
degradaton
Marked as fixed in versions linux/3.9.4-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
702477: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702477
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137097100131757.transcr...@bugs.debian.org



Processed: found 702477 in linux/3.8.13-1

2013-06-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 702477 linux/3.8.13-1
Bug #702477 [src:linux] nfs-common: client-side directory walk performance 
degradaton
Marked as found in versions linux/3.8.13-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
702477: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702477
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137097095030629.transcr...@bugs.debian.org



Bug#711539: Acknowledgement ([src:linux] No sound on headphones with snd_hda_intel (working on 3.8))

2013-06-11 Thread Sebastián Cruz
I did a little investigation on this issue and found this [1] LKML
thread with the exact same problem on the exact same hardware.

The fixing commit can be found here [2], but it's still not pushed
upstream (as of 3.9.5).

Regards,

[1] https://lkml.org/lkml/2013/5/12/22
[2] 
http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound-unstable.git/commit/?id=5a6f294e87974e6ec68d7113553ffd975d83bf15

On Fri, Jun 7, 2013 at 2:21 PM, Debian Bug Tracking System
 wrote:
> Thank you for filing a new Bug report with Debian.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  Debian Kernel Team 
>
> If you wish to submit further information on this problem, please
> send it to 711...@bugs.debian.org.
>
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 711539: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711539
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems



-- 
Sebastián Cruz
defaul...@gmail.com


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caeapkfud2hw2fpaoyf1uxfrdn6qnke3qdubodjaysecc6yx...@mail.gmail.com



Processed: Re: Bug#710938: Packard Bell EasyNote LV need i915.invert_brightness on Linux

2013-06-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 710938 3.9.5-1
Bug #710938 [src:linux] Packard Bell EasyNote LV need i915.invert_brightness on 
Linux
Marked as found in versions linux/3.9.5-1.
> tags 710938 + patch
Bug #710938 [src:linux] Packard Bell EasyNote LV need i915.invert_brightness on 
Linux
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
710938: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710938
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137093710930358.transcr...@bugs.debian.org



Bug#710938: Packard Bell EasyNote LV need i915.invert_brightness on Linux

2013-06-11 Thread Petter Reinholdtsen
found 710938 3.9.5-1
tags 710938 + patch
thanks

I had a closer look at the source, and the output from lspci:

00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core 
processor Graphics Controller [8086:0156] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0688]
 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SE RR- FastB2B- DisINTx+
 Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
 Capabilities: 
 Kernel driver in use: i915

If I understand the source correctly, this is the patch relative to
the Debian linux package 3.9.5-1 needed to avoid the black screen on
the Packard Bell EasyNote LV:

--- drivers/gpu/drm/i915/intel_display.c.orig   2013-06-11 09:44:27.159941945 
+0200
+++ drivers/gpu/drm/i915/intel_display.c2013-06-11 09:45:35.495938898 
+0200
@@ -8786,6 +8786,9 @@
 
/* Acer Aspire 4736Z */
{ 0x2a42, 0x1025, 0x0260, quirk_invert_brightness },
+
+   /* Packard Bell EasyNote LV11HC */
+   { 0x0156, 0x1025, 0x0688, quirk_invert_brightness },
 };
 
 static void intel_init_quirks(struct drm_device *dev)

I am a bit unsure about the first number, but concluded after reading
the source that this is pci_dev->device for the card in question, ie
the number after 8086 in the lspci output above.

Please include it in a future version, and it would be great if it
could be applied to Wheezy too.

-- 
Happy hacking
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130611075143.gb31...@ulrik.uio.no