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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 17 Nov 2009 12:08:42 -0800
From:	Josh Triplett <josh@...htriplett.org>
To:	linux-kernel@...r.kernel.org
Cc:	torvalds@...ux-foundation.org
Subject: [GIT PULL] Fix various -Wmissing-prototypes warnings

The following changes since commit a3ccf63ee643ef243cbf8918da8b3f9238f10029:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../ieee1394/linux1394-2.6

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/josh/linux-misc wmissing-prototypes

Josh Triplett (11):
      tty: Make tty_port_users static inline, not extern inline
      quota: Make __dquot_alloc_space static
      pty: Mark pty_resize static
      drivers/char/vt_ioctl.c: Include <linux/suspend.h> for pm_set_vt_switch
      sched: Mark various internal functions static
      x86: Include asm/proto.h in setup_nx.c for check_efer
      timers: Mark posix_get_coarse_res static
      x86: apic: Mark enable_IR static
      x86: apic: Make asm/apic.h prototype default_init_apic_ldr on 64-bit too.
      fs: Include fs/internal.h in fs/file_table.c for mark_files_ro prototype
      trace: Mark tracing_dentry_percpu static

 arch/x86/include/asm/apic.h |    8 ++++----
 arch/x86/kernel/apic/apic.c |    2 +-
 arch/x86/mm/setup_nx.c      |    1 +
 drivers/char/pty.c          |    2 +-
 drivers/char/vt_ioctl.c     |    1 +
 fs/file_table.c             |    2 ++
 fs/quota/dquot.c            |    3 +--
 include/linux/tty.h         |    2 +-
 kernel/posix-timers.c       |    2 +-
 kernel/sched.c              |    4 ++--
 kernel/sched_fair.c         |    2 +-
 kernel/sched_idletask.c     |    2 +-
 kernel/sched_rt.c           |    2 +-
 kernel/trace/trace.c        |    2 +-
 14 files changed, 19 insertions(+), 16 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