lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 02 Jun 2011 12:50:09 +0900
From:	Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>
To:	torvalds@...ux-foundation.org
Cc:	linux-kernel@...r.kernel.org
Subject: Preparation for Linux 3.0

I noticed that commit 55922c9d "Linux 3.0-rc1" caused
dhcp-client 2.0pl5-19.1sarge3 (in Debian Sarge) to report SIOCSIFNETMASK and
SIOCSIFBRDADDR errors (though, it seems to me that these errors are not
affecting the functionality).

  Setting up IP spoofing protection: rp_filter.
  Configuring network interfaces...Internet Software Consortium DHCP Client 2.0pl5
  Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
  All rights reserved.
  
  Please contribute if you find this software useful.
  For info, please visit http://www.isc.org/dhcp-contrib.html
  
  [   21.081635] pcnet32 0000:02:00.0: eth0: link up
  SIOCSIFNETMASK: Cannot assign requested address
  SIOCSIFBRDADDR: Cannot assign requested address
  Listening on LPF/eth0/00:0c:29:9e:eb:32
  Sending on   LPF/eth0/00:0c:29:9e:eb:32
  Sending on   Socket/fallback/fallback-net
  DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
  DHCPOFFER from 192.168.1.254
  DHCPREQUEST on eth0 to 255.255.255.255 port 67
  DHCPACK from 192.168.1.254
  bound to 192.168.1.128 -- renewal in 43200 seconds.
  done.
  Starting portmap daemon: portmap.



I guess this program is doing something like below.

  if grep -q ^2.6 /proc/sys/kernel/osrelease
  then
    do ioctl for 2.6 kernels
  else
    do ioctl for 2.4 kernels
  fi

We need to widely announce that userland applications using branches based on
/proc/sys/kernel/osrelease need to be fixed.

Regards.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ