Re: drivers/gpu/drm/i915/intel_display.c:2954:11: warning: cast to pointer

2016-09-10 Thread Nick Warne
On Fri, 9 Sep 2016 13:55:45 +0200 Greg Kroah-Hartman <gre...@linuxfoundation.org> wrote: > On Thu, Sep 08, 2016 at 04:59:53PM +0100, Nick Warne wrote: > > On Thu, 8 Sep 2016 08:29:37 +0200 > > Greg Kroah-Hartman <gre...@linuxfoundation.org> wrote: > > > &g

Re: drivers/gpu/drm/i915/intel_display.c:2954:11: warning: cast to pointer

2016-09-10 Thread Nick Warne
On Fri, 9 Sep 2016 13:55:45 +0200 Greg Kroah-Hartman wrote: > On Thu, Sep 08, 2016 at 04:59:53PM +0100, Nick Warne wrote: > > On Thu, 8 Sep 2016 08:29:37 +0200 > > Greg Kroah-Hartman wrote: > > > > > On Wed, Sep 07, 2016 at 05:38:52PM +0100, Nick Wa

Re: drivers/gpu/drm/i915/intel_display.c:2954:11: warning: cast to pointer

2016-09-09 Thread Nick Warne
On Fri, 9 Sep 2016 13:55:45 +0200 Greg Kroah-Hartman <gre...@linuxfoundation.org> wrote: > On Thu, Sep 08, 2016 at 04:59:53PM +0100, Nick Warne wrote: > > On Thu, 8 Sep 2016 08:29:37 +0200 > > Greg Kroah-Hartman <gre...@linuxfoundation.org> wrote: > > > &g

Re: drivers/gpu/drm/i915/intel_display.c:2954:11: warning: cast to pointer

2016-09-09 Thread Nick Warne
On Fri, 9 Sep 2016 13:55:45 +0200 Greg Kroah-Hartman wrote: > On Thu, Sep 08, 2016 at 04:59:53PM +0100, Nick Warne wrote: > > On Thu, 8 Sep 2016 08:29:37 +0200 > > Greg Kroah-Hartman wrote: > > > > > On Wed, Sep 07, 2016 at 05:38:52PM +0100, Nick Wa

Re: drivers/gpu/drm/i915/intel_display.c:2954:11: warning: cast to pointer

2016-09-08 Thread Nick Warne
On Thu, 8 Sep 2016 08:29:37 +0200 Greg Kroah-Hartman <gre...@linuxfoundation.org> wrote: > On Wed, Sep 07, 2016 at 05:38:52PM +0100, Nick Warne wrote: > > Hi Daniel, > > > > kernel build 4.4.20 - I am still seeing this warning: > > > > drivers/gp

Re: drivers/gpu/drm/i915/intel_display.c:2954:11: warning: cast to pointer

2016-09-08 Thread Nick Warne
On Thu, 8 Sep 2016 08:29:37 +0200 Greg Kroah-Hartman wrote: > On Wed, Sep 07, 2016 at 05:38:52PM +0100, Nick Warne wrote: > > Hi Daniel, > > > > kernel build 4.4.20 - I am still seeing this warning: > > > > drivers/gpu/drm/i915/intel_display.c: In fun

drivers/gpu/drm/i915/intel_display.c:2954:11: warning: cast to pointer

2016-09-07 Thread Nick Warne
Hi Daniel, kernel build 4.4.20 - I am still seeing this warning: drivers/gpu/drm/i915/intel_display.c: In function ‘intel_plane_obj_offset’: drivers/gpu/drm/i915/intel_display.c:2969:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] offset = (unsigned char

drivers/gpu/drm/i915/intel_display.c:2954:11: warning: cast to pointer

2016-09-07 Thread Nick Warne
Hi Daniel, kernel build 4.4.20 - I am still seeing this warning: drivers/gpu/drm/i915/intel_display.c: In function ‘intel_plane_obj_offset’: drivers/gpu/drm/i915/intel_display.c:2969:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] offset = (unsigned char

Re: [PATCH] net/core/sysctl_net_core.c unused variable

2015-09-06 Thread Nick Warne
On 06/09/15 16:51, Joe Perches wrote: On Sun, 2015-09-06 at 16:36 +0100, Nick Warne wrote: On 06/09/15 16:28, Joe Perches wrote: > On Sun, 2015-09-06 at 16:16 +0100, Nick Warne wrote: >> On 06/09/15 15:52, Joe Perches wrote: >> > On Sun, 2015-09-06 at 15:13 +0100, Nick Warn

Re: [PATCH] net/core/sysctl_net_core.c unused variable

2015-09-06 Thread Nick Warne
On 06/09/15 16:28, Joe Perches wrote: On Sun, 2015-09-06 at 16:16 +0100, Nick Warne wrote: On 06/09/15 15:52, Joe Perches wrote: > On Sun, 2015-09-06 at 15:13 +0100, Nick Warne wrote: >> gcc version 4.8.2 (GCC) warns that 'static int one = 1;' is declared but >> not used i

Re: [PATCH] net/core/sysctl_net_core.c unused variable

2015-09-06 Thread Nick Warne
On 06/09/15 15:52, Joe Perches wrote: On Sun, 2015-09-06 at 15:13 +0100, Nick Warne wrote: gcc version 4.8.2 (GCC) warns that 'static int one = 1;' is declared but not used in file net/core/sysctl_net_core.c. Only when CONFIG_NET isn't set. CONFIG_NET=y Peculiar indeed. Reading the file

[PATCH] net/core/sysctl_net_core.c unused variable

2015-09-06 Thread Nick Warne
gcc version 4.8.2 (GCC) warns that 'static int one = 1;' is declared but not used in file net/core/sysctl_net_core.c. Reading the file, that is the case. Attached is a patch to remove it. Signed-off-by: Nick Warne Nick -- Gosh that takes me back... or is it forward? That's the trouble

[PATCH] net/core/sysctl_net_core.c unused variable

2015-09-06 Thread Nick Warne
gcc version 4.8.2 (GCC) warns that 'static int one = 1;' is declared but not used in file net/core/sysctl_net_core.c. Reading the file, that is the case. Attached is a patch to remove it. Signed-off-by: Nick Warne <n...@linicks.net> Nick -- Gosh that takes me back... or is it f

Re: [PATCH] net/core/sysctl_net_core.c unused variable

2015-09-06 Thread Nick Warne
On 06/09/15 15:52, Joe Perches wrote: On Sun, 2015-09-06 at 15:13 +0100, Nick Warne wrote: gcc version 4.8.2 (GCC) warns that 'static int one = 1;' is declared but not used in file net/core/sysctl_net_core.c. Only when CONFIG_NET isn't set. CONFIG_NET=y Peculiar indeed. Reading the file

Re: [PATCH] net/core/sysctl_net_core.c unused variable

2015-09-06 Thread Nick Warne
On 06/09/15 16:51, Joe Perches wrote: On Sun, 2015-09-06 at 16:36 +0100, Nick Warne wrote: On 06/09/15 16:28, Joe Perches wrote: > On Sun, 2015-09-06 at 16:16 +0100, Nick Warne wrote: >> On 06/09/15 15:52, Joe Perches wrote: >> > On Sun, 2015-09-06 at 15:13 +0100, Nick Warn

Re: [PATCH] net/core/sysctl_net_core.c unused variable

2015-09-06 Thread Nick Warne
On 06/09/15 16:28, Joe Perches wrote: On Sun, 2015-09-06 at 16:16 +0100, Nick Warne wrote: On 06/09/15 15:52, Joe Perches wrote: > On Sun, 2015-09-06 at 15:13 +0100, Nick Warne wrote: >> gcc version 4.8.2 (GCC) warns that 'static int one = 1;' is declared but >> not used i

3.18.18 - synaptics.c regression

2015-07-12 Thread Nick Warne
I am just building 3.18.18, and GCC threw up a warning about 'missing curly braces' in drivers/input/mouse/synaptics.c Looking at the file, line 152 has the min_max_pnpid_table[3].board_id’ stuff missing: *snip* { (const char * const []){"LEN0034", "LEN0036",

3.18.18 - synaptics.c regression

2015-07-12 Thread Nick Warne
I am just building 3.18.18, and GCC threw up a warning about 'missing curly braces' in drivers/input/mouse/synaptics.c Looking at the file, line 152 has the min_max_pnpid_table[3].board_id’ stuff missing: *snip* { (const char * const []){LEN0034, LEN0036, LEN0037,

Question: kernel->memtest documentation

2015-02-21 Thread Nick Warne
Hi all, I have had an issue on my server for a few months with random shutdowns. Today I configured the kernel option 'memtest' (on 3.19) and it appears to work when I reading boot logs... but trying to research on what it does is non-existent. Reading the code there appears to be no log if

Question: kernel-memtest documentation

2015-02-21 Thread Nick Warne
Hi all, I have had an issue on my server for a few months with random shutdowns. Today I configured the kernel option 'memtest' (on 3.19) and it appears to work when I reading boot logs... but trying to research on what it does is non-existent. Reading the code there appears to be no log if

Re: Linux 3.18.4

2015-01-27 Thread Nick Warne
Wow. On my amd64 it usually takes about 19 minutes to build my bespoke kernel. After I downloaded/untarball/setup issued 'make' and then watched TV for a bit. Bloody hell, next time I looked it was built... in about 13 minutes. I suspected something was wrong, as I added new ipsets

Re: Linux 3.18.4

2015-01-27 Thread Nick Warne
Wow. On my amd64 it usually takes about 19 minutes to build my bespoke kernel. After I downloaded/untarball/setup issued 'make' and then watched TV for a bit. Bloody hell, next time I looked it was built... in about 13 minutes. I suspected something was wrong, as I added new ipsets

Re: Linux 3.18.3

2015-01-17 Thread Nick Warne
On 17/01/15 09:43, Nick Warne wrote: On 17.01.2015, Heinz Diehl wrote: > Since 3.18, machines with Ironlake Intel Graphics are left with a > black screen when booting into X. I reported the bug here: > > https://www.libreoffice.org/bugzilla/show_bug.cgi?id=87330 Yes

Re: Linux 3.18.3

2015-01-17 Thread Nick Warne
On 17.01.2015, Heinz Diehl wrote: > Since 3.18, machines with Ironlake Intel Graphics are left with a > black screen when booting into X. I reported the bug here: > > https://www.libreoffice.org/bugzilla/show_bug.cgi?id=87330 Yes (since 3.18.), and on my notebook with: 00:02.0 VGA compatible

Re: Linux 3.18.3

2015-01-17 Thread Nick Warne
On 17.01.2015, Heinz Diehl wrote: Since 3.18, machines with Ironlake Intel Graphics are left with a black screen when booting into X. I reported the bug here: https://www.libreoffice.org/bugzilla/show_bug.cgi?id=87330 Yes (since 3.18.), and on my notebook with: 00:02.0 VGA compatible

Re: Linux 3.18.3

2015-01-17 Thread Nick Warne
On 17/01/15 09:43, Nick Warne wrote: On 17.01.2015, Heinz Diehl wrote: Since 3.18, machines with Ironlake Intel Graphics are left with a black screen when booting into X. I reported the bug here: https://www.libreoffice.org/bugzilla/show_bug.cgi?id=87330 Yes (since 3.18

[QUESTION] Unnamed syslog kernel logs

2014-12-29 Thread Nick Warne
Hello developers, Not being very familiar with kernel debugging, I have a question about strange syslogs. History: I have been trying to tie-down a strange problem on my headless AMD64 box - it occasionally just turns-off if just as if the power supply is cut. It can happen anywhere

[QUESTION] Unnamed syslog kernel logs

2014-12-29 Thread Nick Warne
Hello developers, Not being very familiar with kernel debugging, I have a question about strange syslogs. History: I have been trying to tie-down a strange problem on my headless AMD64 box - it occasionally just turns-off if just as if the power supply is cut. It can happen anywhere

Re: 3.15.2 build error on AMD64

2014-06-30 Thread Nick Warne
On 30/06/14 14:26, Borislav Petkov wrote: On Sun, Jun 29, 2014 at 11:24:23PM +0200, Borislav Petkov wrote: Btw, I thought you had that gcc 4.2.x from some distro or so. Because if it is in some ancient distro, one could install it in kvm and test and play with it. Ok, I did dig out an ancient

Re: 3.15.2 build error on AMD64

2014-06-30 Thread Nick Warne
On 30/06/14 14:26, Borislav Petkov wrote: On Sun, Jun 29, 2014 at 11:24:23PM +0200, Borislav Petkov wrote: Btw, I thought you had that gcc 4.2.x from some distro or so. Because if it is in some ancient distro, one could install it in kvm and test and play with it. Ok, I did dig out an ancient

Re: 3.15.2 build error on AMD64

2014-06-29 Thread Nick Warne
On 29/06/14 20:44, Borislav Petkov wrote: This then is an old(er) version of GCC issue (but I dunno what). Right, so the error points at __spin_lock_mb_cache_entry(struct mb_cache_entry *ce) { spin_lock(bgl_lock_ptr(mb_cache_bg_lock, <--- (hash_64((unsigned long)ce,

Re: 3.15.2 build error on AMD64

2014-06-29 Thread Nick Warne
On 28/06/14 14:09, Nick Warne wrote: On 28/06/14 13:23, Borislav Petkov wrote: On Sat, Jun 28, 2014 at 11:55:07AM +0100, Nick Warne wrote: Whoops - that is WRONG (too many ssh terminals) gcc version 4.2.4 That's some old compiler. Anyway, I can't trigger it here with gcc 4.6 and 4.9. Can

Re: 3.15.2 build error on AMD64

2014-06-29 Thread Nick Warne
On 28/06/14 14:09, Nick Warne wrote: On 28/06/14 13:23, Borislav Petkov wrote: On Sat, Jun 28, 2014 at 11:55:07AM +0100, Nick Warne wrote: Whoops - that is WRONG (too many ssh terminals) gcc version 4.2.4 That's some old compiler. Anyway, I can't trigger it here with gcc 4.6 and 4.9. Can

Re: 3.15.2 build error on AMD64

2014-06-29 Thread Nick Warne
On 29/06/14 20:44, Borislav Petkov wrote: This then is an old(er) version of GCC issue (but I dunno what). Right, so the error points at __spin_lock_mb_cache_entry(struct mb_cache_entry *ce) { spin_lock(bgl_lock_ptr(mb_cache_bg_lock, --- (hash_64((unsigned long)ce,

Re: 3.15.2 build error on AMD64

2014-06-28 Thread Nick Warne
On 28/06/14 11:26, Nick Warne wrote: On 28/06/14 11:12, Borislav Petkov wrote: On Sat, Jun 28, 2014 at 10:52:24AM +0100, Nick Warne wrote: Hi Everybody, Today I was trying to build 3.15.2 on AMD64 from kernel 3.14.8 and get this: CC fs/mbcache.o fs/mbcache.c: In function

3.15.2 build error on AMD64

2014-06-28 Thread Nick Warne
Hi Everybody, Today I was trying to build 3.15.2 on AMD64 from kernel 3.14.8 and get this: CC fs/mbcache.o fs/mbcache.c: In function ‘__spin_lock_mb_cache_entry’: fs/mbcache.c:134: error: SSE register return with SSE disabled make[1]: *** [fs/mbcache.o] Error 1 google doesn't reveal

3.15.2 build error on AMD64

2014-06-28 Thread Nick Warne
Hi Everybody, Today I was trying to build 3.15.2 on AMD64 from kernel 3.14.8 and get this: CC fs/mbcache.o fs/mbcache.c: In function ‘__spin_lock_mb_cache_entry’: fs/mbcache.c:134: error: SSE register return with SSE disabled make[1]: *** [fs/mbcache.o] Error 1 google doesn't reveal

Re: 3.15.2 build error on AMD64

2014-06-28 Thread Nick Warne
On 28/06/14 11:26, Nick Warne wrote: On 28/06/14 11:12, Borislav Petkov wrote: On Sat, Jun 28, 2014 at 10:52:24AM +0100, Nick Warne wrote: Hi Everybody, Today I was trying to build 3.15.2 on AMD64 from kernel 3.14.8 and get this: CC fs/mbcache.o fs/mbcache.c: In function

Re: Linux 3.14.5

2014-06-01 Thread Nick Warne
On 01/06/14 13:04, Nick Warne wrote: I am getting hundreds of the same build warnings on this release - usually I get none - typical warnings: include/linux/sched.h:1691: warning: ‘pid_alive’ declared inline after being called include/linux/sched.h:1691: warning: previous declaration

Re: Linux 3.14.5

2014-06-01 Thread Nick Warne
I am getting hundreds of the same build warnings on this release - usually I get none - typical warnings: include/linux/sched.h:1691: warning: ‘pid_alive’ declared inline after being called include/linux/sched.h:1691: warning: previous declaration of ‘pid_alive’ was here Info: Machine

Re: Linux 3.14.5

2014-06-01 Thread Nick Warne
I am getting hundreds of the same build warnings on this release - usually I get none - typical warnings: include/linux/sched.h:1691: warning: ‘pid_alive’ declared inline after being called include/linux/sched.h:1691: warning: previous declaration of ‘pid_alive’ was here Info: Machine

Re: Linux 3.14.5

2014-06-01 Thread Nick Warne
On 01/06/14 13:04, Nick Warne wrote: I am getting hundreds of the same build warnings on this release - usually I get none - typical warnings: include/linux/sched.h:1691: warning: ‘pid_alive’ declared inline after being called include/linux/sched.h:1691: warning: previous declaration

[RFC] Rollback FS

2013-10-25 Thread Nick Warne
Hi, > Recently, I just do some stupid stuffs as follows. > > # mv /lib/x86_64-linux-gnu/libc.so.6 /tmp > > After move "/lib/x86_64-linux-gnu/libc.so.6" away, you could not run lots > of commands, which show you some errors like this. > > # ls > ls: error while loading shared libraries:

[RFC] Rollback FS

2013-10-25 Thread Nick Warne
Hi, Recently, I just do some stupid stuffs as follows. # mv /lib/x86_64-linux-gnu/libc.so.6 /tmp After move /lib/x86_64-linux-gnu/libc.so.6 away, you could not run lots of commands, which show you some errors like this. # ls ls: error while loading shared libraries: libc.so.6: cannot

Re: Samsung N145 Plus lid state issue on sleep

2013-10-03 Thread Nick Warne
On Sat, Sep 28, 2013 at 10:14:26PM +0100, Nick Warne wrote: > On Thu, Sep 26, 2013 at 06:25:00PM +0100, Nick Warne wrote: > > Hi all, > > > > I have a strange problem, which has been on going on for ages, and I > > finally decided to look at it (as it is a pain i

Re: Samsung N145 Plus lid state issue on sleep

2013-10-03 Thread Nick Warne
On Sat, Sep 28, 2013 at 10:14:26PM +0100, Nick Warne wrote: On Thu, Sep 26, 2013 at 06:25:00PM +0100, Nick Warne wrote: Hi all, I have a strange problem, which has been on going on for ages, and I finally decided to look at it (as it is a pain in the arse). Brief details

Re: Samsung N145 Plus lid state issue on sleep

2013-09-28 Thread Nick Warne
On Thu, Sep 26, 2013 at 06:25:00PM +0100, Nick Warne wrote: > Hi all, > > I have a strange problem, which has been on going on for ages, and I finally > decided to look at it (as it is a pain in the arse). > > Brief details: > > Samsung N145 Plus running Slack 14 with h

Re: Samsung N145 Plus lid state issue on sleep

2013-09-28 Thread Nick Warne
On Thu, Sep 26, 2013 at 06:25:00PM +0100, Nick Warne wrote: Hi all, I have a strange problem, which has been on going on for ages, and I finally decided to look at it (as it is a pain in the arse). Brief details: Samsung N145 Plus running Slack 14 with handbuilt kernel Kernel: Linux

Samsung N145 Plus lid state issue on sleep

2013-09-26 Thread Nick Warne
Hi all, I have a strange problem, which has been on going on for ages, and I finally decided to look at it (as it is a pain in the arse). Brief details: Samsung N145 Plus running Slack 14 with handbuilt kernel Kernel: Linux 3.11.1 #3 SMP Mon Sep 23 19:09:00 BST 2013 i686 Intel(R) Atom(TM) CPU

Samsung N145 Plus lid state issue on sleep

2013-09-26 Thread Nick Warne
Hi all, I have a strange problem, which has been on going on for ages, and I finally decided to look at it (as it is a pain in the arse). Brief details: Samsung N145 Plus running Slack 14 with handbuilt kernel Kernel: Linux 3.11.1 #3 SMP Mon Sep 23 19:09:00 BST 2013 i686 Intel(R) Atom(TM) CPU

Re: Linux 3.12-rc2

2013-09-24 Thread Nick Warne
Hi all, I have couple of build warnings. Not sure if this happened with rc1, as I only have moved across to the rc trees: gcc (GCC) 4.2.4 on amd64 - no modules build: 1) ... GEN lib/crc32table.h CC lib/crc32.o lib/crc32.c: In function ‘crc32_be’: lib/crc32.c:263: warning:

Re: Linux 3.12-rc2

2013-09-24 Thread Nick Warne
Hi all, I have couple of build warnings. Not sure if this happened with rc1, as I only have moved across to the rc trees: gcc (GCC) 4.2.4 on amd64 - no modules build: 1) ... GEN lib/crc32table.h CC lib/crc32.o lib/crc32.c: In function ‘crc32_be’: lib/crc32.c:263: warning:

IGNORE_THIS Re: Samsung laptop - missing documentation

2013-09-22 Thread Nick Warne
On Sun, Sep 22, 2013 at 11:40:23AM +0100, Nick Warne wrote: > running 3.11.12-rc1, config help refers: Errr 3.12-rc1 And it's there anyway - my FAULT Sorry for the noise. > Documentation/ABI/testing/sysfs-driver-samsung-laptop > > But this is now missing - by design? but I can't fi

Samsung laptop - missing documentation

2013-09-22 Thread Nick Warne
running 3.11.12-rc1, config help refers: Documentation/ABI/testing/sysfs-driver-samsung-laptop But this is now missing - by design? but I can't find any patch that removed it. Nick -- http://linicks.net/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Samsung laptop - missing documentation

2013-09-22 Thread Nick Warne
running 3.11.12-rc1, config help refers: Documentation/ABI/testing/sysfs-driver-samsung-laptop But this is now missing - by design? but I can't find any patch that removed it. Nick -- http://linicks.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

IGNORE_THIS Re: Samsung laptop - missing documentation

2013-09-22 Thread Nick Warne
On Sun, Sep 22, 2013 at 11:40:23AM +0100, Nick Warne wrote: running 3.11.12-rc1, config help refers: Errr 3.12-rc1 And it's there anyway - my FAULT Sorry for the noise. Documentation/ABI/testing/sysfs-driver-samsung-laptop But this is now missing - by design? but I can't find any patch

[PATCH] Correct wording in config COMPILE_TEST

2013-09-20 Thread Nick Warne
Hi All, A small patch to correct English grammar usage. Signed-off-by: Nick Warne --- linux-3.12-rc1/init/Kconfig 2013-09-16 21:17:51.0 +0100 +++ linux-3.12-rc1/init/Kconfignew 2013-09-20 20:46:57.730316831 +0100 @@ -54,18 +54,19 @@ directory to select the cross

[PATCH] Correct wording in config COMPILE_TEST

2013-09-20 Thread Nick Warne
Hi All, A small patch to correct English grammar usage. Signed-off-by: Nick Warne n...@linicks.net --- linux-3.12-rc1/init/Kconfig 2013-09-16 21:17:51.0 +0100 +++ linux-3.12-rc1/init/Kconfignew 2013-09-20 20:46:57.730316831 +0100 @@ -54,18 +54,19 @@ directory to select

Re: Driver 'sd' needs updating

2008-01-10 Thread Nick Warne
On Thu, 10 Jan 2008 12:27:22 -0600 James Bottomley <[EMAIL PROTECTED]> wrote: > > > OK, updated to git rc7 yesterday - I now see this in syslog: > >"Driver 'sd' needs updating - please use bus_type methods" > > > > Do I need to fix up something here? > > > > No, you don't. It's harmless, a

Re: Driver 'sd' needs updating

2008-01-10 Thread Nick Warne
On Thu, 10 Jan 2008 20:38:45 +0900 FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > >"Driver 'sd' needs updating - please use bus_type methods" > > > > The warning never appeared in RC6, and all google reveals are other > > peoples logs that are posted about other issues. > > > > Do I need to

Driver 'sd' needs updating

2008-01-10 Thread Nick Warne
Hi everybody - Happy New Year to you all! OK, updated to git rc7 yesterday - I now see this in syslog: "Driver 'sd' needs updating - please use bus_type methods" The warning never appeared in RC6, and all google reveals are other peoples logs that are posted about other issues. Do I need

Driver 'sd' needs updating

2008-01-10 Thread Nick Warne
Hi everybody - Happy New Year to you all! OK, updated to git rc7 yesterday - I now see this in syslog: Driver 'sd' needs updating - please use bus_type methods The warning never appeared in RC6, and all google reveals are other peoples logs that are posted about other issues. Do I need to

Re: Driver 'sd' needs updating

2008-01-10 Thread Nick Warne
On Thu, 10 Jan 2008 20:38:45 +0900 FUJITA Tomonori [EMAIL PROTECTED] wrote: Driver 'sd' needs updating - please use bus_type methods The warning never appeared in RC6, and all google reveals are other peoples logs that are posted about other issues. Do I need to fix up something

Re: Driver 'sd' needs updating

2008-01-10 Thread Nick Warne
On Thu, 10 Jan 2008 12:27:22 -0600 James Bottomley [EMAIL PROTECTED] wrote: OK, updated to git rc7 yesterday - I now see this in syslog: Driver 'sd' needs updating - please use bus_type methods Do I need to fix up something here? No, you don't. It's harmless, a side effect of:

Re: Peculiar out-of-sync boot log lines

2007-12-23 Thread Nick Warne
> , UDMA(66) > > > > > > and later debugged by Mark Lord to be caused by: > > > > > > ide_dma_verbose() > > > printk( ... "2048kB Cache"); > > > eighty_ninty_three() > > > pri

Re: Peculiar out-of-sync boot log lines

2007-12-23 Thread Nick Warne
) Please note that as a result ide-{cd,disk} device drivers won't report the DMA speed used but this is intended since now DMA mode being used is always reported by IDE core code. Cc: Nick Warne [EMAIL PROTECTED] Cc: Mark Lord [EMAIL PROTECTED] Signed-off-by: Bartlomiej

Re: scsi_wait_scan Kconfig option

2007-12-08 Thread Nick Warne
On Sat, 08 Dec 2007 14:11:44 +0100 Clemens Koller <[EMAIL PROTECTED]> wrote: > Nick Warne schrieb: > > I am bringing this up again - primarily as I forgot about it after > > patching my build tree ages ago: > > > > http://lkml.org/lkml/2007/10/27/68 Subjec

Re: scsi_wait_scan Kconfig option

2007-12-08 Thread Nick Warne
On Sat, 08 Dec 2007 14:11:44 +0100 Clemens Koller [EMAIL PROTECTED] wrote: Nick Warne schrieb: I am bringing this up again - primarily as I forgot about it after patching my build tree ages ago: http://lkml.org/lkml/2007/10/27/68 Subject: Re: Fw: scsi_wait_scan Kconfig option Date: Fri

scsi_wait_scan Kconfig option

2007-12-07 Thread Nick Warne
Hi all, I am bringing this up again - primarily as I forgot about it after patching my build tree ages ago: http://lkml.org/lkml/2007/10/27/68 Today I built and installed git for the first time and cloned Linus' tree (very trick!). I try not to build a modular kernel, but only have modules ON

[PATCH] Dell ik8

2007-12-07 Thread Nick Warne
This small patch adds the Dell UK 6400 Inspiron model (MM061) to allow the i8k module to load correctly without using 'force=1' signed-off-by: "Nick Warne" <[EMAIL PROTECTED]> Nick --- i8k.cORIG 2007-12-07 10:30:42.0 + +++ i8k.c 2007-12-07 13:10:57.0 + @

[PATCH] Dell ik8

2007-12-07 Thread Nick Warne
This small patch adds the Dell UK 6400 Inspiron model (MM061) to allow the i8k module to load correctly without using 'force=1' signed-off-by: Nick Warne [EMAIL PROTECTED] Nick --- i8k.cORIG 2007-12-07 10:30:42.0 + +++ i8k.c 2007-12-07 13:10:57.0 + @@ -439,6 +439,13

scsi_wait_scan Kconfig option

2007-12-07 Thread Nick Warne
Hi all, I am bringing this up again - primarily as I forgot about it after patching my build tree ages ago: http://lkml.org/lkml/2007/10/27/68 Today I built and installed git for the first time and cloned Linus' tree (very trick!). I try not to build a modular kernel, but only have modules ON

Re: Peculiar out-of-sync boot log lines

2007-12-02 Thread Nick Warne
On Sat, 1 Dec 2007 22:59:35 +0100 Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> wrote: > Thanks for reporting/debugging it guys! > > > Something in there needs to insert a '\n' before the "skipping > > word" message. Since it doesn't do that right now, the KERN_DEBUG > > string appears as

Re: Peculiar out-of-sync boot log lines

2007-12-02 Thread Nick Warne
On Sat, 1 Dec 2007 22:59:35 +0100 Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] wrote: Thanks for reporting/debugging it guys! Something in there needs to insert a '\n' before the skipping word message. Since it doesn't do that right now, the KERN_DEBUG string appears as 7 This seems

Re: Peculiar out-of-sync boot log lines

2007-11-29 Thread Nick Warne
Hi Jon, On Thu, 29 Nov 2007 14:51:11 -0500 Jon Masters <[EMAIL PROTECTED]> wrote: > > On Thu, 2007-11-29 at 19:37 +, Nick Warne wrote: > > Hi all, > > > > 2.6.23.9 > > > > I have noticed after applying Bart's patch to word93 blacklist my > &

Peculiar out-of-sync boot log lines

2007-11-29 Thread Nick Warne
Hi all, 2.6.23.9 I have noticed after applying Bart's patch to word93 blacklist my new DVD drive: http://lkml.org/lkml/2007/10/23/475 I see now in logs (look at the hdd line: [dmesg] hdc: 39876480 sectors (20416 MB) w/2048KiB Cache, CHS=39560/16/63, UDMA(66) hdc: cache flushes not supported

Peculiar out-of-sync boot log lines

2007-11-29 Thread Nick Warne
Hi all, 2.6.23.9 I have noticed after applying Bart's patch to word93 blacklist my new DVD drive: http://lkml.org/lkml/2007/10/23/475 I see now in logs (look at the hdd line: [dmesg] hdc: 39876480 sectors (20416 MB) w/2048KiB Cache, CHS=39560/16/63, UDMA(66) hdc: cache flushes not supported

Re: Peculiar out-of-sync boot log lines

2007-11-29 Thread Nick Warne
Hi Jon, On Thu, 29 Nov 2007 14:51:11 -0500 Jon Masters [EMAIL PROTECTED] wrote: On Thu, 2007-11-29 at 19:37 +, Nick Warne wrote: Hi all, 2.6.23.9 I have noticed after applying Bart's patch to word93 blacklist my new DVD drive: http://lkml.org/lkml/2007/10/23/475 I

Re: sb live (emu10k1) stops working between 2.6.23.1 and 2.6.23.7

2007-11-18 Thread Nick Warne
> I've done some more testing this morning, and it appears that the "ALSA: > emu10k1 - Fix memory corruption" patch from 2.6.23.6 has broken digital > output on my SB Live Value card. Simply replacing the 2.6.23.7 emumixer.c > with the version included in 2.6.23.1 I was able to get digital output

Re: sb live (emu10k1) stops working between 2.6.23.1 and 2.6.23.7

2007-11-18 Thread Nick Warne
I've done some more testing this morning, and it appears that the ALSA: emu10k1 - Fix memory corruption patch from 2.6.23.6 has broken digital output on my SB Live Value card. Simply replacing the 2.6.23.7 emumixer.c with the version included in 2.6.23.1 I was able to get digital output

Re: [PATCH] Kconfig bug

2007-10-27 Thread Nick Warne
Am I the only one seeing this issue? On Saturday 20 October 2007 12:57:55 Nick Warne wrote: > Hi all, > > I noticed I had a module option being built that wasn't in menuconfig. > > It is missing description. I also added a brief help message. > > Signed off by: Nick Wa

Re: [PATCH] Kconfig bug

2007-10-27 Thread Nick Warne
Am I the only one seeing this issue? On Saturday 20 October 2007 12:57:55 Nick Warne wrote: Hi all, I noticed I had a module option being built that wasn't in menuconfig. It is missing description. I also added a brief help message. Signed off by: Nick Warne [EMAIL PROTECTED] Not using

Re: New CD/DVD drive - 80-wire cable detection failure

2007-10-24 Thread Nick Warne
J to ivb_list[] Thank you! This works very well! hdd: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache<7>hdd: skipping word 93 validity check , UDMA(66) Many thanks indeed! Nick > From the report by Nick Warne. > > Cc: Nick Warne <[EMAIL PROTECTED]> > Cc: Lenn

Re: New CD/DVD drive - 80-wire cable detection failure

2007-10-24 Thread Nick Warne
Cache7hdd: skipping word 93 validity check , UDMA(66) Many thanks indeed! Nick From the report by Nick Warne. Cc: Nick Warne [EMAIL PROTECTED] Cc: Lennart Sorensen [EMAIL PROTECTED] Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ide/ide-iops.c |3 +++ 1 file

Re: New CD/DVD drive - 80-wire cable detection failure

2007-10-20 Thread Nick Warne
Hi all, SOLVED! On Saturday 20 October 2007 10:37:31 Nick Warne wrote: > On Friday 19 October 2007 23:28:21 Bartlomiej Zolnierkiewicz wrote: > > On Saturday 20 October 2007, Nick Warne wrote: > > > On Friday 19 October 2007 22:44:27 Bartlomiej Zolnierkiewicz wrote: >

[PATCH] Kconfig bug

2007-10-20 Thread Nick Warne
Hi all, I noticed I had a module option being built that wasn't in menuconfig. It is missing description. I also added a brief help message. Signed off by: Nick Warne <[EMAIL PROTECTED]> Nick -- Free Software Foundation Associate Member 5508 --- linux-current/drivers/scsi/Kconfig_ol

Re: New CD/DVD drive - 80-wire cable detection failure

2007-10-20 Thread Nick Warne
On Friday 19 October 2007 23:28:21 Bartlomiej Zolnierkiewicz wrote: > On Saturday 20 October 2007, Nick Warne wrote: > > On Friday 19 October 2007 22:44:27 Bartlomiej Zolnierkiewicz wrote: > > > > hdparm -I > > It should have been hdparm --Istdout (sorry, once again). &

Re: New CD/DVD drive - 80-wire cable detection failure

2007-10-20 Thread Nick Warne
On Friday 19 October 2007 23:28:21 Bartlomiej Zolnierkiewicz wrote: On Saturday 20 October 2007, Nick Warne wrote: On Friday 19 October 2007 22:44:27 Bartlomiej Zolnierkiewicz wrote: hdparm -I It should have been hdparm --Istdout (sorry, once again). hdparm --Istdout /dev/hdd /dev/hdd

[PATCH] Kconfig bug

2007-10-20 Thread Nick Warne
Hi all, I noticed I had a module option being built that wasn't in menuconfig. It is missing description. I also added a brief help message. Signed off by: Nick Warne [EMAIL PROTECTED] Nick -- Free Software Foundation Associate Member 5508 --- linux-current/drivers/scsi/Kconfig_old 2007-10

Re: New CD/DVD drive - 80-wire cable detection failure

2007-10-20 Thread Nick Warne
Hi all, SOLVED! On Saturday 20 October 2007 10:37:31 Nick Warne wrote: On Friday 19 October 2007 23:28:21 Bartlomiej Zolnierkiewicz wrote: On Saturday 20 October 2007, Nick Warne wrote: On Friday 19 October 2007 22:44:27 Bartlomiej Zolnierkiewicz wrote: hdparm -I It should have

Re: New CD/DVD drive - 80-wire cable detection failure

2007-10-19 Thread Nick Warne
On Friday 19 October 2007 22:44:27 Bartlomiej Zolnierkiewicz wrote: > > Ah, so the patch won't help (sorry, I didn't pay enough attention). > > Len's advices are worth the try, also please send the output > of hdparm -I /dev/hdd. > > Thanks, > Bart Yes, Len's advice has me wondering now. Do I

Re: New CD/DVD drive - 80-wire cable detection failure

2007-10-19 Thread Nick Warne
On Friday 19 October 2007 22:07:43 Lennart Sorensen wrote: > On Fri, Oct 19, 2007 at 10:03:09PM +0100, Nick Warne wrote: > > No change: > > > > ide_setup: hdd=ide-cd > > ide1: BM-DMA at 0xd008-0xd00f, BIOS settings: hdc:DMA, hdd:DMA > > hdd: TSSTcorp CDDVDW

Re: New CD/DVD drive - 80-wire cable detection failure

2007-10-19 Thread Nick Warne
Hi Bart, Thanks for assistance. On Friday 19 October 2007 21:28:43 Bartlomiej Zolnierkiewicz wrote: > > No help anyone? Did I buy a taboo drive? > > > > [EMAIL PROTECTED]:nick$ /usr/sbin/hdparm -i /dev/hdd > > > > /dev/hdd: > > > > Model=TSSTcorp CDDVDW SH-S202J, FwRev=SB00, SerialNo= > >

Re: New CD/DVD drive - 80-wire cable detection failure

2007-10-19 Thread Nick Warne
On Thursday 18 October 2007 18:32:42 Nick Warne wrote: > Hi all, > > Please CC, not subscribed. > > kernel 2.6.23 > > My DVD/CDrom stopped reading DVD's, so I purchased a new one today. > > Old: > Oct 10 21:01:01 linuxamd kernel: ide0: BM-DMA at 0xd000-0xd007, BIO

Re: New CD/DVD drive - 80-wire cable detection failure

2007-10-19 Thread Nick Warne
On Friday 19 October 2007 22:44:27 Bartlomiej Zolnierkiewicz wrote: Ah, so the patch won't help (sorry, I didn't pay enough attention). Len's advices are worth the try, also please send the output of hdparm -I /dev/hdd. Thanks, Bart Yes, Len's advice has me wondering now. Do I have a

Re: New CD/DVD drive - 80-wire cable detection failure

2007-10-19 Thread Nick Warne
On Friday 19 October 2007 22:07:43 Lennart Sorensen wrote: On Fri, Oct 19, 2007 at 10:03:09PM +0100, Nick Warne wrote: No change: ide_setup: hdd=ide-cd ide1: BM-DMA at 0xd008-0xd00f, BIOS settings: hdc:DMA, hdd:DMA hdd: TSSTcorp CDDVDW SH-S202J, ATAPI CD/DVD-ROM drive hdd: drive

Re: New CD/DVD drive - 80-wire cable detection failure

2007-10-19 Thread Nick Warne
Hi Bart, Thanks for assistance. On Friday 19 October 2007 21:28:43 Bartlomiej Zolnierkiewicz wrote: No help anyone? Did I buy a taboo drive? [EMAIL PROTECTED]:nick$ /usr/sbin/hdparm -i /dev/hdd /dev/hdd: Model=TSSTcorp CDDVDW SH-S202J, FwRev=SB00, SerialNo= Config={ Fixed

Re: New CD/DVD drive - 80-wire cable detection failure

2007-10-19 Thread Nick Warne
On Thursday 18 October 2007 18:32:42 Nick Warne wrote: Hi all, Please CC, not subscribed. kernel 2.6.23 My DVD/CDrom stopped reading DVD's, so I purchased a new one today. Old: Oct 10 21:01:01 linuxamd kernel: ide0: BM-DMA at 0xd000-0xd007, BIOS settings: hda:DMA, hdb:DMA Oct 10 21

New CD/DVD drive - 80-wire cable detection failure

2007-10-18 Thread Nick Warne
Hi all, Please CC, not subscribed. kernel 2.6.23 My DVD/CDrom stopped reading DVD's, so I purchased a new one today. Old: Oct 10 21:01:01 linuxamd kernel: ide0: BM-DMA at 0xd000-0xd007, BIOS settings: hda:DMA, hdb:DMA Oct 10 21:01:01 linuxamd kernel: ide1: BM-DMA at 0xd008-0xd00f,

New CD/DVD drive - 80-wire cable detection failure

2007-10-18 Thread Nick Warne
Hi all, Please CC, not subscribed. kernel 2.6.23 My DVD/CDrom stopped reading DVD's, so I purchased a new one today. Old: Oct 10 21:01:01 linuxamd kernel: ide0: BM-DMA at 0xd000-0xd007, BIOS settings: hda:DMA, hdb:DMA Oct 10 21:01:01 linuxamd kernel: ide1: BM-DMA at 0xd008-0xd00f,

  1   2   >