mbox

Utopic SRU - CXL: Fix PSL error due to duplicate segment table entries

Message ID 1414674932-6387-1-git-send-email-tim.gardner@canonical.com
State New
Headers show

Pull-request

git://kernel.ubuntu.com/rtg/ubuntu-utopic.git lp1387523-cxl-psl

Message

Tim Gardner Oct. 30, 2014, 1:15 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1387523

The following changes since commit ea125766e48a988bb7e82118c773c047a3790fdf:

  UBUNTU: [Debian] Fix linux-doc dangling symlinks (2014-10-28 19:22:00 +0000)

are available in the git repository at:

  git://kernel.ubuntu.com/rtg/ubuntu-utopic.git lp1387523-cxl-psl

for you to fetch changes up to b916f7c1e282f0a083bcc56e1bcd10ccd3ca1623:

  cxl: Fix PSL error due to duplicate segment table entries (2014-10-30 07:10:37 -0600)

----------------------------------------------------------------
Ian Munsie (4):
      cxl: Disable secondary hash in segment table
      cxl: Refactor cxl_load_segment() and find_free_sste()
      powerpc/mm: Use appropriate ESID mask in copro_calculate_slb()
      cxl: Fix PSL error due to duplicate segment table entries

 arch/powerpc/mm/copro_fault.c |  3 +--
 drivers/misc/cxl/fault.c      | 74 +++++++++++++++++++++++++++++++++++++++-----------------------------------
 drivers/misc/cxl/native.c     |  4 ++--
 3 files changed, 42 insertions(+), 39 deletions(-)

Comments

Brad Figg Oct. 30, 2014, 3:48 p.m. UTC | #1
On 10/30/2014 06:15 AM, tim.gardner@canonical.com wrote:
> BugLink: http://bugs.launchpad.net/bugs/1387523
> 
> The following changes since commit ea125766e48a988bb7e82118c773c047a3790fdf:
> 
>   UBUNTU: [Debian] Fix linux-doc dangling symlinks (2014-10-28 19:22:00 +0000)
> 
> are available in the git repository at:
> 
>   git://kernel.ubuntu.com/rtg/ubuntu-utopic.git lp1387523-cxl-psl
> 
> for you to fetch changes up to b916f7c1e282f0a083bcc56e1bcd10ccd3ca1623:
> 
>   cxl: Fix PSL error due to duplicate segment table entries (2014-10-30 07:10:37 -0600)
> 
> ----------------------------------------------------------------
> Ian Munsie (4):
>       cxl: Disable secondary hash in segment table
>       cxl: Refactor cxl_load_segment() and find_free_sste()
>       powerpc/mm: Use appropriate ESID mask in copro_calculate_slb()
>       cxl: Fix PSL error due to duplicate segment table entries
> 
>  arch/powerpc/mm/copro_fault.c |  3 +--
>  drivers/misc/cxl/fault.c      | 74 +++++++++++++++++++++++++++++++++++++++-----------------------------------
>  drivers/misc/cxl/native.c     |  4 ++--
>  3 files changed, 42 insertions(+), 39 deletions(-)
> 
>
Tim Gardner Oct. 30, 2014, 3:54 p.m. UTC | #2