John Saalwaechter | 1 Feb 2010 01:18
Picon

[PATCH] scripts: use %_tmppath in "make rpm-pkg"

The mkspec script hardcodes "/var/tmp" into the generated rpm spec file's
BuildRoot. The user, however, may have a custom setting for %_tmppath,
which should be used in BuildRoot.  This patch changes mkspec's
BuildRoot output to appropriately use %_tmppath.

Signed-off-by: John Saalwaechter <saalwaechter <at> gmail.com>
---
diff -uprN a/scripts/package/mkspec b/scripts/package/mkspec
--- a/scripts/package/mkspec    2010-01-28 15:06:20.000000000 -0800
+++ b/scripts/package/mkspec    2010-01-31 15:46:23.815300460 -0800
 <at>  <at>  -39,7 +39,7  <at>  <at>  if ! $PREBUILT; then
 echo "Source: kernel-$__KERNELRELEASE.tar.gz"
 fi

-echo "BuildRoot: /var/tmp/%{name}-%{PACKAGE_VERSION}-root"
+echo "BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root"
 echo "Provides: $PROVIDES"
 echo "%define __spec_install_post /usr/lib/rpm/brp-compress || :"
 echo "%define debug_package %{nil}"
Michael Breuer | 1 Feb 2010 01:19

Re: [PATCH] sky2: receive dma mapping error handling

On 1/31/2010 5:18 PM, Jarek Poplawski wrote:
> On Sun, Jan 31, 2010 at 04:58:42PM -0500, Michael Breuer wrote:
>    
>> On 1/31/2010 1:50 PM, Michael Breuer wrote:
>>      
>>> On 1/30/2010 11:55 PM, Michael Breuer wrote:
>>>        
>>>> On 01/30/2010 07:34 PM, Jarek Poplawski wrote:
>>>>          
>>>>> Could you try the patch below to show maybe some other users of
>>>>> dma-debug entries?
>>>>>
>>>>> Jarek P.
>>>>> ---
>>>>>
>>>>>            
>>>> With the default # entries&  dma_debug_driver=sky2:
>>>>
>>>> 6:00 is eth0&  4:00 is eth1.
>>>>
>>>> Jan 30 23:53:14 mail kernel: DMA-API: 0000:06:00.0: entries: 31961
>>>> ...
>>>>
>>>>          
>>> I put a printk as a third else case in sky2_tx_unmap. Looks like
>>> the issue is that a large number (perhaps all) calls to
>>> sky2_tx_unmap have re->flags set to neither TX_MAP_SINGLE or
>>> TX_MAP_PAGE. Thus the elements are never being unmapped.
>>>
>>> I suspect that the system collapses when using DMAR sooner than if
(Continue reading)

Rafael J. Wysocki | 1 Feb 2010 01:22
Picon
Gravatar

[Bug #14950] tbench regression with 2.6.33-rc1

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.32.  Please verify if it still should be listed and let me know
(either way).

Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14950
Subject		: tbench regression with 2.6.33-rc1
Submitter	: Lin Ming <ming.m.lin <at> intel.com>
Date		: 2009-12-25 11:11 (38 days old)
References	: http://marc.info/?l=linux-kernel&m=126174044213172&w=4

Rafael J. Wysocki | 1 Feb 2010 01:22
Picon
Gravatar

[Bug #14949] drm_vm.c:drm_mmap: possible circular locking dependency detected

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.32.  Please verify if it still should be listed and let me know
(either way).

Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14949
Subject		: drm_vm.c:drm_mmap: possible circular locking dependency detected
Submitter	: Borislav Petkov <petkovbb <at> googlemail.com>
Date		: 2009-12-26 9:45 (37 days old)
References	: http://marc.info/?l=linux-kernel&m=126182073616279&w=4
Handled-By	: Eric W. Biederman <ebiederm <at> aristanetworks.com>
Patch		: http://patchwork.kernel.org/patch/70461/

Rafael J. Wysocki | 1 Feb 2010 01:22
Picon
Gravatar

[Bug #14792] Misdetection of the TV output

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.32.  Please verify if it still should be listed and let me know
(either way).

Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=14792
Subject		: Misdetection of the TV output
Submitter	: Santi <santi <at> agolina.net>
Date		: 2009-12-12 13:28 (51 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=27dfaf4f5825a119305db1bc63bef30ed400e376
Handled-By	: Zhao Yakui <yakui.zhao <at> intel.com>

Rafael J. Wysocki | 1 Feb 2010 01:22
Picon
Gravatar

[Bug #15119] iwl_bg_scan_completed: WARN on scan complete

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.32.  Please verify if it still should be listed and let me know
(either way).

Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=15119
Subject		: iwl_bg_scan_completed: WARN on scan complete
Submitter	: Alex Zhavnerchik <alex.vizor <at> gmail.com>
Date		: 2010-01-24 12:27 (8 days old)

Rafael J. Wysocki | 1 Feb 2010 01:22
Picon
Gravatar

[Bug #15114] X.org hang with [drm:i915_gem_do_execbuffer] *ERROR* in dmesg

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.32.  Please verify if it still should be listed and let me know
(either way).

Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=15114
Subject		: X.org hang with [drm:i915_gem_do_execbuffer] *ERROR* in dmesg
Submitter	: Matej Laitl <strohel <at> gmail.com>
Date		: 2010-01-23 19:54 (9 days old)

Rafael J. Wysocki | 1 Feb 2010 01:22
Picon
Gravatar

[Bug #15196] kmem_cache_create: duplicate cache ccid2_h

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.32.  Please verify if it still should be listed and let me know
(either way).

Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=15196
Subject		: kmem_cache_create: duplicate cache ccid2_h
Submitter	: Heinz Diehl <htd <at> fancy-poultry.org>
Date		: 2010-01-30 18:33 (2 days old)
References	: http://marc.info/?l=linux-kernel&m=126487640324942&w=4

Rafael J. Wysocki | 1 Feb 2010 01:22
Picon
Gravatar

[Bug #15200] NFS problems in 2.6.33-rc6: Unknown error 526

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.32.  Please verify if it still should be listed and let me know
(either way).

Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=15200
Subject		: NFS problems in 2.6.33-rc6: Unknown error 526
Submitter	: J.A. Magallón <jamagallon <at> ono.com>
Date		: 2010-01-31 22:46 (1 days old)
References	: http://marc.info/?l=linux-kernel&m=126497800408928&w=4

Rafael J. Wysocki | 1 Feb 2010 01:22
Picon
Gravatar

[Bug #15198] Radeon KMS regression

This message has been generated automatically as a part of a report
of recent regressions.

The following bug entry is on the current list of known regressions
from 2.6.32.  Please verify if it still should be listed and let me know
(either way).

Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=15198
Subject		: Radeon KMS regression
Submitter	: Kevin Winchester <kjwinchester <at> gmail.com>
Date		: 2010-01-30 17:18 (2 days old)
First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=42590a75019a50012f25a962246498dead428433
References	: http://marc.info/?l=linux-kernel&m=126487191019612&w=4
Handled-By	: FUJITA Tomonori <fujita.tomonori <at> lab.ntt.co.jp>
Patch		: http://patchwork.kernel.org/patch/75023/


Gmane