Third release-candidate for 0.16.3 -- please test!

View: New views
4 Messages — Rating Filter:   Alert me  

Third release-candidate for 0.16.3 -- please test!

by Nicolas Boullis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Here is a the third release candidate for em8300 0.16.3. It fixes a
problem discovered by Antoine Pardigon with the model sysfs file: the
kernel oopsed when trying to read this file, because of a pointer to a
local (stack) array being passed to the adv717x driver (accross
modules).

The tarball is available on the usual location:
  http://dxr3.sourceforge.net/download/em8300-0.16.3-rc3.tar.gz


As usual, all comments are welcome.

Please give it a try and report.

Cheers,

Nicolas

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Dxr3-devel mailing list
Dxr3-devel@...
https://lists.sourceforge.net/lists/listinfo/dxr3-devel

Re: Third release-candidate for 0.16.3 -- please test!

by Bugzilla from dr.nop@gmx.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>
> As usual, all comments are welcome.


Hello,

I tried to compile it with 2.6.23-rc2 and it doesn't work.
With 2.6.23-rc1 it was still working.

S.

/usr/src/em8300-0.16.3-rc3/modules>make
make -C /lib/modules/2.6.23-rc2-SERVER/build
SUBDIRS=/usr/src/em8300-0.16.3-rc3/modules modules
make[1]: Entering directory `/usr/src/linux-2.6.23-rc2'
  CC [M]  /usr/src/em8300-0.16.3-rc3/modules/adv717x.o
  CC [M]  /usr/src/em8300-0.16.3-rc3/modules/bt865.o
  CC [M]  /usr/src/em8300-0.16.3-rc3/modules/em8300_main.o
/usr/src/em8300-0.16.3-rc3/modules/em8300_main.c: In function `em8300_probe':
/usr/src/em8300-0.16.3-rc3/modules/em8300_main.c:689: warning:
`deprecated_irq_flag' is deprecated (declared at
include/linux/interrupt.h:64)
/usr/src/em8300-0.16.3-rc3/modules/em8300_main.c:689: warning:
`deprecated_irq_flag' is deprecated (declared at
include/linux/interrupt.h:64)
  CC [M]  /usr/src/em8300-0.16.3-rc3/modules/em8300_i2c.o
  CC [M]  /usr/src/em8300-0.16.3-rc3/modules/em8300_audio.o
/usr/src/em8300-0.16.3-rc3/modules/em8300_audio.c: In function
`preprocess_digital':
/usr/src/em8300-0.16.3-rc3/modules/em8300_audio.c:169: warning: ignoring
return value of `copy_from_user', declared with attribute warn_unused_result
  CC [M]  /usr/src/em8300-0.16.3-rc3/modules/em8300_fifo.o
/usr/src/em8300-0.16.3-rc3/modules/em8300_fifo.c: In function
`em8300_fifo_write_nolock':
/usr/src/em8300-0.16.3-rc3/modules/em8300_fifo.c:206: warning: ignoring return
value of `copy_from_user', declared with attribute warn_unused_result
  CC [M]  /usr/src/em8300-0.16.3-rc3/modules/em8300_video.o
  CC [M]  /usr/src/em8300-0.16.3-rc3/modules/em8300_misc.o
  CC [M]  /usr/src/em8300-0.16.3-rc3/modules/em8300_dicom.o
  CC [M]  /usr/src/em8300-0.16.3-rc3/modules/em8300_ucode.o
  CC [M]  /usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.o
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c: In function
`em8300_control_ioctl':
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:46: error: implicit
declaration of function `_IOC_DIR'
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:47: error: implicit
declaration of function `_IOC_SIZE'
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:52: error: `_IOC_WRITE'
undeclared (first use in this function)
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:52: error: (Each undeclared
identifier is reported only once
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:52: error: for each function
it appears in.)
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:57: error: `_IOC_READ'
undeclared (first use in this function)
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:64: error: implicit
declaration of function `_IOC_NR'
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:65: error: implicit
declaration of function `_IOW'
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:65: error: parse error
before "em8300_microcode_t"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:68: error: parse error
before "em8300_register_t"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:85: error: implicit
declaration of function `_IOWR'
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:85: error: parse error
before "em8300_register_t"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:105: error: implicit
declaration of function `_IOR'
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:105: error: parse error
before "char"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:115: error: parse error
before "struct"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:137: error: parse error
before "em8300_bcs_t"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:159: error: parse error
before "int"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:177: error: parse error
before "int"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:190: error: parse error
before "int"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:207: error: parse error
before "int"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:225: error: parse error
before "else"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:227: error: parse error
before "int"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:243: error: break statement
not within loop or switch
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:245: error: parse error
before "int"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:258: error: break statement
not within loop or switch
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:260: error: parse error
before "em8300_attribute_t"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:273: error: break statement
not within loop or switch
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:275: error: parse error
before "em8300_overlay_window_t"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:293: error: break statement
not within loop or switch
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:295: error: parse error
before "em8300_overlay_screen_t"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:313: error: break statement
not within loop or switch
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:315: error: parse error
before "em8300_overlay_calibrate_t"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:334: error: break statement
not within loop or switch
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:336: error: parse error
before "em8300_attribute_t"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:353: error: break statement
not within loop or switch
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:355: error: parse error
before "unsigned"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:384: error: break statement
not within loop or switch
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:386: error: parse error
before "unsigned"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:408: error: break statement
not within loop or switch
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:410: error: parse error
before "int"
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:438: error: break statement
not within loop or switch
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:440: error: `default' label
not within a switch statement
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c: At top level:
/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.c:444: error: parse error
before "return"
make[2]: *** [/usr/src/em8300-0.16.3-rc3/modules/em8300_ioctl.o] Error 1
make[1]: *** [_module_/usr/src/em8300-0.16.3-rc3/modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.23-rc2'
make: *** [build] Error 2

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Dxr3-devel mailing list
Dxr3-devel@...
https://lists.sourceforge.net/lists/listinfo/dxr3-devel

Re: Third release-candidate for 0.16.3 -- please test!

by Nicolas Boullis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

On Sat, Aug 04, 2007 at 10:13:53AM +0200, Sebastian Frei wrote:
>
> I tried to compile it with 2.6.23-rc2 and it doesn't work.
> With 2.6.23-rc1 it was still working.

Thanks for the information.
It really sucks a lot: some work for every kernel release...
Anyway, I'd rather try to release 0.16.3 that supports kernels up to
2.6.22 and care about 2.6.23 for the next release...


Cheers,

Nicolas

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Dxr3-devel mailing list
Dxr3-devel@...
https://lists.sourceforge.net/lists/listinfo/dxr3-devel

Re: Third release-candidate for 0.16.3 -- please test!

by Ville Skyttä :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Friday 03 August 2007, Nicolas Boullis wrote:
>
> The tarball is available on the usual location:
>   http://dxr3.sourceforge.net/download/em8300-0.16.3-rc3.tar.gz
>
> As usual, all comments are welcome.
>
> Please give it a try and report.

Works for me with Fedora 7's 2.6.22.1-41.fc7.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Dxr3-devel mailing list
Dxr3-devel@...
https://lists.sourceforge.net/lists/listinfo/dxr3-devel
LightInTheBox - Buy quality products at wholesale price!