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:	Fri, 31 Oct 2014 16:44:20 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	torvalds@...ux-foundation.org
CC:	akpm@...ux-foundation.org, sparclinux@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT] Sparc


Two changes:

1) It makes no sense to execute a VTOC partition table request
   in the Sun virtual block device driver and fail to load if it
   doesn't succeed because a) we don't use the result at all and
   b) it won't succeed if there is an EFI partition on the disk,
   for example.

   We read the partition table via the normal means in the block
   layer anyways, so this is really completely useless, so just
   remove it.

   From Dwight Engen.

2) Hook up new bpf system call.

Please pull, thanks a lot!

The following changes since commit f7e87a44ef60ad379e39b45437604141453bf0ec:

  Merge tag 'media/v3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2014-10-27 15:05:40 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git master

for you to fetch changes up to 85b0c6e62c48bb9179fd5b3e954f362fb346cbd5:

  sunvdc: don't call VD_OP_GET_VTOC (2014-10-31 15:49:45 -0400)

----------------------------------------------------------------
David S. Miller (1):
      sparc: Hook up bpf system call.

Dwight Engen (1):
      sunvdc: don't call VD_OP_GET_VTOC

 arch/sparc/include/uapi/asm/unistd.h | 3 ++-
 arch/sparc/kernel/systbls_32.S       | 2 +-
 arch/sparc/kernel/systbls_64.S       | 4 ++--
 drivers/block/sunvdc.c               | 9 ---------
 4 files changed, 5 insertions(+), 13 deletions(-)
--
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