Jump to content
Compatible Support Forums

news

Members
  • Content count

    80899
  • Joined

  • Last visited

    Never
  • Days Won

    18

Everything posted by news

  1. The Wine development release 2.10 is now available. What's new in this release (see below for details): - Initial version of the Android graphics driver. - Dictionary support in WebServices. - A number of Direct2D fixes. - User interface improvements in RegEdit. - OLE clipboard cache fixes. - Various bug fixes. The source is available from the following locations: http://dl.winehq.org/wine/source/2.x/wine-2.10.tar.xz http://mirrors.ibiblio.org/wine/source/2.x/wine-2.10.tar.xz Binary packages for various distributions will be available from: http://www.winehq.org/download You will find documentation on http://www.winehq.org/documentation You can also get the current source directly from the git repository. Check http://www.winehq.org/git for details. Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 2.10 (total 21): 16948 tmpfile() fails when run from Unix path 26388 Sound Recorder crashes on encoding PCM Sample 31967 Unreal Engine 3 games don't render anything on OS X 32563 Purebasic does not display icons in toolbar which is drawn distorted. 32809 Multiple applications and games need wmvcore.dll.WMCreateWriterPriv (KwSing, iMesh 7.x) 38093 The main character is missing/invisible in Hitchcock: The Final Cut demo 38328 WPS 2013 (Kingsoft) crash at install 38731 TopoEdit tool from Windows SDK 8.1 crashes on unimplemented function mf.dll.MFCreateTopology 39064 Path of Exile: resolution other than 1024x768 causes a crash 39367 EA Origin crashes after installing games, needs mf.dll.MFCreateMediaSession 39998 Medieval: Total War needs conversion from B5G5R5X1 to B5G5R5A1 41489 notepad++ escape key 42345 Dark souls 2: Scholar of the First Sin - no video 42421 Sniper Elite V2 has faulty color determination 42754 Seed of Andromeda Pre-Alpha 0.2 crashes 42807 Coda Finale: call to unimplemented function IPHLPAPI.DLL.GetIfTable2Ex 42994 wine can't be compiled by gcc-2.95.4 (mscoree/assembly.c) 43020 Guitar Pro 7 needs msvcp140.dll._To_wide 43053 Overexposed scene in fr-025: the.popular.demo by farbrausch 43097 WarBR: game (WarS v5.5 p4) crashes on start, needs WMP IOleObject::GetExtent method implementation 43127 Multiple 64-bit applications crash with stack overflow errors when Wine is compiled with GCC 7.x (set_context_reg in ntdll/signal_x86_64.c assumes Xmm registers are aligned) ---------------------------------------------------------------- Changes since 2.9: Akihiro Sagawa (2): kernel32/tests: Add more tests related to the zero_bits parameter. ntdll: Zero bits parameter must be less than 21. Alex Henrie (1): adsldpc: Add stub DLL. Alexandre Julliard (40): configure: Add Android driver stub. wineandroid: Add initial stub for the Java activity. wineandroid: Install libraries from the package assets if present. wineandroid: Add support for initializing Wine from Java. libwine: Handle WINEDEBUGLOG variable on Android to specify a log file. wineandroid: Add an initial GDI driver. wineandroid: Initialize screen dimensions. wineandroid: Add support for storing per-window driver information. wineandroid: Register a JNI callback for reporting desktop size changes. wineandroid: Add an event queue to support handling Java callbacks in the desktop thread. wineandroid: Create a pseudo-device to handle ioctl calls. wineandroid: Create the top-level view on desktop window creation. wineandroid: Wait until we receive the desktop size before proceeding with startup. wineandroid: Add Java callbacks for creating and destroying a window. wineandroid: Notify Java also when a window is forcefully destroyed. wineandroid: Add a Java callback for setting window position. wineandroid: Create a TextureView for every top-level window. wineandroid: Add a header for some of the Android native APIs and data structures. wineandroid: Add a JNI callback to store the native window we got from the TextureView. explorer: Don't forward the system tray to the display driver in desktop mode. wineandroid: Allocate a native window wrapper in the client process for every window. wineandroid: Forward native window query() calls to the desktop process. wineandroid: Forward native window perform() calls to the desktop process. wineandroid: Forward native window setSwapInterval() calls to the desktop process. wineandroid: Load the gralloc module in all processes. wineandroid: Forward native window buffer management calls to the desktop process. wineandroid: Implement LOCK/UNLOCK perform() functions on top of the buffer management calls. wineandroid: Implement window surfaces. wineandroid: Update the contents when we receive a new surface from Java. wineandroid: Implement SetWindowRgn. wineandroid: Implement SetLayeredWindowAttributes. wineandroid: Implement UpdateLayeredWindow. wineandroid: Implement ShowWindow to put icons off-screen. wineandroid: Implement SetParent and forward it to Java. explorer: Allow the driver to override the desktop winproc at creation time. wineandroid: Properly clean up windows that aren't destroyed explicitly. wineandroid: Implement SetCapture and store the capture window in the desktop process for global captures. wineandroid: Add support for mouse events. wineandroid: Add support for keyboard events. wineandroid: Implement ToUnicodeEx. Alistair Leslie-Hughes (6): include/mfapi.h: Add standard GUID defines. wmvcore: Implement WMCreateWriterPriv. dplayx: First name server address may be null. dplayx/tests: Remove some wine_todo. dplayx: Implement IDirectPlay4 EnumConnections. dplayx: Implement IDirectPlayLobby3 EnumAddressTypes. Andrey Gusev (5): api-ms-win-core-processthreads-l1-1-2: Add forwards. api-ms-win-security-activedirectoryclient-l1-1-0: Add dll. shobjidl.idl: Add IApplicationDestinations declaration. shell32: Add IApplicationDestinations stub. uxtheme/tests: Fix a typo in ok() message. André Hentschel (2): iphlpapi: Add partial implementation of GetIfTable2Ex. ntdll: Fix Cpsr value in CONTEXT_ARM64. Aurimas Fišeras (2): po: Update Lithuanian translation. po: Update Lithuanian translation. Austin English (16): d3dx9_34: Sort specfile. d3dx9_35: Sort specfile. d3dx9_36: Sort specfile. d3dx9_37: Sort specfile. d3dx9_38: Sort specfile. d3dx9_39: Sort specfile. d3dx9_40: Sort specfile. d3dx9_41: Sort specfile. d3dx9_42: Sort specfile. d3dx9_43: Sort specfile. acledit: Fix ordinal ordering. gameux: Label ordinals. jsproxy: Label ordinals. msimg32: Label ordinals. wmp: Add some ordinals. tdh: Add stub dll. Can Taşan (1): po: Update Turkish translation. Daniel Lehman (2): include: Add sqlucode.h. msvcrt: Translate SEH exception on each call to __CxxFrameHandler. Dmitry Timoshkov (1): oleaut32: Add an arguments check to LoadTypeLibEx. François Gouget (10): odbccp32/tests: Make test_SQLInstallTranslatorEx() static. wmvcore/tests: Make test_profile_manager_interfaces() static. oleaut32: Make VARIANT_GetLocalisedText() static. wsdapi: Add a trailing '\n' to a TRACE() message. wined3d: Add a trailing newline to an ERR() message. d3dx9_36: Add a trailing '\n' to a FIXME() message. ole32: Make bitmap_info_size() static. wbemdisp: Add a trailing newline to a TRACE() message. jscript: A spelling fix in a comment. configure: Set PKG_CONFIG_PATH to get the right settings for the target host. Hans Leidekker (16): webservices: Add support for dictionary strings in the writer. webservices: Add support for dictionary strings in the reader. webservices: Add a builtin dictionary. webservices: Implement WsGetDictionary. msiexec: Fix parsing of command lines where quoted strings and properties are not separated by whitespace. include: Add missing Web Services declarations. webservices: Write correct envelope headers for WS_ENVELOPE_VERSION_NONE. webservices: Implement WsGetHeader. webservices: Implement WsGetCustomHeader. webservices: Support more text record types in the reader. webservices: Set SO_REUSEADDR on listener sockets. webservices: Restrict connections to IPv4 for now. webservices: Pass AI_PASSIVE when resolving the hostname for a listener socket. wineandroid: Implement GetKeyboardLayout. wineandroid: Implement VkKeyScanEx. wineandroid: Synchronize keyboard lock state. Henri Verbeet (19): wined3d: Only warn about 0 compare functions in wined3d_gl_compare_func(). wined3d: Validate parameter lengths in shader_sm4_read_dst_param() (AFL). wined3d: Validate parameter lengths in shader_sm4_read_src_param() (AFL). wined3d: Validate parameter lengths in shader_sm4_read_param() (AFL). d2d1: Take the render target transform into account when evaluating flatness in vs_code_bezier_outline[]. d3dx9/tests: Use ARRAY_SIZE in test_D3DXSHEvalDirectionalLight(). d3dx9/tests: Use ARRAY_SIZE in test_D3DXSHMultiply4(). d3dx9/tests: Use ARRAY_SIZE in test_D3DXSHRotate(). d3dx9/tests: Use ARRAY_SIZE in test_D3DXSHRotateZ(). d3dx9/tests: Use ARRAY_SIZE in test_D3DXSHScale(). d2d1: Implement d2d_d3d_render_target_CreateLayer(). d2d1: Implement d2d_layer_GetSize(). d2d1: Implement d2d_rectangle_geometry_GetBounds(). d2d1: Implement d2d_transformed_geometry_GetBounds(). d2d1: Implement d2d_rectangle_geometry_Simplify(). d2d1: Implement d2d_transformed_geometry_Simplify(). d2d1: Implement d2d_path_geometry_Simplify(). d2d1: Fix the segment count for open figures. wined3d: Use WINED3D_CS_QUEUE_MAP for WINED3D_CS_OP_UPDATE_SUB_RESOURCE. Hugh McMaster (30): regedit: Move the listview's NM_SETFOCUS handling to listview.c. regedit: Allow handling of return values from listview notification messages. regedit: Update a value name without refreshing the listview. regedit: Add listview entries without refreshing the listview. regedit: Update the data in a listview subitem without refreshing the listview. regedit: Delete a listview item without refreshing the listview. regedit: Update the status bar when moving to the 'Computer' root node. regedit: Never disable the 'Find' and 'Find Next' menu items. regedit: Update handling of the 'Delete' menu item. regedit: Update handling of the 'Rename' menu item. regedit: Update handling of the 'Copy Key Name' menu item. regedit: Fix handling of 'Copy Key Name' menu items. regedit: Add status bar text for adding a new expandable string value. regedit: Add status bar text for the 'Modify Binary Data' menu item. regedit: Update some resource strings. regedit: Update handling of the new subkey and new value menu items. regedit: Update handling of the 'Modify' menu item. regedit: Re-implement favourite registry key handling. regedit: Use the treeview item label in the 'Favourites' menu instead of the key path. regedit: Only show the 'Modify' menu items when the listview has focus. regedit: Update handling of the 'Modify' menu items. regedit: Use shared code to add favourite key items to the 'Remove' listbox. reg/tests: Add tests for key creation and deletion. reg/tests: Add tests for deleting registry values during the import operation. regedit/tests: Add tests for key creation and key deletion. regedit/tests: Add tests for value deletion. regedit: Do not create registry keys that end without a closing bracket. regedit: Do not use REG_NONE as the default data type if strtoulW() fails. reg/tests: Remove un-needed tab characters from some keys in the key deletion tests. regedit/tests: Remove an un-needed tab character from a key in the key deletion tests. Huw D. M. Davies (15): riched20: The background colour is set using \highlight. user32: Allow button-down events on the system menu to continue tracking. user32: A second button-up on the system menu should end the tracking. user32: A button-up in the menu-bar, but not on an item, should stop the tracking. user32: Use the original message's wparam during the double-click comparison. user32: End the tracking on a system menu double-click. ole32: Fix incorrectly assigned member in the presentation stream. ole32: Start allocating regular cache entries with id of 2. ole32: Add the ability to create an entry without returning it. ole32: Create initial cache entries for the CLSID_Picture_ classes. ole32/tests: Add tests for automatic cache entry creation. ole32: InitNew() should fail if there is a current storage. ole32/tests: Add tests for InitNew(). wineandroid: The event list may have been altered by a recursive call, so restart the loop from the beginning. wineandroid: Tell git diff about java files. Jacek Caban (27): oleaut32/tests: Use static oleaut32 linking in vartest.c. wininet: Correctly handle redirects to non-http URLs. wininet/tests: Added a helper for testing INTERNET_OPTION_URL. wininet/tests: Create events once for all tests. wininet/tests: Introduce open_socket_request helper. wininet/tests: Added redirection tests using test server. wmp: Added IOleObject::GetExtent and SetExtent implementation. rpcrt4: Store server thread handle in RpcServerProtseq. rpcrt4: Store listening pipe name in RpcConnection_np. rpcrt4: Recreate listening pipe in rpcrt4_protseq_np_get_wait_array if needed. rpcrt4: Wait for all active connections to be released before quiting server thread. rpcrt4: Wait for server threads to finish in RpcMgmtWaitServerListen. rpcrt4/tests: Added more server stopping tests. urlmon.idl: Added IBindCallbackRedirect declaration. mshtmhst.idl: Added missing DOCHOSTUIFLAG values. urlmon/tests: Get rid of debug leftovers. urlmon.idl: Added BINDINFO_OPTIONS declaration. urlmon: Added support for BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS in http protocol handler. urlmon/tests: Added test of hanling BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS by http protocol provider. urlmon: Release previously set URI in BindProtocol::StartEx. urlmon: Added a helper function for releasing protocol handler. urlmon: Support BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS in BindProtocol object. urlmon/tests: Added BindProtocol redirection handling tests. mshtml: Added IBindCallbackRedirect implementation. mshtml: Added DOCHOSTUIFLAG_ENABLE_REDIRECT_NOTIFICATION flag support. rpcrt4: Fix a race when server grabs a connection from the list of active connections. rpcrt4: Change RPCRT4_ReleaseConnection return type to void. Josh DuBois (2): wineandroid: Implement GetKeyNameText. wineandroid: Implement MapVirtualKeyEx. Józef Kucia (26): wined3d: Require just specific OpenGL extensions and SM4 support for SM5. wined3d: Introduce query operation to destroy queries. wined3d: Trace color fixup checks in apply_format_fixups(). wined3d: Do not bother to check identity fixup support. wined3d: Remove outdated comment in CheckRenderTargetCapability(). d3d11/tests: Prefer D3D11 enum values. wined3d: Fix FFP lighting. wined3d: Bind frag data location for core context draw quad shader. wined3d: Use ARRAY_SIZE() in init_format_filter_info(). wined3d: Use ARRAY_SIZE() in wined3d_format_get_color_key_conversion(). user32: Fix memory leak in WinHelpA(). wined3d: Prefer GLSL 1.50 shaders in draw_test_quad(). d3d8: Validate adapter format in CheckDeviceFormat(). wined3d: Extend wined3d_check_device_format() to allow querying general format support. d3d11: Partially implement d3d11_device_CheckFormatSupport() on top of wined3d_check_device_format(). wined3d: Correctly handle phase instance ID register when ARB_shading_language_pack420 is not supported. d3d11/tests: Introduce get_query_data() helper function. wined3d: Introduce get_query_result64() helper function. wined3d: Rearrange wined3d_query_type enum values. d3d11/tests: Add additional test for pipeline statistics query with no pixel shader. d3d11/tests: Fix ok() checks in test_timestamp_query(). d3d10core/tests: Introduce get_query_data() helper function. d3d11: Implement d3d11_query_GetDesc(). d3d11: Implement d3d10_query_GetDesc(). d3d11: Fixup D3D10_QUERY_PIPELINE_STATISTICS data. d3d10core/tests: Port test_pipeline_statistics_query() from d3d11. Ken Thomases (2): ntdll: On macOS, don't use clock_gettime() even if it's available. server: On macOS, don't use clock_gettime() even if it's available. Kim Malmo (1): po: Update Norwegian translation. Lauri Kenttä (1): po: Update Finnish translation. Marcin Mikołajczak (1): po: Updated Polish translation. Marcus Meissner (1): hid: Increase buffer size to allow 16bit value + space + NUL (GCC7). Michael Müller (4): wined3d: Don't leak free_so_statistics_queries on device destruction. include: Fix definition of EXTERN_GUID. wined3d: Implement WINED3D_QUERY_TYPE_PIPELINE_STATISTICS. d3d11/tests: Add basic test for D3D11_QUERY_PIPELINE_STATISTICS. Nikolay Sivov (33): dwrite: Grab font data reference when adding replacement. comctl32: Change some overly exciting tracing messages. include: Added IMFSourceResolver definition. mfplat: Return stub IMFSourceResolver from MFCreateSourceResolver(). comctl32/toolbar: Don't add NULL imagelist entries. comctl32/toolbar: Support undocumented IDs for standard bitmap lists. comdlg32: Simplify notification helper. comdlg32: Improve tracing messages. include: Add some missing Common Controls definitions. comctl32/taskdialog: Added TaskDialog() export. mf: Added MFCreateTopology and stub IMFTopology implementation. include: Added CreateSymbolicLink() flag. po: Update Russian translation. mf: Added IMFMediaSession stub. shell32: Avoid zero length allocations when converting path in ExtractIconA() (Valgrind). d3drm/tests: Some tests for creating texture from ddraw surface. d3drm: Implement CreateTextureFromSurface() and related methods. d3drm: Fix IDirect3DRMMesh::QueryInterface to support IDirect3DRMObject and IDirect3DRMVisual. d3drm: Fix IDirect3DRMMeshBuilder::QueryInterface to support IDirect3DRMObject and IDirect3DRMVisual. inetcomm/tests: Return interface pointer for test stream. inetcomm: Release previously set data (Valgrind). inetcomm: Implemented IMimeBody::GetClassID(). d3drm: Consolidate GetClassName() implementation, reduce tests duplication. d3drm/tests: Added a helper to create test window. mpr/tests: Remove NT4 version check. oleaut32/tests: Basic test for invalid arguments in LoadTypeLib/LoadTypeLibEx. po: Update Russian translation. d3drm: Use consistent naming for mesh builder implementation pointers. d3drm: Implement AddVertex() for mesh builder. d3drm: Implement AddNormal() for mesh builder. shell32: Use IS_INTRESOURCE() to test context menu verb kind. d3drm: Make it possible to create faces with CreateObject(). d3drm: Make it possible to create mesh builder with CreateObject(). Owen Rudge (11): wsdapi: Implement AddNamespace. wsdapi: Implement AddNameToNamespace. wsdapi: Create default XML context in WSDCreateDiscoveryPublisher if required. include: Add definitions for IWSDUdpAddress, IWSDTransportAddress. wsdapi: Add stub implementation of IWSDUdpAddress. wsdapi/tests: Add WSDCreateUdpAddress tests. wsdapi/tests: Add tests for Get/SetTransportAddress. wsdapi/tests: Add tests for Get/SetPort. wsdapi/tests: Add tests for Get/SetMessageType. wsdapi/tests: Add tests for Get/SetSockaddr. include: Add IWSDUdpMessageParameters interface declaration. Paul Gofman (14): d3dx9: Get rid of table lookup for converting between register indexes and offsets. d3dx9: Factor out get_const_upload_info() function. d3dx9: Factor out table_type_from_param_type() function. d3dx9: Precompute and store a constant direct copy flag. d3dx9: Don't add const setting entries with zero count. d3dx9: Merge constant setting for child parameters when possible. d3dx9: Limit constant size by register count instead of table size. d3dx9/tests: Remove a leftover todo_wine_if in test_effect_preshader(). d3dx9/tests: Extend test for boolean matrix constant setting. d3dx9/tests: Factor out test_effect_preshader_clear_pbool_consts() function. d3dx9/tests: Factor out test_effect_preshader_compare_pbool_consts() function. d3dx9/tests: Initialize boolean constants with the inverse of expected result. d3dx9/tests: Add tests for up[censored] boolean matrices on CommitChanges. d3dx9: Remove redundant FIXME in set_constants(). Piotr Caban (4): winemac: Don't update clipboard if its content didn't change. include: Add __EXCEPT_CTX/__FINALLY_CTX macros. msvcrt: Use temp directory when creating file in tmpfile. msvcrt: Translate SEH exception on each call to __CxxFrameHandler (i386). Sebastian Lackner (4): winex11.drv: Fix compilation when XFixes is not present. kernel32: Add missing WINAPI to SetThreadIdealProcessorEx implementation. d3d11: Remove duplicate const in d3d11_device_CheckFormatSupport. ntdll: Do not cast unaligned pointer to M128A in set_context_reg. Stefan Dösinger (1): msvcp140: Implement _To_wide. Zebediah Figura (9): user32/tests: Add tests for minimizing MDI windows. msacm32: Don't write cbSize if the format is WAVE_FORMAT_PCM. msacm32: Add more invalid parameter checks for acmFormatEnum(). msacm32: Add invalid parameter checks for acmFormatDetails(). msacm32: Add more invalid parameter checks for acmFormatSuggest(). msacm32: Try to suggest PCM to PCM conversion first. imaadp32.acm: Fix block size calculations. imaadp32.acm: Fix nibble ordering. msacm32: Check correct variable. -- Alexandre Julliard julliard ( -at -) winehq.org
  2. news

    Wine release 2.10

    The Wine development release 2.10 is now available. What's new in this release (see below for details): - Initial version of the Android graphics driver. - Dictionary support in WebServices. - A number of Direct2D fixes. - User interface improvements in RegEdit. - OLE clipboard cache fixes. - Various bug fixes. The source is available from the following locations: http://dl.winehq.org/wine/source/2.x/wine-2.10.tar.xz http://mirrors.ibiblio.org/wine/source/2.x/wine-2.10.tar.xz Binary packages for various distributions will be available from: http://www.winehq.org/download You will find documentation on http://www.winehq.org/documentation You can also get the current source directly from the git repository. Check http://www.winehq.org/git for details. Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 2.10 (total 21): 16948 tmpfile() fails when run from Unix path 26388 Sound Recorder crashes on encoding PCM Sample 31967 Unreal Engine 3 games don't render anything on OS X 32563 Purebasic does not display icons in toolbar which is drawn distorted. 32809 Multiple applications and games need wmvcore.dll.WMCreateWriterPriv (KwSing, iMesh 7.x) 38093 The main character is missing/invisible in Hitchcock: The Final Cut demo 38328 WPS 2013 (Kingsoft) crash at install 38731 TopoEdit tool from Windows SDK 8.1 crashes on unimplemented function mf.dll.MFCreateTopology 39064 Path of Exile: resolution other than 1024x768 causes a crash 39367 EA Origin crashes after installing games, needs mf.dll.MFCreateMediaSession 39998 Medieval: Total War needs conversion from B5G5R5X1 to B5G5R5A1 41489 notepad++ escape key 42345 Dark souls 2: Scholar of the First Sin - no video 42421 Sniper Elite V2 has faulty color determination 42754 Seed of Andromeda Pre-Alpha 0.2 crashes 42807 Coda Finale: call to unimplemented function IPHLPAPI.DLL.GetIfTable2Ex 42994 wine can't be compiled by gcc-2.95.4 (mscoree/assembly.c) 43020 Guitar Pro 7 needs msvcp140.dll._To_wide 43053 Overexposed scene in fr-025: the.popular.demo by farbrausch 43097 WarBR: game (WarS v5.5 p4) crashes on start, needs WMP IOleObject::GetExtent method implementation 43127 Multiple 64-bit applications crash with stack overflow errors when Wine is compiled with GCC 7.x (set_context_reg in ntdll/signal_x86_64.c assumes Xmm registers are aligned) ---------------------------------------------------------------- Changes since 2.9: Akihiro Sagawa (2): kernel32/tests: Add more tests related to the zero_bits parameter. ntdll: Zero bits parameter must be less than 21. Alex Henrie (1): adsldpc: Add stub DLL. Alexandre Julliard (40): configure: Add Android driver stub. wineandroid: Add initial stub for the Java activity. wineandroid: Install libraries from the package assets if present. wineandroid: Add support for initializing Wine from Java. libwine: Handle WINEDEBUGLOG variable on Android to specify a log file. wineandroid: Add an initial GDI driver. wineandroid: Initialize screen dimensions. wineandroid: Add support for storing per-window driver information. wineandroid: Register a JNI callback for reporting desktop size changes. wineandroid: Add an event queue to support handling Java callbacks in the desktop thread. wineandroid: Create a pseudo-device to handle ioctl calls. wineandroid: Create the top-level view on desktop window creation. wineandroid: Wait until we receive the desktop size before proceeding with startup. wineandroid: Add Java callbacks for creating and destroying a window. wineandroid: Notify Java also when a window is forcefully destroyed. wineandroid: Add a Java callback for setting window position. wineandroid: Create a TextureView for every top-level window. wineandroid: Add a header for some of the Android native APIs and data structures. wineandroid: Add a JNI callback to store the native window we got from the TextureView. explorer: Don't forward the system tray to the display driver in desktop mode. wineandroid: Allocate a native window wrapper in the client process for every window. wineandroid: Forward native window query() calls to the desktop process. wineandroid: Forward native window perform() calls to the desktop process. wineandroid: Forward native window setSwapInterval() calls to the desktop process. wineandroid: Load the gralloc module in all processes. wineandroid: Forward native window buffer management calls to the desktop process. wineandroid: Implement LOCK/UNLOCK perform() functions on top of the buffer management calls. wineandroid: Implement window surfaces. wineandroid: Update the contents when we receive a new surface from Java. wineandroid: Implement SetWindowRgn. wineandroid: Implement SetLayeredWindowAttributes. wineandroid: Implement UpdateLayeredWindow. wineandroid: Implement ShowWindow to put icons off-screen. wineandroid: Implement SetParent and forward it to Java. explorer: Allow the driver to override the desktop winproc at creation time. wineandroid: Properly clean up windows that aren't destroyed explicitly. wineandroid: Implement SetCapture and store the capture window in the desktop process for global captures. wineandroid: Add support for mouse events. wineandroid: Add support for keyboard events. wineandroid: Implement ToUnicodeEx. Alistair Leslie-Hughes (6): include/mfapi.h: Add standard GUID defines. wmvcore: Implement WMCreateWriterPriv. dplayx: First name server address may be null. dplayx/tests: Remove some wine_todo. dplayx: Implement IDirectPlay4 EnumConnections. dplayx: Implement IDirectPlayLobby3 EnumAddressTypes. Andrey Gusev (5): api-ms-win-core-processthreads-l1-1-2: Add forwards. api-ms-win-security-activedirectoryclient-l1-1-0: Add dll. shobjidl.idl: Add IApplicationDestinations declaration. shell32: Add IApplicationDestinations stub. uxtheme/tests: Fix a typo in ok() message. André Hentschel (2): iphlpapi: Add partial implementation of GetIfTable2Ex. ntdll: Fix Cpsr value in CONTEXT_ARM64. Aurimas Fišeras (2): po: Update Lithuanian translation. po: Update Lithuanian translation. Austin English (16): d3dx9_34: Sort specfile. d3dx9_35: Sort specfile. d3dx9_36: Sort specfile. d3dx9_37: Sort specfile. d3dx9_38: Sort specfile. d3dx9_39: Sort specfile. d3dx9_40: Sort specfile. d3dx9_41: Sort specfile. d3dx9_42: Sort specfile. d3dx9_43: Sort specfile. acledit: Fix ordinal ordering. gameux: Label ordinals. jsproxy: Label ordinals. msimg32: Label ordinals. wmp: Add some ordinals. tdh: Add stub dll. Can Taşan (1): po: Update Turkish translation. Daniel Lehman (2): include: Add sqlucode.h. msvcrt: Translate SEH exception on each call to __CxxFrameHandler. Dmitry Timoshkov (1): oleaut32: Add an arguments check to LoadTypeLibEx. François Gouget (10): odbccp32/tests: Make test_SQLInstallTranslatorEx() static. wmvcore/tests: Make test_profile_manager_interfaces() static. oleaut32: Make VARIANT_GetLocalisedText() static. wsdapi: Add a trailing '\n' to a TRACE() message. wined3d: Add a trailing newline to an ERR() message. d3dx9_36: Add a trailing '\n' to a FIXME() message. ole32: Make bitmap_info_size() static. wbemdisp: Add a trailing newline to a TRACE() message. jscript: A spelling fix in a comment. configure: Set PKG_CONFIG_PATH to get the right settings for the target host. Hans Leidekker (16): webservices: Add support for dictionary strings in the writer. webservices: Add support for dictionary strings in the reader. webservices: Add a builtin dictionary. webservices: Implement WsGetDictionary. msiexec: Fix parsing of command lines where quoted strings and properties are not separated by whitespace. include: Add missing Web Services declarations. webservices: Write correct envelope headers for WS_ENVELOPE_VERSION_NONE. webservices: Implement WsGetHeader. webservices: Implement WsGetCustomHeader. webservices: Support more text record types in the reader. webservices: Set SO_REUSEADDR on listener sockets. webservices: Restrict connections to IPv4 for now. webservices: Pass AI_PASSIVE when resolving the hostname for a listener socket. wineandroid: Implement GetKeyboardLayout. wineandroid: Implement VkKeyScanEx. wineandroid: Synchronize keyboard lock state. Henri Verbeet (19): wined3d: Only warn about 0 compare functions in wined3d_gl_compare_func(). wined3d: Validate parameter lengths in shader_sm4_read_dst_param() (AFL). wined3d: Validate parameter lengths in shader_sm4_read_src_param() (AFL). wined3d: Validate parameter lengths in shader_sm4_read_param() (AFL). d2d1: Take the render target transform into account when evaluating flatness in vs_code_bezier_outline[]. d3dx9/tests: Use ARRAY_SIZE in test_D3DXSHEvalDirectionalLight(). d3dx9/tests: Use ARRAY_SIZE in test_D3DXSHMultiply4(). d3dx9/tests: Use ARRAY_SIZE in test_D3DXSHRotate(). d3dx9/tests: Use ARRAY_SIZE in test_D3DXSHRotateZ(). d3dx9/tests: Use ARRAY_SIZE in test_D3DXSHScale(). d2d1: Implement d2d_d3d_render_target_CreateLayer(). d2d1: Implement d2d_layer_GetSize(). d2d1: Implement d2d_rectangle_geometry_GetBounds(). d2d1: Implement d2d_transformed_geometry_GetBounds(). d2d1: Implement d2d_rectangle_geometry_Simplify(). d2d1: Implement d2d_transformed_geometry_Simplify(). d2d1: Implement d2d_path_geometry_Simplify(). d2d1: Fix the segment count for open figures. wined3d: Use WINED3D_CS_QUEUE_MAP for WINED3D_CS_OP_UPDATE_SUB_RESOURCE. Hugh McMaster (30): regedit: Move the listview's NM_SETFOCUS handling to listview.c. regedit: Allow handling of return values from listview notification messages. regedit: Update a value name without refreshing the listview. regedit: Add listview entries without refreshing the listview. regedit: Update the data in a listview subitem without refreshing the listview. regedit: Delete a listview item without refreshing the listview. regedit: Update the status bar when moving to the 'Computer' root node. regedit: Never disable the 'Find' and 'Find Next' menu items. regedit: Update handling of the 'Delete' menu item. regedit: Update handling of the 'Rename' menu item. regedit: Update handling of the 'Copy Key Name' menu item. regedit: Fix handling of 'Copy Key Name' menu items. regedit: Add status bar text for adding a new expandable string value. regedit: Add status bar text for the 'Modify Binary Data' menu item. regedit: Update some resource strings. regedit: Update handling of the new subkey and new value menu items. regedit: Update handling of the 'Modify' menu item. regedit: Re-implement favourite registry key handling. regedit: Use the treeview item label in the 'Favourites' menu instead of the key path. regedit: Only show the 'Modify' menu items when the listview has focus. regedit: Update handling of the 'Modify' menu items. regedit: Use shared code to add favourite key items to the 'Remove' listbox. reg/tests: Add tests for key creation and deletion. reg/tests: Add tests for deleting registry values during the import operation. regedit/tests: Add tests for key creation and key deletion. regedit/tests: Add tests for value deletion. regedit: Do not create registry keys that end without a closing bracket. regedit: Do not use REG_NONE as the default data type if strtoulW() fails. reg/tests: Remove un-needed tab characters from some keys in the key deletion tests. regedit/tests: Remove an un-needed tab character from a key in the key deletion tests. Huw D. M. Davies (15): riched20: The background colour is set using \highlight. user32: Allow button-down events on the system menu to continue tracking. user32: A second button-up on the system menu should end the tracking. user32: A button-up in the menu-bar, but not on an item, should stop the tracking. user32: Use the original message's wparam during the double-click comparison. user32: End the tracking on a system menu double-click. ole32: Fix incorrectly assigned member in the presentation stream. ole32: Start allocating regular cache entries with id of 2. ole32: Add the ability to create an entry without returning it. ole32: Create initial cache entries for the CLSID_Picture_ classes. ole32/tests: Add tests for automatic cache entry creation. ole32: InitNew() should fail if there is a current storage. ole32/tests: Add tests for InitNew(). wineandroid: The event list may have been altered by a recursive call, so restart the loop from the beginning. wineandroid: Tell git diff about java files. Jacek Caban (27): oleaut32/tests: Use static oleaut32 linking in vartest.c. wininet: Correctly handle redirects to non-http URLs. wininet/tests: Added a helper for testing INTERNET_OPTION_URL. wininet/tests: Create events once for all tests. wininet/tests: Introduce open_socket_request helper. wininet/tests: Added redirection tests using test server. wmp: Added IOleObject::GetExtent and SetExtent implementation. rpcrt4: Store server thread handle in RpcServerProtseq. rpcrt4: Store listening pipe name in RpcConnection_np. rpcrt4: Recreate listening pipe in rpcrt4_protseq_np_get_wait_array if needed. rpcrt4: Wait for all active connections to be released before quiting server thread. rpcrt4: Wait for server threads to finish in RpcMgmtWaitServerListen. rpcrt4/tests: Added more server stopping tests. urlmon.idl: Added IBindCallbackRedirect declaration. mshtmhst.idl: Added missing DOCHOSTUIFLAG values. urlmon/tests: Get rid of debug leftovers. urlmon.idl: Added BINDINFO_OPTIONS declaration. urlmon: Added support for BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS in http protocol handler. urlmon/tests: Added test of hanling BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS by http protocol provider. urlmon: Release previously set URI in BindProtocol::StartEx. urlmon: Added a helper function for releasing protocol handler. urlmon: Support BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS in BindProtocol object. urlmon/tests: Added BindProtocol redirection handling tests. mshtml: Added IBindCallbackRedirect implementation. mshtml: Added DOCHOSTUIFLAG_ENABLE_REDIRECT_NOTIFICATION flag support. rpcrt4: Fix a race when server grabs a connection from the list of active connections. rpcrt4: Change RPCRT4_ReleaseConnection return type to void. Josh DuBois (2): wineandroid: Implement GetKeyNameText. wineandroid: Implement MapVirtualKeyEx. Józef Kucia (26): wined3d: Require just specific OpenGL extensions and SM4 support for SM5. wined3d: Introduce query operation to destroy queries. wined3d: Trace color fixup checks in apply_format_fixups(). wined3d: Do not bother to check identity fixup support. wined3d: Remove outdated comment in CheckRenderTargetCapability(). d3d11/tests: Prefer D3D11 enum values. wined3d: Fix FFP lighting. wined3d: Bind frag data location for core context draw quad shader. wined3d: Use ARRAY_SIZE() in init_format_filter_info(). wined3d: Use ARRAY_SIZE() in wined3d_format_get_color_key_conversion(). user32: Fix memory leak in WinHelpA(). wined3d: Prefer GLSL 1.50 shaders in draw_test_quad(). d3d8: Validate adapter format in CheckDeviceFormat(). wined3d: Extend wined3d_check_device_format() to allow querying general format support. d3d11: Partially implement d3d11_device_CheckFormatSupport() on top of wined3d_check_device_format(). wined3d: Correctly handle phase instance ID register when ARB_shading_language_pack420 is not supported. d3d11/tests: Introduce get_query_data() helper function. wined3d: Introduce get_query_result64() helper function. wined3d: Rearrange wined3d_query_type enum values. d3d11/tests: Add additional test for pipeline statistics query with no pixel shader. d3d11/tests: Fix ok() checks in test_timestamp_query(). d3d10core/tests: Introduce get_query_data() helper function. d3d11: Implement d3d11_query_GetDesc(). d3d11: Implement d3d10_query_GetDesc(). d3d11: Fixup D3D10_QUERY_PIPELINE_STATISTICS data. d3d10core/tests: Port test_pipeline_statistics_query() from d3d11. Ken Thomases (2): ntdll: On macOS, don't use clock_gettime() even if it's available. server: On macOS, don't use clock_gettime() even if it's available. Kim Malmo (1): po: Update Norwegian translation. Lauri Kenttä (1): po: Update Finnish translation. Marcin Mikołajczak (1): po: Updated Polish translation. Marcus Meissner (1): hid: Increase buffer size to allow 16bit value + space + NUL (GCC7). Michael Müller (4): wined3d: Don't leak free_so_statistics_queries on device destruction. include: Fix definition of EXTERN_GUID. wined3d: Implement WINED3D_QUERY_TYPE_PIPELINE_STATISTICS. d3d11/tests: Add basic test for D3D11_QUERY_PIPELINE_STATISTICS. Nikolay Sivov (33): dwrite: Grab font data reference when adding replacement. comctl32: Change some overly exciting tracing messages. include: Added IMFSourceResolver definition. mfplat: Return stub IMFSourceResolver from MFCreateSourceResolver(). comctl32/toolbar: Don't add NULL imagelist entries. comctl32/toolbar: Support undocumented IDs for standard bitmap lists. comdlg32: Simplify notification helper. comdlg32: Improve tracing messages. include: Add some missing Common Controls definitions. comctl32/taskdialog: Added TaskDialog() export. mf: Added MFCreateTopology and stub IMFTopology implementation. include: Added CreateSymbolicLink() flag. po: Update Russian translation. mf: Added IMFMediaSession stub. shell32: Avoid zero length allocations when converting path in ExtractIconA() (Valgrind). d3drm/tests: Some tests for creating texture from ddraw surface. d3drm: Implement CreateTextureFromSurface() and related methods. d3drm: Fix IDirect3DRMMesh::QueryInterface to support IDirect3DRMObject and IDirect3DRMVisual. d3drm: Fix IDirect3DRMMeshBuilder::QueryInterface to support IDirect3DRMObject and IDirect3DRMVisual. inetcomm/tests: Return interface pointer for test stream. inetcomm: Release previously set data (Valgrind). inetcomm: Implemented IMimeBody::GetClassID(). d3drm: Consolidate GetClassName() implementation, reduce tests duplication. d3drm/tests: Added a helper to create test window. mpr/tests: Remove NT4 version check. oleaut32/tests: Basic test for invalid arguments in LoadTypeLib/LoadTypeLibEx. po: Update Russian translation. d3drm: Use consistent naming for mesh builder implementation pointers. d3drm: Implement AddVertex() for mesh builder. d3drm: Implement AddNormal() for mesh builder. shell32: Use IS_INTRESOURCE() to test context menu verb kind. d3drm: Make it possible to create faces with CreateObject(). d3drm: Make it possible to create mesh builder with CreateObject(). Owen Rudge (11): wsdapi: Implement AddNamespace. wsdapi: Implement AddNameToNamespace. wsdapi: Create default XML context in WSDCreateDiscoveryPublisher if required. include: Add definitions for IWSDUdpAddress, IWSDTransportAddress. wsdapi: Add stub implementation of IWSDUdpAddress. wsdapi/tests: Add WSDCreateUdpAddress tests. wsdapi/tests: Add tests for Get/SetTransportAddress. wsdapi/tests: Add tests for Get/SetPort. wsdapi/tests: Add tests for Get/SetMessageType. wsdapi/tests: Add tests for Get/SetSockaddr. include: Add IWSDUdpMessageParameters interface declaration. Paul Gofman (14): d3dx9: Get rid of table lookup for converting between register indexes and offsets. d3dx9: Factor out get_const_upload_info() function. d3dx9: Factor out table_type_from_param_type() function. d3dx9: Precompute and store a constant direct copy flag. d3dx9: Don't add const setting entries with zero count. d3dx9: Merge constant setting for child parameters when possible. d3dx9: Limit constant size by register count instead of table size. d3dx9/tests: Remove a leftover todo_wine_if in test_effect_preshader(). d3dx9/tests: Extend test for boolean matrix constant setting. d3dx9/tests: Factor out test_effect_preshader_clear_pbool_consts() function. d3dx9/tests: Factor out test_effect_preshader_compare_pbool_consts() function. d3dx9/tests: Initialize boolean constants with the inverse of expected result. d3dx9/tests: Add tests for up[censored] boolean matrices on CommitChanges. d3dx9: Remove redundant FIXME in set_constants(). Piotr Caban (4): winemac: Don't update clipboard if its content didn't change. include: Add __EXCEPT_CTX/__FINALLY_CTX macros. msvcrt: Use temp directory when creating file in tmpfile. msvcrt: Translate SEH exception on each call to __CxxFrameHandler (i386). Sebastian Lackner (4): winex11.drv: Fix compilation when XFixes is not present. kernel32: Add missing WINAPI to SetThreadIdealProcessorEx implementation. d3d11: Remove duplicate const in d3d11_device_CheckFormatSupport. ntdll: Do not cast unaligned pointer to M128A in set_context_reg. Stefan Dösinger (1): msvcp140: Implement _To_wide. Zebediah Figura (9): user32/tests: Add tests for minimizing MDI windows. msacm32: Don't write cbSize if the format is WAVE_FORMAT_PCM. msacm32: Add more invalid parameter checks for acmFormatEnum(). msacm32: Add invalid parameter checks for acmFormatDetails(). msacm32: Add more invalid parameter checks for acmFormatSuggest(). msacm32: Try to suggest PCM to PCM conversion first. imaadp32.acm: Fix block size calculations. imaadp32.acm: Fix nibble ordering. msacm32: Check correct variable. -- Alexandre Julliard julliard ( -at -) winehq.org
  3. Hello LanOC Affiliates and newsletter subscribers, here is our newest posting. We would appreciate you spreading the word! LanOC Reviews has released a new article which you and your readers might enjoy. We would be grateful if you would please share it with them. *TITLE:* Asus Strix Z270I Gaming ( -at -) LanOC Reviews <https://lanoc.org/review/motherboards/7555-asus-strix-z270i-gaming> *DESCRIPTION:* So I had the chance to check out our first ITX Z270 board with the Gigabyte Z270N Gaming 5 just last week. As soon as I was done testing, I swapped it out and jumped right into the second board that came in, the Asus Strix Z270I Gaming. This board was sent specifically for an upcoming project build, just like the Asus Strix GTX 1080 11Gbps that I also took a look at last week. While I wait for a few of the last components for the build I wanted to take a closer look at the board and make sure it was going to be what we are looking for. *ARTICLE URL:* https://lanoc.org/review/motherboards/7555-asus-strix-z270i-gaming *LARGE IMAGE URL:* https://lanoc.org/images/reviews/2017/asus_strix_z270i/title.jpg *SMALL IMAGE URL:* https://lanoc.org/images/reviews/2017/asus_strix_z270i/email.jpg Thank you for your help Our content is syndicated by *RSS* 2.0 at: http://lanoc.org/review?fo rmat=feed&type=atom Check out our *YouTube* Channel: http://www.youtube.com/user/LanocReviews Follow us on *Twitter*: http://www.twitter.com/LanOC_Reviews Join our group on *Facebook*: http://www.facebook.com/LanOCReviews Join our *Steam* Group: http://steamcommunity.com/groups/lanoc *If this message has been sent to an incorrect address, or you no longer wish to receive our news, please email us back and let us know at reviews ( -at -) lanoc.org* ---------------------------------------- Wes Compton Editor-in-Chief LanOC Reviews http://lanoc.org ( -at -) LanOC_Reviews <http://twitter.com/#!/LanOC_Reviews> Google Plus <https://plus.google.com/u/1/b/111054267662763089650/> Our Facebook Page <http://www.facebook.com/LanOCReviews>
  4. -------- STEELSERIES QCK PRISM MOUSING SURFACE REVIEW ( -at -) APH NETWORKS --------- Hello everyone! APH Networks has published a new review that your readers might enjoy. A post in your site's news section would be greatly appreciated! Don't forget to send your site news to us. As we promise to post your news articles on APH Networks periodically, we would certainly appreciate it if you do the same as well. Thank you for your support in advance! * Title: SteelSeries QcK Prism Mousing Surface Review ( -at -) APH Networks * Description: Hard or soft, lights or none, the SteelSeries QcK Prism is a brilliant looking mousing surface with customization up the wazoo. * Link: http://aphnetworks.com/reviews/steelseries-qck-prism * Image: http://aphnetworks.com/review/steelseries-qck-prism/009.jpg Best Regards, Jonathan Kwan Editor-in-Chief APH Networks Inc. http://aphnetworks.com -- Unsubscribe from this newsletter: http://aphnetworks.com/newsletter/confirm/remove/c77c84bd425t5
  5. ** TECHSPOT ------------------------------------------------------------ ** Corsair Glaive RGB Gaming Mouse Review ------------------------------------------------------------ ** http://www.techspot.com/review/1405-corsair-glaive-mouse/ ------------------------------------------------------------ I'm a huge fan of Corsair's mechanical gaming keyboards, but I'll admit I had never used a Corsair gaming mouse until the Glaive landed on my desk a couple of weeks ago. As a long-time user of Razer's DeathAdder, I decided to switch over the Glaive full-time to see if it could win me over for everyday and gaming use cases. Thank you. Julio Franco Executive Editor | TECHSPOT ( -at -) juliofranco ----------------------------------- ============================================================ Our mailing address is: TechSpot 8237 NW 68 St Miami, FL 33166 USA
  6. Linksys WRT3200ACM AC3200 Wireless Router Review ------------------------------------------------------------ http://mailchi.mp/kitguru/linksys-wrt3200acm-ac3200-wireless-router-review?e=872093acb5 http://www.kitguru.net Linksys WRT3200ACM AC3200 Wireless Router Review After our recent adventures with mesh networking in the shape of the NETGEAR Orbi (http://www.kitguru.net/peripherals/james-morris/netgear-orbi-ac3000-tri-band-router-review/) and Linksys Velop (http://www.kitguru.net/peripherals/james-morris/linksys-velop-ac2200-triband-router-retest-and-new-features/) , it’s time to bring things back down to earth a bit with a more mainstream router. This isn’t to say that the Linksys WRT3200ACM is run-of-the-mill. But the sub-£200 price and features make it more like the kind of device you would consider as a sensible improvement over or replacement of the wireless router that came with your broadband. Read the review here: https://www.kitguru.net/peripherals/james-morris/linksys-wrt3200acm-ac3200-wireless-router-review/ ============================================================ ** follow on Twitter (http://twitter.com/#!/kitgurupress) | ** friend on Facebook (http://www.facebook.com/pages/KitGuru/162236020510911) | ** forward to a friend (http://us2.forward-to-friend.com/forward?u=bfb2b902b5fb045ad6f841f98&id=e9ba907046&e=872093acb5) Copyright © 2017 KitGuru, All rights reserved. You are receiving this because you are a news partner or have signed up to receive our news.
  7. A news post would be great. OCC has published a review on the ASUS ROG Rampage V Edition 10 Here is a quote from the review: Quote: â€ÂOverclocking comes in several flavors on the Rampage V Edition 10. Using ASUS F11 tool in the BIOS or choosing one of several options in the Extreme Tweaker section of the UEFI BIOS let you sit back and watch the tools work. In this case, a solid 3.875GHz overclock was as simple as choosing the tool in the BIOS and selecting it. Using the 5-Way Optimization tool in AiSuite III within the operating system follows the same algorithms, but adds a few more twists into the mix by tuning fan performance, as well as the CPU and DRAM performance settings. Manual overclocking is going to get you the highest overclock with most boards and this one is no different in that regard. A speed of 4.4GHz is the maximum all core overclock my Core i7 6950X can deliver with even the custom water cooling solution I use. However, if you want a no fuss overclock, this board delivers and you can always push a little harder.†Title: ASUS ROG Rampage V Edition 10 Review Link: http://www.overclockersclub.com/reviews/asus_rog_rampage_v_edition_10/ Img: http://www.overclockersclub.com/siteimages/articles/asus_rog_rampage_v_edition_10/9_thumb.jpg
  8. View this email in your browser (http://mailchi.mp/hothardware/intel-optane-memory-with-3d-xpoint-review-easy-robust-pc-acceleration-1082805?e=0c004f9c13) It is expected that Windows 10 PCs running Snapdragon 835 processor will arrive in the fall, just in time for the Windows 10 Fall Creators Update. However, Intel at this point seems poised to make sure that the launch meets serious opposition, one way or another... Intel Fires Warning Shot At Qualcomm And Microsoft Over Windows 10 ARM Emulation (http://hothardware.us3.list-manage1.com/track/click?u=efc4c507c2cf964fc2462caca&id=a541ae50f8&e=0c004f9c13) http://hothardware.us3.list-manage.com/track/click?u=efc4c507c2cf964fc2462caca&id=a10696e610&e=0c004f9c13 http://hothardware.us3.list-manage.com/track/click?u=efc4c507c2cf964fc2462caca&id=55563d2be9&e=0c004f9c13 Best Regards, HotHardware.com (http://hothardware.us3.list-manage1.com/track/click?u=efc4c507c2cf964fc2462caca&id=92cdb65f9e&e=0c004f9c13) http://hothardware.us3.list-manage.com/track/click?u=efc4c507c2cf964fc2462caca&id=3e1c175bda&e=0c004f9c13 http://hothardware.us3.list-manage.com/track/click?u=efc4c507c2cf964fc2462caca&id=b32b788bb4&e=0c004f9c13 http://hothardware.us3.list-manage1.com/track/click?u=efc4c507c2cf964fc2462caca&id=4651630c42&e=0c004f9c13 ============================================================
  9. Dear Editors, we just posted a new article which might be interesting to your readers. A post in your news section would be appreciated. Title: ASUS MAXIMUS IX FORMULA Link: https://www.techpowerup.com/reviews/ASUS/MAXIMUS_IX_FORMULA Brief: ASUS' ROG brand has long been a favorite of a good majority of the PC enthusiast community, and with each generation, the experience only gets better. The MAXIMUS IX FORMULA is the perfect example of what makes ASUS so popular.
  10. openSUSE Security Update: Security update for java-1_8_0-openjdk ______________________________________________________________________________ Announcement ID: openSUSE-SU-2017:1507-1 Rating: important References: #1034849 Cross-References: CVE-2017-3509 CVE-2017-3511 CVE-2017-3512 CVE-2017-3514 CVE-2017-3526 CVE-2017-3533 CVE-2017-3539 CVE-2017-3544 Affected Products: openSUSE Leap 42.2 ______________________________________________________________________________ An update that fixes 8 vulnerabilities is now available. Description: This update for java-1_8_0-openjdk fixes the following issues: - Upgrade to version jdk8u131 (icedtea 3.4.0) - bsc#1034849 * Security fixes - S8163520, CVE-2017-3509: Reuse cache entries - S8163528, CVE-2017-3511: Better library loading - S8165626, CVE-2017-3512: Improved window framing - S8167110, CVE-2017-3514: Windows peering issue - S8168699: Validate special case invocations - S8169011, CVE-2017-3526: Resizing XML parse trees - S8170222, CVE-2017-3533: Better transfers of files - S8171121, CVE-2017-3539: Enhancing jar checking - S8171533, CVE-2017-3544: Better email transfer - S8172299: Improve class processing * New features - PR1969: Add AArch32 JIT port - PR3297: Allow Shenandoah to be used on AArch64 - PR3340: jstack.stp should support AArch64 * Import of OpenJDK 8 u131 build 11 - S6474807: (smartcardio) CardTerminal.connect() throws CardException instead of CardNotPresentException - S6515172, PR3346: Runtime.availableProcessors() ignores Linux taskset command - S7155957: closed/java/awt/MenuBar/MenuBarStress1/MenuBarStress1.java hangs on win 64 bit with jdk8 - S7167293: FtpURLConnection connection leak on FileNotFoundException - S8035568: [macosx] Cursor management unification - S8079595: Resizing dialog which is JWindow parent makes JVM crash - S8130769: The new menu can't be shown on the menubar after clicking the "Add" button. - S8146602: jdk/test/sun/misc/URLClassPath/ClassnameCharTest.java test fails with NullPointerException - S8147842: IME Composition Window is displayed at incorrect location - S8147910, PR3346: Cache initial active_processor_count - S8150490: Update OS detection code to recognize Windows Server 2016 - S8160951: [TEST_BUG] javax/xml/bind/marshal/8134111/UnmarshalTest.java should be added into :needs_jre group - S8160958: [TEST_BUG] java/net/SetFactoryPermission/SetFactoryPermission.java should be added into :needs_compact2 group - S8161147: jvm crashes when -XX:+UseCountedLoopSafepoints is enabled - S8161195: Regression: closed/javax/swing/text/FlowView/LayoutTest.java - S8161993, PR3346: G1 crashes if active_processor_count changes during startup - S8162876: [TEST_BUG] sun/net/www/protocol/http/HttpInputStream.java fails intermittently - S8162916: Test sun/security/krb5/auto/UnboundSSL.java fails - S8164533: sun/security/ssl/SSLSocketImpl/CloseSocket.java failed with "Error while cleaning up threads after test" - S8167179: Make XSL generated namespace prefixes local to transformation process - S8168774: Polymorhic signature method check crashes javac - S8169465: Deadlock in com.sun.jndi.ldap.pool.Connections - S8169589: [macosx] Activating a JDialog puts to back another dialog - S8170307: Stack size option -Xss is ignored - S8170316: (tz) Support tzdata2016j - S8170814: Reuse cache entries (part II) - S8170888, PR3314, RH1284948: [linux] Experimental support for cgroup memory limits in container (ie Docker) environments - S8171388: Update JNDI Thread contexts - S8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state - S8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked. - S8173030: Temporary backout fix #8035568 from 8u131-b03 - S8173031: Temporary backout fix #8171952 from 8u131-b03 - S8173783, PR3328: IllegalArgumentException: jdk.tls.namedGroups - S8173931: 8u131 L10n resource file update - S8174844: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle - S8174985: NTLM authentication doesn't work with IIS if NTLM cache is disabled - S8176044: (tz) Support tzdata2017a * Backports - S6457406, PR3335: javadoc doesn't handle properly in producing index pages - S8030245, PR3335: Update langtools to use try-with-resources and multi-catch - S8030253, PR3335: Update langtools to use strings-in-switch - S8030262, PR3335: Update langtools to use foreach loops - S8031113, PR3337: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently - S8031625, PR3335: javadoc problems referencing inner class constructors - S8031649, PR3335: Clean up javadoc tests - S8031670, PR3335: Remove unneeded -source options in javadoc tests - S8032066, PR3335: Serialized form has broken links to non private inner classes of package private - S8034174, PR2290: Remove use of JVM_* functions from java.net code - S8034182, PR2290: Misc. warnings in java.net code - S8035876, PR2290: AIX build issues after '8034174: Remove use of JVM_* functions from java.net code' - S8038730, PR3335: Clean up the way JavadocTester is invoked, and checks for errors. - S8040903, PR3335: Clean up use of BUG_ID in javadoc tests - S8040904, PR3335: Ensure javadoc tests do not overwrite results within tests - S8040908, PR3335: javadoc test TestDocEncoding should use -notimestamp - S8041150, PR3335: Avoid silly use of static methods in JavadocTester - S8041253, PR3335: Avoid redundant synonyms of NO_TEST - S8043780, PR3368: Use open(O_CLOEXEC) instead of fcntl(FD_CLOEXEC) - S8061305, PR3335: Javadoc crashes when method name ends with "Property" - S8072452, PR3337: Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits - S8075565, PR3337: Define ( -at -) intermittent jtreg keyword and mark intermittently failing jdk tests - S8075670, PR3337: Remove intermittent keyword from some tests - S8078334, PR3337: Mark regression tests using randomness - S8078880, PR3337: Mark a few more intermittently failuring security-libs - S8133318, PR3337: Exclude intermittent failing PKCS11 tests on Solaris SPARC 11.1 and earlier - S8144539, PR3337: Update PKCS11 tests to run with security manager - S8144566, PR3352: Custom HostnameVerifier disables SNI extension - S8153711, PR3313, RH1284948: [REDO] JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command - S8155049, PR3352: New tests from 8144566 fail with "No expected Server Name Indication" - S8173941, PR3326: SA does not work if executable is DSO - S8174164, PR3334, RH1417266: SafePointNode::_replaced_nodes breaks with irreducible loops - S8174729, PR3336, RH1420518: Race Condition in java.lang.reflect.WeakCache - S8175097, PR3334, RH1417266: [TESTBUG] 8174164 fix missed the test * Bug fixes - PR3348: Architectures unsupported by SystemTap tapsets throw a parse error - PR3378: Perl should be mandatory - PR3389: javac.in and javah.in should use ( -at -) PERL ( -at -) rather than a hardcoded path * AArch64 port - S8168699, PR3372: Validate special case invocations [AArch64 support] - S8170100, PR3372: AArch64: Crash in C1-compiled code accessing References - S8172881, PR3372: AArch64: assertion failure: the int pressure is incorrect - S8173472, PR3372: AArch64: C1 comparisons with null only use 32-bit instructions - S8177661, PR3372: Correct ad rule output register types from iRegX to iRegXNoSp * AArch32 port - PR3380: Zero should not be enabled by default on arm with the AArch32 HotSpot build - PR3384, S8139303, S8167584: Add support for AArch32 architecture to configure and jdk makefiles - PR3385: aarch32 does not support -Xshare:dump - PR3386, S8164652: AArch32 jvm.cfg wrong for C1 build - PR3387: Installation fails on arm with AArch32 port as INSTALL_ARCH_DIR is arm, not aarch32 - PR3388: Wrong path for jvm.cfg being used on arm with AArch32 build * Shenandoah - Fix Shenandoah argument checking on 32bit builds. - Import from Shenandoah tag aarch64-shenandoah-jdk8u101-b14-shenandoah-merge-2016-07-25 - Import from Shenandoah tag aarch64-shenandoah-jdk8u121-b14-shenandoah-merge-2017-02-20 - Import from Shenandoah tag aarch64-shenandoah-jdk8u121-b14-shenandoah-merge-2017-03-06 - Import from Shenandoah tag aarch64-shenandoah-jdk8u121-b14-shenandoah-merge-2017-03-09 - Import from Shenandoah tag aarch64-shenandoah-jdk8u121-b14-shenandoah-merge-2017-03-23 This update was imported from the SUSE:SLE-12-SP1:Update update project. Patch Instructions: To install this openSUSE Security Update use YaST online_update. Alternatively you can run the command listed for your product: - openSUSE Leap 42.2: zypper in -t patch openSUSE-2017-662=1 To bring your system up-to-date, use "zypper patch". Package List: - openSUSE Leap 42.2 (i586 x86_64): java-1_8_0-openjdk-1.8.0.131-10.8.1 java-1_8_0-openjdk-accessibility-1.8.0.131-10.8.1 java-1_8_0-openjdk-debuginfo-1.8.0.131-10.8.1 java-1_8_0-openjdk-debugsource-1.8.0.131-10.8.1 java-1_8_0-openjdk-demo-1.8.0.131-10.8.1 java-1_8_0-openjdk-demo-debuginfo-1.8.0.131-10.8.1 java-1_8_0-openjdk-devel-1.8.0.131-10.8.1 java-1_8_0-openjdk-devel-debuginfo-1.8.0.131-10.8.1 java-1_8_0-openjdk-headless-1.8.0.131-10.8.1 java-1_8_0-openjdk-headless-debuginfo-1.8.0.131-10.8.1 java-1_8_0-openjdk-src-1.8.0.131-10.8.1 - openSUSE Leap 42.2 (noarch): java-1_8_0-openjdk-javadoc-1.8.0.131-10.8.1 References: https://www.suse.com/security/cve/CVE-2017-3509.html https://www.suse.com/security/cve/CVE-2017-3511.html https://www.suse.com/security/cve/CVE-2017-3512.html https://www.suse.com/security/cve/CVE-2017-3514.html https://www.suse.com/security/cve/CVE-2017-3526.html https://www.suse.com/security/cve/CVE-2017-3533.html https://www.suse.com/security/cve/CVE-2017-3539.html https://www.suse.com/security/cve/CVE-2017-3544.html https://bugzilla.suse.com/1034849 -- To unsubscribe, e-mail: opensuse-security-announce+unsubscribe ( -at -) opensuse.org For additional commands, e-mail: opensuse-security-announce+help ( -at -) opensuse.org
  11. openSUSE Security Update: Security update for the Linux Kernel ______________________________________________________________________________ Announcement ID: openSUSE-SU-2017:1513-1 Rating: important References: #1003581 #1004003 #1011044 #1012422 #1012452 #1012829 #1012910 #1012985 #1013561 #1018885 #1020412 #1022266 #1026570 #1028310 #1028340 #1029607 #1030057 #1031040 #1031142 #1031470 #1031500 #1031512 #1031717 #1034635 #1034670 #1034762 #1034995 #1035024 #1035866 #1035887 #1035920 #1035922 #1036214 #1036752 #1036763 #1037177 #1037186 #1037384 #1037483 #1037871 #1037969 #1038033 #1038043 #1038142 #1038143 #1038297 #1038458 #1038544 #1038842 #1038843 #1038846 #1038847 #1038848 #1038879 #1039700 #1039864 #1039882 #1039883 #1039885 #1040069 #1040125 #1040279 #1040395 #1040425 #1040463 #1040929 #1040941 #1041087 #1041160 #1041168 #1041242 #799133 #922871 #966321 #971975 #989311 Cross-References: CVE-2017-7487 CVE-2017-7645 CVE-2017-8890 CVE-2017-9074 CVE-2017-9075 CVE-2017-9076 CVE-2017-9077 CVE-2017-9150 Affected Products: openSUSE Leap 42.2 ______________________________________________________________________________ An update that solves 8 vulnerabilities and has 68 fixes is now available. Description: The openSUSE Leap 42.2 kernel was updated to 4.4.70 to receive various security and bugfixes. The following security bugs were fixed: - CVE-2017-9076: The dccp_v6_request_recv_sock function in net/dccp/ipv6.c in the Linux kernel mishandled inheritance, which allowed local users to cause a denial of service or possibly have unspecified other impact via crafted system calls, a related issue to CVE-2017-8890 (bnc#1039885). - CVE-2017-9077: The tcp_v6_syn_recv_sock function in net/ipv6/tcp_ipv6.c in the Linux kernel mishandled inheritance, which allowed local users to cause a denial of service or possibly have unspecified other impact via crafted system calls, a related issue to CVE-2017-8890 (bnc#1040069). - CVE-2017-9075: The sctp_v6_create_accept_sk function in net/sctp/ipv6.c in the Linux kernel mishandled inheritance, which allowed local users to cause a denial of service or possibly have unspecified other impact via crafted system calls, a related issue to CVE-2017-8890 (bnc#1039883). - CVE-2017-9074: The IPv6 fragmentation implementation in the Linux kernel did not consider that the nexthdr field may be associated with an invalid option, which allowed local users to cause a denial of service (out-of-bounds read and BUG) or possibly have unspecified other impact via crafted socket and send system calls (bnc#1039882). - CVE-2017-7487: The ipxitf_ioctl function in net/ipx/af_ipx.c in the Linux kernel mishandled reference counts, which allowed local users to cause a denial of service (use-after-free) or possibly have unspecified other impact via a failed SIOCGIFADDR ioctl call for an IPX interface (bnc#1038879). - CVE-2017-8890: The inet_csk_clone_lock function in net/ipv4/inet_connection_sock.c in the Linux kernel allowed attackers to cause a denial of service (double free) or possibly have unspecified other impact by leveraging use of the accept system call (bnc#1038544). - CVE-2017-9150: The do_check function in kernel/bpf/verifier.c in the Linux kernel did not make the allow_ptr_leaks value available for restricting the output of the print_bpf_insn function, which allowed local users to obtain sensitive address information via crafted bpf system calls (bnc#1040279). - CVE-2017-7645: The NFSv2/NFSv3 server in the nfsd subsystem in the Linux kernel allowed remote attackers to cause a denial of service (system crash) via a long RPC reply, related to net/sunrpc/svc.c, fs/nfsd/nfs3xdr.c, and fs/nfsd/nfsxdr.c. (bsc#1034670) The following non-security bugs were fixed: - 9p: fix a potential acl leak (4.4.68 stable queue). - acpi / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removal (bsc#1031717). - acpi / scan: Drop support for force_remove (bnc#1029607). - ahci: disable correct irq for dummy ports (bsc#1040125). - alsa: hda - Fix deadlock of controller device lock at unbinding (4.4.68 stable queue). - arm: 8452/3: PJ4: make coprocessor access sequences buildable in Thumb2 mode (4.4.68 stable queue). - arm: OMAP5 / DRA7: Fix HYP mode boot for thumb2 build (4.4.68 stable queue). - asoc: rt5640: use msleep() for long delays (bsc#1031717). - asoc: sti: Fix error handling if of_clk_get() fails (bsc#1031717). - blacklist 61e8a0d5a027 powerpc/pci: Fix endian bug in fixed PHB numbering (bsc#989311) - block: get rid of blk_integrity_revalidate() (4.4.68 stable queue). - bna: avoid writing uninitialized data into hw registers (bsc#966321 FATE#320156). - bnxt_en: allocate enough space for ->ntp_fltr_bmap (bsc#1020412 FATE#321671). - bpf, arm64: fix jit branch offset related to ldimm64 (4.4.68 stable queue). - brcmfmac: Ensure pointer correctly set if skb data location changes (4.4.68 stable queue). - brcmfmac: Make skb header writable before use (4.4.68 stable queue). - brcmfmac: restore stopping netdev queue when bus clogs up (bsc#1031717). - btrfs: add a flags field to btrfs_fs_info (bsc#1012452). - btrfs: add ASSERT for block group's memory leak (bsc#1012452). - btrfs: add btrfs_trans_handle->fs_info pointer (bsc#1012452). - btrfs: add bytes_readonly to the spaceinfo at once (bsc#1012452). - btrfs: add check to sysfs handler of label (bsc#1012452). - btrfs: add dynamic debug support (bsc#1012452). - btrfs: add error handling for extent buffer in print tree (bsc#1012452). - btrfs: add missing bytes_readonly attribute file in sysfs (bsc#1012452). - btrfs: add missing check for writeback errors on fsync (bsc#1012452). - btrfs: add more validation checks for superblock (bsc#1012452). - btrfs: Add ratelimit to btrfs printing (bsc#1012452). - btrfs: add read-only check to sysfs handler of features (bsc#1012452). - btrfs: add semaphore to synchronize direct IO writes with fsync (bsc#1012452). - btrfs: add tracepoint for adding block groups (bsc#1012452). - btrfs: add tracepoints for flush events (bsc#1012452). - btrfs: add validadtion checks for chunk loading (bsc#1012452). - btrfs: add write protection to SET_FEATURES ioctl (bsc#1012452). - btrfs: allow balancing to dup with multi-device (bsc#1012452). - btrfs: always reserve metadata for delalloc extents (bsc#1012452). - btrfs: always use trans->block_rsv for orphans (bsc#1012452). - btrfs: avoid blocking open_ctree from cleaner_kthread (bsc#1012452). - btrfs: avoid deadlocks during reservations in btrfs_truncate_block (bsc#1012452). - btrfs: avoid overflowing f_bfree (bsc#1012452). - btrfs: btrfs_abort_transaction, drop root parameter (bsc#1012452). - btrfs: __btrfs_buffered_write: Pass valid file offset when releasing delalloc space (bsc#1012452). - btrfs: btrfs_check_super_valid: Allow 4096 as stripesize (bsc#1012452). - btrfs: btrfs_debug should consume fs_info when DEBUG is not defined (bsc#1012452). - btrfs: btrfs_relocate_chunk pass extent_root to btrfs_end_transaction (bsc#1012452). - btrfs: build fixup for qgroup_account_snapshot (bsc#1012452). - btrfs: change BUG_ON()'s to ASSERT()'s in backref_cache_cleanup() (bsc#1012452). - btrfs: change delayed reservation fallback behavior (bsc#1012452). - btrfs: change how we calculate the global block rsv (bsc#1012452). - btrfs: check btree node's nritems (bsc#1012452). - btrfs: check if extent buffer is aligned to sectorsize (bsc#1012452). - btrfs: check inconsistence between chunk and block group (bsc#1012452). - btrfs: clarify do_chunk_alloc()'s return value (bsc#1012452). - btrfs: clean the old superblocks before freeing the device (bsc#1012452). - btrfs: clean up and optimize __check_raid_min_device() (bsc#1012452). - btrfs: cleanup assigning next active device with a check (bsc#1012452). - btrfs: cleanup BUG_ON in merge_bio (bsc#1012452). - btrfs: Cleanup compress_file_range() (bsc#1012452). - btrfs: cleanup error handling in extent_write_cached_pages (bsc#1012452). - btrfs: clear uptodate flags of pages in sys_array eb (bsc#1012452). - btrfs: clone: use vmalloc only as fallback for nodesize bufer (bsc#1012452). - btrfs: convert nodesize macros to static inlines (bsc#1012452). - btrfs: convert printk(KERN_* to use pr_* calls (bsc#1012452). - btrfs: convert pr_* to btrfs_* where possible (bsc#1012452). - btrfs: convert send's verbose_printk to btrfs_debug (bsc#1012452). - btrfs: copy_to_sk drop unused root parameter (bsc#1012452). - btrfs: create a helper function to read the disk super (bsc#1012452). - btrfs: create example debugfs file only in debugging build (bsc#1012452). - btrfs: create helper btrfs_find_device_by_user_input() (bsc#1012452). - btrfs: create helper function __check_raid_min_devices() (bsc#1012452). - btrfs: detect corruption when non-root leaf has zero item (bsc#1012452). - btrfs: divide btrfs_update_reserved_bytes() into two functions (bsc#1012452). - btrfs: do not background blkdev_put() (bsc#1012452). - btrfs: do not bother kicking async if there's nothing to reclaim (bsc#1012452). - btrfs: do not BUG_ON() in btrfs_orphan_add (bsc#1012452). - btrfs: do not create empty block group if we have allocated data (bsc#1012452). - btrfs: do not decrease bytes_may_use when replaying extents (bsc#1012452). - btrfs: do not do nocow check unless we have to (bsc#1012452). - btrfs: do not do unnecessary delalloc flushes when relocating (bsc#1012452). - btrfs: do not force mounts to wait for cleaner_kthread to delete one or more subvolumes (bsc#1012452). - btrfs: do not wait for unrelated IO to finish before relocation (bsc#1012452). - btrfs: do not WARN() in btrfs_transaction_abort() for IO errors (bsc#1035866). - btrfs: end transaction if we abort when creating uuid root (bsc#1012452). - btrfs: enhance btrfs_find_device_by_user_input() to check device path (bsc#1012452). - btrfs: error out if generic_bin_search get invalid arguments (bsc#1012452). - btrfs: expand cow_file_range() to support in-band dedup and subpage-blocksize (bsc#1012452). - btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchset (bsc#1012452). - btrfs: fill relocation block rsv after allocation (bsc#1012452). - btrfs: fix an integer overflow check (bsc#1012452). - btrfs: fix a possible umount deadlock (bsc#1012452). - btrfs: fix btrfs_no_printk stub helper (bsc#1012452). - btrfs: Fix BUG_ON condition in scrub_setup_recheck_block() (bsc#1012452). - btrfs: fix BUG_ON in btrfs_mark_buffer_dirty (bsc#1012452). - btrfs: fix BUG_ON in btrfs_submit_compressed_write (bsc#1012452). - btrfs: fix callers of btrfs_block_rsv_migrate (bsc#1012452). - btrfs: fix check_direct_IO() for non-iovec iterators (bsc#1012452). - btrfs: fix check_shared for fiemap ioctl (bsc#1037177). - btrfs: fix crash when tracepoint arguments are freed by wq callbacks (bsc#1012452). - btrfs: fix data loss after truncate when using the no-holes feature (bsc#1036214). - btrfs: fix deadlock in delayed_ref_async_start (bsc#1012452). - btrfs: fix delalloc reservation amount tracepoint (bsc#1012452). - btrfs: fix disk_i_size update bug when fallocate() fails (bsc#1012452). - btrfs: fix divide error upon chunk's stripe_len (bsc#1012452). - btrfs: fix double free of fs root (bsc#1012452). - btrfs: fix eb memory leak due to readpage failure (bsc#1012452). - btrfs: fix em leak in find_first_block_group (bsc#1012452). - btrfs: fix emptiness check for dirtied extent buffers at check_leaf() (bsc#1012452). - btrfs: fix error handling in map_private_extent_buffer (bsc#1012452). - btrfs: fix error return code in btrfs_init_test_fs() (bsc#1012452). - btrfs: fix free space calculation in dump_space_info() (bsc#1012452). - btrfs: fix fsfreeze hang caused by delayed iputs deal (bsc#1012452). - btrfs: fix fspath error deallocation (bsc#1012452). - btrfs: fix int32 overflow in shrink_delalloc() (bsc#1012452). - btrfs: Fix integer overflow when calculating bytes_per_bitmap (bsc#1012452). - btrfs: fix invalid dereference in btrfs_retry_endio (bsc#1040395). - btrfs: fix lock dep warning, move scratch dev out of device_list_mutex and uuid_mutex (bsc#1012452). - btrfs: fix lock dep warning move scratch super outside of chunk_mutex (bsc#1012452). - btrfs: fix __MAX_CSUM_ITEMS (bsc#1012452). - btrfs: fix memory leak during RAID 5/6 device replacement (bsc#1012452). - btrfs: fix memory leak of block group cache (bsc#1012452). - btrfs: fix memory leak of reloc_root (bsc#1012452). - btrfs: fix mixed block count of available space (bsc#1012452). - btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve_ticket() (bsc#1012452). - btrfs: fix panic in balance due to EIO (bsc#1012452). - btrfs: fix race between block group relocation and nocow writes (bsc#1012452). - btrfs: fix race between device replace and block group removal (bsc#1012452). - btrfs: fix race between device replace and chunk allocation (bsc#1012452). - btrfs: fix race between device replace and discard (bsc#1012452). - btrfs: fix race between device replace and read repair (bsc#1012452). - btrfs: fix race between fsync and direct IO writes for prealloc extents (bsc#1012452). - btrfs: fix race between readahead and device replace/removal (bsc#1012452). - btrfs: fix race setting block group back to RW mode during device replace (bsc#1012452). - btrfs: fix race setting block group readonly during device replace (bsc#1012452). - btrfs: fix read_node_slot to return errors (bsc#1012452). - btrfs: fix release reserved extents trace points (bsc#1012452). - btrfs: fix segmentation fault when doing dio read (bsc#1040425). - btrfs: Fix slab accounting flags (bsc#1012452). - btrfs: fix unexpected return value of fiemap (bsc#1012452). - btrfs: fix unprotected assignment of the left cursor for device replace (bsc#1012452). - btrfs: fix WARNING in btrfs_select_ref_head() (bsc#1012452). - btrfs: flush_space: treat return value of do_chunk_alloc properly (bsc#1012452). - btrfs: Force stripesize to the value of sectorsize (bsc#1012452). - btrfs: free sys_array eb as soon as possible (bsc#1012452). - btrfs: GFP_NOFS does not GFP_HIGHMEM (bsc#1012452). - btrfs: Handle uninitialised inode eviction (bsc#1012452). - btrfs: hide test-only member under ifdef (bsc#1012452). - btrfs: improve check_node to avoid reading corrupted nodes (bsc#1012452). - btrfs: introduce BTRFS_MAX_ITEM_SIZE (bsc#1012452). - btrfs: introduce device delete by devid (bsc#1012452). - btrfs: introduce raid-type to error-code table, for minimum device constraint (bsc#1012452). - btrfs: introduce ticketed enospc infrastructure (bsc#1012452). - btrfs: introduce tickets_id to determine whether asynchronous metadata reclaim work makes progress (bsc#1012452). - btrfs: ioctl: reorder exclusive op check in RM_DEV (bsc#1012452). - btrfs: kill BUG_ON in do_relocation (bsc#1012452). - btrfs: kill BUG_ON in run_delayed_tree_ref (bsc#1012452). - btrfs: kill BUG_ON()'s in btrfs_mark_extent_written (bsc#1012452). - btrfs: kill invalid ASSERT() in process_all_refs() (bsc#1012452). - btrfs: kill the start argument to read_extent_buffer_pages (bsc#1012452). - btrfs: kill unused writepage_io_hook callback (bsc#1012452). - btrfs: make find_workspace always succeed (bsc#1012452). - btrfs: make find_workspace warn if there are no workspaces (bsc#1012452). - btrfs: make mapping->writeback_index point to the last written page (bsc#1012452). - btrfs: make state preallocation more speculative in __set_extent_bit (bsc#1012452). - btrfs: make sure device is synced before return (bsc#1012452). - btrfs: make use of btrfs_find_device_by_user_input() (bsc#1012452). - btrfs: make use of btrfs_scratch_superblocks() in btrfs_rm_device() (bsc#1012452). - btrfs: memset to avoid stale content in btree leaf (bsc#1012452). - btrfs: memset to avoid stale content in btree node block (bsc#1012452). - btrfs: move error handling code together in ctree.h (bsc#1012452). - btrfs: optimize check for stale device (bsc#1012452). - btrfs: parent_start initialization cleanup (bsc#1012452). - btrfs: pass correct args to btrfs_async_run_delayed_refs() (bsc#1012452). - btrfs: pass number of devices to btrfs_check_raid_min_devices (bsc#1012452). - btrfs: pass the right error code to the btrfs_std_error (bsc#1012452). - btrfs: preallocate compression workspaces (bsc#1012452). - btrfs: Ratelimit "no csum found" info message (bsc#1012452). - btrfs: refactor btrfs_dev_replace_start for reuse (bsc#1012452). - btrfs: Refactor btrfs_lock_cluster() to kill compiler warning (bsc#1012452). - btrfs: remove BUG() in raid56 (bsc#1012452). - btrfs: remove BUG_ON in start_transaction (bsc#1012452). - btrfs: remove BUG_ON()'s in btrfs_map_block (bsc#1012452). - btrfs: remove build fixup for qgroup_account_snapshot (bsc#1012452). - btrfs: remove save_error_info() (bsc#1012452). - btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leaf (bsc#1012452). - btrfs: remove unused function btrfs_assert() (bsc#1012452). - btrfs: rename and document compression workspace members (bsc#1012452). - btrfs: rename btrfs_find_device_by_user_input (bsc#1012452). - btrfs: rename btrfs_std_error to btrfs_handle_fs_error (bsc#1012452). - btrfs: rename __check_raid_min_devices (bsc#1012452). - btrfs: rename flags for vol args v2 (bsc#1012452). - btrfs: reorg btrfs_close_one_device() (bsc#1012452). - btrfs: Replace -ENOENT by -ERANGE in btrfs_get_acl() (bsc#1012452). - btrfs: reuse existing variable in scrub_stripe, reduce stack usage (bsc#1012452). - btrfs: s_bdev is not null after missing replace (bsc#1012452). - btrfs: scrub: Set bbio to NULL before calling btrfs_map_block (bsc#1012452). - btrfs: send: silence an integer overflow warning (bsc#1012452). - btrfs: send: use temporary variable to store allocation size (bsc#1012452). - btrfs: send: use vmalloc only as fallback for clone_roots (bsc#1012452). - btrfs: send: use vmalloc only as fallback for clone_sources_tmp (bsc#1012452). - btrfs: send: use vmalloc only as fallback for read_buf (bsc#1012452). - btrfs: send: use vmalloc only as fallback for send_buf (bsc#1012452). - btrfs: Simplify conditions about compress while mapping btrfs flags to inode flags (bsc#1012452). - btrfs: sink gfp parameter to clear_extent_bits (bsc#1012452). - btrfs: sink gfp parameter to clear_extent_dirty (bsc#1012452). - btrfs: sink gfp parameter to clear_record_extent_bits (bsc#1012452). - btrfs: sink gfp parameter to convert_extent_bit (bsc#1012452). - btrfs: sink gfp parameter to set_extent_bits (bsc#1012452). - btrfs: sink gfp parameter to set_extent_defrag (bsc#1012452). - btrfs: sink gfp parameter to set_extent_delalloc (bsc#1012452). - btrfs: sink gfp parameter to set_extent_new (bsc#1012452). - btrfs: sink gfp parameter to set_record_extent_bits (bsc#1012452). - btrfs: skip commit transaction if we do not have enough pinned bytes (bsc#1037186). - btrfs: subpage-blocksize: Rate limit scrub error message (bsc#1012452). - btrfs: switch to common message helpers in open_ctree, adjust messages (bsc#1012452). - btrfs: sysfs: protect reading label by lock (bsc#1012452). - btrfs: trace pinned extents (bsc#1012452). - btrfs: track transid for delayed ref flushing (bsc#1012452). - btrfs: uapi/linux/btrfs.h migration, document subvol flags (bsc#1012452). - btrfs: uapi/linux/btrfs.h migration, move balance flags (bsc#1012452). - btrfs: uapi/linux/btrfs.h migration, move BTRFS_LABEL_SIZE (bsc#1012452). - btrfs: uapi/linux/btrfs.h migration, move feature flags (bsc#1012452). - btrfs: uapi/linux/btrfs.h migration, move struct btrfs_ioctl_defrag_range_args (bsc#1012452). - btrfs: uapi/linux/btrfs.h migration, qgroup limit flags (bsc#1012452). - btrfs: uapi/linux/btrfs_tree.h migration, item types and defines (bsc#1012452). - btrfs: uapi/linux/btrfs_tree.h, use __u8 and __u64 (bsc#1012452). - btrfs: unsplit printed strings (bsc#1012452). - btrfs: untangle gotos a bit in __clear_extent_bit (bsc#1012452). - btrfs: untangle gotos a bit in convert_extent_bit (bsc#1012452). - btrfs: untangle gotos a bit in __set_extent_bit (bsc#1012452). - btrfs: update btrfs_space_info's bytes_may_use timely (bsc#1012452). - btrfs: Use correct format specifier (bsc#1012452). - btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster() (bsc#1012452). - btrfs: use dynamic allocation for root item in create_subvol (bsc#1012452). - btrfs: use existing device constraints table btrfs_raid_array (bsc#1012452). - btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytes (bsc#1012452). - btrfs: use fs_info directly (bsc#1012452). - btrfs: use new error message helper in qgroup_account_snapshot (bsc#1012452). - btrfs: use root when checking need_async_flush (bsc#1012452). - btrfs: use the correct struct for BTRFS_IOC_LOGICAL_INO (bsc#1012452). - btrfs: Use __u64 in exported linux/btrfs.h (bsc#1012452). - btrfs: warn_on for unaccounted spaces (bsc#1012452). - ceph: check i_nlink while converting a file handle to dentry (bsc#1039864). - ceph: Check that the new inode size is within limits in ceph_fallocate() (bsc#1037969). - ceph: Correctly return NXIO errors from ceph_llseek (git-fixes). - ceph: fix file open flags on ppc64 (bsc#1022266). - ceph: fix memory leak in __ceph_setxattr() (bsc#1036763). - cifs: backport prepath matching fix (bsc#799133). - clk: Make x86/ conditional on CONFIG_COMMON_CLK (4.4.68 stable queue). - cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores (4.4.68 stable queue). - crypto: algif_aead - Require setkey before accept(2) (bsc#1031717). - crypto: sha-mb - Fix load failure (bsc#1037384). - dell-laptop: Adds support for keyboard backlight timeout AC settings (bsc#1013561). - Disable CONFIG_POWER_SUPPLY_DEBUG in debug kernel (bsc#1031500). - dmaengine: dw: fix typo in Kconfig (bsc#1031717). - dm: fix dm_target_io leak if clone_bio() returns an error (bsc#1040125). - dm-mpath: fix race window in do_end_io() (bsc#1011044). - dm round robin: do not use this_cpu_ptr() without having preemption disabled (bsc#1040125). - dm verity fec: fix block calculation (bsc#1040125). - dm verity fec: fix bufio leaks (bsc#1040125). - dm verity fec: limit error correction recursion (bsc#1040125). - drivers: base: dma-mapping: Fix typo in dmam_alloc_non_coherent comments (bsc#1031717). - drivers/tty: 8250: only call fintek_8250_probe when doing port I/O (bsc#1031717). - drm/i915: Disable tv output on i9x5gm (bsc#1039700). - drm/i915: Do not touch NULL sg on i915_gem_object_get_pages_gtt() error (bsc#1031717). - drm/i915: Fix mismatched INIT power domain disabling during suspend (bsc#1031717). - drm/i915: Nuke debug messages from the pipe update critical section (bsc#1031717). - drm/i915: Program iboost settings for HDMI/DVI on SKL (bsc#1031717). - drm/i915: relax uncritical udelay_range() (bsc#1031717). - drm/i915: relax uncritical udelay_range() settings (bsc#1031717). - drm/i915: Use pagecache write to prepopulate shmemfs from pwrite-ioctl (bsc#1040463). - drm/ttm: fix use-after-free races in vm fault handling (4.4.68 stable queue). - e1000e: Do not return uninitialized stats (bug#1034635). - enic: set skb->hash type properly (bsc#922871 fate#318754). - f2fs: fix bad prefetchw of NULL page (bsc#1012829). - f2fs: sanity check segment count (4.4.68 stable queue). - fnic: Return 'DID_IMM_RETRY' if rport is not ready (bsc#1035920). - fs/block_dev: always invalidate cleancache in invalidate_bdev() (git-fixes). - fs: fix data invalidation in the cleancache during direct IO (git-fixes). - fs/xattr.c: zero out memory copied to userspace in getxattr (git-fixes). - ftrace: Make ftrace_location_range() global (FATE#322421). - ibmvnic: Add set_link_state routine for setting adapter link state (fate#322021, bsc#1031512). - ibmvnic: Allocate zero-filled memory for sub crqs (fate#322021, bsc#1031512). - ibmvnic: Check for driver reset first in ibmvnic_xmit (fate#322021, bsc#1038297). - ibmvnic: Cleanup failure path in ibmvnic_open (fate#322021, bsc#1031512). - ibmvnic: Clean up tx pools when closing (fate#322021, bsc#1038297). - ibmvnic: Continue skb processing after skb completion error (fate#322021, bsc#1038297). - ibmvnic: Correct crq and resource releasing (fate#322021, bsc#1031512). - ibmvnic: Create init and release routines for the bounce buffer (fate#322021, bsc#1031512). - ibmvnic: Create init and release routines for the rx pool (fate#322021, bsc#1031512). - ibmvnic: Create init and release routines for the tx pool (fate#322021, bsc#1031512). - ibmvnic: Create init/release routines for stats token (fate#322021, bsc#1031512). - ibmvnic: Delete napi's when releasing driver resources (fate#322021, bsc#1038297). - ibmvnic: Disable irq prior to close (fate#322021, bsc#1031512). - ibmvnic: Do not disable IRQ after scheduling tasklet (fate#322021, bsc#1031512). - ibmvnic: Fix ibmvnic_change_mac_addr struct format (fate#322021, bsc#1031512). - ibmvnic: fix missing unlock on error in __ibmvnic_reset() (fate#322021, bsc#1038297, Fixes: ed651a10875f). - ibmvnic: Fixup atomic API usage (fate#322021, bsc#1031512). - ibmvnic: Free skb's in cases of failure in transmit (fate#322021, bsc#1031512). - ibmvnic: Insert header on VLAN tagged received frame (fate#322021, bsc#1031512). - ibmvnic: Merge the two release_sub_crq_queue routines (fate#322021, bsc#1031512). - ibmvnic: Move initialization of sub crqs to ibmvnic_init (fate#322021, bsc#1031512). - ibmvnic: Move initialization of the stats token to ibmvnic_open (fate#322021, bsc#1031512). - ibmvnic: Move queue restarting in ibmvnic_tx_complete (fate#322021, bsc#1038297). - ibmvnic: Move resource initialization to its own routine (fate#322021, bsc#1038297). - ibmvnic: Only retrieve error info if present (fate#322021, bsc#1031512). - ibmvnic: Record SKB RX queue during poll (fate#322021, bsc#1038297). - ibmvnic: Remove debugfs support (fate#322021, bsc#1031512). - ibmvnic: Remove inflight list (fate#322021, bsc#1031512). - ibmvnic: Remove unused bouce buffer (fate#322021, bsc#1031512). - ibmvnic: Replace is_closed with state field (fate#322021, bsc#1038297). - ibmvnic: Report errors when failing to release sub-crqs (fate#322021, bsc#1031512). - ibmvnic: Set real number of rx queues (fate#322021, bsc#1031512). - ibmvnic: Split initialization of scrqs to its own routine (fate#322021, bsc#1031512). - ibmvnic: Unmap longer term buffer before free (fate#322021, bsc#1031512). - ibmvnic: Updated reset handling (fate#322021, bsc#1038297). - ibmvnic: Update main crq initialization and release (fate#322021, bsc#1031512). - ibmvnic: Validate napi exist before disabling them (fate#322021, bsc#1031512). - ibmvnic: Wait for any pending scrqs entries at driver close (fate#322021, bsc#1038297). - ibmvnic: Whitespace correction in release_rx_pools (fate#322021, bsc#1038297). - iio: hid-sensor: Store restore poll and hysteresis on S3 (bsc#1031717). - iio: Workaround for kABI breakage by 4.4.67 iio hid-sensor changes (stable-4.4.67). - infiniband: avoid dereferencing uninitialized dst on error path (git-fixes). - iommu/arm-smmu: Disable stalling faults for all endpoints (bsc#1038843). - iommu/dma: Respect IOMMU aperture when allocating (bsc#1038842). - iommu/exynos: Block SYSMMU while invali[censored] FLPD cache (bsc#1038848). - iommu: Handle default domain attach failure (bsc#1038846). - iommu/vt-d: Do not over-free page table directories (bsc#1038847). - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header (4.4.68 stable queue). - ipv6: initialize route null entry in addrconf_init() (4.4.68 stable queue). - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf (4.4.68 stable queue). - isa: Call isa_bus_init before dependent ISA bus drivers register (bsc#1031717). - iw_cxgb4: Guard against null cm_id in dump_ep/qp (bsc#1026570). - KABI: Hide new include in arch/powerpc/kernel/process.c (fate#322421). - kABI: move and hide new cxgbi device owner field (bsc#1018885). - kABI: protect cgroup include in kernel/kthread (kabi). - kABI: protect struct mnt_namespace (kabi). - kABI: protect struct snd_fw_async_midi_port (kabi). - kprobes/x86: Fix kernel panic when certain exception-handling addresses are probed (4.4.68 stable queue). - kvm: better MWAIT emulation for guests (bsc#1031142). - kvm: nVMX: do not leak PML full vmexit to L1 (4.4.68 stable queue). - kvm: nVMX: initialize PML fields in vmcs02 (4.4.68 stable queue). - leds: ktd2692: avoid harmless maybe-uninitialized warning (4.4.68 stable queue). - libata-scsi: Fixup ata_gen_passthru_sense() (bsc#1040125). - lib/mpi: mpi_read_raw_data(): fix nbits calculation (bsc#1003581). - lib/mpi: mpi_read_raw_data(): purge redundant clearing of nbits (bsc#1003581). - lib/mpi: mpi_read_raw_from_sgl(): do not include leading zero SGEs in nbytes (bsc#1003581). - lib/mpi: mpi_read_raw_from_sgl(): fix nbits calculation (bsc#1003581). - lib/mpi: mpi_read_raw_from_sgl(): fix out-of-bounds buffer access (bsc#1003581). - lib/mpi: mpi_read_raw_from_sgl(): purge redundant clearing of nbits (bsc#1003581). - lib/mpi: mpi_read_raw_from_sgl(): replace len argument by nbytes (bsc#1003581). - lib/mpi: mpi_read_raw_from_sgl(): sanitize meaning of indices (bsc#1003581). - libnvdimm, pfn: fix 'npfns' vs section alignment (bsc#1040125). - livepatch: Allow architectures to specify an alternate ftrace location (FATE#322421). - locking/ww_mutex: Fix compilation of __WW_MUTEX_INITIALIZER (bsc#1031717). - lpfc: remove incorrect lockdep assertion (bsc#1040125). - md.c:didn't unlock the mddev before return EINVAL in array_size_store (bsc#1038143). - md-cluster: fix potential lock issue in add_new_disk (bsc#1041087). - md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stop (bsc#1038142). - md/raid1: avoid reusing a resync bio after error handling (Fate#311379). - media: am437x-vpfe: fix an uninitialized variable bug (bsc#1031717). - media: b2c2: use IS_REACHABLE() instead of open-coding it (bsc#1031717). - media: c8sectpfe: Rework firmware loading mechanism (bsc#1031717). - media: cx231xx-audio: fix NULL-deref at probe (bsc#1031717). - media: cx231xx-cards: fix NULL-deref at probe (bsc#1031717). - media: cx23885: uninitialized variable in cx23885_av_work_handler() (bsc#1031717). - media: DaVinci-VPBE: Check return value of a setup_if_config() call in vpbe_set_output() (bsc#1031717). - media: DaVinci-VPFE-Capture: fix error handling (bsc#1031717). - media: dib0700: fix NULL-deref at probe (bsc#1031717). - media: dvb-usb: avoid link error with dib3000m{b,c| (bsc#1031717). - media: exynos4-is: fix a format string bug (bsc#1031717). - media: gspca: konica: add missing endpoint sanity check (bsc#1031717). - media: lirc_imon: do not leave imon_probe() with mutex held (bsc#1031717). - media: pvrusb2: reduce stack usage pvr2_eeprom_analyze() (bsc#1031717). - media: rc: allow rc modules to be loaded if rc-main is not a module (bsc#1031717). - media: s5p-mfc: Fix unbalanced call to clock management (bsc#1031717). - media: sh-vou: clarify videobuf2 dependency (bsc#1031717). - media: staging: media: davinci_vpfe: unlock on error in vpfe_reqbufs() (bsc#1031717). - media: usbvision: fix NULL-deref at probe (bsc#1031717). - media: uvcvideo: Fix empty packet statistic (bsc#1031717). - mips: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfix (4.4.68 stable queue). - mmc: debugfs: correct wrong voltage value (bsc#1031717). - mm,compaction: serialize waitqueue_active() checks (bsc#971975). - mmc: sdhci-pxav3: fix higher speed mode capabilities (bsc#1031717). - mmc: sdhci: restore behavior when setting VDD via external regulator (bsc#1031717). - mm: fix stray kernel-doc notation (bnc#971975 VM -- git fixes). - mwifiex: Avoid skipping WEP key deletion for AP (4.4.68 stable queue). - mwifiex: debugfs: Fix (sometimes) off-by-1 SSID print (4.4.68 stable queue). - mwifiex: pcie: fix cmd_buf use-after-free in remove/reset (bsc#1031717). - mwifiex: Removed unused 'pkt_type' variable (bsc#1031717). - mwifiex: remove redundant dma padding in AMSDU (4.4.68 stable queue). - mwifiex: Remove unused 'bcd_usb' variable (bsc#1031717). - mwifiex: Remove unused 'chan_num' variable (bsc#1031717). - mwifiex: Remove unused 'pm_flag' variable (bsc#1031717). - mwifiex: Remove unused 'sta_ptr' variable (bsc#1031717). - nfsd4: minor NFSv2/v3 write decoding cleanup (bsc#1034670). - nfsd: check for oversized NFSv2/v3 arguments (bsc#1034670). - nfsd: stricter decoding of write-like NFSv2/v3 ops (bsc#1034670). - nfs: Fix inode corruption in nfs_prime_dcache() (git-fixes). - nfs: Fix missing pg_cleanup after nfs_pageio_cond_complete() (git-fixes). - nfs: Use GFP_NOIO for two allocations in writeback (git-fixes). - nfsv4.1: Fix Oopsable condition in server callback races (git-fixes). - ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock (bsc#1004003). - ocfs2: fix deadlock issue when taking inode lock at vfs entry points (bsc#1004003). - pci: pciehp: Prioritize data-link event over presence detect (bsc#1031040,bsc#1037483). - pci: Reverse standard ACS vs device-specific ACS enabling (bsc#1030057). - pci: Work around Intel Sunrise Point PCH incorrect ACS capability (bsc#1030057). - perf/x86/intel/uncore: Remove SBOX support for Broadwell server (bsc#1035887). - phy: qcom-usb-hs: Add depends on EXTCON (4.4.68 stable queue). - pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes (bnc#1012985). - PKCS#7: fix missing break on OID_sha224 case (bsc#1031717). - platform/x86: fujitsu-laptop: use brightness_set_blocking for LED-setting callbacks (bsc#1031717). - PM / wakeirq: Enable dedicated wakeirq for suspend (bsc#1031717). - PM / wakeirq: Fix spurious wake-up events for dedicated wakeirqs (bsc#1031717). - PM / wakeirq: report a wakeup_event on dedicated wekup irq (bsc#1031717). - power: bq27xxx: fix register numbers of bq27500 (bsc#1031717). - powerpc: Create a helper for getting the kernel toc value (FATE#322421). - powerpc/ftrace: Add Kconfig & Make glue for mprofile-kernel (FATE#322421). - powerpc/ftrace: Add support for -mprofile-kernel ftrace ABI (FATE#322421). - powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftrace (FATE#322421). - powerpc/ftrace: Use generic ftrace_modify_all_code() (FATE#322421). - powerpc: introduce TIF_KGR_IN_PROGRESS thread flag (FATE#322421). - powerpc/livepatch: Add livepatch header (FATE#322421). - powerpc/livepatch: Add live patching support on ppc64le (FATE#322421). - powerpc/livepatch: Add livepatch stack to struct thread_info (FATE#322421). - powerpc/module: Create a special stub for ftrace_caller() (FATE#322421). - powerpc/module: Mark module stubs with a magic value (FATE#322421). - powerpc/module: Only try to generate the ftrace_caller() stub once (FATE#322421). - powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() call (FATE#322421). - powerpc/powernv: Fix opal_exit tracepoint opcode (4.4.68 stable queue). - power: supply: bq24190_charger: Call power_supply_changed() for relevant component (4.4.68 stable queue). - power: supply: bq24190_charger: Call set_mode_host() on pm_resume() (4.4.68 stable queue). - power: supply: bq24190_charger: Do not read fault register outside irq_handle_thread() (4.4.68 stable queue). - power: supply: bq24190_charger: Fix irq trigger to IRQF_TRIGGER_FALLING (4.4.68 stable queue). - power: supply: bq24190_charger: Handle fault before status on interrupt (4.4.68 stable queue). - power: supply: bq24190_charger: Install irq_handler_thread() at end of probe() (4.4.68 stable queue). - ppc64le: Update ppc64le config files to use KGRAFT. - printk: Switch to the sync mode when an emergency message is printed (bsc#1034995). - RDMA/iw_cxgb4: Add missing error codes for act open cmd (bsc#1026570). - RDMA/iw_cxgb4: Low resource fixes for Completion queue (bsc#1026570). - RDMA/iw_cxgb4: only read markers_enabled mod param once (bsc#1026570). - regulator: isl9305: fix array size (bsc#1031717). - Revert "acpi, nfit, libnvdimm: fix interleave set cookie calculation (64-bit comparison)" (kabi). - Revert "KVM: nested VMX: disable perf cpuid reporting" (4.4.68 stable queue). - Revert "l2tp: take reference on sessions being dumped" (kabi). - Revert "mac80211: pass block ack session timeout to to driver" (kabi). - Revert "mac80211: RX BA support for sta max_rx_aggregation_subframes" (kabi). - Revert "wlcore: Add RX_BA_WIN_SIZE_CHANGE_EVENT event" (kabi). - rpm/SLES-UEFI-SIGN-Certificate-2048.crt: Update the certificate (bsc#1035922) - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string (4.4.68 stable queue). - s390/dasd: check if query host access feature is supported (bsc#1037871). - scsi: be2iscsi: Add FUNCTION_RESET during driver unload (bsc#1038458). - scsi: be2iscsi: Add IOCTL to check UER supported (bsc#1038458). - scsi: be2iscsi: Add TPE recovery feature (bsc#1038458). - scsi: be2iscsi: Add V1 of EPFW cleanup IOCTL (bsc#1038458). - scsi: be2iscsi: allocate enough memory in beiscsi_boot_get_sinfo() (bsc#1038458). - scsi: be2iscsi: Check all zeroes IP before issuing IOCTL (bsc#1038458). - scsi: be2iscsi: Fail the sessions immediately after TPE (bsc#1038458). - scsi: be2iscsi: Fix async PDU handling path (bsc#1038458). - scsi: be2iscsi: Fix bad WRB index error (bsc#1038458). - scsi: be2iscsi: Fix checks for HBA in error state (bsc#1038458). - scsi: be2iscsi: Fix gateway APIs to support IPv4 & IPv6 (bsc#1038458). - scsi: be2iscsi: Fix POST check and reset sequence (bsc#1038458). - scsi: be2iscsi: Fix queue and connection parameters (bsc#1038458). - scsi: be2iscsi: Fix release of DHCP IP in static mode (bsc#1038458). - scsi: be2iscsi: Fix to add timer for UE detection (bsc#1038458). - scsi: be2iscsi: Fix to make boot discovery non-blocking (bsc#1038458). - scsi: be2iscsi: Fix to use correct configuration values (bsc#1038458). - scsi: be2iscsi: Handle only NET_PARAM in iface_get_param (bsc#1038458). - scsi: be2iscsi: Move functions to right files (bsc#1038458). - scsi: be2iscsi: Move VLAN code to common iface_set_param (bsc#1038458). - scsi: be2iscsi: Reduce driver load/unload time (bsc#1038458). - scsi: be2iscsi: Remove alloc_mcc_tag & beiscsi_pci_soft_reset (bsc#1038458). - scsi: be2iscsi: Remove isr_lock and dead code (bsc#1038458). - scsi: be2iscsi: Rename iface get/set/create/destroy APIs (bsc#1038458). - scsi: be2iscsi: Replace _bh version for mcc_lock spinlock (bsc#1038458). - scsi: be2iscsi: Set and return right iface v4/v6 states (bsc#1038458). - scsi: be2iscsi: Update copyright information (bsc#1038458). - scsi: be2iscsi: Update iface handle before any set param (bsc#1038458). - scsi: be2iscsi: Update the driver version (bsc#1038458). - scsi: cxgb4i: libcxgbi: add missing module_put() (bsc#1018885). - scsi: cxlflash: Remove the device cleanly in the system shutdown path (bsc#1028310, fate#321597, bsc#1034762). cherry-pick from SP3 - scsi_dh_alua: do not call BUG_ON when up[censored] port group (bsc#1028340). - scsi_dh_alua: Do not retry for unmapped device (bsc#1012910). - scsi: fnic: Correcting rport check location in fnic_queuecommand_lck (bsc#1035920). - scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=m (4.4.68 stable queue). - scsi: scsi_dh_alua: Check scsi_device_get() return value (bsc#1040125). - scsi: scsi_dh_emc: return success in clariion_std_inquiry() (4.4.68 stable queue). - serial: 8250_omap: Fix probe and remove for PM runtime (4.4.68 stable queue). - staging: emxx_udc: remove incorrect __init annotations (4.4.68 stable queue). - staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data() (bsc#1031717). - staging: wlan-ng: add missing byte order conversion (4.4.68 stable queue). - sunrpc: Allow xprt->ops->timer method to sleep (git-fixes). - sunrpc: fix UDP memory accounting (git-fixes). - tcp: do not inherit fastopen_req from parent (4.4.68 stable queue). - tcp: do not underestimate skb->truesize in tcp_trim_head() (4.4.68 stable queue). - tcp: fix wraparound issue in tcp_lp (4.4.68 stable queue). - tracing/kprobes: Enforce kprobes teardown after testing (bnc#1012985). - usb: chipidea: Handle extcon events properly (4.4.68 stable queue). - usb: chipidea: Only read/write OTGSC from one place (4.4.68 stable queue). - usb: host: ehci-exynos: Decrese node refcount on exynos_ehci_get_phy() error paths (4.4.68 stable queue). - usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error paths (4.4.68 stable queue). - usb: musb: ux500: Fix NULL pointer dereference at system PM (bsc#1038033). - usb: serial: ark3116: fix open error handling (bnc#1038043). - usb: serial: ch341: add register and USB request definitions (bnc#1038043). - usb: serial: ch341: add support for parity, frame length, stop bits (bnc#1038043). - usb: serial: ch341: fix baud rate and line-control handling (bnc#1038043). - usb: serial: ch341: fix line settings after reset-resume (bnc#1038043). - usb: serial: ch341: fix modem-status handling (bnc#1038043). - usb: serial: ch341: reinitialize chip on reconfiguration (bnc#1038043). - usb: serial: digi_acceleport: fix incomplete rx sanity check (4.4.68 stable queue). - usb: serial: fix compare_const_fl.cocci warnings (bnc#1038043). - usb: serial: ftdi_sio: fix latency-timer error handling (4.4.68 stable queue). - usb: serial: io_edgeport: fix descriptor error handling (4.4.68 stable queue). - usb: serial: io_edgeport: fix epic-descriptor handling (bnc#1038043). - usb: serial: keyspan_pda: fix receive sanity checks (4.4.68 stable queue). - usb: serial: mct_u232: fix modem-status error handling (4.4.68 stable queue). - usb: serial: quatech2: fix control-message error handling (bnc#1038043). - usb: serial: sierra: fix bogus alternate-setting assumption (bnc#1038043). - usb: serial: ssu100: fix control-message error handling (bnc#1038043). - usb: serial: ti_usb_3410_5052: fix control-message error handling (4.4.68 stable queue). - Use make --output-sync feature when available (bsc#1012422). The mesages in make output can interleave making it impossible to extract warnings reliably. Since version 4 GNU Make supports --output-sync flag that prints output of each sub-command atomically preventing this issue. Detect the flag and use it if available. - Use up spare in struct module for livepatch (FATE#322421). - vsock: Detach QP check should filter out non matching QPs (bsc#1036752). - x86/ioapic: Restore IO-APIC irq_chip retrigger callback (4.4.68 stable queue). - x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0 (4.4.68 stable queue). - x86/platform/intel-mid: Correct MSI IRQ line for watchdog device (4.4.68 stable queue). - x86/platform/uv/BAU: Add generic function pointers (bsc#1035024). - x86/platform/uv/BAU: Add payload descriptor qualifier (bsc#1035024). - x86/platform/uv/BAU: Add status mmr location fields to bau_control (bsc#1035024). - x86/platform/uv/BAU: Add UV4-specific functions (bsc#1035024). - x86/platform/uv/BAU: Add uv_bau_version enumerated constants (bsc#1035024). - x86/platform/uv/BAU: Add wait_completion to bau_operations (bsc#1035024). - x86/platform/uv/BAU: Clean up and update printks (bsc#1035024). - x86/platform/uv/BAU: Cleanup bau_operations declaration and instances (bsc#1035024). - x86/platform/uv/BAU: Clean up pq_init() (bsc#1035024). - x86/platform/uv/BAU: Clean up vertical alignment (bsc#1035024). - x86/platform/uv/BAU: Convert uv_physnodeaddr() use to uv_gpa_to_offset() (bsc#1035024). - x86/platform/uv/BAU: Disable software timeout on UV4 hardware (bsc#1035024). - x86/platform/uv/BAU: Fix HUB errors by remove initial write to sw-ack register (bsc#1035024). - x86/platform/uv/BAU: Fix payload queue setup on UV4 hardware (bsc#1035024). - x86/platform/uv/BAU: Implement uv4_wait_completion with read_status (bsc#1035024). - x86/platform/uv/BAU: Populate ->uvhub_version with UV4 version information (bsc#1035024). - x86/platform/uv/BAU: Use generic function pointers (bsc#1035024). - xen: adjust early dom0 p2m handling to xen hypervisor behavior (bnc#1031470). - xfs: do not assert fail on non-async buffers on ioacct decrement (bsc#1041160). - xfs: fix eofblocks race with file extending async dio writes (bsc#1040929). - xfs: Fix missed holes in SEEK_HOLE implementation (bsc#1041168). - xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff() (bsc#1041168). - xfs: in _attrlist_by_handle, copy the cursor back to userspace (bsc#1041242). - xfs: only return -errno or success from attr ->put_listent (bsc#1041242). - xfs: Split default quota limits by quota type (bsc#1040941). - xfs: use ->b_state to fix buffer I/O accounting release race (bsc#1041160). Patch Instructions: To install this openSUSE Security Update use YaST online_update. Alternatively you can run the command listed for your product: - openSUSE Leap 42.2: zypper in -t patch openSUSE-2017-666=1 To bring your system up-to-date, use "zypper patch". Package List: - openSUSE Leap 42.2 (noarch): kernel-devel-4.4.70-18.9.1 kernel-docs-4.4.70-18.9.2 kernel-docs-html-4.4.70-18.9.2 kernel-docs-pdf-4.4.70-18.9.2 kernel-macros-4.4.70-18.9.1 kernel-source-4.4.70-18.9.1 kernel-source-vanilla-4.4.70-18.9.1 - openSUSE Leap 42.2 (x86_64): kernel-debug-4.4.70-18.9.1 kernel-debug-base-4.4.70-18.9.1 kernel-debug-base-debuginfo-4.4.70-18.9.1 kernel-debug-debuginfo-4.4.70-18.9.1 kernel-debug-debugsource-4.4.70-18.9.1 kernel-debug-devel-4.4.70-18.9.1 kernel-debug-devel-debuginfo-4.4.70-18.9.1 kernel-default-4.4.70-18.9.1 kernel-default-base-4.4.70-18.9.1 kernel-default-base-debuginfo-4.4.70-18.9.1 kernel-default-debuginfo-4.4.70-18.9.1 kernel-default-debugsource-4.4.70-18.9.1 kernel-default-devel-4.4.70-18.9.1 kernel-obs-build-4.4.70-18.9.1 kernel-obs-build-debugsource-4.4.70-18.9.1 kernel-obs-qa-4.4.70-18.9.1 kernel-syms-4.4.70-18.9.1 kernel-vanilla-4.4.70-18.9.1 kernel-vanilla-base-4.4.70-18.9.1 kernel-vanilla-base-debuginfo-4.4.70-18.9.1 kernel-vanilla-debuginfo-4.4.70-18.9.1 kernel-vanilla-debugsource-4.4.70-18.9.1 kernel-vanilla-devel-4.4.70-18.9.1 References: https://www.suse.com/security/cve/CVE-2017-7487.html https://www.suse.com/security/cve/CVE-2017-7645.html https://www.suse.com/security/cve/CVE-2017-8890.html https://www.suse.com/security/cve/CVE-2017-9074.html https://www.suse.com/security/cve/CVE-2017-9075.html https://www.suse.com/security/cve/CVE-2017-9076.html https://www.suse.com/security/cve/CVE-2017-9077.html https://www.suse.com/security/cve/CVE-2017-9150.html https://bugzilla.suse.com/1003581 https://bugzilla.suse.com/1004003 https://bugzilla.suse.com/1011044 https://bugzilla.suse.com/1012422 https://bugzilla.suse.com/1012452 https://bugzilla.suse.com/1012829 https://bugzilla.suse.com/1012910 https://bugzilla.suse.com/1012985 https://bugzilla.suse.com/1013561 https://bugzilla.suse.com/1018885 https://bugzilla.suse.com/1020412 https://bugzilla.suse.com/1022266 https://bugzilla.suse.com/1026570 https://bugzilla.suse.com/1028310 https://bugzilla.suse.com/1028340 https://bugzilla.suse.com/1029607 https://bugzilla.suse.com/1030057 https://bugzilla.suse.com/1031040 https://bugzilla.suse.com/1031142 https://bugzilla.suse.com/1031470 https://bugzilla.suse.com/1031500 https://bugzilla.suse.com/1031512 https://bugzilla.suse.com/1031717 https://bugzilla.suse.com/1034635 https://bugzilla.suse.com/1034670 https://bugzilla.suse.com/1034762 https://bugzilla.suse.com/1034995 https://bugzilla.suse.com/1035024 https://bugzilla.suse.com/1035866 https://bugzilla.suse.com/1035887 https://bugzilla.suse.com/1035920 https://bugzilla.suse.com/1035922 https://bugzilla.suse.com/1036214 https://bugzilla.suse.com/1036752 https://bugzilla.suse.com/1036763 https://bugzilla.suse.com/1037177 https://bugzilla.suse.com/1037186 https://bugzilla.suse.com/1037384 https://bugzilla.suse.com/1037483 https://bugzilla.suse.com/1037871 https://bugzilla.suse.com/1037969 https://bugzilla.suse.com/1038033 https://bugzilla.suse.com/1038043 https://bugzilla.suse.com/1038142 https://bugzilla.suse.com/1038143 https://bugzilla.suse.com/1038297 https://bugzilla.suse.com/1038458 https://bugzilla.suse.com/1038544 https://bugzilla.suse.com/1038842 https://bugzilla.suse.com/1038843 https://bugzilla.suse.com/1038846 https://bugzilla.suse.com/1038847 https://bugzilla.suse.com/1038848 https://bugzilla.suse.com/1038879 https://bugzilla.suse.com/1039700 https://bugzilla.suse.com/1039864 https://bugzilla.suse.com/1039882 https://bugzilla.suse.com/1039883 https://bugzilla.suse.com/1039885 https://bugzilla.suse.com/1040069 https://bugzilla.suse.com/1040125 https://bugzilla.suse.com/1040279 https://bugzilla.suse.com/1040395 https://bugzilla.suse.com/1040425 https://bugzilla.suse.com/1040463 https://bugzilla.suse.com/1040929 https://bugzilla.suse.com/1040941 https://bugzilla.suse.com/1041087 https://bugzilla.suse.com/1041160 https://bugzilla.suse.com/1041168 https://bugzilla.suse.com/1041242 https://bugzilla.suse.com/799133 https://bugzilla.suse.com/922871 https://bugzilla.suse.com/966321 https://bugzilla.suse.com/971975 https://bugzilla.suse.com/989311 -- To unsubscribe, e-mail: opensuse-security-announce+unsubscribe ( -at -) opensuse.org For additional commands, e-mail: opensuse-security-announce+help ( -at -) opensuse.org
  12. In the finest auto-show spirit, Corsair filled its Computex booth with exotic visions of future hardware, as well as some road-ready improvements to its popular liquid coolers. Join us as we recount our guided tour of the company's latest. Read more: http://techreport.com/review/32061/computex-2017-corsair-goes-high-concept -- To unsubscribe from: TR-News, just follow this link: http://node1.techreport.com/cgi-bin/dada/mail.cgi/u/trnews/reviewnews// Click this link, or copy and paste the address into your browser.
  13. View this email in your browser (http://mailchi.mp/hothardware/intel-optane-memory-with-3d-xpoint-review-easy-robust-pc-acceleration-1082801?e=0c004f9c13) We dig burly, decked-out gaming PCs stuffed with powerful hardware as much as the next guy around here. Sleek, ultra small form factor systems like the MINIX Neo Z83-4 we’ll be showing you here today, however, also have a certain appeal. Powerful gaming PCs are awesome for their intended purpose, but try sticking one in a typical home theater setup and things can so sideways. Not only will it usually look out of place, but there are power, heat, and noise considerations to worry about. Conversely, a miniscule machine like the MINIX Neo Z83-4 is so quiet and requires such a small amount of power, that you’ll wonder why every self-respecting geek doesn’t have a tiny PC attached to their TV... MINIX NEO Z83-4 Fanless Mini PC Review: Affordable, Dead-Silent Media Streaming (http://hothardware.us3.list-manage.com/track/click?u=efc4c507c2cf964fc2462caca&id=34158b3699&e=0c004f9c13) http://hothardware.us3.list-manage.com/track/click?u=efc4c507c2cf964fc2462caca&id=dbd86c8962&e=0c004f9c13 http://hothardware.us3.list-manage.com/track/click?u=efc4c507c2cf964fc2462caca&id=4d60544e61&e=0c004f9c13 Best Regards, HotHardware.com (http://hothardware.us3.list-manage.com/track/click?u=efc4c507c2cf964fc2462caca&id=e7204b5ff3&e=0c004f9c13) http://hothardware.us3.list-manage.com/track/click?u=efc4c507c2cf964fc2462caca&id=eb04a9228a&e=0c004f9c13 http://hothardware.us3.list-manage1.com/track/click?u=efc4c507c2cf964fc2462caca&id=ce93706e15&e=0c004f9c13 http://hothardware.us3.list-manage.com/track/click?u=efc4c507c2cf964fc2462caca&id=1de9158a0e&e=0c004f9c13 ============================================================
  14. View this email in your browser (http://mailchi.mp/hothardware/intel-optane-memory-with-3d-xpoint-review-easy-robust-pc-acceleration-1082801?e=0c004f9c13) We dig burly, decked-out gaming PCs stuffed with powerful hardware as much as the next guy around here. Sleek, ultra small form factor systems like the MINIX Neo Z83-4 we’ll be showing you here today, however, also have a certain appeal. Powerful gaming PCs are awesome for their intended purpose, but try sticking one in a typical home theater setup and things can so sideways. Not only will it usually look out of place, but there are power, heat, and noise considerations to worry about. Conversely, a miniscule machine like the MINIX Neo Z83-4 is so quiet and requires such a small amount of power, that you’ll wonder why every self-respecting geek doesn’t have a tiny PC attached to their TV... MINIX NEO Z83-4 Fanless Mini PC Review: Affordable, Dead-Silent Media Streaming (http://hothardware.us3.list-manage.com/track/click?u=efc4c507c2cf964fc2462caca&id=34158b3699&e=0c004f9c13) http://hothardware.us3.list-manage.com/track/click?u=efc4c507c2cf964fc2462caca&id=dbd86c8962&e=0c004f9c13 http://hothardware.us3.list-manage.com/track/click?u=efc4c507c2cf964fc2462caca&id=4d60544e61&e=0c004f9c13 Best Regards, HotHardware.com (http://hothardware.us3.list-manage.com/track/click?u=efc4c507c2cf964fc2462caca&id=e7204b5ff3&e=0c004f9c13) http://hothardware.us3.list-manage.com/track/click?u=efc4c507c2cf964fc2462caca&id=eb04a9228a&e=0c004f9c13 http://hothardware.us3.list-manage1.com/track/click?u=efc4c507c2cf964fc2462caca&id=ce93706e15&e=0c004f9c13 http://hothardware.us3.list-manage.com/track/click?u=efc4c507c2cf964fc2462caca&id=1de9158a0e&e=0c004f9c13 ============================================================
  15. At Phoronix we have posted a new article. A link to this from your site's news section would be greatly appreciated. Title: 18-Way NVIDIA/AMD Linux Performance For Dawn Of War III ( -at -) Phoronix Direct Link: http://www.phoronix.com/vr.php?view=24767 Summary: "Today marks the highly anticipated debut of Dawn of War III for Linux (and macOS) ported by Feral Interactive. Here are a number of OpenGL and Vulkan benchmarks of NVIDIA GeForce and AMD Radeon graphics cards running Ubuntu Linux with this game." Please feel free to contact us with any questions or comments you may
  16. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [slackware-security] irssi (SSA:2017-158-01) New irssi packages are available for Slackware 13.0, 13.1, 13.37, 14.0, 14.1, 14.2, and -current to fix security issues. Here are the details from the Slackware 14.2 ChangeLog: +--------------------------+ patches/packages/irssi-1.0.3-i586-1_slack14.2.txz: Upgraded. Fixed security issues that may result in a denial of service. For more information, see: https://irssi.org/security/irssi_sa_2017_06.txt https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9468 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9469 (* Security fix *) +--------------------------+ Where to find the new packages: +-----------------------------+ Thanks to the friendly folks at the OSU Open Source Lab (http://osuosl.org) for donating FTP and rsync hosting to the Slackware project! :-) Also see the "Get Slack" section on http://slackware.com for additional mirror sites near you. Updated package for Slackware 13.0: ftp://ftp.slackware.com/pub/slackware/slackware-13.0/patches/packages/irssi-0.8.21-i486-2_slack13.0.txz Updated package for Slackware x86_64 13.0: ftp://ftp.slackware.com/pub/slackware/slackware64-13.0/patches/packages/irssi-0.8.21-x86_64-2_slack13.0.txz Updated package for Slackware 13.1: ftp://ftp.slackware.com/pub/slackware/slackware-13.1/patches/packages/irssi-0.8.21-i486-2_slack13.1.txz Updated package for Slackware x86_64 13.1: ftp://ftp.slackware.com/pub/slackware/slackware64-13.1/patches/packages/irssi-0.8.21-x86_64-2_slack13.1.txz Updated package for Slackware 13.37: ftp://ftp.slackware.com/pub/slackware/slackware-13.37/patches/packages/irssi-0.8.21-i486-2_slack13.37.txz Updated package for Slackware x86_64 13.37: ftp://ftp.slackware.com/pub/slackware/slackware64-13.37/patches/packages/irssi-0.8.21-x86_64-2_slack13.37.txz Updated package for Slackware 14.0: ftp://ftp.slackware.com/pub/slackware/slackware-14.0/patches/packages/irssi-1.0.3-i486-1_slack14.0.txz Updated package for Slackware x86_64 14.0: ftp://ftp.slackware.com/pub/slackware/slackware64-14.0/patches/packages/irssi-1.0.3-x86_64-1_slack14.0.txz Updated package for Slackware 14.1: ftp://ftp.slackware.com/pub/slackware/slackware-14.1/patches/packages/irssi-1.0.3-i486-1_slack14.1.txz Updated package for Slackware x86_64 14.1: ftp://ftp.slackware.com/pub/slackware/slackware64-14.1/patches/packages/irssi-1.0.3-x86_64-1_slack14.1.txz Updated package for Slackware 14.2: ftp://ftp.slackware.com/pub/slackware/slackware-14.2/patches/packages/irssi-1.0.3-i586-1_slack14.2.txz Updated package for Slackware x86_64 14.2: ftp://ftp.slackware.com/pub/slackware/slackware64-14.2/patches/packages/irssi-1.0.3-x86_64-1_slack14.2.txz Updated package for Slackware -current: ftp://ftp.slackware.com/pub/slackware/slackware-current/slackware/n/irssi-1.0.3-i586-1.txz Updated package for Slackware x86_64 -current: ftp://ftp.slackware.com/pub/slackware/slackware64-current/slackware64/n/irssi-1.0.3-x86_64-1.txz MD5 signatures: +-------------+ Slackware 13.0 package: 4ea7e2aba422913a28563d87fe8e3092 irssi-0.8.21-i486-2_slack13.0.txz Slackware x86_64 13.0 package: 2fd312f29a76649bfde9efee6aa2e185 irssi-0.8.21-x86_64-2_slack13.0.txz Slackware 13.1 package: 57ec48a4a8b343f96efdd305dd0fad46 irssi-0.8.21-i486-2_slack13.1.txz Slackware x86_64 13.1 package: 66486f1767962cb649e848465c901faf irssi-0.8.21-x86_64-2_slack13.1.txz Slackware 13.37 package: c3e039c4efdbf12e1d51675e26dee1b2 irssi-0.8.21-i486-2_slack13.37.txz Slackware x86_64 13.37 package: e421825f78778d47a4cb40ccacefd617 irssi-0.8.21-x86_64-2_slack13.37.txz Slackware 14.0 package: 762c8278fafaa02d632d8a6f9048de8f irssi-1.0.3-i486-1_slack14.0.txz Slackware x86_64 14.0 package: bbe7cc310e23dea4e9e65770203e2405 irssi-1.0.3-x86_64-1_slack14.0.txz Slackware 14.1 package: a8ba3c7f2e58f7e8f6ddb048e7158cff irssi-1.0.3-i486-1_slack14.1.txz Slackware x86_64 14.1 package: 889bae866fce57c8f9dbcd56f89e533a irssi-1.0.3-x86_64-1_slack14.1.txz Slackware 14.2 package: e3f23dc090945a0972af8afc3cb424a1 irssi-1.0.3-i586-1_slack14.2.txz Slackware x86_64 14.2 package: 5592a9c00b8b44a7d7775842104e388f irssi-1.0.3-x86_64-1_slack14.2.txz Slackware -current package: 90acd3b7d4d21f4aaecb029ade492aa9 n/irssi-1.0.3-i586-1.txz Slackware x86_64 -current package: 1949ad49b2f401db6fbaed034f9b2066 n/irssi-1.0.3-x86_64-1.txz Installation instructions: +------------------------+ Upgrade the package as root: # upgradepkg irssi-1.0.3-i586-1_slack14.2.txz +-----+ Slackware Linux Security Team http://slackware.com/gpg-key security ( -at -) slackware.com +------------------------------------------------------------------------+
  17. openSUSE Security Update: Security update for chromium ______________________________________________________________________________ Announcement ID: openSUSE-SU-2017:1501-1 Rating: important References: #1042833 Cross-References: CVE-2017-5070 CVE-2017-5071 CVE-2017-5072 CVE-2017-5073 CVE-2017-5074 CVE-2017-5075 CVE-2017-5076 CVE-2017-5077 CVE-2017-5078 CVE-2017-5079 CVE-2017-5080 CVE-2017-5081 CVE-2017-5082 CVE-2017-5083 CVE-2017-5085 CVE-2017-5086 Affected Products: SUSE Package Hub for SUSE Linux Enterprise 12 ______________________________________________________________________________ An update that fixes 16 vulnerabilities is now available. Description: This update to Chromium 59.0.3071.86 fixes the following security issues: - CVE-2017-5070: Type confusion in V8 - CVE-2017-5071: Out of bounds read in V8 - CVE-2017-5072: Address spoofing in Omnibox - CVE-2017-5073: Use after free in print preview - CVE-2017-5074: Use after free in Apps Bluetooth - CVE-2017-5075: Information leak in CSP reporting - CVE-2017-5086: Address spoofing in Omnibox - CVE-2017-5076: Address spoofing in Omnibox - CVE-2017-5077: Heap buffer overflow in Skia - CVE-2017-5078: Possible command injection in mailto handling - CVE-2017-5079: UI spoofing in Blink - CVE-2017-5080: Use after free in credit card autofill - CVE-2017-5081: Extension verification bypass - CVE-2017-5082: Insufficient hardening in credit card editor - CVE-2017-5083: UI spoofing in Blink - CVE-2017-5085: Inappropriate javascript execution on WebUI pages Patch Instructions: To install this openSUSE Security Update use YaST online_update. Alternatively you can run the command listed for your product: - SUSE Package Hub for SUSE Linux Enterprise 12: zypper in -t patch openSUSE-2017-661=1 To bring your system up-to-date, use "zypper patch". Package List: - SUSE Package Hub for SUSE Linux Enterprise 12 (x86_64): chromedriver-59.0.3071.86-20.1 chromedriver-debuginfo-59.0.3071.86-20.1 chromium-59.0.3071.86-20.1 chromium-debuginfo-59.0.3071.86-20.1 chromium-debugsource-59.0.3071.86-20.1 References: https://www.suse.com/security/cve/CVE-2017-5070.html https://www.suse.com/security/cve/CVE-2017-5071.html https://www.suse.com/security/cve/CVE-2017-5072.html https://www.suse.com/security/cve/CVE-2017-5073.html https://www.suse.com/security/cve/CVE-2017-5074.html https://www.suse.com/security/cve/CVE-2017-5075.html https://www.suse.com/security/cve/CVE-2017-5076.html https://www.suse.com/security/cve/CVE-2017-5077.html https://www.suse.com/security/cve/CVE-2017-5078.html https://www.suse.com/security/cve/CVE-2017-5079.html https://www.suse.com/security/cve/CVE-2017-5080.html https://www.suse.com/security/cve/CVE-2017-5081.html https://www.suse.com/security/cve/CVE-2017-5082.html https://www.suse.com/security/cve/CVE-2017-5083.html https://www.suse.com/security/cve/CVE-2017-5085.html https://www.suse.com/security/cve/CVE-2017-5086.html https://bugzilla.suse.com/1042833 -- To unsubscribe, e-mail: opensuse-security-announce+unsubscribe ( -at -) opensuse.org For additional commands, e-mail: opensuse-security-announce+help ( -at -) opensuse.org
  18. openSUSE Security Update: Security update for chromium ______________________________________________________________________________ Announcement ID: openSUSE-SU-2017:1502-1 Rating: important References: #1042833 Cross-References: CVE-2017-5070 CVE-2017-5071 CVE-2017-5072 CVE-2017-5073 CVE-2017-5074 CVE-2017-5075 CVE-2017-5076 CVE-2017-5077 CVE-2017-5078 CVE-2017-5079 CVE-2017-5080 CVE-2017-5081 CVE-2017-5082 CVE-2017-5083 CVE-2017-5085 CVE-2017-5086 Affected Products: openSUSE Leap 42.2 ______________________________________________________________________________ An update that fixes 16 vulnerabilities is now available. Description: This update to Chromium 59.0.3071.86 fixes the following security issues: - CVE-2017-5070: Type confusion in V8 - CVE-2017-5071: Out of bounds read in V8 - CVE-2017-5072: Address spoofing in Omnibox - CVE-2017-5073: Use after free in print preview - CVE-2017-5074: Use after free in Apps Bluetooth - CVE-2017-5075: Information leak in CSP reporting - CVE-2017-5086: Address spoofing in Omnibox - CVE-2017-5076: Address spoofing in Omnibox - CVE-2017-5077: Heap buffer overflow in Skia - CVE-2017-5078: Possible command injection in mailto handling - CVE-2017-5079: UI spoofing in Blink - CVE-2017-5080: Use after free in credit card autofill - CVE-2017-5081: Extension verification bypass - CVE-2017-5082: Insufficient hardening in credit card editor - CVE-2017-5083: UI spoofing in Blink - CVE-2017-5085: Inappropriate javascript execution on WebUI pages Patch Instructions: To install this openSUSE Security Update use YaST online_update. Alternatively you can run the command listed for your product: - openSUSE Leap 42.2: zypper in -t patch openSUSE-2017-661=1 To bring your system up-to-date, use "zypper patch". Package List: - openSUSE Leap 42.2 (x86_64): chromedriver-59.0.3071.86-104.15.1 chromedriver-debuginfo-59.0.3071.86-104.15.1 chromium-59.0.3071.86-104.15.1 chromium-debuginfo-59.0.3071.86-104.15.1 chromium-debugsource-59.0.3071.86-104.15.1 References: https://www.suse.com/security/cve/CVE-2017-5070.html https://www.suse.com/security/cve/CVE-2017-5071.html https://www.suse.com/security/cve/CVE-2017-5072.html https://www.suse.com/security/cve/CVE-2017-5073.html https://www.suse.com/security/cve/CVE-2017-5074.html https://www.suse.com/security/cve/CVE-2017-5075.html https://www.suse.com/security/cve/CVE-2017-5076.html https://www.suse.com/security/cve/CVE-2017-5077.html https://www.suse.com/security/cve/CVE-2017-5078.html https://www.suse.com/security/cve/CVE-2017-5079.html https://www.suse.com/security/cve/CVE-2017-5080.html https://www.suse.com/security/cve/CVE-2017-5081.html https://www.suse.com/security/cve/CVE-2017-5082.html https://www.suse.com/security/cve/CVE-2017-5083.html https://www.suse.com/security/cve/CVE-2017-5085.html https://www.suse.com/security/cve/CVE-2017-5086.html https://bugzilla.suse.com/1042833 -- To unsubscribe, e-mail: opensuse-security-announce+unsubscribe ( -at -) opensuse.org For additional commands, e-mail: opensuse-security-announce+help ( -at -) opensuse.org
  19. AMD Threadripper and Vega: Luke and Leo discuss ------------------------------------------------------------ http://mailchi.mp/kitguru/amd-threadripper-and-vega-luke-and-leo-discuss?e=872093acb5 http://www.kitguru.net AMD Threadripper and Vega: Luke and Leo discuss On the final day of Computex 2017 Luke Hill and Leo Waldock put their heads together to discuss the highlights and low points of the show. Today’s topics are AMD Threadripper CPU and Vega GPU. Spoiler alert: the boys cannot wait to get to grips with this new hardware. Read the review here: https://www.kitguru.net/tech-news/carl/amd-threadripper-and-vega-luke-and-leo-discuss/ ============================================================ ** follow on Twitter (http://twitter.com/#!/kitgurupress) | ** friend on Facebook (http://www.facebook.com/pages/KitGuru/162236020510911) | ** forward to a friend (http://us2.forward-to-friend1.com/forward?u=bfb2b902b5fb045ad6f841f98&id=0322a9b861&e=872093acb5) Copyright © 2017 KitGuru, All rights reserved. You are receiving this because you are a news partner or have signed up to receive our news.
  20. Hello LanOC Affiliates and newsletter subscribers, here is our newest posting. We would appreciate you spreading the word! LanOC Reviews has released a new article which you and your readers might enjoy. We would be grateful if you would please share it with them. *TITLE:* Noctua A-Series Fans and Accessories ( -at -) LanOC Reviews <https://lanoc.org/review/cooling/7549-noctua-a-series-fans-and-accessories> *DESCRIPTION:* It isn’t very often that Noctua brings out new products. They tend to spend a long time developing everything and they won’t bring things out until they are basically perfect. Hell, it’s hard to believe that their IndustrialPPC and Redux fans <https://lanoc.org/review/cooling/6963-noctua-industrialppc-and-redux-fans> came out 3 years ago. So the new introductions were focused on expanding their A-series of fans with 200mm, 120mm, and 40mm models. Along with those they also introduced a few new accessories including a small fan controller. With the fans, you may notice that this is actually their first 200mm fans and the 120 and 40mm models expand on both of those already existing areas in their product lineup with new thin 120mm fans and higher pressure 40mm fans. I was sold just with the introduction of the new 120mm 15mm thick slim fans, but I reached out to check out the whole range. So today I’m going to check out the new fans to see what Noctua has going on. *ARTICLE URL:* https://lanoc.org/review/cooling/7549-noctua-a-series-fans-and-accessories *LARGE IMAGE URL:* https://lanoc.org/images/reviews/2017/noctua_aseries/title.jpg *SMALL IMAGE URL:* https://lanoc.org/images/reviews/2017/noctua_aseries/email.jpg Thank you for your help Our content is syndicated by *RSS* 2.0 at: http://lanoc.org/review?fo rmat=feed&type=atom Check out our *YouTube* Channel: http://www.youtube.com/user/LanocReviews Follow us on *Twitter*: http://www.twitter.com/LanOC_Reviews Join our group on *Facebook*: http://www.facebook.com/LanOCReviews Join our *Steam* Group: http://steamcommunity.com/groups/lanoc *If this message has been sent to an incorrect address, or you no longer wish to receive our news, please email us back and let us know at reviews ( -at -) lanoc.org* ---------------------------------------- Wes Compton Editor-in-Chief LanOC Reviews http://lanoc.org ( -at -) LanOC_Reviews <http://twitter.com/#!/LanOC_Reviews> Google Plus <https://plus.google.com/u/1/b/111054267662763089650/> Our Facebook Page <http://www.facebook.com/LanOCReviews>
  21. Package : debian-security-support Version : 2017.06.02+deb7u1 Besides bringing the package up to date regarding translations this update marks several packages as no longer supported by wheezy-lts: autotrace, inspircd, ioquake3, kfreebsd-8, kfreebsd-9, matrixssl, teeworlds and trn For the reasoning please see the links provided in /usr/share/debian-security-support/security-support-ended.deb8 For Debian 7 "Wheezy", these problems have been fixed in version 2017.06.02+deb7u1. We recommend that you upgrade your debian-security-support packages. Further information about Debian LTS security advisories, how to apply these updates to your system and frequently asked questions can be found at: https://wiki.debian.org/LTS
  22. Way back in 2006, they released the first DeathAdder gaming mouse and it was such a hit it’s endured while going through a few iterations in the past 12 years – the last being the DeathAdder Chroma which we reviewed in 2014. The latest incarnation is the DeathAdder Elite, the successor to the aforementioned Chroma, and looks very much the same on the outside but brings a number of tweaks and improvements to freshen things up. Though it launched near the end of 2016, Razer recently sent us over a sample to see what we thought. Read on to find out what those thoughts happened to be! Article Title: Razer Death Adder Elite Gaming Mouse Review ( -at -) Legit Reviews Article URL: http://www.legitreviews.com/razer-death-adder-elite-gaming-mouse-review_195175 Unsubscribe: http://adserv.legitreviews.com/cgi-bin/dada/mail.cgi/u/legitpr/reviewnews// =
  23. Dear Editors, we just posted a new article which might be interesting to your readers. A post in your news section would be appreciated. Title: Patriot Viper V770 Mechanical RGB Keyboard Link: https://www.techpowerup.com/reviews/Patriot/Viper_V770 Brief: The Viper V770 is Patriot Memory's first RGB backlit keyboard, and they have made sure this leaves an unforgettable impression. It features dedicated media, macro and lighting control buttons, USB and audio pass-through, full 16.8 M RGB backlighting on not just every single key on the keyboard but also the provided wrist rest and a light weight driver to offer more control and functionality.
  24. View this email in your browser (http://mailchi.mp/e936fbde059e/lifetrak-zoom-hrv-wearable-body-computer-review?e=8138df6da5) ** Benchmark Reviews Presents: ------------------------------------------------------------ TITLE: LifeTrak Zoom HRV Wearable Body Computer Review (http://benchmarkreviews.us10.list-manage.com/track/click?u=9a2f239b17114c9008e3dfda9&id=8374d9f230&e=8138df6da5) QUOTE: Fitness trackers all seem to have similar features; pedometer, calories burned, heart monitor, sleep tracker, watch, etc. They’re great for helping to track the daily habits of an average person or someone beginning a fitness or health regimen. However, most fitness trackers are just too basic for a serious athlete or someone interested in their overall fitness condition. That’s where the LifeTrak Zoom HRV (model number LTK7M002) comes into play. The LifeTrack Zoom HRV will continuously measure heart rate and heart rate variability which helps a true athlete know when to train and how hard to push. It’s the perfect multi-sport fitness tracker and an extremely thorough heart rate monitor. LINK: http://benchmarkreviews.us10.list-manage.com/track/click?u=9a2f239b17114c9008e3dfda9&id=bfcb9aa9f0&e=8138df6da5 IMAGE: http://benchmarkreviews.us10.list-manage1.com/track/click?u=9a2f239b17114c9008e3dfda9&id=6b2b97fc3f&e=8138df6da5 ============================================================ ** (http://benchmarkreviews.us10.list-manage1.com/track/click?u=9a2f239b17114c9008e3dfda9&id=292fdc967a&e=8138df6da5) ** (http://benchmarkreviews.us10.list-manage.com/track/click?u=9a2f239b17114c9008e3dfda9&id=d335dfc141&e=8138df6da5) ** (http://benchmarkreviews.us10.list-manage.com/track/click?u=9a2f239b17114c9008e3dfda9&id=4ae84a1b52&e=8138df6da5)
  25. 20 of the Worst PC Setups - May 2017 ( -at -) ThinkComputers.org Feature Link: http://www.thinkcomputers.org/20-of-the-worst-pc-setups-may-2017/ Image URL: http://www.thinkcomputers.org/articles/worstpc-may17-email.jpg Alt Image URL: http://www.thinkcomputers.org/articles/worstpc-may17-small.jpg Quote: "I'm sure at some point you've had a bad PC setup.  Maybe moving into a new place, waiting for a new desk to arrive or you just ran out of room.  I can remember my horrible PC setups from when I was living at the dorms in college.  If you have ever ventured over to the Shitty Battlestations sub-reddit you will find a lot of horrible PC setups.  We will are going to pick 20 each month and feature them as 20 of the Worst PC setups for that month.  Here are some of the bad ones from May."
×