Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1199492

[PATCH] Fixup for WRITE_ONCE vs. sparse

From Christian Borntraeger <borntraeger@de.ibm.com>
Newsgroups linux.kernel
Subject [PATCH] Fixup for WRITE_ONCE vs. sparse
Date 2015-08-04 10:00 +0200
Message-ID <pTFiF-4dp-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


here is a fixup for WRITE_ONCE dealing with rcu accesses.
I did some cross compiles as well as some sparse checkings.
I pushed this out to
git.kernel.org/cgit/linux/kernel/git/borntraeger/linux.git linux-next
so hoepfully kbuild-bot will tell if there is a problem


Christian Borntraeger (1):
  compiler.h: cast away attributes in WRITE_ONCE magic

 include/linux/compiler.h | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

-- 
2.3.8

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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] Fixup for WRITE_ONCE vs. sparse Christian Borntraeger <borntraeger@de.ibm.com> - 2015-08-04 10:00 +0200
  [PATCH] compiler.h: cast away attributes in WRITE_ONCE magic Christian Borntraeger <borntraeger@de.ibm.com> - 2015-08-04 10:00 +0200
    Re: [PATCH] compiler.h: cast away attributes in WRITE_ONCE magic Peter Zijlstra <peterz@infradead.org> - 2015-08-04 11:30 +0200
      Re: [PATCH] compiler.h: cast away attributes in WRITE_ONCE magic Christian Borntraeger <borntraeger@de.ibm.com> - 2015-08-04 12:40 +0200
        Re: [PATCH] compiler.h: cast away attributes in WRITE_ONCE magic Peter Zijlstra <peterz@infradead.org> - 2015-08-04 12:50 +0200

csiph-web