[PATCH 0/2] aufs: headers (Re: [PATCH] aufs: Do not refer to AUFS_NAME in pr_fmt)

2012-01-02 Thread sfjro
From: J. R. Okajima Thorsten Glaser: > Please send patches that _should_ apply against what=E2=80=99s in Debian. > I don=E2=80=99t have time to play the merge game at the moment. Which version of debian? As you might know, the aufs module in the debian stable squeeze is out of my control. Anyway

[PATCH 1/2] aufs: headers 1/2, bugfix, where the pr_fmt macro definition

2012-01-02 Thread sfjro
From: J. R. Okajima The pr_fmt macro is defined in fs/aufs/Makefile and it refers to the AUFS_NAME macro, which caused a compilation error in m68k architecture. Also it refers to the "current" macro which will be a problem too. See-also: http://sourceforge.net/mailarchive/message.php?msg_id=2860

[PATCH 2/2] aufs: headers 2/2, simply refined

2012-01-02 Thread sfjro
From: J. R. Okajima By the previous commit, 8dc5387 2012-01-03 aufs: bugfix, headers 1/2, where the pr_fmt macro definition several header file inclusion in other files became unnecessary. Signed-off-by: J. R. Okajima --- fs/aufs/branch.c |1 - fs/aufs/branch.h |2 -- fs/aufs/cpup.c

Processed: block 651092 with 588200

2012-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > block 651092 with 588200 Bug #651092 [god] god: Process events not working due to missing kernel features Was not blocked by any bugs. Added blocking bug(s) of 651092: 588200 > thanks Stopping processing here. Please contact me if you need assist

Bug#644174: ACPI I/O resource conflicts with ACPI region SMBI

2012-01-02 Thread Jonathan Nieder
Quick side question: Sarah Sharp wrote: > Yeah, don't try to blacklist xhci-hcd. It's not useful. How else do you suggest that people figure out whether symptoms are produced by the xhci-hcd driver or something else? However, I agree that it's not useful _any more_, since Mathieu tried that te

Bug#644174: ACPI I/O resource conflicts with ACPI region SMBI

2012-01-02 Thread Sarah Sharp
On Wed, Dec 28, 2011 at 06:11:14PM +0100, Mathieu Malaterre wrote: > On Thu, Dec 22, 2011 at 8:52 PM, Sarah Sharp > wrote: > > On Thu, Dec 22, 2011 at 04:18:56PM +0100, Mathieu Malaterre wrote: > >> On Fri, Dec 16, 2011 at 11:27 AM, Jonathan Nieder > >> wrote: > >> System: Dell System Vostro 375

Re: [PATCH] aufs: Do not refer to AUFS_NAME in pr_fmt

2012-01-02 Thread Thorsten Glaser
sf...@users.sourceforge.net dixit: >Hold it please. OK. >I am going to make more changes. So it is better to git-pull and test >the aufs GIT repository. Please send patches that _should_ apply against what’s in Debian. I don’t have time to play the merge game at the moment. >> I have the same

Re: [PATCH] aufs: Do not refer to AUFS_NAME in pr_fmt

2012-01-02 Thread sfjro
Thorsten Glaser: > Hrm, okay. I=E2=80=99ll try your patch then, once we get that register_cpu > issue solved too. I=E2=80=99ll get back to you with test results. Hold it please. I am going to make more changes. So it is better to git-pull and test the aufs GIT repository. It will be released in t

[bts-link] source package linux-2.6

2012-01-02 Thread bts-link-upstream
# # bts-link upstream status pull for source package linux-2.6 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org # remote status report for #652708 (http://bugs.debian.org/652708) # Bug title: linux-image-2.6-openvz-amd64: C

Re: [PATCH] aufs: Do not refer to AUFS_NAME in pr_fmt

2012-01-02 Thread Thorsten Glaser
sf...@users.sourceforge.net dixit: >- AUFS_NAME is necessary for both of kernel-space and user-space. >- from userspace, users include aufs_type.h. to keep the consistency, > aufs_type.h should include aufs_name.h. >- for kernelspace, to put aufs_name.h _before_ all other headers. Hrm, okay. I’l

Re: [Fwd: Patch Upstream: drm/radeon/kms: bail on BTC parts if MC ucode is missing]

2012-01-02 Thread Ben Hutchings
On Mon, 2012-01-02 at 00:41 +, Ben Hutchings wrote: > As I suggested a while back, radeon really doesn't work without firmware > on some chips. [...] This (commit 77e00f2ea94abee1ad13bdfde19cf7aa25992b0e) is changing behaviour for the BTC chips (codenames Barts, Turks and Caicos; model numbers

Bug#654206: [PATCH] ext4: Report max_batch_time option correctly

2012-01-02 Thread Ben Hutchings
Currently the value reported for max_batch_time is really the value of min_batch_time. Reported-by: Russell Coker Signed-off-by: Ben Hutchings --- fs/ext4/super.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 3e1329e..410e993 1

Re: [PATCH] aufs: Do not refer to AUFS_NAME in pr_fmt

2012-01-02 Thread sfjro
Thorsten Glaser: > Then, why include it in the Makefile at all? > (Or, why include aufs_name.h from aufs_type.h?) - AUFS_NAME is necessary for both of kernel-space and user-space. - from userspace, users include aufs_type.h. to keep the consistency, aufs_type.h should include aufs_name.h. - for

Bug#654206: linux-image-3.0.0-2-amd64: max_batch_time doesn't seem to work

2012-01-02 Thread Ben Hutchings
On Mon, 2012-01-02 at 23:41 +1100, Russell Coker wrote: > Package: linux-2.6 > Version: 3.0.0-6 > Severity: normal > > According to mount(*) the max_batch_time parameter for mounting an ext4 > filesystem has a default value of 15000. When I try using it with values > of 1 and 2 it appears

Re: [PATCH] aufs: Do not refer to AUFS_NAME in pr_fmt

2012-01-02 Thread Thorsten Glaser
sf...@users.sourceforge.net dixit: >> You include aufs_name.h twice now, once in the Makefile, >> once in the header. Shouldn=E2=80=99t one be enough? > >No, because aufs_type.h is exported to userspace. Then, why include it in the Makefile at all? (Or, why include aufs_name.h from aufs_type.h?)

Re: [PATCH] aufs: Do not refer to AUFS_NAME in pr_fmt

2012-01-02 Thread sfjro
Thorsten Glaser: > This doesn=E2=80=99t really differ from what I sent last, > does it? I am afraid you may not understand the important parts. - the order of the definition and sched.h. - no undef. > >+#ifdef __KERNEL__ > > Hrm. Is this needed? Indeed necessary since aufs_name.h is exported t

Processed: found 654206 in 3.1.6-1, found 654206 in 2.6.32-39

2012-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > found 654206 3.1.6-1 Bug #654206 [linux-2.6] linux-image-3.0.0-2-amd64: max_batch_time doesn't seem to work There is no source info for the package 'linux-2.6' at version '3.1.6-1' with architecture '' Unable to make a source version for version

Bug#654206: linux-image-3.0.0-2-amd64: max_batch_time doesn't seem to work

2012-01-02 Thread Russell Coker
Package: linux-2.6 Version: 3.0.0-6 Severity: normal According to mount(*) the max_batch_time parameter for mounting an ext4 filesystem has a default value of 15000. When I try using it with values of 1 and 2 it appears to not work: # mount -o loop,max_batch_time=1 test /mnt/tmp # gr

Re: [PATCH] aufs: Do not refer to AUFS_NAME in pr_fmt

2012-01-02 Thread Thorsten Glaser
sf...@users.sourceforge.net dixit: >This is the last version of my approach (documentations are omitted). This doesn’t really differ from what I sent last, does it? >Would you try on your m68k when you have time? You _are_ aware that a kernel compile takes over a day, right? Why don’t you use t