[llvmlinux] [PATCH 0/2] Update MIPS patches

Daniel Sanders Daniel.Sanders at imgtec.com
Fri Jan 9 23:51:03 UTC 2015


> Both patches were applied and pushed.

Thanks. I see the commits didn't delete the old version of each of the two kernel patches. Was this intentional?

> The kmalloc_caches patch may not be upstreamable without an explanation as to why the indicies are in
> disagreement if it only seems to affect the MIPS architecture.

Thanks for the feedback. I haven't explored enough to be completely certain but I've seen comments that suggest  that it's to do with high DMA alignment requirements. I'll finish exploring and add an explanation before I attempt to upstream it.
________________________________________
From: Charlebois, Mark [mcharleb at quicinc.com]
Sent: 09 January 2015 23:38
To: Daniel Sanders; llvmlinux at lists.linuxfoundation.org
Subject: RE: [llvmlinux] [PATCH 0/2] Update MIPS patches

Both patches were applied and pushed. The kmalloc_caches patch may not be upstreamable without an explanation as to why the indicies are in disagreement if it only seems to affect
the MIPS architecture.

-Mark
________________________________________
From: llvmlinux-bounces at lists.linuxfoundation.org <llvmlinux-bounces at lists.linuxfoundation.org> on behalf of Daniel Sanders <daniel.sanders at imgtec.com>
Sent: Friday, January 9, 2015 3:07 PM
To: llvmlinux at lists.linuxfoundation.org
Subject: [llvmlinux] [PATCH 0/2] Update MIPS patches

A second attempt at updating these patches. Both have been re-tested after
'make sync-all' and 'make clean' and are attached instead of inline. Apologies
for the confusion on the first attempt. Hopefully this will be more successful.

Both patches should be applied to the LLVMLinux tree. This will create/remove
the appropriate Linux kernel patches.

Daniel Sanders (2):
  [mips] Replace named register fix with an upstreamable version.
  Replace WIP slab allocator patch with an upstreamable version.

 ...e_index-table-before-replacing-the-bootst.patch | 140 +++++++
 arch/all/patches/series                            |   1 +
 ...REAM-mips-Remove-all-instances-of-explici.patch | 426 ---------------------
 .../mips-WIP-Fix-slab-allocator-bootstrap.patch    | 102 -----
 ...-current_thread_info-to-an-equivalent-sup.patch |   8 +-
 5 files changed, 145 insertions(+), 532 deletions(-)
 create mode 100644 arch/all/patches/correct-size_index-table-before-replacing-the-bootst.patch
 delete mode 100644 arch/mips/patches/mips-DO-NOT-UPSTREAM-mips-Remove-all-instances-of-explici.patch
 delete mode 100644 arch/mips/patches/mips-WIP-Fix-slab-allocator-bootstrap.patch

--
2.1.4



More information about the LLVMLinux mailing list