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


Groups > linux.kernel > #1572254 > unrolled thread

Linux 4.9.7

Started byGreg KH <gregkh@linuxfoundation.org>
First post2017-02-02 11:20 +0100
Last post2017-02-05 01:40 +0100
Articles 5 — 3 participants

Back to article view | Back to linux.kernel


Contents

  Linux 4.9.7 Greg KH <gregkh@linuxfoundation.org> - 2017-02-02 11:20 +0100
    Re: Linux 4.9.7 Ed Tomlinson <edt@aei.ca> - 2017-02-04 05:20 +0100
      Re: Linux 4.9.7 Willy Tarreau <w@1wt.eu> - 2017-02-04 08:20 +0100
      Re: Linux 4.9.7 Greg KH <gregkh@linuxfoundation.org> - 2017-02-04 09:00 +0100
        Re: Linux 4.9.7 Ed Tomlinson <edt@aei.ca> - 2017-02-05 01:40 +0100

#1572254 — Linux 4.9.7

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-02-02 11:20 +0100
SubjectLinux 4.9.7
Message-ID<t6mEG-2zZ-17@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

I'm announcing the release of the 4.9.7 kernel.

All users of the 4.9 kernel series must upgrade.

The updated 4.9.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                                         |    2 
 arch/arc/include/asm/delay.h                     |    4 
 arch/arc/kernel/unaligned.c                      |    3 
 arch/parisc/include/asm/bitops.h                 |    8 +
 arch/parisc/include/uapi/asm/bitsperlong.h       |    2 
 arch/parisc/include/uapi/asm/swab.h              |    5 
 arch/s390/kernel/ptrace.c                        |    8 +
 arch/s390/mm/pgtable.c                           |    7 -
 arch/tile/kernel/ptrace.c                        |    2 
 arch/x86/platform/mellanox/mlx-platform.c        |    2 
 drivers/base/memory.c                            |    4 
 drivers/gpu/drm/drm_atomic_helper.c              |    2 
 drivers/gpu/drm/drm_modes.c                      |    7 +
 drivers/gpu/drm/drm_probe_helper.c               |   12 +-
 drivers/gpu/drm/i915/i915_drv.c                  |    2 
 drivers/gpu/drm/i915/i915_gem_evict.c            |    1 
 drivers/gpu/drm/i915/intel_crt.c                 |    9 -
 drivers/gpu/drm/i915/intel_display.c             |   14 ++
 drivers/gpu/drm/i915/intel_fbdev.c               |    3 
 drivers/gpu/drm/i915/intel_lrc.c                 |    3 
 drivers/gpu/drm/i915/intel_ringbuffer.c          |    8 -
 drivers/gpu/drm/radeon/radeon_drv.c              |    7 -
 drivers/gpu/drm/vc4/vc4_crtc.c                   |    2 
 drivers/gpu/drm/vc4/vc4_gem.c                    |    4 
 drivers/gpu/drm/vc4/vc4_render_cl.c              |    2 
 drivers/infiniband/core/cma.c                    |    3 
 drivers/infiniband/core/umem.c                   |    2 
 drivers/infiniband/hw/cxgb4/device.c             |    9 +
 drivers/infiniband/hw/cxgb4/iw_cxgb4.h           |   18 +++
 drivers/infiniband/hw/cxgb4/provider.c           |   20 ++-
 drivers/infiniband/hw/cxgb4/qp.c                 |   35 ++++--
 drivers/infiniband/sw/rxe/rxe_net.c              |    2 
 drivers/infiniband/sw/rxe/rxe_qp.c               |    3 
 drivers/infiniband/ulp/iser/iscsi_iser.c         |    7 -
 drivers/infiniband/ulp/srp/ib_srp.c              |   15 ++
 drivers/isdn/hardware/eicon/message.c            |    3 
 drivers/media/i2c/Kconfig                        |    1 
 drivers/media/i2c/tvp5150.c                      |   56 ++++++---
 drivers/media/i2c/tvp5150_reg.h                  |    9 +
 drivers/media/usb/dvb-usb/pctv452e.c             |  133 ++++++++++++-----------
 drivers/net/can/c_can/c_can_pci.c                |    1 
 drivers/net/can/ti_hecc.c                        |   16 ++
 drivers/pinctrl/intel/pinctrl-baytrail.c         |   28 ++--
 drivers/pinctrl/intel/pinctrl-broxton.c          |    2 
 drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c |    2 
 drivers/platform/x86/intel_mid_powerbtn.c        |    2 
 drivers/video/fbdev/core/fbcmap.c                |   26 ++--
 drivers/virtio/virtio_mmio.c                     |   20 +++
 drivers/virtio/virtio_ring.c                     |    7 +
 fs/btrfs/inode.c                                 |    8 -
 fs/nfs/nfs4proc.c                                |    4 
 fs/xfs/xfs_qm.c                                  |    3 
 include/linux/memory_hotplug.h                   |    4 
 include/linux/mmzone.h                           |    6 -
 include/linux/nfs4.h                             |    3 
 include/linux/sunrpc/clnt.h                      |    1 
 include/uapi/rdma/cxgb3-abi.h                    |    2 
 kernel/events/core.c                             |   58 +++++++++-
 kernel/sysctl.c                                  |    1 
 kernel/ucount.c                                  |   14 +-
 mm/huge_memory.c                                 |   18 ++-
 mm/memcontrol.c                                  |    4 
 mm/memory_hotplug.c                              |   28 ++--
 mm/mempolicy.c                                   |    2 
 mm/page_alloc.c                                  |   68 ++++++++---
 net/sunrpc/clnt.c                                |    5 
 net/sunrpc/sunrpc_syms.c                         |    1 
 67 files changed, 534 insertions(+), 239 deletions(-)

Alex Deucher (1):
      Revert "drm/radeon: always apply pci shutdown callbacks"

Ander Conselvan de Oliveira (4):
      drm/i915: Don't leak edid in intel_crt_detect_ddc()
      drm/i915: Don't init hpd polling for vlv and chv from runtime_suspend()
      drm/i915: Fix calculation of rotated x and y offsets for planar formats
      drm/i915: Check for NULL atomic state in intel_crtc_disable_noatomic()

Andy Shevchenko (2):
      pinctrl: baytrail: Rectify debounce support
      platform/x86: intel_mid_powerbtn: Set IRQ_ONESHOT

Arnd Bergmann (2):
      ISDN: eicon: silence misleading array-bounds warning
      s5k4ecgx: select CRC32 helper

Benjamin Coddington (1):
      NFSv4.0: always send mode in SETATTR after EXCLUSIVE4

Brian Foster (1):
      xfs: prevent quotacheck from overloading inode lru

Chris Wilson (1):
      drm/i915: Clear ret before unbinding in i915_gem_evict_something()

Christian Borntraeger (1):
      s390/mm: Fix cmma unused transfer from pgste into pte

Chuck Lever (1):
      nfs: Don't increment lock sequence ID after NFS4ERR_MOVED

Clint Taylor (1):
      drm/i915: prevent crash with .disable_display parameter

Dan Carpenter (2):
      drm/vc4: fix a bounds check
      platform/x86: mlx-platform: free first dev on error

Dave Martin (1):
      tile/ptrace: Preserve previous registers for short regset write

David Rientjes (1):
      mm, memcg: do not retry precharge charges

Einar Jón (1):
      can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointer

Eric Anholt (3):
      drm/vc4: Fix memory leak of the CRTC state.
      drm/vc4: Fix an integer overflow in temporary allocation layout.
      drm/vc4: Return -EINVAL on the overflow checks failing.

Eric Dumazet (1):
      sysctl: fix proc_doulongvec_ms_jiffies_minmax()

Francisco Jerez (1):
      drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.

Greg Kroah-Hartman (1):
      Linux 4.9.7

Helge Deller (1):
      parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header

Israel Rukshin (2):
      IB/srp: fix mr allocation when the device supports sg gaps
      IB/srp: fix invalid indirect_sg_entries parameter value

Jack Morgenstein (1):
      RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabled

Kees Cook (1):
      fbdev: color map copying bounds checking

Kenneth Lee (1):
      IB/umem: Release pid in error and ODP flow

Keno Fischer (1):
      mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp

Kinglong Mee (1):
      SUNRPC: cleanup ida information when removing sunrpc module

Laurent Pinchart (3):
      v4l: tvp5150: Reset device at probe time, not in get/set format handlers
      v4l: tvp5150: Fix comment regarding output pin muxing
      v4l: tvp5150: Don't override output pinmuxing at stream on/off time

Lucas Stach (1):
      drm/atomic: clear out fence when duplicating state

Maor Gottlieb (1):
      IB/rxe: Fix rxe dev insertion to rxe_dev_list

Martin Schwidefsky (1):
      s390/ptrace: Preserve previous registers for short regset write

Masahiro Yamada (1):
      pinctrl: uniphier: fix Ethernet (RMII) pin-mux setting for LD20

Max Gurtovoy (1):
      IB/iser: Fix sg_tablesize calculation

Max Kellermann (1):
      pctv452e: move buffer to heap, no mutex

Mika Westerberg (1):
      pinctrl: broxton: Use correct PADCFGLOCK offset

Nicolas Iooss (1):
      IB/cxgb3: fix misspelling in header guard

Nikolay Borisov (1):
      userns: Make ucounts lock irq-safe

Omar Sandoval (3):
      Btrfs: remove old tree_root case in btrfs_read_locked_inode()
      Btrfs: disable xattr operations on subvolume directories
      Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operations

Peter Ujfalusi (1):
      drm: Schedule the output_poll_work with 1s delay if we have delayed event

Peter Zijlstra (1):
      perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race

Robin Murphy (1):
      virtio_mmio: Set DMA masks appropriately

Steve Wise (1):
      iw_cxgb4: free EQ queue memory on last deref

Takashi Iwai (1):
      drm: Fix broken VT switch with video=1366x768 option

Trond Myklebust (1):
      NFSv4.1: Fix a deadlock in layoutget

Ville Syrjälä (1):
      drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visible

Vineet Gupta (2):
      ARC: udelay: fix inline assembler by adding LP_COUNT to clobber list
      ARC: [arcompact] handle unaligned access delay slot corner case

Vlastimil Babka (5):
      mm/mempolicy.c: do not put mempolicy before using its nodemask
      mm, page_alloc: fix check for NULL preferred_zone
      mm, page_alloc: fix fast-path race with cpuset update or removal
      mm, page_alloc: move cpuset seqcount checking to slowpath
      mm, page_alloc: fix premature OOM when racing with cpuset mems update

Will Deacon (1):
      vring: Force use of DMA API for ARM-based systems with legacy devices

Yasuaki Ishimatsu (1):
      memory_hotplug: make zone_can_shift() return a boolean value

Yegor Yefremov (1):
      can: ti_hecc: add missing prepare and unprepare of the clock

Yonatan Cohen (1):
      IB/rxe: Prevent from completer to operate on non valid QP

[toc] | [next] | [standalone]


#1573595

FromEd Tomlinson <edt@aei.ca>
Date2017-02-04 05:20 +0100
Message-ID<t6ZZo-3wQ-11@gated-at.bofh.it>
In reply to#1572254
Hi,

Any reports of 4.9.7 breaking X?  

I run arch and keep it up to date.  With todays updates and 4.9.7 built 
here X will not start kde correctly.  Reverting to 4.9.6 fixes things.  
Config is the same for both builds. I have three btrfs patches and the BFQ 
4.9.0-v8r7 patchset applied on top of stable git's 4.9.{6|7}.

Suggestions on what to look for or to try reverting (via git)

xorg-server is 1.19.1-1
xf86-video-amdgpu 1.2.0-2
mesa is 13.0.4-1

kernel is x86_64

Thanks
Ed

On Thursday, February 2, 2017 5:10:47 AM EST, Greg KH wrote:
> I'm announcing the release of the 4.9.7 kernel.
>
> All users of the 4.9 kernel series must upgrade.
>
> The updated 4.9.y git tree can be found at:
> 	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git 
> linux-4.9.y
> and can be browsed at the normal kernel.org git web browser:
> 	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
>
> thanks,
>
> greg k-h
>
> ------------
>
>  Makefile                                         |    2 
>  arch/arc/include/asm/delay.h                     |    4 
>  arch/arc/kernel/unaligned.c                      |    3 
>  arch/parisc/include/asm/bitops.h                 |    8 +
>  arch/parisc/include/uapi/asm/bitsperlong.h       |    2 
>  arch/parisc/include/uapi/asm/swab.h              |    5 
>  arch/s390/kernel/ptrace.c                        |    8 +
>  arch/s390/mm/pgtable.c                           |    7 -
>  arch/tile/kernel/ptrace.c                        |    2 
>  arch/x86/platform/mellanox/mlx-platform.c        |    2 
>  drivers/base/memory.c                            |    4 
>  drivers/gpu/drm/drm_atomic_helper.c              |    2 
>  drivers/gpu/drm/drm_modes.c                      |    7 +
>  drivers/gpu/drm/drm_probe_helper.c               |   12 +-
>  drivers/gpu/drm/i915/i915_drv.c                  |    2 
>  drivers/gpu/drm/i915/i915_gem_evict.c            |    1 
>  drivers/gpu/drm/i915/intel_crt.c                 |    9 -
>  drivers/gpu/drm/i915/intel_display.c             |   14 ++
>  drivers/gpu/drm/i915/intel_fbdev.c               |    3 
>  drivers/gpu/drm/i915/intel_lrc.c                 |    3 
>  drivers/gpu/drm/i915/intel_ringbuffer.c          |    8 -
>  drivers/gpu/drm/radeon/radeon_drv.c              |    7 -
>  drivers/gpu/drm/vc4/vc4_crtc.c                   |    2 
>  drivers/gpu/drm/vc4/vc4_gem.c                    |    4 
>  drivers/gpu/drm/vc4/vc4_render_cl.c              |    2 
>  drivers/infiniband/core/cma.c                    |    3 
>  drivers/infiniband/core/umem.c                   |    2 
>  drivers/infiniband/hw/cxgb4/device.c             |    9 +
>  drivers/infiniband/hw/cxgb4/iw_cxgb4.h           |   18 +++
>  drivers/infiniband/hw/cxgb4/provider.c           |   20 ++-
>  drivers/infiniband/hw/cxgb4/qp.c                 |   35 ++++--
>  drivers/infiniband/sw/rxe/rxe_net.c              |    2 
>  drivers/infiniband/sw/rxe/rxe_qp.c               |    3 
>  drivers/infiniband/ulp/iser/iscsi_iser.c         |    7 -
>  drivers/infiniband/ulp/srp/ib_srp.c              |   15 ++
>  drivers/isdn/hardware/eicon/message.c            |    3 
>  drivers/media/i2c/Kconfig                        |    1 
>  drivers/media/i2c/tvp5150.c                      |   56 ++++++---
>  drivers/media/i2c/tvp5150_reg.h                  |    9 +
>  drivers/media/usb/dvb-usb/pctv452e.c             |  133 
> ++++++++++++-----------
>  drivers/net/can/c_can/c_can_pci.c                |    1 
>  drivers/net/can/ti_hecc.c                        |   16 ++
>  drivers/pinctrl/intel/pinctrl-baytrail.c         |   28 ++--
>  drivers/pinctrl/intel/pinctrl-broxton.c          |    2 
>  drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c |    2 
>  drivers/platform/x86/intel_mid_powerbtn.c        |    2 
>  drivers/video/fbdev/core/fbcmap.c                |   26 ++--
>  drivers/virtio/virtio_mmio.c                     |   20 +++
>  drivers/virtio/virtio_ring.c                     |    7 +
>  fs/btrfs/inode.c                                 |    8 -
>  fs/nfs/nfs4proc.c                                |    4 
>  fs/xfs/xfs_qm.c                                  |    3 
>  include/linux/memory_hotplug.h                   |    4 
>  include/linux/mmzone.h                           |    6 -
>  include/linux/nfs4.h                             |    3 
>  include/linux/sunrpc/clnt.h                      |    1 
>  include/uapi/rdma/cxgb3-abi.h                    |    2 
>  kernel/events/core.c                             |   58 +++++++++-
>  kernel/sysctl.c                                  |    1 
>  kernel/ucount.c                                  |   14 +-
>  mm/huge_memory.c                                 |   18 ++-
>  mm/memcontrol.c                                  |    4 
>  mm/memory_hotplug.c                              |   28 ++--
>  mm/mempolicy.c                                   |    2 
>  mm/page_alloc.c                                  |   68 ++++++++---
>  net/sunrpc/clnt.c                                |    5 
>  net/sunrpc/sunrpc_syms.c                         |    1 
>  67 files changed, 534 insertions(+), 239 deletions(-)
>
> Alex Deucher (1):
>       Revert "drm/radeon: always apply pci shutdown callbacks"
>
> Ander Conselvan de Oliveira (4):
>       drm/i915: Don't leak edid in intel_crt_detect_ddc()
>       drm/i915: Don't init hpd polling for vlv and chv from 
> runtime_suspend()
>       drm/i915: Fix calculation of rotated x and y offsets for 
> planar formats
>       drm/i915: Check for NULL atomic state in intel_crtc_disable_noatomic()
>
> Andy Shevchenko (2):
>       pinctrl: baytrail: Rectify debounce support
>       platform/x86: intel_mid_powerbtn: Set IRQ_ONESHOT
>
> Arnd Bergmann (2):
>       ISDN: eicon: silence misleading array-bounds warning
>       s5k4ecgx: select CRC32 helper
>
> Benjamin Coddington (1):
>       NFSv4.0: always send mode in SETATTR after EXCLUSIVE4
>
> Brian Foster (1):
>       xfs: prevent quotacheck from overloading inode lru
>
> Chris Wilson (1):
>       drm/i915: Clear ret before unbinding in i915_gem_evict_something()
>
> Christian Borntraeger (1):
>       s390/mm: Fix cmma unused transfer from pgste into pte
>
> Chuck Lever (1):
>       nfs: Don't increment lock sequence ID after NFS4ERR_MOVED
>
> Clint Taylor (1):
>       drm/i915: prevent crash with .disable_display parameter
>
> Dan Carpenter (2):
>       drm/vc4: fix a bounds check
>       platform/x86: mlx-platform: free first dev on error
>
> Dave Martin (1):
>       tile/ptrace: Preserve previous registers for short regset write
>
> David Rientjes (1):
>       mm, memcg: do not retry precharge charges
>
> Einar Jón (1):
>       can: c_can_pci: fix null-pointer-deref in c_can_start() - 
> set device pointer
>
> Eric Anholt (3):
>       drm/vc4: Fix memory leak of the CRTC state.
>       drm/vc4: Fix an integer overflow in temporary allocation layout.
>       drm/vc4: Return -EINVAL on the overflow checks failing.
>
> Eric Dumazet (1):
>       sysctl: fix proc_doulongvec_ms_jiffies_minmax()
>
> Francisco Jerez (1):
>       drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.
>
> Greg Kroah-Hartman (1):
>       Linux 4.9.7
>
> Helge Deller (1):
>       parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header
>
> Israel Rukshin (2):
>       IB/srp: fix mr allocation when the device supports sg gaps
>       IB/srp: fix invalid indirect_sg_entries parameter value
>
> Jack Morgenstein (1):
>       RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabled
>
> Kees Cook (1):
>       fbdev: color map copying bounds checking
>
> Kenneth Lee (1):
>       IB/umem: Release pid in error and ODP flow
>
> Keno Fischer (1):
>       mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp
>
> Kinglong Mee (1):
>       SUNRPC: cleanup ida information when removing sunrpc module
>
> Laurent Pinchart (3):
>       v4l: tvp5150: Reset device at probe time, not in get/set 
> format handlers
>       v4l: tvp5150: Fix comment regarding output pin muxing
>       v4l: tvp5150: Don't override output pinmuxing at stream on/off time
>
> Lucas Stach (1):
>       drm/atomic: clear out fence when duplicating state
>
> Maor Gottlieb (1):
>       IB/rxe: Fix rxe dev insertion to rxe_dev_list
>
> Martin Schwidefsky (1):
>       s390/ptrace: Preserve previous registers for short regset write
>
> Masahiro Yamada (1):
>       pinctrl: uniphier: fix Ethernet (RMII) pin-mux setting for LD20
>
> Max Gurtovoy (1):
>       IB/iser: Fix sg_tablesize calculation
>
> Max Kellermann (1):
>       pctv452e: move buffer to heap, no mutex
>
> Mika Westerberg (1):
>       pinctrl: broxton: Use correct PADCFGLOCK offset
>
> Nicolas Iooss (1):
>       IB/cxgb3: fix misspelling in header guard
>
> Nikolay Borisov (1):
>       userns: Make ucounts lock irq-safe
>
> Omar Sandoval (3):
>       Btrfs: remove old tree_root case in btrfs_read_locked_inode()
>       Btrfs: disable xattr operations on subvolume directories
>       Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operations
>
> Peter Ujfalusi (1):
>       drm: Schedule the output_poll_work with 1s delay if we 
> have delayed event
>
> Peter Zijlstra (1):
>       perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race
>
> Robin Murphy (1):
>       virtio_mmio: Set DMA masks appropriately
>
> Steve Wise (1):
>       iw_cxgb4: free EQ queue memory on last deref
>
> Takashi Iwai (1):
>       drm: Fix broken VT switch with video=1366x768 option
>
> Trond Myklebust (1):
>       NFSv4.1: Fix a deadlock in layoutget
>
> Ville Syrjälä (1):
>       drm/i915: Ignore bogus plane coordinates on SKL when the 
> plane is not visible
>
> Vineet Gupta (2):
>       ARC: udelay: fix inline assembler by adding LP_COUNT to clobber list
>       ARC: [arcompact] handle unaligned access delay slot corner case
>
> Vlastimil Babka (5):
>       mm/mempolicy.c: do not put mempolicy before using its nodemask
>       mm, page_alloc: fix check for NULL preferred_zone
>       mm, page_alloc: fix fast-path race with cpuset update or removal
>       mm, page_alloc: move cpuset seqcount checking to slowpath
>       mm, page_alloc: fix premature OOM when racing with cpuset mems update
>
> Will Deacon (1):
>       vring: Force use of DMA API for ARM-based systems with legacy devices
>
> Yasuaki Ishimatsu (1):
>       memory_hotplug: make zone_can_shift() return a boolean value
>
> Yegor Yefremov (1):
>       can: ti_hecc: add missing prepare and unprepare of the clock
>
> Yonatan Cohen (1):
>       IB/rxe: Prevent from completer to operate on non valid QP
>
>
>

[toc] | [prev] | [next] | [standalone]


#1573610

FromWilly Tarreau <w@1wt.eu>
Date2017-02-04 08:20 +0100
Message-ID<t72Nz-5vS-3@gated-at.bofh.it>
In reply to#1573595
On Fri, Feb 03, 2017 at 11:07:08PM -0500, Ed Tomlinson wrote:
> Hi,
> 
> Any reports of 4.9.7 breaking X?
> 
> I run arch and keep it up to date.  With todays updates and 4.9.7 built here
> X will not start kde correctly.  Reverting to 4.9.6 fixes things.  Config is
> the same for both builds. I have three btrfs patches and the BFQ 4.9.0-v8r7
> patchset applied on top of stable git's 4.9.{6|7}.
> 
> Suggestions on what to look for or to try reverting (via git)

You should bisect, stable releases are very easy to bisect and this is
fast (few builds, no config change, not everything to rebuild each time).
It may take as little as 20 mn to figure which patch broke your setup.

Regards,
Willy

[toc] | [prev] | [next] | [standalone]


#1573614

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-02-04 09:00 +0100
Message-ID<t73qh-5Lf-5@gated-at.bofh.it>
In reply to#1573595
On Fri, Feb 03, 2017 at 11:07:08PM -0500, Ed Tomlinson wrote:
> Hi,
> 
> Any reports of 4.9.7 breaking X?
> 
> I run arch and keep it up to date.  With todays updates and 4.9.7 built here
> X will not start kde correctly.  Reverting to 4.9.6 fixes things.  Config is
> the same for both builds. I have three btrfs patches and the BFQ 4.9.0-v8r7
> patchset applied on top of stable git's 4.9.{6|7}.
> 
> Suggestions on what to look for or to try reverting (via git)
> 
> xorg-server is 1.19.1-1
> xf86-video-amdgpu 1.2.0-2
> mesa is 13.0.4-1
> 
> kernel is x86_64

There was a report of a PCI issue affecting 4.9.6, and the fix for that
should be hitting Linus's tree soon (if it's not there already), but I
haven't heard anything about problems with 4.9.7.

Like the others said, if you could use 'git bisect' to track down the
offending problem, that would be wonderful.

thanks,

greg k-h

[toc] | [prev] | [next] | [standalone]


#1573786

FromEd Tomlinson <edt@aei.ca>
Date2017-02-05 01:40 +0100
Message-ID<t7j21-8qv-9@gated-at.bofh.it>
In reply to#1573614
On Saturday, February 4, 2017 2:59:05 AM EST, Greg KH wrote:
> On Fri, Feb 03, 2017 at 11:07:08PM -0500, Ed Tomlinson wrote:
>> Hi,
>> 
>> Any reports of 4.9.7 breaking X?
>> 
>> I run arch and keep it up to date.  With todays updates and 
>> 4.9.7 built here
>> X will not start kde correctly.  Reverting to 4.9.6 fixes 
>> things.  Config is
>> the same for both builds. I have three btrfs patches and the 
>> BFQ 4.9.0-v8r7 ...
>
> There was a report of a PCI issue affecting 4.9.6, and the fix for that
> should be hitting Linus's tree soon (if it's not there already), but I
> haven't heard anything about problems with 4.9.7.
>
> Like the others said, if you could use 'git bisect' to track down the
> offending problem, that would be wonderful.

Greg

Looks like the original 4.9.7 build here must have failed in some wierd 
way.  I've run the bisect twice and its good till the end.

Sorry for the noise,
Ed

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web