Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1285986

Re: [PATCH 4.2 000/124] 4.2.7-stable review

From Kevin Hilman <khilman@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH 4.2 000/124] 4.2.7-stable review
Date 2015-12-07 23:00 +0100
Message-ID <qDbZ8-1Mo-31@gated-at.bofh.it> (permalink)
References <qD5qG-5Tt-5@gated-at.bofh.it> <qDbFM-1D6-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Dec 7, 2015 at 1:36 PM, Guenter Roeck <linux@roeck-us.net> wrote:
> On Mon, Dec 07, 2015 at 09:54:50AM -0500, Greg Kroah-Hartman wrote:
>> This is the start of the stable review cycle for the 4.2.7 release.
>> There are 124 patches in this series, all will be posted as a response
>> to this one.  If anyone has any issues with these being applied, please
>> let me know.
>>
>> Responses should be made by Wed Dec  9 14:48:34 UTC 2015.
>> Anything received after that time might be too late.
>>
>
> Build results:
>         total: 145 pass: 140 fail: 5
> Failed builds:
>         arm:allmodconfig
>         arm:imx_v6_v7_defconfig
>         arm:omap1_defconfig
>         s390:defconfig
>         s390:allmodconfig

[...]

> On top of the s390 failures, which are the same as for 4.1 and 4.3,
> several arm builds fail as follows.
>
> ./arch/arm/include/asm/irq.h: Assembler messages:
> ./arch/arm/include/asm/irq.h:40: Error:
>         bad instruction `static inline int nr_legacy_irqs(void)'
> ./arch/arm/include/asm/irq.h:41: Error:
>         junk at end of line, first unrecognized character is `{'
> ./arch/arm/include/asm/irq.h:42: Error:
>         bad instruction `return 16'
> ./arch/arm/include/asm/irq.h:43: Error:
>         junk at end of line, first unrecognized character is `}'
>
> Culprit is 'xen/events: Always allocate legacy interrupts on PV guests'.
> Function 'static inline int nr_legacy_irqs(void)' is applied outside the
> '#ifndef __ASSEMBLY__' conditional, which causes the compile failures.

A handful of other ARM defconfig/fragments are failing to build in
kernelci.org as well[1], but with the same root cause.

Kevin

[1] http://kernelci.org/build/stable-queue/kernel/v4.2.6-124-g9066eb470b51/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 4.2 000/124] 4.2.7-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 006/124] macvtap: unbreak receiving of gro skb with frag list Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 023/124] sfc: push partner queue for skb->xmit_more Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 035/124] ARM: tegra: paz00: use con_ids to refer GPIOs in gpiod_lookup table Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 014/124] RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_data_recv Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 033/124] ARM: common: edma: Fix channel parameter for irq callbacks Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 025/124] ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_dev Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 003/124] tcp: remove improper preemption check in tcp_xmit_probe_skb() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 032/124] ARM: 8427/1: dma-mapping: add support for offset parameter in dma_mmap() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 011/124] ipv6: gre: support SIT encapsulation Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 026/124] ipv4: disable BH when changing ip local port range Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 010/124] net: fec: Remove unneeded use of IS_ERR_VALUE() macro Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 009/124] amd-xgbe: Fix race between access of desc and desc index Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 008/124] amd-xgbe: Use wmb before updating current descriptor count Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 004/124] netlink: fix locking around NETLINK_LIST_MEMBERSHIPS Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 028/124] bonding: fix panic on non-ARPHRD_ETHER enslave failure Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 002/124] tipc: allow non-linear first fragment buffer Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 030/124] RDS: verify the underlying transport exists before creating a connection Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 027/124] packet: race condition in packet_bind Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 031/124] ARM: 8426/1: dma-mapping: add missing range check in dma_mmap() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  [PATCH 4.2 029/124] net: fix a race in dst_release() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-07 17:20 +0100
  Re: [PATCH 4.2 000/124] 4.2.7-stable review Shuah Khan <shuahkh@osg.samsung.com> - 2015-12-07 18:20 +0100
  Re: [PATCH 4.2 000/124] 4.2.7-stable review Guenter Roeck <linux@roeck-us.net> - 2015-12-07 22:40 +0100
    Re: [PATCH 4.2 000/124] 4.2.7-stable review Kevin Hilman <khilman@kernel.org> - 2015-12-07 23:00 +0100
    Re: [PATCH 4.2 000/124] 4.2.7-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-09 04:30 +0100
  Re: [PATCH 4.2 000/124] 4.2.7-stable review Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-12-08 06:00 +0100
    Re: [PATCH 4.2 000/124] 4.2.7-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-09 04:20 +0100

csiph-web