All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] misc fixes
@ 2007-07-28 23:57 Al Viro
  2007-07-29  8:11 ` Josh Triplett
  0 siblings, 1 reply; 4+ messages in thread
From: Al Viro @ 2007-07-28 23:57 UTC (permalink / raw)
  To: linux-sparse

Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/sparse.git
local15.

A bunch of bug fixes + more typechecking sanitized.

Contents:
      add __builtin_strlen()
      no such thing as array of functions
      new helper: unfoul()
      handling of typeof in evaluate_member_dereference()
      file and global scopes are the same for purposes of struct redefining
      ...,array should degenerate
      sanitize evaluate_ptr_add(), start checking for pointers to functions
      fix evaluate_compare()
      sanitize evaluate_postop()
      saner -Wtypesign
      braino in conditional_expression()
Diffstat:
 evaluate.c                    |  170 +++++++++++++++++++++++-----------------
 expression.c                  |    2 +-
 lib.c                         |    1 +
 parse.c                       |    2 +-
 scope.c                       |   10 +++
 scope.h                       |    1 +
 validation/comma.c            |   10 +++
 validation/member_of_typeof.c |   14 ++++
 validation/outer-scope.c      |   19 +++++
 9 files changed, 155 insertions(+), 74 deletions(-)
 create mode 100644 validation/comma.c
 create mode 100644 validation/member_of_typeof.c
 create mode 100644 validation/outer-scope.c

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [git pull] misc fixes
@ 2023-10-28  0:26 Al Viro
  2023-10-28 18:00 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Al Viro @ 2023-10-28  0:26 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3:

  Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes

for you to fetch changes up to dc32464a5fe4946fe1a4d8f8e29961dc411933c5:

  ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock (2023-10-27 20:14:38 -0400)

Literally nothing in common; could've been 3 separate pull requests.
All are simple regression fixes, but not for anything from this cycle.

----------------------------------------------------------------
assorted fixes all over the place

----------------------------------------------------------------
Al Viro (3):
      sparc32: fix a braino in fault handling in csum_and_copy_..._user()
      io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() failed
      ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock

 arch/sparc/lib/checksum_32.S | 2 +-
 fs/ceph/mds_client.c         | 2 +-
 io_uring/rw.c                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-28 18:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-28 23:57 [git pull] misc fixes Al Viro
2007-07-29  8:11 ` Josh Triplett
  -- strict thread matches above, loose matches on Subject: below --
2023-10-28  0:26 Al Viro
2023-10-28 18:00 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.