Skip to content

Commit

Permalink
kexec-tools: Update version from 2.0.14 to 2.0.16
Browse files Browse the repository at this point in the history
Currently, the messages below are seen in the logs with for example Linux
4.14.14.

```
$ dmesg | grep kexec
[   14.334282] kexec[595]: Unknown type (Reserved) while parsing /sys/firmware/memmap/17/type. Please report this as bug. Using RANGE_RESERVED now.
[   14.334994] kexec[595]: Unknown type (Reserved) while parsing /sys/firmware/memmap/7/type. Please report this as bug. Using RANGE_RESERVED now.
[   14.335765] kexec[595]: Unknown type (Reserved) while parsing /sys/firmware/memmap/15/type. Please report this as bug. Using RANGE_RESERVED now.
[   14.336579] kexec[595]: Unknown type (Reserved) while parsing /sys/firmware/memmap/5/type. Please report this as bug. Using RANGE_RESERVED now.
[   14.337318] kexec[595]: Unknown type (Reserved) while parsing /sys/firmware/memmap/13/type. Please report this as bug. Using RANGE_RESERVED now.
[   14.337974] kexec[595]: Unknown type (Reserved) while parsing /sys/firmware/memmap/1/type. Please report this as bug. Using RANGE_RESERVED now.
[   14.338710] kexec[595]: Unknown type (Reserved) while parsing /sys/firmware/memmap/16/type. Please report this as bug. Using RANGE_RESERVED now.
[   14.339452] kexec[595]: Unknown type (Reserved) while parsing /sys/firmware/memmap/14/type. Please report this as bug. Using RANGE_RESERVED now.
[   14.340195] kexec[595]: Unknown type (Reserved) while parsing /sys/firmware/memmap/12/type. Please report this as bug. Using RANGE_RESERVED now.
[   14.340852] kexec[595]: Unknown type (Reserved) while parsing /sys/firmware/memmap/2/type. Please report this as bug. Using RANGE_RESERVED now.
```

The announcements are available online ([2.0.15][1], [2.0.16][2]).

[1]: https://lists.infradead.org/pipermail/kexec/2017-June/019055.html
[2]: https://lists.infradead.org/pipermail/kexec/2017-November/019634.html
  • Loading branch information
pmenzel committed Jan 18, 2018
1 parent df92ad9 commit 89c1e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kexec-tools.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION kexec-tools-2.0.14-0
# BEE_VERSION kexec-tools-2.0.16-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down

0 comments on commit 89c1e1c

Please sign in to comment.