linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] phisrc fixes
@ 2017-01-04  3:03 Luc Van Oostenryck
  2017-01-04  3:03 ` [PATCH 1/4] volatile loads must not be simplified Luc Van Oostenryck
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Luc Van Oostenryck @ 2017-01-04  3:03 UTC (permalink / raw)
  To: linux-sparse; +Cc: Linus Torvalds, Christopher Li, Luc Van Oostenryck

This series fixes problems with the creation and placement of phisrcs.

Patch 1 is a preparatory step for patch 4 but fixes a very problem
of its own.
Patch 2 & 3 are the main fixes.
Patch 4 is a small improvement but also avoid divergence in the code
regarding the changes made in patch 3.

Note: I'm very sure there is still others bugs in the same corner but
      at least these patch improve the situation a bit.
Note: Only one patch has a regression test. For the other 3, it's
      to have some examples but this doesn't fit very well into the current
      testsuite.
      
This serie can also be found on the 'sent/broken-phisrc' of
	git://github.com/lucvoo/sparse.git

Luc Van Oostenryck (4):
  volatile loads must not be simplified
  fix superfluous phisrc
  fix phisrc mixup
  missing load simplification

 flow.c                       | 23 ++++++++++++++++-------
 memops.c                     | 13 ++++++-------
 validation/memops-volatile.c | 21 +++++++++++++++++++++
 3 files changed, 43 insertions(+), 14 deletions(-)
 create mode 100644 validation/memops-volatile.c

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

end of thread, other threads:[~2017-01-04  3:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-04  3:03 [PATCH 0/4] phisrc fixes Luc Van Oostenryck
2017-01-04  3:03 ` [PATCH 1/4] volatile loads must not be simplified Luc Van Oostenryck
2017-01-04  3:03 ` [PATCH 2/4] fix superfluous phisrc Luc Van Oostenryck
2017-01-04  3:03 ` [PATCH 3/4] fix phisrc mixup Luc Van Oostenryck
2017-01-04  3:03 ` [PATCH 4/4] missing load simplification Luc Van Oostenryck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).