On Thu, Jun 13, 2019 at 03:32:15PM +1000, Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the tty tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> drivers/tty/serial/stm32-usart.c: In function 'stm32_serial_suspend':
> drivers/tty/serial/stm32-usart.c:1298:2: e
Hi Greg,
After merging the tty tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
drivers/tty/serial/stm32-usart.c: In function 'stm32_serial_suspend':
drivers/tty/serial/stm32-usart.c:1298:2: error: implicit declaration of
function 'pinctrl_pm_select_sleep_state' [-Werror
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
A: No.
Q: Should I include quotations after my reply?
http://daringfireball.net/2007/07/on_top
On Thu, Oct 04, 2018 at 08:
Hi Greg,
I sent the patch you requested to fix use of the "unused" struct
member in samsung.c. If that looks OK to you I'll redo my
"serial:serial_core: Allow use of CTS for PPS line discipline" patch.
Thanks,
Steve
On Thu, Oct 4, 2018 at 7:00 AM Greg Kroah-Hartman wrote:
>
> On Thu, Oct 04, 20
On Thu, Oct 4, 2018 at 7:00 AM Greg Kroah-Hartman wrote:
> We should just get rid of the "unused" fields entirely. They aren't
> needed here as this is not a structure that anyone really cares about.
> We can move things around a bit if the padding is an issue.
>
> I've reverted this patch first
On Thu, Oct 04, 2018 at 06:34:31AM -1000, Steve Sakoman wrote:
> Interesting indeed. Who would have thought someone would be using the
> "unused" padding variable!
Ugh :(
> How would folks prefer we fix this, in the referenced patch or by
> eliminating the use of "unused" in samsung.c?
We should
Interesting indeed. Who would have thought someone would be using the
"unused" padding variable!
How would folks prefer we fix this, in the referenced patch or by
eliminating the use of "unused" in samsung.c?
Steve
On Wed, Oct 3, 2018 at 7:19 PM Stephen Rothwell wrote:
>
> Hi all,
>
> After merg
Hi all,
After merging the tty tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
drivers/tty/serial/samsung.c: In function 's3c24xx_serial_rx_enable':
drivers/tty/serial/samsung.c:87:41: error: subscripted value is neither array
nor pointer nor vector
#define rx_enabled(p
On Tue, Sep 11, 2018 at 11:43 AM Lee Jones wrote:
> On Tue, 11 Sep 2018, Nicolas Ferre wrote:
> > Actually it is due to the missing of as Stephen
> > suggested. It is due to the patch ac3167257b9f ("headers: separate
> > linux/mod_devicetable.h from linux/platform_device.h") merged in v4.19-rc1
On Tue, 11 Sep 2018, Nicolas Ferre wrote:
> On 11/09/2018 at 10:25, Lee Jones wrote:
> > On Tue, 11 Sep 2018, Stephen Rothwell wrote:
> >
> > > Hi Greg,
> > >
> > > After merging the tty tree, today's linux-next build (arm
> > > multi_v7_defconfig) failed like this:
> > >
> > > drivers/mfd/at91
On 11/09/2018 at 10:25, Lee Jones wrote:
On Tue, 11 Sep 2018, Stephen Rothwell wrote:
Hi Greg,
After merging the tty tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
drivers/mfd/at91-usart.c:51:34: error: array type has incomplete element type
'struct of_device_id'
On Tue, 11 Sep 2018, Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the tty tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> drivers/mfd/at91-usart.c:51:34: error: array type has incomplete element type
> 'struct of_device_id'
> static const struct of_devic
On Tue, Sep 11, 2018 at 12:58:57PM +1000, Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the tty tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> drivers/mfd/at91-usart.c:51:34: error: array type has incomplete element type
> 'struct of_device_id'
> static c
Hi Greg,
After merging the tty tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
drivers/mfd/at91-usart.c:51:34: error: array type has incomplete element type
'struct of_device_id'
static const struct of_device_id at91_usart_mode_of_match[] = {
On Mon, Dec 18, 2017 at 10:02:08AM +0100, Greg KH wrote:
> On Mon, Dec 18, 2017 at 09:52:50AM +0100, Geert Uytterhoeven wrote:
> > Hi Stephen,
> >
> > On Mon, Dec 18, 2017 at 4:28 AM, Stephen Rothwell
> > wrote:
> > > After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
> >
On Mon, Dec 18, 2017 at 09:52:50AM +0100, Geert Uytterhoeven wrote:
> Hi Stephen,
>
> On Mon, Dec 18, 2017 at 4:28 AM, Stephen Rothwell
> wrote:
> > After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
> > failed like this:
> >
> > .config:4300:warning: symbol value '' inva
Hi Stephen,
On Mon, Dec 18, 2017 at 4:28 AM, Stephen Rothwell wrote:
> After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
>
> .config:4300:warning: symbol value '' invalid for SERIAL_SH_SCI_NR_UARTS
> *
> * Restart config...
> *
> *
> * Serial drivers
>
Hi Greg,
After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
.config:4300:warning: symbol value '' invalid for SERIAL_SH_SCI_NR_UARTS
*
* Restart config...
*
*
* Serial drivers
*
8250/16550 and compatible serial support (SERIAL_8250) [M/y/?] m
.
Hi Greg,
On Mon, 6 Feb 2017 16:18:22 +0100 Greg KH wrote:
>
> On Mon, Feb 06, 2017 at 08:09:16AM -0600, Rob Herring wrote:
> >
> > It didn't, but we happened to already have a fix queued up for 4.11.
> > The fix is in your usb-next branch:
> >
> > commit 7a3b7cd332db08546f3cdd984f11773e0d1999e7
On Mon, Feb 06, 2017 at 08:09:16AM -0600, Rob Herring wrote:
> On Mon, Feb 6, 2017 at 2:51 AM, Greg KH wrote:
> > On Mon, Feb 06, 2017 at 03:22:09PM +1100, Stephen Rothwell wrote:
> >> Hi Greg,
> >>
> >> After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
> >> failed like th
On Mon, Feb 6, 2017 at 2:51 AM, Greg KH wrote:
> On Mon, Feb 06, 2017 at 03:22:09PM +1100, Stephen Rothwell wrote:
>> Hi Greg,
>>
>> After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
>> failed like this:
>>
>> ERROR: "of_device_uevent_modalias" [drivers/tty/serdev/serdev.k
On Mon, Feb 06, 2017 at 03:22:09PM +1100, Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
>
> ERROR: "of_device_uevent_modalias" [drivers/tty/serdev/serdev.ko] undefined!
> ERROR: "of_device_get_modalias" [drive
Hi Greg,
After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
ERROR: "of_device_uevent_modalias" [drivers/tty/serdev/serdev.ko] undefined!
ERROR: "of_device_get_modalias" [drivers/tty/serdev/serdev.ko] undefined!
Caused by commit
cd6484e1830b ("serdev:
On Fri, Sep 30, 2016 at 01:54:37PM +1000, Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the tty tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> drivers/tty/serial/amba-pl011.c: In function 'pl011_console_match':
> drivers/tty/serial/amba-pl011.c:2346:44: err
Hi Greg,
After merging the tty tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
drivers/tty/serial/amba-pl011.c: In function 'pl011_console_match':
drivers/tty/serial/amba-pl011.c:2346:44: error: passing argument 3 of
'uart_parse_earlycon' from incompatible pointer type
On Tue, Aug 18, 2015 at 04:01:16PM +1000, Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the tty tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> make[2]: *** No rule to make target 'arch/arm/boot/dts/imx6sl-fox-p1.dtb',
> needed by '__build'. Stop.
>
> Cau
Hi Greg,
After merging the tty tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
make[2]: *** No rule to make target 'arch/arm/boot/dts/imx6sl-fox-p1.dtb',
needed by '__build'. Stop.
Caused by commit
189550b8644e ("serial: imx: introduce serial_imx_enable_wakeup()")
On Mon, May 11, 2015 at 06:16:26AM +0100, Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the tty tree, today's linux-next build (arm multi_v7_defconfig)
> failed like this:
>
> drivers/tty/serial/amba-pl011.c: In function 'pl011_startup':
> drivers/tty/serial/amba-pl011.c:1582:5: error: 'st
Hi Greg,
After merging the tty tree, today's linux-next build (arm multi_v7_defconfig)
failed like this:
drivers/tty/serial/amba-pl011.c: In function 'pl011_startup':
drivers/tty/serial/amba-pl011.c:1582:5: error: 'struct uart_amba_port' has no
member named 'tx_irq_seen'
uap->tx_irq_seen = 0;
Hi Sebastian,
On Tue, 30 Sep 2014 09:52:39 +0200 Sebastian Andrzej Siewior
wrote:
>
> this should have been fixed by commit baeb7ef34952f ("tty: serial: 8250:
> use 32bit variable for rpm_tx_active") in Greg's tty-next tree. Isn't
> this the case or did you fetch the tty tree before Greg pushed
* Stephen Rothwell | 2014-09-30 17:39:00 [+1000]:
>Hi Greg,
Hi Stephen,
>After merging the tty tree, today's linux-next build (powerpc
>ppc64_defconfig) failed like this:
>
>
>drivers/built-in.o: In function `.serial8250_stop_tx':
>8250_core.c:(.text+0xda1f4): undefined reference to
>`.__xchg_ca
Hi Greg,
After merging the tty tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
drivers/built-in.o: In function `.serial8250_stop_tx':
8250_core.c:(.text+0xda1f4): undefined reference to
`.__xchg_called_with_bad_pointer'
drivers/built-in.o: In function `.serial8250_tx_
On Thu, Sep 25, 2014 at 04:30:36PM +1000, Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the tty tree, today's linux-next build (arm multi_v7_defconfig)
> failed like this:
>
> In file included from init/do_mounts.c:15:0:
> include/linux/tty.h:267:9: error: width of 'unused' exceeds its typ
Hi Greg,
After merging the tty tree, today's linux-next build (arm multi_v7_defconfig)
failed like this:
In file included from init/do_mounts.c:15:0:
include/linux/tty.h:267:9: error: width of 'unused' exceeds its type
unused:62;
^
include/linux/tty.h:271:9: error: width of 'unu
2014-05-29 20:18 GMT+08:00 Barry Song :
> From: Stephen Rothwell [s...@canb.auug.org.au]
> Sent: Thursday, May 29, 2014 15:28
> To: Greg KH
> Cc: linux-n...@vger.kernel.org; linux-kernel@vger.kernel.org; Qipan Li; Barry
> Song
> Subject: linux-next: build failure after mer
Hi Greg,
After merging the tty tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
drivers/tty/serial/sirfsoc_uart.c: In function
'sirfsoc_uart_rx_dma_complete_tl':
drivers/tty/serial/sirfsoc_uart.c:707:2: error: 'struct uart_port' has no
member named 'rx_lock'
Caused by
"LKML" ,
> > linux-ser...@vger.kernel.org
> > Sent: Thursday, 31 October, 2013 6:35:23 AM
> > Subject: Re: linux-next: build failure after merge of the tty tree
> >
> > On Thu, Oct 31, 2013 at 8:40 AM, Stephen Rothwell
> > wrote:
> > > Hi Greg,
- Original Message -
> From: "Sedat Dilek"
> To: "Stephen Rothwell" , "Philippe Proulx"
>
> Cc: "Greg KH" , "linux-next" ,
> "LKML" ,
> linux-ser...@vger.kernel.org
> Sent: Thursday, 31 October, 201
On Thu, Oct 31, 2013 at 8:40 AM, Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the tty tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> drivers/tty/serial/omap-serial.c: In function 'serial_omap_probe':
> drivers/tty/serial/omap-serial.c:1724:22: error: expect
Hi Greg,
After merging the tty tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
drivers/tty/serial/omap-serial.c: In function 'serial_omap_probe':
drivers/tty/serial/omap-serial.c:1724:22: error: expected ')' before numeric
constant
drivers/tty/serial/omap-serial.c:1724:
On 07/24/2013 12:42 AM, Stephen Rothwell wrote:
Hi Greg,
After merging the tty tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
Sorry. Patch coming.
Regards,
Peter Hurley
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a mes
Hi Greg,
After merging the tty tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
drivers/tty/n_tty.c: In function 'n_tty_close':
drivers/tty/n_tty.c:1757:2: error: implicit declaration of function 'vfree'
[-Werror=implicit-function-declaration]
vfree(ldata);
^
driver
Hi Greg,
After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
drivers/usb/misc/sisusbvga/sisusb_con.c: In function 'sisusb_console_init':
drivers/usb/misc/sisusbvga/sisusb_con.c:1493:2: error: implicit declaration of
function 'take_over_console' [-Werror=i
Hi Greg,
On Thu, 21 Mar 2013 16:47:24 -0700 Greg KH wrote:
>
> On Fri, Mar 22, 2013 at 10:28:08AM +1100, Stephen Rothwell wrote:
> >
> > Except, of course, commit 27b351c is not in your tty tree :-(
>
> Which was causing me lots of confusion :)
>
> I've merged it in there now, and reverted it,
On Fri, Mar 22, 2013 at 10:28:08AM +1100, Stephen Rothwell wrote:
> Hi Greg,
>
> On Fri, 22 Mar 2013 09:54:23 +1100 Stephen Rothwell
> wrote:
> >
> > On Wed, 20 Mar 2013 17:16:28 -0700 Greg KH wrote:
> > >
> > > On Wed, Mar 20, 2013 at 11:15:11AM -0400, Bill Pemberton wrote:
> > > > Jiri Slaby
On Fri, Mar 22, 2013 at 09:54:23AM +1100, Stephen Rothwell wrote:
> Hi Greg,
>
> On Wed, 20 Mar 2013 17:16:28 -0700 Greg KH wrote:
> >
> > On Wed, Mar 20, 2013 at 11:15:11AM -0400, Bill Pemberton wrote:
> > > Jiri Slaby writes:
> > > >
> > > > On 03/20/2013 03:42 PM, Bill Pemberton wrote:
> > >
Hi Greg,
On Fri, 22 Mar 2013 09:54:23 +1100 Stephen Rothwell
wrote:
>
> On Wed, 20 Mar 2013 17:16:28 -0700 Greg KH wrote:
> >
> > On Wed, Mar 20, 2013 at 11:15:11AM -0400, Bill Pemberton wrote:
> > > Jiri Slaby writes:
> > > >
> > > > On 03/20/2013 03:42 PM, Bill Pemberton wrote:
> > > >
> >
Hi Greg,
On Wed, 20 Mar 2013 17:16:28 -0700 Greg KH wrote:
>
> On Wed, Mar 20, 2013 at 11:15:11AM -0400, Bill Pemberton wrote:
> > Jiri Slaby writes:
> > >
> > > On 03/20/2013 03:42 PM, Bill Pemberton wrote:
> > >
> > > Asking Greg to revert should suffice. I commented on that patch, but in
> >
Hi Greg,
On Wed, 20 Mar 2013 14:12:11 +1100 Stephen Rothwell
wrote:
>
> After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
>
> drivers/net/caif/caif_serial.c: In function 'update_tty_status':
> drivers/net/caif/caif_serial.c:94:11: error: 'struct tty_
On Wed, Mar 20, 2013 at 11:15:11AM -0400, Bill Pemberton wrote:
> Jiri Slaby writes:
> >
> > On 03/20/2013 03:42 PM, Bill Pemberton wrote:
> > > Ok, for the unopened ports there *should* never be any actual data to
> > > push so the push is really doing nothing anyhow in these cases. It's
> > > c
On 03/20/2013 03:42 PM, Bill Pemberton wrote:
> Ok, for the unopened ports there *should* never be any actual data to
> push so the push is really doing nothing anyhow in these cases. It's
> coming from the device sending an initial change port command.
>
> Anyhow, so my patch adding more is_open
Jiri Slaby writes:
>
> On 03/20/2013 03:42 PM, Bill Pemberton wrote:
> > Ok, for the unopened ports there *should* never be any actual data to
> > push so the push is really doing nothing anyhow in these cases. It's
> > coming from the device sending an initial change port command.
> >
> > Anyho
Jiri Slaby writes:
>
> On 03/20/2013 01:51 PM, Bill Pemberton wrote:
> > Jiri Slaby writes:
> >>
> >>> drivers/usb/serial/quatech2.c: In function 'qt2_process_read_urb':
> >>> drivers/usb/serial/quatech2.c:661:18: error: 'struct
> >>> qt2_port_private' has no member named 'is_open'
> >>> drivers
On 03/20/2013 01:51 PM, Bill Pemberton wrote:
> Jiri Slaby writes:
>>
>>> drivers/usb/serial/quatech2.c: In function 'qt2_process_read_urb':
>>> drivers/usb/serial/quatech2.c:661:18: error: 'struct
>>> qt2_port_private' has no member named 'is_open'
>>> drivers/usb/serial/quatech2.c:705:15: error
Jiri Slaby writes:
>
> > drivers/usb/serial/quatech2.c: In function 'qt2_process_read_urb':
> > drivers/usb/serial/quatech2.c:661:18: error: 'struct
> > qt2_port_private' has no member named 'is_open'
> > drivers/usb/serial/quatech2.c:705:15: error: 'struct
> > qt2_port_private' has no member na
Hi,
On 03/20/2013 04:12 AM, Stephen Rothwell wrote:
> drivers/net/caif/caif_serial.c: In function 'update_tty_status':
> drivers/net/caif/caif_serial.c:94:11: error: 'struct tty_struct'
> has no member named 'warned'
>
> Caused by commit 6865ff222cca ("TTY: do not warn about setting
> speed via
Hi Greg,
After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
drivers/net/caif/caif_serial.c: In function 'update_tty_status':
drivers/net/caif/caif_serial.c:94:11: error: 'struct tty_struct' has no member
named 'warned'
Caused by commit 6865ff222cca ("TT
On Wed, Oct 24, 2012 at 01:28:27PM +1100, Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
>
> drivers/staging/dgrp/dgrp_net_ops.c: In function 'dgrp_input':
> drivers/staging/dgrp/dgrp_net_ops.c:216:27: error: '
Hi Greg,
After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
drivers/staging/dgrp/dgrp_net_ops.c: In function 'dgrp_input':
drivers/staging/dgrp/dgrp_net_ops.c:216:27: error: 'struct tty_struct' has no
member named 'real_raw'
drivers/staging/dgrp/dgrp_net
On Thu, 6 Sep 2012 15:10:14 +1000
Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the tty tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> In file included from drivers/tty/serial/sccnxp.c:20:0:
> include/linux/serial_core.h: In function 'uart_handle_break':
> i
Hi Greg,
After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
In file included from drivers/tty/serial/sccnxp.c:20:0:
include/linux/serial_core.h: In function 'uart_handle_break':
include/linux/serial_core.h:543:30: error: dereferencing pointer to incomplet
On Thu, 26 Jul 2012 08:51:27 +1000
Stephen Rothwell wrote:
> Hi Greg, Alan,
>
> [Sorry, Alan, I forgot to cc you the first time around.]
>
> On Fri, 20 Jul 2012 13:33:49 +1000 Stephen Rothwell
> wrote:
> >
> > After merging the tty tree, today's linux-next build (x86_64
> > allmodconfig) faile
Hi Greg, Alan,
[Sorry, Alan, I forgot to cc you the first time around.]
On Fri, 20 Jul 2012 13:33:49 +1000 Stephen Rothwell
wrote:
>
> After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
>
> drivers/staging/serqt_usb2/serqt_usb2.c: In function 'qt_set
Hi Greg, Alan,
On Fri, 20 Jul 2012 13:28:40 +1000 Stephen Rothwell
wrote:
>
> After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
>
> drivers/staging/ipack/devices/ipoctal.c: In function 'ipoctal_set_termios':
> drivers/staging/ipack/devices/ipoctal.c:
On Fri, Jul 20, 2012 at 01:28:40PM +1000, Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
>
> drivers/staging/ipack/devices/ipoctal.c: In function 'ipoctal_set_termios':
> drivers/staging/ipack/devices/ipoctal.c
Hi Alan,
On Fri, Jul 20, 2012 at 10:55 PM, Alan Cox wrote:
>> Today's build failed because there's a new user in the MIPS tree:
>> arch/mips/cavium-octeon/serial.c
>>
>> http://kisskb.ellerman.id.au/kisskb/buildresult/6739341/
>
> The version in the tree I have registers a platform device rather
> Today's build failed because there's a new user in the MIPS tree:
> arch/mips/cavium-octeon/serial.c
>
> http://kisskb.ellerman.id.au/kisskb/buildresult/6739341/
The version in the tree I have registers a platform device rather than
calling into 8250 directly. That appears to be rather better m
Hi Alan, David,
On Fri, Jul 13, 2012 at 1:10 PM, Alan Cox wrote:
> On Fri, 13 Jul 2012 14:13:45 +1000
> Stephen Rothwell wrote:
>> After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
>> failed like this:
>>
>> drivers/char/mwave/mwavedd.c: In function 'register_serial_port
Hi Greg,
After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
drivers/staging/serqt_usb2/serqt_usb2.c: In function 'qt_set_termios':
drivers/staging/serqt_usb2/serqt_usb2.c:1198:29: error: incompatible types when
initializing type 'struct ktermios *' using
Hi Greg,
After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
drivers/staging/ipack/devices/ipoctal.c: In function 'ipoctal_set_termios':
drivers/staging/ipack/devices/ipoctal.c:614:22: error: invalid type argument of
'->' (have 'struct ktermios')
drivers/
> Caused by commit adc8d746caa6 ("tty: move the termios object into the
> tty"). Grep and build testing are your friends ...
>
> I have used the tty tree from next-20120712 again for today.
Doh, patch sent
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of
Hi Greg,
After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
drivers/char/pcmcia/synclink_cs.c: In function 'shutdown':
drivers/char/pcmcia/synclink_cs.c:1347:27: error: invalid type argument of '->'
(have 'struct ktermios')
drivers/char/pcmcia/synclink_c
On Tue, 17 Jul 2012 08:45:29 -0700
Greg KH wrote:
> On Tue, Jul 17, 2012 at 01:45:06PM +1000, Stephen Rothwell wrote:
> > Hi Greg,
> >
> > After merging the tty tree, today's linux-next build (powerpc
> > ppc64_defconfig) failed like this:
> >
> > drivers/tty/tty_ioctl.c: In function 'set_sgfla
On Tue, Jul 17, 2012 at 11:10:53AM +0100, Alan Cox wrote:
> On Tue, 17 Jul 2012 13:45:06 +1000
> Stephen Rothwell wrote:
>
> > Hi Greg,
> >
> > After merging the tty tree, today's linux-next build (powerpc
> > ppc64_defconfig) failed like this:
> >
> > drivers/tty/tty_ioctl.c: In function 'set_
On Tue, Jul 17, 2012 at 01:45:06PM +1000, Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the tty tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
>
> drivers/tty/tty_ioctl.c: In function 'set_sgflags':
> drivers/tty/tty_ioctl.c:741:9: error: request for member 'c
On Tue, 17 Jul 2012 13:45:06 +1000
Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the tty tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
>
> drivers/tty/tty_ioctl.c: In function 'set_sgflags':
> drivers/tty/tty_ioctl.c:741:9: error: request for member 'c_ifla
Hi Greg,
After merging the tty tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
drivers/tty/tty_ioctl.c: In function 'set_sgflags':
drivers/tty/tty_ioctl.c:741:9: error: request for member 'c_iflag' in something
not a structure or union
drivers/tty/tty_ioctl.c:742:9: er
On Fri, 13 Jul 2012 14:13:45 +1000
Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
>
> drivers/char/mwave/mwavedd.c: In function 'register_serial_portandirq':
> drivers/char/mwave/mwavedd.c:472:2: error: impli
Hi Greg,
After merging the tty tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
drivers/char/mwave/mwavedd.c: In function 'register_serial_portandirq':
drivers/char/mwave/mwavedd.c:472:2: error: implicit declaration of function
'serial8250_register_port' [-Werror=implicit-f
79 matches
Mail list logo