[tip:x86/urgent] x86/tsc: Change Fast TSC calibration failed from error to info

2015-01-23 Thread tip-bot for Alexandre Demers
Commit-ID: 520452172e6b318f3a8bd9d4fe1e25066393de25 Gitweb: http://git.kernel.org/tip/520452172e6b318f3a8bd9d4fe1e25066393de25 Author: Alexandre Demers AuthorDate: Tue, 9 Dec 2014 01:27:50 -0500 Committer: Thomas Gleixner CommitDate: Fri, 23 Jan 2015 10:53:52 +0100 x86/tsc: Change

[PATCH v2] x86/tsc: Change Fast TSC calibration failed from error to warning

2014-12-08 Thread Alexandre Demers
LTS Tested on kernel 3.18. v2: fixed comment. Cc: sta...@vger.kernel.org Signed-off-by: Alexandre Demers --- arch/x86/kernel/tsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c index b6025f9..5a22022 100644 --- a/arch/x86/ker

[PATCH] x86/tsc trivial: Changes Fast TSC calibration failed from error to warning

2014-08-30 Thread Alexandre Demers
LTS Tested on kernel 3.17-rc2. Signed-off-by: Alexandre Demers --- arch/x86/kernel/tsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c index b6025f9..5a22022 100644 --- a/arch/x86/kernel/tsc.c +++ b/arch/x86/kernel/tsc.c @

Re: [PATCH] fs: Don't return 0 from get_anon_bdev

2014-04-03 Thread Alexandre Demers
It works over here, tested on 3.14-rc8 which was previously failing. You have my Tested-by: Alexandre Demers Alexandre Demers On 04/03/2014 03:49 PM, Thomas Bächler wrote: Commit 9e30cc9595303b27b48 removed an internal mount. This has the side-effect that rootfs now has FSID 0. Many

Re: Initramfs FSID altered in 3.14

2014-04-03 Thread Alexandre Demers
I'll be testing it later tonight. It was either that or I would have been completing my Qemu image. ;) Stay tuned. Alexandre On Thu, Apr 3, 2014 at 3:20 PM, Theodore Ts'o wrote: > I agree with Tejun that we should fix it up, and not force > distributions to have to send out emergency releases o

Re: [Regression, bisected 9e30cc] "sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()" prevents system from booting correctly

2014-04-01 Thread Alexandre Demers
on many systems when they'll be updated. As you may have seen from the latest comments in bug 72061, another Arch user has reported today encountering the same problem as myself. Alexandre Demers On Sun 30 Mar 2014 12:53:56 PM EDT, Alexandre Demers wrote: Oh boy... Maybe. I'll look

Re: [Regression, bisected 9e30cc] "sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()" prevents system from booting correctly

2014-03-30 Thread Alexandre Demers
Oh boy... Maybe. I'll look at this option this week. Alexandre Demers On Sun 30 Mar 2014 08:31:28 AM EDT, Tejun Heo wrote: On Sat, Mar 29, 2014 at 06:08:30PM -0400, Alexandre Demers wrote: That fixes the problem, I'm now running 3.14-rc8 with your patch applied. Just sent out the

Re: [Regression, bisected 9e30cc] "sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()" prevents system from booting correctly

2014-03-29 Thread Alexandre Demers
That fixes the problem, I'm now running 3.14-rc8 with your patch applied. Alexandre Demers On Sat 29 Mar 2014 02:12:58 PM EDT, Tejun Heo wrote: Hello, Alexander. On Thu, Mar 27, 2014 at 01:47:53PM -0400, Alexandre Demers wrote: I'll do my best, but I just don't have enough

Re: [Regression, bisected 9e30cc] "sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()" prevents system from booting correctly

2014-03-27 Thread Alexandre Demers
. On Wed, Mar 26, 2014 at 9:18 AM, Tejun Heo wrote: > On Tue, Mar 25, 2014 at 09:03:51PM -0400, Alexandre Demers wrote: >> So, I tried RC8 and I'm still getting the error. It start too fast >> to be able to read whatever it is saying, but here is what I can >> read: >>

Re: [Regression, bisected 9e30cc] "sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()" prevents system from booting correctly

2014-03-25 Thread Alexandre Demers
So, I tried RC8 and I'm still getting the error. It start too fast to be able to read whatever it is saying, but here is what I can read: ... cp: error writing /run/initramfs/new_root/... cp: failed to extend ... ... (and so on) It goes on like that for a long time. Alexandre Demers On M

Re: [Regression, bisected 9e30cc] "sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()" prevents system from booting correctly

2014-03-17 Thread Alexandre Demers
ith rc6, it is still running since I can see some activities on my disk from time to time. I'll be back with more info ASAP. Alexandre Demers On Mon 17 Mar 2014 04:13:46 PM EDT, Tejun Heo wrote: Hello, On Fri, Mar 14, 2014 at 11:48:10AM -0400, Alexandre Demers wrote: Since it takes a whi

Re: [Regression, bisected 9e30cc] "sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()" prevents system from booting correctly

2014-03-14 Thread Alexandre Demers
i, Mar 14, 2014 at 09:27:35AM -0400, Alexandre Demers wrote: >> I was told to send this bug >> (https://bugzilla.kernel.org/show_bug.cgi?id=72061) directly by email. >> >> So, I've been struggling with something that looks like a bug, but I >> may be wrong. Since

[Regression, bisected 9e30cc] "sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()" prevents system from booting correctly

2014-03-14 Thread Alexandre Demers
I was told to send this bug (https://bugzilla.kernel.org/show_bug.cgi?id=72061) directly by email. So, I've been struggling with something that looks like a bug, but I may be wrong. Since 3.14-rc1 up until yesterday's latest commit, I can't boot my system correctly. The kernel will boot, but when

Re: [PATCH] Silence r8712u info and add verbose option v2

2013-11-12 Thread Alexandre Demers
2013 at 4:06 PM, Greg Kroah-Hartman wrote: > On Tue, Nov 12, 2013 at 01:14:30PM -0600, Larry Finger wrote: >> On 11/12/2013 12:43 PM, Alexandre Demers wrote: >> > r8712u pollutes dmesg and logs. Silence it and add a verbose option to >> > KConfig if we ever >> >

[PATCH] Silence r8712u info and add verbose option v2

2013-11-12 Thread Alexandre Demers
r8712u pollutes dmesg and logs. Silence it and add a verbose option to KConfig if we ever really want to hear about it. v2: keep netdev_info instead of replacing it by a KERN_NOTICE --- drivers/staging/rtl8712/Kconfig| 7 +++ drivers/staging/rtl8712/rtl871x_mlme.c | 7 --- 2 fi