summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-March/013212.html
blob: 09d0cb02e370de575b2e416754e7f44cb0e7d88e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-dev] systemd 44
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20systemd%2044&In-Reply-To=%3C4F6723A3.7000408%40colin.guthr.ie%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="013548.html">
   <LINK REL="Next"  HREF="013215.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-dev] systemd 44</H1>
    <B>Colin Guthrie</B> 
    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20systemd%2044&In-Reply-To=%3C4F6723A3.7000408%40colin.guthr.ie%3E"
       TITLE="[Mageia-dev] systemd 44">mageia at colin.guthr.ie
       </A><BR>
    <I>Mon Mar 19 13:16:35 CET 2012</I>
    <P><UL>
        <LI>Previous message: <A HREF="013548.html">[Mageia-dev] GNOME 3.3.92 submission
</A></li>
        <LI>Next message: <A HREF="013215.html">[Mageia-dev] systemd 44
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#13212">[ date ]</a>
              <a href="thread.html#13212">[ thread ]</a>
              <a href="subject.html#13212">[ subject ]</a>
              <a href="author.html#13212">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Hi,

I would like to push systemd 44.

There are a number of important fixes regarding endian issues (important
for our arm port) and some others relating to the management of the
journal log and file sizes (related ot a problem we have in the current
version which is already patched with one of the upstream fixes for an
issue in this regard - tho' it's not the full story).

This is the version that will be in Fedora 17 which is approximately in
line with our schedule, we will be getting the benefit of their testing too.

If this is just crazy talk, I will go through and cherry pick the
important commits, but this will likely be &gt;60% of the real commits.

I'm obviously running it here.

What say thee?


Happy enough to go either way, as the cherry picking won't take too
long. I'm just not convinced of the benefits vs. the version Fedora are
going to ship.... :)


Col


Just to give some summary:

[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">colin at jimmy</A> systemd (master)]$ git shortlog v43..v44| wc -l
108
[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">colin at jimmy</A> systemd (master)]$ git shortlog v43..v44| grep man: | wc -l
17
[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">colin at jimmy</A> systemd (master)]$ git shortlog v43..v44| grep TODO | wc -l
13
[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">colin at jimmy</A> systemd (master)]$ echo 21; # Lines in the short log for
user headers
21


So of the 108 lines, 51 are shortlog cruft, and trivial changes (not code).

So only 57 actual commits. 25 of them are related to the journal and we
will likely include all of those in any cherry picking.


The remaining fixes look pretty safe to me.

Dave Reisner (2):
      systemd-analyze: call os.uname() once
      mount: properly check return for mount_add_*

Frederic Crozat (3):
      fix sparse warnings

Harald Hoyer (1):
      bash-completion: get rid of awk, sed and grep

Kay Sievers (4):
      systemd-analyze: read /etc/os-release
      systemctl: forward untrusted user reboot, poweroff requests to logind

Lennart Poettering (69):
      machine-id: initialize vom qemu/kvm -uuid parameter if available
      systemctl: introduce systemctl reboot -ff
      units: reword rescue/emergency mode message to fit in 80chars
      login: document new sd_session_get_xxx() calls
      sd-login: c++ compatibility
      umount: don't try to umount /usr, if we are running from it
      socket: rename 'broken' failure result to 'failed-permanent' on
order not to introduce new terminology
      nspawn: be less cryptic when clone() fails
      conf: enforce UTF8 validty everywhere
      socket: add option for SO_PASSEC
      util: add brute-force fallback for close_all_fds()
      conf-parser: warn if an assignment is place outside of a section
      mount: fix assertion
      socket: if we fail to create an instantiated service for a socket,
don't put the socket in failure mode
      socket: make sure that the name for per-connection services are unique
      machine-id: initialize from $container_uuid if not set otherwise
      conf: when looking for configurations look in /etc first, in /run
second
      path-lookup: rearrange things so that the system path order
follows the user path order
      pkg-config: bring unit search path order in sync with the code
      log: introduce log_metav
      virt: the pidns controller does not exist anymore
      nspawn: mount /etc/timezone into nspawn environment too
      a couple of fixes to make llvm-analyze quiet
      build-sys: don't build distcheck version with split /usr
      build-sys: prepare release 44

Michal Schmidt (1):
      socket: fail the socket if the service keeps dying on start

Shawn Landden (2):
      login: tag the Mimo 720 ID_AUTOSEAT

Thierry Reding (1):
      configure.ac: fix typo in distro help string




-- 

Colin Guthrie
colin(at)mageia.org
<A HREF="http://colin.guthr.ie/">http://colin.guthr.ie/</A>

Day Job:
  Tribalogic Limited <A HREF="http://www.tribalogic.net/">http://www.tribalogic.net/</A>
Open Source:
  Mageia Contributor <A HREF="http://www.mageia.org/">http://www.mageia.org/</A>
  PulseAudio Hacker <A HREF="http://www.pulseaudio.org/">http://www.pulseaudio.org/</A>
  Trac Hacker <A HREF="http://trac.edgewall.org/">http://trac.edgewall.org/</A>
</PRE>














































<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="013548.html">[Mageia-dev] GNOME 3.3.92 submission
</A></li>
	<LI>Next message: <A HREF="013215.html">[Mageia-dev] systemd 44
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#13212">[ date ]</a>
              <a href="thread.html#13212">[ thread ]</a>
              <a href="subject.html#13212">[ subject ]</a>
              <a href="author.html#13212">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>