Re: [ 12/48] signal: always clear sa_restorer on execve

2013-03-20 Thread Sebastian Gottschall (DD-WRT)
Am 20.03.2013 20:02, schrieb Sebastian Gottschall (DD-WRT): Hello The patch for sa_restorer will break mips builds, since sa_restorer isnt defined as field within the struct, but the MACRO is. so use the __ARCH_HAS_SA_RESTORER way which is implemented in that way in linux 3.9 or simply revert

Re: [ 12/48] signal: always clear sa_restorer on execve

2013-03-20 Thread Sebastian Gottschall (DD-WRT)
Am 20.03.2013 20:02, schrieb Sebastian Gottschall (DD-WRT): Hello The patch for sa_restorer will break mips builds, since sa_restorer isnt defined as field within the struct, but the MACRO is. so use the __ARCH_HAS_SA_RESTORER way which is implemented in that way in linux 3.9 or simply revert

Re: XHCI Bug discovered in 3.6-RC6 (solution included)

2012-09-17 Thread Sebastian Gottschall (DD-WRT)
this following function is missing a important NULL check. if DMI is not available or not enabled in the kernel config (which is common in my case, since its a ARM Platform with XHCI support) the xhci-hcd driver will crash due nullpointer access since dmi_get_system_info returns always NULL if D

Re: XHCI Bug discovered in 3.6-RC6 (solution included)

2012-09-17 Thread Sebastian Gottschall (DD-WRT)
this following function is missing a important NULL check. if DMI is not available or not enabled in the kernel config (which is common in my case, since its a ARM Platform with XHCI support) the xhci-hcd driver will crash due nullpointer access since dmi_get_system_info returns always NULL if D

XHCI Bug discovered in 3.6-RC6

2012-09-17 Thread Sebastian Gottschall (DD-WRT)
this following function is missing a important NULL check. if DMI is not available or not enabled in the kernel config (which is common in my case, since its a ARM Platform with XHCI support) the xhci-hcd driver will crash due nullpointer access since dmi_get_system_info returns always NULL if D

Re: [Bridge] Bridge - vlan - bond

2009-12-05 Thread Sebastian Gottschall (DD-WRT)
Sander Klein schrieb: > Hi list, > > I have a problem with using bonding, with vlans and bridging. I'm trying > to create the following situation: > > Network overview: > >+--+ > ++ |blade | > ||-|switch| eth0 +--+ > || | |--|

Re: [Bridge] how to get a list of ip adresses

2009-01-19 Thread Sebastian Gottschall (DD-WRT)
richardvo...@gmail.com schrieb: > On Tue, Jan 20, 2009 at 1:06 AM, Sebastian Gottschall (DD-WRT) > wrote: > >> ?ukasz Mierzwa schrieb: >> >>> Hi, >>> >>> I'm running kvm virtual machines with bridged networking with >>> libvir

Re: [Bridge] how to get a list of ip adresses

2009-01-19 Thread Sebastian Gottschall (DD-WRT)
?ukasz Mierzwa schrieb: > Hi, > > I'm running kvm virtual machines with bridged networking with > libvirtd, virtual guests are getting ip addresses from dhcp, listing > interface information on kvm host gives me only bridge ip, there is no > information about guests ip assigned by dhcpd to tap i

Re: Multiple XSRF in DD-WRT (Remote Root Command Execution)

2008-12-11 Thread Sebastian Gottschall (DD-WRT)
all fixed images (for all platforms) are now provided here in our test folder http://www.dd-wrt.com/dd-wrtv2/down.php?path=downloads%2Fothers%2Feko%2FBrainSlayer-V24-preSP2%2F111208/ consider, before you advise to "not use" dd-wrt. all other major firmware distributions are affected by the sa

Re: Multiple XSRF in DD-WRT (Remote Root Command Execution)

2008-12-11 Thread Sebastian Gottschall (DD-WRT)
pUm schrieb: this is no security flaw since you must be already logged in within the webinterface of dd-wrt. otherwise this here will not work. we already fixed this issue in our sourcetree as additional information. this is no dd-wrt specific issue. all other firmware like openwrt etc. would su