Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13156] KERNEL or BIND critical error: process 'XY 'is using obsolete SetSockOpt SO_BSDCOMPAT

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13156] KERNEL or BIND critical error: process 'XY 'is using obsolete SetSockOpt SO_BSDCOMPAT
  • Date: 29 Jun 2010 15:05:24 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13156


Arjan Bouter <abouter AT sourcemage.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |abouter AT sourcemage.org




--- Comment #8 from Arjan Bouter <abouter AT sourcemage.org> 2010-06-29
10:05:22 ---
are we really supposed to fix upstream software using stuff marked obsolete in
the kernel?

shouldn't this bug be marked wontfix or something?


from /usr/src/linux/net/core/sock.c

static void sock_warn_obsolete_bsdism(const char *name)
{
static int warned;
static char warncomm[TASK_COMM_LEN];
if (strcmp(warncomm, current->comm) && warned < 5) {
strcpy(warncomm, current->comm);
printk(KERN_WARNING "process `%s' is using obsolete "
"%s SO_BSDCOMPAT\n", warncomm, name);
warned++;
}
}

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page