lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat, 28 Jul 2012 00:00:58 +0800
From:	Cong Wang <amwang@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	Cong Wang <amwang@...hat.com>
Subject: [GIT PULL] kmap_atomic final cleanups for 3.6

Hi, Linus,

Please pull my kmap_atomic cleanup's for 3.6,

	git://github.com/congwang/linux.git kmap_atomic

this should be the final round of cleanup, as the definitions
of enum km_type finally get removed from the whole tree.
The patches stay in linux-next for a long time.

Thanks!



Cong Wang (14):
  jbd2: remove the second argument of kmap_atomic
  frv: remove the second parameter of kmap_atomic_primary()
  tile: remove usage of enum km_type
  highmem: remove the deprecated form of kmap_atomic
  arm: remove km_type definitions
  powerpc: remove km_type definitions
  frv: remove km_type definitions
  avr32: remove km_type definitions
  asm-generic: remove km_type definitions
  um: remove km_type definitions
  tile: remove km_type definitions
  feature-removal-schedule.txt: remove kmap_atomic(page, km_type)
  vmalloc: remove KM_USER0 from comments
  pipe: remove KM_USER0 from comments

 Documentation/feature-removal-schedule.txt |    8 -----
 arch/arm/include/asm/kmap_types.h          |   26 +-----------------
 arch/avr32/include/asm/kmap_types.h        |   24 +---------------
 arch/frv/include/asm/highmem.h             |   34 ++++++-----------------
 arch/frv/include/asm/kmap_types.h          |   24 +---------------
 arch/frv/mb93090-mb00/pci-dma.c            |    4 +-
 arch/frv/mm/cache-page.c                   |    8 +++---
 arch/frv/mm/highmem.c                      |   20 +++++++-------
 arch/powerpc/include/asm/kmap_types.h      |   31 +--------------------
 arch/tile/include/asm/kmap_types.h         |   31 +--------------------
 arch/tile/mm/highmem.c                     |    2 +-
 arch/um/include/asm/kmap_types.h           |   18 +-----------
 fs/jbd2/commit.c                           |    4 +-
 fs/pipe.c                                  |    2 +-
 include/asm-generic/kmap_types.h           |   34 +---------------------
 include/linux/highmem.h                    |   41 +---------------------------
 include/linux/pipe_fs_i.h                  |    8 ++---
 mm/vmalloc.c                               |    8 +----
 18 files changed, 44 insertions(+), 283 deletions(-)

-- 
1.7.7.6

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ