[GIT PULL] arm64 fixes for 3.18

2014-11-14 Thread Catalin Marinas
Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit 206c5f60a3d902bc4b56dab2de3e88de5eb06108:

  Linux 3.18-rc4 (2014-11-09 14:55:29 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to 5fd6690c8fb2c3012012979dd8ce7492c69c5d86:

  arm64: ARCH_PFN_OFFSET should be unsigned long (2014-11-13 15:21:40 +)


arm64 fixes:

- Fix EFI stub cache maintenance causing aborts during boot on certain
  platforms
- Handle byte stores in __clear_user without panicking
- Fix race condition in aarch64_insn_patch_text_sync() (instruction
  patching)
- Couple of type fixes


Kyle McMartin (1):
  arm64: __clear_user: handle exceptions on strb

Mark Rutland (1):
  arm64: efi: Fix stub cache maintenance

Min-Hua Chen (1):
  arm64: Fix data type for physical address

Neil Zhang (1):
  arm64: ARCH_PFN_OFFSET should be unsigned long

William Cohen (1):
  Correct the race condition in aarch64_insn_patch_text_sync()

 arch/arm64/include/asm/memory.h |  2 +-
 arch/arm64/kernel/efi-entry.S   | 27 +--
 arch/arm64/kernel/insn.c|  5 +++--
 arch/arm64/lib/clear_user.S |  2 +-
 arch/arm64/mm/mmu.c |  2 +-
 5 files changed, 27 insertions(+), 11 deletions(-)

-- 
Catalin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] arm64 fixes for 3.18

2014-11-14 Thread Catalin Marinas
Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit 206c5f60a3d902bc4b56dab2de3e88de5eb06108:

  Linux 3.18-rc4 (2014-11-09 14:55:29 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to 5fd6690c8fb2c3012012979dd8ce7492c69c5d86:

  arm64: ARCH_PFN_OFFSET should be unsigned long (2014-11-13 15:21:40 +)


arm64 fixes:

- Fix EFI stub cache maintenance causing aborts during boot on certain
  platforms
- Handle byte stores in __clear_user without panicking
- Fix race condition in aarch64_insn_patch_text_sync() (instruction
  patching)
- Couple of type fixes


Kyle McMartin (1):
  arm64: __clear_user: handle exceptions on strb

Mark Rutland (1):
  arm64: efi: Fix stub cache maintenance

Min-Hua Chen (1):
  arm64: Fix data type for physical address

Neil Zhang (1):
  arm64: ARCH_PFN_OFFSET should be unsigned long

William Cohen (1):
  Correct the race condition in aarch64_insn_patch_text_sync()

 arch/arm64/include/asm/memory.h |  2 +-
 arch/arm64/kernel/efi-entry.S   | 27 +--
 arch/arm64/kernel/insn.c|  5 +++--
 arch/arm64/lib/clear_user.S |  2 +-
 arch/arm64/mm/mmu.c |  2 +-
 5 files changed, 27 insertions(+), 11 deletions(-)

-- 
Catalin
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] arm64 fixes for 3.18

2014-11-09 Thread Catalin Marinas
Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit 3dec0fe48a8936528aae2fc3f904c2c9a34ba368:

  arm64: Fix memblock current_limit with 64K pages and 48-bit VA (2014-10-24 
18:16:47 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to 2d39ad649eca1e8a993f4fda244fe17ecea7a38d:

  arm64: defconfig: update defconfig for 3.18 (2014-11-05 17:07:58 +)


arm64 fixes:

- enable bpf syscall for compat
- cpu_suspend fix when checking the idle state type
- defconfig update


Amit Daniel Kachhap (1):
  arm64: psci: fix cpu_suspend to check idle state type for index

Catalin Marinas (1):
  arm64: compat: Enable bpf syscall

Will Deacon (1):
  arm64: defconfig: update defconfig for 3.18

 arch/arm64/configs/defconfig  | 26 --
 arch/arm64/include/asm/unistd32.h |  2 ++
 arch/arm64/kernel/psci.c  |  2 +-
 3 files changed, 27 insertions(+), 3 deletions(-)

-- 
Catalin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] arm64 fixes for 3.18

2014-11-09 Thread Catalin Marinas
Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit 3dec0fe48a8936528aae2fc3f904c2c9a34ba368:

  arm64: Fix memblock current_limit with 64K pages and 48-bit VA (2014-10-24 
18:16:47 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to 2d39ad649eca1e8a993f4fda244fe17ecea7a38d:

  arm64: defconfig: update defconfig for 3.18 (2014-11-05 17:07:58 +)


arm64 fixes:

- enable bpf syscall for compat
- cpu_suspend fix when checking the idle state type
- defconfig update


Amit Daniel Kachhap (1):
  arm64: psci: fix cpu_suspend to check idle state type for index

Catalin Marinas (1):
  arm64: compat: Enable bpf syscall

Will Deacon (1):
  arm64: defconfig: update defconfig for 3.18

 arch/arm64/configs/defconfig  | 26 --
 arch/arm64/include/asm/unistd32.h |  2 ++
 arch/arm64/kernel/psci.c  |  2 +-
 3 files changed, 27 insertions(+), 3 deletions(-)

-- 
Catalin
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] arm64 fixes for 3.18

2014-10-24 Thread Catalin Marinas
Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to 3dec0fe48a8936528aae2fc3f904c2c9a34ba368:

  arm64: Fix memblock current_limit with 64K pages and 48-bit VA (2014-10-24 
18:16:47 +0100)


arm64 fixes:

- Enable 48-bit VA space now that KVM has been fixed, together with
  a couple of fixes for pgd allocation alignment and initial memblock
  current_limit. There is still a dependency on !ARM_SMMU which needs to
  be updated as it uses the page table manipulation macros of the host
  kernel
- eBPF fixes following changes/conflicts during the merging window
- Compat types affecting compat_elf_prpsinfo
- Compilation error on UP builds
- ASLR fix when /proc/sys/kernel/randomize_va_space == 0
- DT definitions for CLCD support on ARMv8 model platform


Alex Bennée (1):
  Documentation/arm64/memory.txt: fix typo

Arun Chandran (1):
  arm64: ASLR: Don't randomise text when randomise_va_space == 0

Catalin Marinas (4):
  arm64: Align less than PAGE_SIZE pgds naturally
  arm64: Fix compilation error on UP builds
  arm64: vexpress: Add CLCD support to the ARMv8 model platform
  arm64: Fix memblock current_limit with 64K pages and 48-bit VA

Christoffer Dall (1):
  arm64: Allow 48-bits VA space without ARM_SMMU

Daniel Borkmann (2):
  net: bpf: arm64: address randomize and write protect JIT code
  net: bpf: arm64: minor fix of type in jited

Steve Capper (1):
  arm64: mm: Correct fixmap pagetable types

Victor Kamensky (1):
  arm64: compat: fix compat types affecting struct compat_elf_prpsinfo

Zi Shen Lim (2):
  arm64: bpf: add 'shift by register' instructions
  arm64: bpf: add 'load 64-bit immediate' instruction

 Documentation/arm64/memory.txt   |  2 +-
 arch/arm64/Kconfig   |  3 +-
 arch/arm64/boot/dts/rtsm_ve-motherboard.dtsi | 35 +++-
 arch/arm64/configs/defconfig |  2 +
 arch/arm64/include/asm/compat.h  |  4 +-
 arch/arm64/include/asm/elf.h |  4 +-
 arch/arm64/include/asm/irq_work.h| 11 
 arch/arm64/kernel/process.c  |  5 --
 arch/arm64/mm/ioremap.c  |  4 +-
 arch/arm64/mm/mmu.c  | 12 ++--
 arch/arm64/mm/pgd.c  | 18 +-
 arch/arm64/net/bpf_jit.h |  8 ++-
 arch/arm64/net/bpf_jit_comp.c| 84 
 13 files changed, 160 insertions(+), 32 deletions(-)

-- 
Catalin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] arm64 fixes for 3.18

2014-10-24 Thread Catalin Marinas
Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to 3dec0fe48a8936528aae2fc3f904c2c9a34ba368:

  arm64: Fix memblock current_limit with 64K pages and 48-bit VA (2014-10-24 
18:16:47 +0100)


arm64 fixes:

- Enable 48-bit VA space now that KVM has been fixed, together with
  a couple of fixes for pgd allocation alignment and initial memblock
  current_limit. There is still a dependency on !ARM_SMMU which needs to
  be updated as it uses the page table manipulation macros of the host
  kernel
- eBPF fixes following changes/conflicts during the merging window
- Compat types affecting compat_elf_prpsinfo
- Compilation error on UP builds
- ASLR fix when /proc/sys/kernel/randomize_va_space == 0
- DT definitions for CLCD support on ARMv8 model platform


Alex Bennée (1):
  Documentation/arm64/memory.txt: fix typo

Arun Chandran (1):
  arm64: ASLR: Don't randomise text when randomise_va_space == 0

Catalin Marinas (4):
  arm64: Align less than PAGE_SIZE pgds naturally
  arm64: Fix compilation error on UP builds
  arm64: vexpress: Add CLCD support to the ARMv8 model platform
  arm64: Fix memblock current_limit with 64K pages and 48-bit VA

Christoffer Dall (1):
  arm64: Allow 48-bits VA space without ARM_SMMU

Daniel Borkmann (2):
  net: bpf: arm64: address randomize and write protect JIT code
  net: bpf: arm64: minor fix of type in jited

Steve Capper (1):
  arm64: mm: Correct fixmap pagetable types

Victor Kamensky (1):
  arm64: compat: fix compat types affecting struct compat_elf_prpsinfo

Zi Shen Lim (2):
  arm64: bpf: add 'shift by register' instructions
  arm64: bpf: add 'load 64-bit immediate' instruction

 Documentation/arm64/memory.txt   |  2 +-
 arch/arm64/Kconfig   |  3 +-
 arch/arm64/boot/dts/rtsm_ve-motherboard.dtsi | 35 +++-
 arch/arm64/configs/defconfig |  2 +
 arch/arm64/include/asm/compat.h  |  4 +-
 arch/arm64/include/asm/elf.h |  4 +-
 arch/arm64/include/asm/irq_work.h| 11 
 arch/arm64/kernel/process.c  |  5 --
 arch/arm64/mm/ioremap.c  |  4 +-
 arch/arm64/mm/mmu.c  | 12 ++--
 arch/arm64/mm/pgd.c  | 18 +-
 arch/arm64/net/bpf_jit.h |  8 ++-
 arch/arm64/net/bpf_jit_comp.c| 84 
 13 files changed, 160 insertions(+), 32 deletions(-)

-- 
Catalin
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/