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


Groups > linux.kernel > #1493592

[PATCH RT 0/2] Warning fixes for 3.2-rt (and other branches)

From Ben Hutchings <ben@decadent.org.uk>
Newsgroups linux.kernel
Subject [PATCH RT 0/2] Warning fixes for 3.2-rt (and other branches)
Date 2016-09-29 19:00 +0200
Message-ID <smMQF-6Co-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

These patches fix longstanding warnings seen when building 3.2-rt.

Ben.

Ben Hutchings (2):
  genirq: Fix pointer cast warning for randomness on 32-bit
    architectures
  work-simple: Add missing #include <linux/export.h>

 kernel/irq/manage.c  | 3 ++-
 kernel/work-simple.c | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

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


Thread

[PATCH RT 0/2] Warning fixes for 3.2-rt (and other branches) Ben Hutchings <ben@decadent.org.uk> - 2016-09-29 19:00 +0200
  [PATCH RT 1/2] genirq: Fix pointer cast warning for randomness on  32-bit architectures Ben Hutchings <ben@decadent.org.uk> - 2016-09-29 19:10 +0200
  [PATCH RT 2/2] work-simple: Add missing #include <linux/export.h> Ben Hutchings <ben@decadent.org.uk> - 2016-09-30 11:10 +0200

csiph-web