[GIT,PULL] x86/cleanups for v6.4

Message ID 20230427150153.GBZEqOYe5N/NbeqsaQ@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/cleanups for v6.4 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cleanups_for_v6.4_rc1

Message

Borislav Petkov April 27, 2023, 3:01 p.m. UTC
  Hi Linus,

please pull my favourite tip branch: the janitorial pile which cleans
up stuff. All for 6.4.

Thx.

---

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cleanups_for_v6.4_rc1

for you to fetch changes up to 5462ade6871e96646502cc95e7e05f0ab4fc84de:

  x86/boot: Centralize __pa()/__va() definitions (2023-04-04 13:42:37 -0700)

----------------------------------------------------------------
- Unify duplicated __pa() and __va() definitions

- Simplify sysctl tables registration

- Remove unused symbols

- Correct function name in comment

----------------------------------------------------------------
Andy Shevchenko (1):
      x86/platform/intel-mid: Remove unused definitions from intel-mid.h

Ira Weiny (1):
      x86/uaccess: Remove memcpy_page_flushcache()

Jingyu Wang (1):
      x86/entry: Change stale function name in comment to error_return()

Kirill A. Shutemov (1):
      x86/boot: Centralize __pa()/__va() definitions

Luis Chamberlain (2):
      x86: Simplify one-level sysctl registration for abi_table2
      x86: Simplify one-level sysctl registration for itmt_kern_table

 arch/x86/boot/compressed/ident_map_64.c |  8 --------
 arch/x86/boot/compressed/misc.h         |  9 +++++++++
 arch/x86/boot/compressed/sev.c          |  2 --
 arch/x86/entry/entry_64.S               |  2 +-
 arch/x86/entry/vdso/vdso32-setup.c      | 11 +----------
 arch/x86/include/asm/intel-mid.h        | 21 ---------------------
 arch/x86/include/asm/uaccess_64.h       |  2 --
 arch/x86/kernel/itmt.c                  | 11 +----------
 arch/x86/lib/usercopy_64.c              |  9 ---------
 9 files changed, 12 insertions(+), 63 deletions(-)
  

Comments

pr-tracker-bot@kernel.org April 28, 2023, 5:23 p.m. UTC | #1
The pull request you sent on Thu, 27 Apr 2023 17:01:53 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cleanups_for_v6.4_rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/682f7bbad29c0e5f59929ad69e1ed8525feb96d3

Thank you!